diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7566f05e6e3..d81cf3a4691 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-08-25 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist): | ||
| 4 | new language variable. | ||
| 5 | |||
| 6 | * progmodes/cc-engine.el (c-brace-anchor-point): new function. | ||
| 7 | (c-add-stmt-syntax): Give accurate anchor points for "namespace", | ||
| 8 | "extern" etc., rather than BOI. Fix addition of spurious | ||
| 9 | syntactic-symbol 'defun-block-intro, replacing it with | ||
| 10 | 'innamespace, etc. | ||
| 11 | |||
| 1 | 2007-08-25 Juri Linkov <juri@jurta.org> | 12 | 2007-08-25 Juri Linkov <juri@jurta.org> |
| 2 | 13 | ||
| 3 | * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el. | 14 | * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el. |