aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d3c92c4468..778fe3dedd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12013-01-09 Alan Mackenzie <acm@muc.de>
2
3 Fix bugs in the c-parse-state mechanism. Reuse some markers
4 instead of continually generating new ones.
5
6 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
7 (c-state-old-cpp-end-marker): New variables.
8 (c-append-lower-brace-pair-to-state-cache): Start a backward
9 search for "}" definitively outside CPP constructs.
10 (c-remove-stale-state-cache): Inform the caller of a need to
11 search back for a brace pair in certain circumstances.
12 (c-state-maybe-marker): New macro.
13 (c-parse-state): Reuse markers when appropriate.
14
12013-01-09 Glenn Morris <rgm@gnu.org> 152013-01-09 Glenn Morris <rgm@gnu.org>
2 16
3 * simple.el (execute-extended-command): Doc fix. 17 * simple.el (execute-extended-command): Doc fix.