aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-23 12:38:20 +0000
committerJuanma Barranquero2007-06-23 12:38:20 +0000
commit917c567261779a3505e8ddc4c995ff2d2fd72574 (patch)
treedce51eab202e5c1b662f42ab69f7d5006961d09b /lisp
parent28adf31caa5f571d30c028a63563db94a548f164 (diff)
downloademacs-917c567261779a3505e8ddc4c995ff2d2fd72574.tar.gz
emacs-917c567261779a3505e8ddc4c995ff2d2fd72574.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.126
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index b21ffe081c4..fed8ec6c1c0 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -2595,7 +2595,7 @@
2595 path. Rewrite function in `cond' style for readability. 2595 path. Rewrite function in `cond' style for readability.
2596 2596
2597 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. 2597 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2598 (The path shortening, that is, not the rearrarangement.) 2598 (The path shortening, that is, not the rearrangement.)
2599 2599
26002007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 26002007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2601 2601
@@ -6360,7 +6360,7 @@
6360 6360
6361 * help.el (describe-key-briefly): When reading a down-event on 6361 * help.el (describe-key-briefly): When reading a down-event on
6362 mode lines or scroll bar, swallow the following up event, too. 6362 mode lines or scroll bar, swallow the following up event, too.
6363 Use the new mouse sensitity of `key-binding' for lookup. 6363 Use the new mouse sensitivity of `key-binding' for lookup.
6364 (describe-key): The same here. 6364 (describe-key): The same here.
6365 6365
63662006-09-15 Juanma Barranquero <lekktu@gmail.com> 63662006-09-15 Juanma Barranquero <lekktu@gmail.com>
@@ -9998,7 +9998,7 @@
9998 9998
99992006-05-09 Masatake YAMATO <jet@gyve.org> 99992006-05-09 Masatake YAMATO <jet@gyve.org>
10000 10000
10001 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded 10001 * font-lock.el (cpp-font-lock-keywords-source-directives): Added
10002 "warning" and "import". 10002 "warning" and "import".
10003 (cpp-font-lock-keywords): Added "warning". 10003 (cpp-font-lock-keywords): Added "warning".
10004 10004