aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e67f994a54..14669929ea3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,6 @@
12007-03-10 Alan Mackenzie <acm@muc.de> 12007-03-10 Alan Mackenzie <acm@muc.de>
2 2
3 * progmodes/cc-mode.el (c-before-change): insert call of 3 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4 `save-match-data'.
5 4
62007-03-09 Richard Stallman <rms@gnu.org> 52007-03-09 Richard Stallman <rms@gnu.org>
7 6
@@ -19,14 +18,14 @@
19 18
202007-03-08 Alan Mackenzie <acm@muc.de> 192007-03-08 Alan Mackenzie <acm@muc.de>
21 20
22 * progmodes/cc-mode.el (c-unfind-enclosing-token, 21 Remove stale tokens from `c-found-types' cache.
23 c-unfind-coalesced-tokens, c-before-change): new functions;
24 (c-maybe-stale-found-type): new variable.
25 22
26 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type, 23 * progmodes/cc-mode.el (c-unfind-enclosing-token)
27 c-trim-found-types): new functions. 24 (c-unfind-coalesced-tokens, c-before-change): New functions.
25 (c-maybe-stale-found-type): New variable.
28 26
29 These remove stale tokens from the cache `c-found-types'. 27 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
28 (c-trim-found-types): New functions.
30 29
312007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> 302007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
32 31