diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f5ba6de009..e49ba253922 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,14 @@ | |||
| 1 | 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * simple.el (invisible-p): Rename from text-invisible-p. | ||
| 4 | Update callers. | ||
| 5 | |||
| 1 | 2007-08-25 Alan Mackenzie <acm@muc.de> | 6 | 2007-08-25 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist): | 8 | * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist): |
| 4 | new language variable. | 9 | new language variable. |
| 5 | 10 | ||
| 6 | * progmodes/cc-engine.el (c-brace-anchor-point): new function. | 11 | * progmodes/cc-engine.el (c-brace-anchor-point): New function. |
| 7 | (c-add-stmt-syntax): Give accurate anchor points for "namespace", | 12 | (c-add-stmt-syntax): Give accurate anchor points for "namespace", |
| 8 | "extern" etc., rather than BOI. Fix addition of spurious | 13 | "extern" etc., rather than BOI. Fix addition of spurious |
| 9 | syntactic-symbol 'defun-block-intro, replacing it with | 14 | syntactic-symbol 'defun-block-intro, replacing it with |