diff options
| author | Kim F. Storm | 2007-03-10 01:54:30 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-03-10 01:54:30 +0000 |
| commit | eebe9a296e7e7700b88373bfa2d44ec5e7c23076 (patch) | |
| tree | ed1d61aade6de34d41209358e23a6147dd25bbea /lisp | |
| parent | b5b772e79d93c0def4dadee9f93cd170d9e69a4f (diff) | |
| download | emacs-eebe9a296e7e7700b88373bfa2d44ec5e7c23076.tar.gz emacs-eebe9a296e7e7700b88373bfa2d44ec5e7c23076.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e67f994a54..14669929ea3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | 2007-03-10 Alan Mackenzie <acm@muc.de> | 1 | 2007-03-10 Alan Mackenzie <acm@muc.de> |
| 2 | 2 | ||
| 3 | * progmodes/cc-mode.el (c-before-change): insert call of | 3 | * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data. |
| 4 | `save-match-data'. | ||
| 5 | 4 | ||
| 6 | 2007-03-09 Richard Stallman <rms@gnu.org> | 5 | 2007-03-09 Richard Stallman <rms@gnu.org> |
| 7 | 6 | ||
| @@ -19,14 +18,14 @@ | |||
| 19 | 18 | ||
| 20 | 2007-03-08 Alan Mackenzie <acm@muc.de> | 19 | 2007-03-08 Alan Mackenzie <acm@muc.de> |
| 21 | 20 | ||
| 22 | * progmodes/cc-mode.el (c-unfind-enclosing-token, | 21 | Remove stale tokens from `c-found-types' cache. |
| 23 | c-unfind-coalesced-tokens, c-before-change): new functions; | ||
| 24 | (c-maybe-stale-found-type): new variable. | ||
| 25 | 22 | ||
| 26 | * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type, | 23 | * progmodes/cc-mode.el (c-unfind-enclosing-token) |
| 27 | c-trim-found-types): new functions. | 24 | (c-unfind-coalesced-tokens, c-before-change): New functions. |
| 25 | (c-maybe-stale-found-type): New variable. | ||
| 28 | 26 | ||
| 29 | These remove stale tokens from the cache `c-found-types'. | 27 | * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type) |
| 28 | (c-trim-found-types): New functions. | ||
| 30 | 29 | ||
| 31 | 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> | 30 | 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 32 | 31 | ||