diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
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 @@ | |||
| 1 | 2003-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 | |||
| 7 | 2003-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 | |||
| 13 | 2003-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 | |||
| 18 | 2003-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 | |||
| 1 | 2003-07-08 Markus Rost <rost@math.ohio-state.edu> | 24 | 2003-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. |