Mercurial > emacs
changeset 76398:c4a8c9e4445b
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Thu, 08 Mar 2007 21:47:31 +0000 |
parents | e9b063d17531 |
children | ec0b1fedc030 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 08 20:12:55 2007 +0000 +++ b/lisp/ChangeLog Thu Mar 08 21:47:31 2007 +0000 @@ -1,3 +1,14 @@ +2007-03-08 Alan Mackenzie <acm@muc.de> + + * 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 <monnier@iro.umontreal.ca> * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.