From: Alan Mackenzie Date: Thu, 8 Mar 2007 21:47:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.96~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cc4ad8ae5e861baf67d28669bcb589864334e63;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4c3dc3d8ae..a690990fb64 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-03-08 Alan Mackenzie + + * progmodes/cc-mode.el (c-unfind-enclosing-token, + c-unfind-coalesced-tokens, c-before-change): new functions; + (c-maybe-stale-found-type): new variable. + + * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type, + c-trim-found-types): new functions. + + These remove stale tokens from the cache `c-found-types'. + 2007-03-08 Stefan Monnier * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.