aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 14067364e54..f0565096f3d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12008-01-29 Alan Mackenzie <acm@muc.de> 12008-01-29 Alan Mackenzie <acm@muc.de>
2 2
3 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
4 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
5 @catch, @synchronized, @throw.
6
3 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" 7 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
4 from this regexp; part of same fix as next change to cc-engine.el. 8 from this regexp; part of same fix as next change to cc-engine.el.
5 9