aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLe Wang2012-12-07 00:00:04 -0500
committerStefan Monnier2012-12-07 00:00:04 -0500
commit3a21537c13a64983fadbdf64c19b5822297e89cc (patch)
tree0af6d96b9793051036345844e2a757d88a18b78c /lisp/ChangeLog
parent610251116cbe83cf8c56811f8e447a9b041ef24d (diff)
downloademacs-3a21537c13a64983fadbdf64c19b5822297e89cc.tar.gz
emacs-3a21537c13a64983fadbdf64c19b5822297e89cc.zip
* lisp/hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
narrowed buffer. Fixes: debbugs:12361
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0c6093f5a9e..3b7b62badc2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-12-07 Le Wang <l26wang@gmail.com>
2
3 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4 narrowed buffer (bug#12361).
5
12012-12-07 Michael Heerdegen <michael_heerdegen@web.de> 62012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
2 7
3 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025). 8 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
@@ -3341,7 +3346,7 @@
3341 * calendar/cal-tex.el (cal-tex-weekly-common): 3346 * calendar/cal-tex.el (cal-tex-weekly-common):
3342 Restore leading blank page. 3347 Restore leading blank page.
3343 3348
33442012-08-22 Le Wang <l26wang@gmail.com> (tiny change) 33492012-08-22 Le Wang <l26wang@gmail.com>
3345 3350
3346 * misc.el (forward-to-word, backward-to-word): Activate or extend 3351 * misc.el (forward-to-word, backward-to-word): Activate or extend
3347 the region under `shift-select-mode'. (Bug#12231) 3352 the region under `shift-select-mode'. (Bug#12231)