aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4c3dc3d8ae..a690990fb64 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12007-03-08 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-mode.el (c-unfind-enclosing-token,
4 c-unfind-coalesced-tokens, c-before-change): new functions;
5 (c-maybe-stale-found-type): new variable.
6
7 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type,
8 c-trim-found-types): new functions.
9
10 These remove stale tokens from the cache `c-found-types'.
11
12007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> 122007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified. 14 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.