# HG changeset patch # User Alan Mackenzie # Date 1173390451 0 # Node ID c4a8c9e4445bda5075a3d097e267450d513ed639 # Parent e9b063d175317b1d39d08c7b372e538538fa493a *** empty log message *** diff -r e9b063d17531 -r c4a8c9e4445b lisp/ChangeLog --- 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 + + * 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.