Mercurial > emacs
comparison lisp/ChangeLog @ 76398:c4a8c9e4445b
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Thu, 08 Mar 2007 21:47:31 +0000 |
parents | e9b063d17531 |
children | fddeb30f7556 |
comparison
equal
deleted
inserted
replaced
76397:e9b063d17531 | 76398:c4a8c9e4445b |
---|---|
1 2007-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 | |
1 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2007-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. |
4 (debug-ignored-errors): Add entry from smerge-match-conflict. | 15 (debug-ignored-errors): Add entry from smerge-match-conflict. |
5 | 16 |