aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-10-20 09:46:21 +0900
committerKenichi Handa2010-10-20 09:46:21 +0900
commitcf5314c93a722b73cbf0f3607bea152d79c3df7b (patch)
tree0722bb3e26bbf3dbfec1b8d240ea1e1bf16989f2 /lisp/ChangeLog
parent52ce289046a06a2ed342a796dbf3050e51dcb615 (diff)
parent7c3f6228fffbbd96f7a85e1617c9d99d178d605b (diff)
downloademacs-cf5314c93a722b73cbf0f3607bea152d79c3df7b.tar.gz
emacs-cf5314c93a722b73cbf0f3607bea152d79c3df7b.zip
merge emacs-23
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 31 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8192344354..358c674639e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,36 @@
3 * face-remap.el (text-scale-adjust): Call read-event with a proper 3 * face-remap.el (text-scale-adjust): Call read-event with a proper
4 prompt. 4 prompt.
5 5
62010-10-19 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp.el (tramp-do-file-attributes-with-stat)
9 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
10 order to make stat results a float. Patch by Andreas Schwab
11 <schwab@linux-m68k.org>.
12
132010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * repeat.el (repeat): Use read-key (bug#6256).
16
172010-10-18 Chong Yidong <cyd@stupidchicken.com>
18
19 * emacs-lisp/unsafep.el: Don't mark functions that display
20 messages as safe. Suggested by Johan Bockgård.
21
222010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
25 Turn comments into docstrings.
26
27 * minibuffer.el (completion--replace): Move point where it belongs
28 when there's a common suffix (bug#7215).
29
302010-10-15 Michael Albinus <michael.albinus@gmx.de>
31
32 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
33 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
34 <dale@codefu.org>.
35
62010-10-15 Kenichi Handa <handa@m17n.org> 362010-10-15 Kenichi Handa <handa@m17n.org>
7 37
8 * international/characters.el: Add category '|' (word breakable) 38 * international/characters.el: Add category '|' (word breakable)
@@ -13,8 +43,7 @@
13 * mail/rmail.el (rmail-show-message-1): Catch an error of 43 * mail/rmail.el (rmail-show-message-1): Catch an error of
14 base64-decode-region and just show an error message (bug#7165). 44 base64-decode-region and just show an error message (bug#7165).
15 45
16 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used 46 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
17 anymore.
18 (ps-mule-begin-job): Fix for the case that only ENCODING is set in 47 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
19 a font-spec (bug#7197). 48 a font-spec (bug#7197).
20 49