diff options
| author | Juanma Barranquero | 2007-06-23 12:38:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-23 12:38:20 +0000 |
| commit | 917c567261779a3505e8ddc4c995ff2d2fd72574 (patch) | |
| tree | dce51eab202e5c1b662f42ab69f7d5006961d09b /lisp | |
| parent | 28adf31caa5f571d30c028a63563db94a548f164 (diff) | |
| download | emacs-917c567261779a3505e8ddc4c995ff2d2fd72574.tar.gz emacs-917c567261779a3505e8ddc4c995ff2d2fd72574.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.12 | 6 |
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 | ||
| 2600 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2600 | 2007-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 | ||
| 6366 | 2006-09-15 Juanma Barranquero <lekktu@gmail.com> | 6366 | 2006-09-15 Juanma Barranquero <lekktu@gmail.com> |
| @@ -9998,7 +9998,7 @@ | |||
| 9998 | 9998 | ||
| 9999 | 2006-05-09 Masatake YAMATO <jet@gyve.org> | 9999 | 2006-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 | ||