diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 591a159d4d6..b47bb601af2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-29 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-defs.el (c-version): increase to 5.31.5. | ||
| 4 | |||
| 1 | 2008-01-29 Richard Stallman <rms@gnu.org> | 5 | 2008-01-29 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/etags.el (tags-query-replace): Delete unused optional args. | 7 | * progmodes/etags.el (tags-query-replace): Delete unused optional args. |
| @@ -11,6 +15,11 @@ | |||
| 11 | gdb-cpp-define-alist-program if file is nil (currently only | 15 | gdb-cpp-define-alist-program if file is nil (currently only |
| 12 | " *partial-output-..."). | 16 | " *partial-output-..."). |
| 13 | 17 | ||
| 18 | 2008-01-27 Alan Mackenzie <acm@muc.de> | ||
| 19 | |||
| 20 | * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, | ||
| 21 | enhance comments. | ||
| 22 | |||
| 14 | 2008-01-27 Richard Stallman <rms@gnu.org> | 23 | 2008-01-27 Richard Stallman <rms@gnu.org> |
| 15 | 24 | ||
| 16 | * allout.el: Many doc fixes. | 25 | * allout.el: Many doc fixes. |