Mercurial > emacs
comparison lisp/ChangeLog @ 111047:1e7d8f405703
Merge changes from emacs-23 branch.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 13:44:07 +0200 |
parents | e02e55f79038 f0ba7e7104ca |
children | 3c2bab829253 |
comparison
equal
deleted
inserted
replaced
111034:e02e55f79038 | 111047:1e7d8f405703 |
---|---|
1 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * repeat.el (repeat): Use read-key (bug#6256). | |
4 | |
5 2010-10-19 Chong Yidong <cyd@stupidchicken.com> | |
6 | |
7 * emacs-lisp/unsafep.el: Don't mark functions that display | |
8 messages as safe. Suggested by Johan Bockgård. | |
9 | |
10 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
11 | |
12 * minibuffer.el (completion--replace): Move point where it belongs | |
13 when there's a common suffix (bug#7215). | |
14 | |
15 2010-10-19 Kenichi Handa <handa@m17n.org> | |
16 | |
17 * international/characters.el: Add category '|' (word breakable) | |
18 to fullwidth characters. | |
19 | |
1 2010-10-19 Michael Albinus <michael.albinus@gmx.de> | 20 2010-10-19 Michael Albinus <michael.albinus@gmx.de> |
2 | 21 |
3 * net/tramp-sh.el (tramp-do-file-attributes-with-stat) | 22 * net/tramp-sh.el (tramp-do-file-attributes-with-stat) |
4 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in | 23 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in |
5 order to make stat results a float. Patch by Andreas Schwab | 24 order to make stat results a float. Patch by Andreas Schwab |