diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c348071fda..f427ca3c9a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 2 | |||
| 3 | * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL. | ||
| 4 | (c-comment-continuation-stars): No longer declare with | ||
| 5 | cc-bytecomp-obsolete-var and cc-bytecomp-defvar. | ||
| 6 | (c-block-comment-prefix): Use symbol-value to | ||
| 7 | access c-comment-continuation-stars. | ||
| 8 | * progmodes/cc-mode.el (c-initialize-cc-mode): | ||
| 9 | Use symbol-value to access c-comment-continuation-stars. | ||
| 10 | |||
| 1 | 2007-12-18 Mark A. Hershberger <mah@everybody.org> | 11 | 2007-12-18 Mark A. Hershberger <mah@everybody.org> |
| 2 | 12 | ||
| 3 | * xml.el (xml-escape-string): New function. Escape string using | 13 | * xml.el (xml-escape-string): New function. Escape string using |