diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3671e2461aa..7c0fb21483f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-05-21 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-engine.el (c-parse-state-get-strategy): Replace | ||
| 4 | parameter `here' with `here-' and `here-plus', which sandwich any | ||
| 5 | pertinent CPP construct. | ||
| 6 | (c-remove-stale-state-cache-backwards): Fix a bug which happens | ||
| 7 | when doing (c-parse-state) in a CPP construct: Exclude any "new" | ||
| 8 | CPP construct from taking part in the scanning. | ||
| 9 | |||
| 1 | 2010-05-21 Michael Albinus <michael.albinus@gmx.de> | 10 | 2010-05-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 11 | ||
| 3 | * net/tramp.el (tramp-do-copy-or-rename-file) | 12 | * net/tramp.el (tramp-do-copy-or-rename-file) |