Mercurial > emacs
comparison lisp/ChangeLog @ 111150:8b6c4202fa46
merge emacs-23
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 20 Oct 2010 09:46:21 +0900 |
parents | fc09ebad59dd 497ac3b669cd |
children | 2f8137628e61 |
comparison
equal
deleted
inserted
replaced
111148:fc09ebad59dd | 111150:8b6c4202fa46 |
---|---|
1 2010-10-20 Kenichi Handa <handa@m17n.org> | 1 2010-10-20 Kenichi Handa <handa@m17n.org> |
2 | 2 |
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 |
6 2010-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 | |
13 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
14 | |
15 * repeat.el (repeat): Use read-key (bug#6256). | |
16 | |
17 2010-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 | |
22 2010-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 | |
30 2010-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 | |
6 2010-10-15 Kenichi Handa <handa@m17n.org> | 36 2010-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) |
9 to fullwidth characters. | 39 to fullwidth characters. |
10 | 40 |
11 2010-10-14 Kenichi Handa <handa@m17n.org> | 41 2010-10-14 Kenichi Handa <handa@m17n.org> |
12 | 42 |
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 |
21 2010-10-13 Glenn Morris <rgm@gnu.org> | 50 2010-10-13 Glenn Morris <rgm@gnu.org> |
22 | 51 |