aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
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 @@
12007-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
12007-12-18 Mark A. Hershberger <mah@everybody.org> 112007-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