aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b0cad6454c3..c0b20fdbd63 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12013-04-23 Glenn Morris <rgm@gnu.org>
2
3 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
4 Remove venerable code attempting to avoid substitute-command-keys.
5
62013-04-23 Tassilo Horn <tsdh@gnu.org>
7
8 * textmodes/reftex-vars.el (reftex-label-regexps): Call
9 `reftex-compile-variables' after changes to this variable.
10
112013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * jit-lock.el: Fix signals in jit-lock-force-redisplay.
14 Use lexical-binding.
15 (jit-lock-force-redisplay): Use markers, check buffer's continued
16 existence and beware narrowed buffers.
17 (jit-lock-fontify-now): Adjust call accordingly.
18
192013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
22 to avoid misleading the user.
23
12013-04-22 Leo Liu <sdl.web@gmail.com> 242013-04-22 Leo Liu <sdl.web@gmail.com>
2 25
3 * info-look.el: Prefer latex2e.info. (Bug#14240) 26 * info-look.el: Prefer latex2e.info. (Bug#14240)