diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9e633f976d..787bfb7563b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2012-12-10 Dani Moncayo <dmoncayo@gmail.com> | ||
| 2 | |||
| 3 | * simple.el (just-one-space): Doc fix. | ||
| 4 | |||
| 5 | 2012-12-10 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * textmodes/texinfo.el (texinfo-enable-quote-envs): Add | ||
| 8 | "smallexample". | ||
| 9 | |||
| 10 | 2012-12-10 Le Wang <l26wang@gmail.com> | ||
| 11 | |||
| 12 | * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in | ||
| 13 | narrowed buffer (bug#12361). | ||
| 14 | |||
| 15 | 2012-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 16 | |||
| 17 | * vc/vc-hooks.el (vc-state): Doc fix. | ||
| 18 | |||
| 19 | 2012-12-10 Glenn Morris <rgm@gnu.org> | ||
| 20 | |||
| 21 | * mail/rmail.el (rmail-maybe-display-summary): | ||
| 22 | Preserve buffer, in case select-window changes it. (Bug#13066) | ||
| 23 | |||
| 24 | 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 25 | |||
| 26 | * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and | ||
| 27 | cl-load-hook where they belong. | ||
| 28 | |||
| 1 | 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | 29 | 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 30 | ||
| 3 | * emacs-lisp/cl-lib.el (cl-declaim): Paren typo. | 31 | * emacs-lisp/cl-lib.el (cl-declaim): Paren typo. |
| @@ -4379,7 +4407,7 @@ | |||
| 4379 | * calendar/cal-tex.el (cal-tex-weekly-common): | 4407 | * calendar/cal-tex.el (cal-tex-weekly-common): |
| 4380 | Restore leading blank page. | 4408 | Restore leading blank page. |
| 4381 | 4409 | ||
| 4382 | 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change) | 4410 | 2012-08-22 Le Wang <l26wang@gmail.com> |
| 4383 | 4411 | ||
| 4384 | * misc.el (forward-to-word, backward-to-word): Activate or extend | 4412 | * misc.el (forward-to-word, backward-to-word): Activate or extend |
| 4385 | the region under `shift-select-mode'. (Bug#12231) | 4413 | the region under `shift-select-mode'. (Bug#12231) |