aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2008-01-29 20:04:32 +0000
committerAlan Mackenzie2008-01-29 20:04:32 +0000
commitbf624ae476f3fbd51f7c90f831032a99db260ea1 (patch)
treeab2a2616b88094bd447eafbab2813ec49eb474d2
parentc575e6587e4bea7e181bc8a2b09e57ee0e4a11a1 (diff)
downloademacs-bf624ae476f3fbd51f7c90f831032a99db260ea1.tar.gz
emacs-bf624ae476f3fbd51f7c90f831032a99db260ea1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
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 @@
12008-01-29 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-defs.el (c-version): increase to 5.31.5.
4
12008-01-29 Richard Stallman <rms@gnu.org> 52008-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
182008-01-27 Alan Mackenzie <acm@muc.de>
19
20 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
21 enhance comments.
22
142008-01-27 Richard Stallman <rms@gnu.org> 232008-01-27 Richard Stallman <rms@gnu.org>
15 24
16 * allout.el: Many doc fixes. 25 * allout.el: Many doc fixes.