diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e799ead207b..8c8f88dc89b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/gv.el (cond): Same fix as before for `if'. | ||
| 4 | |||
| 1 | 2012-10-18 Glenn Morris <rgm@gnu.org> | 5 | 2012-10-18 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * dired.el (dired-sort-toggle): Some ls implementations only allow | 7 | * dired.el (dired-sort-toggle): Some ls implementations only allow |
| @@ -7,8 +11,8 @@ | |||
| 7 | 11 | ||
| 8 | 2012-10-17 Kenichi Handa <handa@gnu.org> | 12 | 2012-10-17 Kenichi Handa <handa@gnu.org> |
| 9 | 13 | ||
| 10 | * international/mule.el (set-keyboard-coding-system): Recover | 14 | * international/mule.el (set-keyboard-coding-system): |
| 11 | input meta mode when the new coding system doesn not use 8-bit. | 15 | Recover input meta mode when the new coding system doesn not use 8-bit. |
| 12 | Supply TERMINAL arg to set-input-meta-mode. | 16 | Supply TERMINAL arg to set-input-meta-mode. |
| 13 | 17 | ||
| 14 | 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change) | 18 | 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change) |