aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
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 @@
12012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2
3 * simple.el (just-one-space): Doc fix.
4
52012-12-10 Eli Zaretskii <eliz@gnu.org>
6
7 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
8 "smallexample".
9
102012-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
152012-12-10 Juanma Barranquero <lekktu@gmail.com>
16
17 * vc/vc-hooks.el (vc-state): Doc fix.
18
192012-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
242012-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
12012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> 292012-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
43822012-08-22 Le Wang <l26wang@gmail.com> (tiny change) 44102012-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)