aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f338462b2be..cf042ec6c82 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12011-12-13 Alan Mackenzie <acm@muc.de> 12011-12-13 Alan Mackenzie <acm@muc.de>
2 2
3 Add the switch statement to AWK Mode.
4
5 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
6 "default" to the keywords regexp.
7
8 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
9 expression as the rest.
10 (c-nonlabel-token-key): Allow string literals for AWK. Refactor
11 for the other modes.
12
3 Large brace-block initialisation makes CC Mode slow: Fix. 13 Large brace-block initialisation makes CC Mode slow: Fix.
4 Tidy up and accelerate c-in-literal, etc. by using the 14 Tidy up and accelerate c-in-literal, etc. by using the
5 c-parse-state 15 c-parse-state