aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb19968983b..a9e1731a11b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
4 buffer changes; there's third party code that calls this function
5 directly.
6
72003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8
9 * progmodes/cc-fonts.el (javadoc-font-lock-keywords,
10 autodoc-font-lock-keywords): Don't byte compile on font lock
11 initialization when running from byte compiled files.
12
132003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14
15 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16 statement ends with auto-increment "++".
17
182003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19
20 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist,
21 c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22 these are changed, so declare them as variables and not constants.
23
12003-07-08 Markus Rost <rost@math.ohio-state.edu> 242003-07-08 Markus Rost <rost@math.ohio-state.edu>
2 25
3 * subr.el (dolist, dotimes): Doc fix. 26 * subr.el (dolist, dotimes): Doc fix.