diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9ba89e0f42..52b18fa066b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-04-22 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): | ||
| 4 | Improve doc string of generated command. | ||
| 5 | |||
| 6 | * subr.el (read-number): Catch errors. | ||
| 7 | |||
| 8 | * hi-lock.el (hi-lock-file-patterns-policy): Doc fix. | ||
| 9 | |||
| 1 | 2007-04-22 Alan Mackenzie <acm@muc.de> | 10 | 2007-04-22 Alan Mackenzie <acm@muc.de> |
| 2 | 11 | ||
| 3 | * progmodes/cc-mode.el | 12 | * progmodes/cc-mode.el |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2010186d4b6..7326f9cd8b2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-22 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Extended Menu Items): Move the info about | ||
| 4 | format with cached keyboard binding. | ||
| 5 | |||
| 1 | 2007-04-21 Richard Stallman <rms@gnu.org> | 6 | 2007-04-21 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * text.texi (Special Properties): Clarify previous change. | 8 | * text.texi (Special Properties): Clarify previous change. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9053c993b5b..07e63a2a8a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-04-22 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * abbrev.c (Fdefine_abbrev): Doc fix. | ||
| 4 | |||
| 5 | * keymap.c (Fdefine_key): Minor doc fix. | ||
| 6 | |||
| 1 | 2007-04-21 Glenn Morris <rgm@gnu.org> | 7 | 2007-04-21 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * keymap.c (Fdefine_key): Fix info ref in doc string. | 9 | * keymap.c (Fdefine_key): Fix info ref in doc string. |