diff options
| author | Martin Stjernholm | 2003-07-08 23:24:44 +0000 |
|---|---|---|
| committer | Martin Stjernholm | 2003-07-08 23:24:44 +0000 |
| commit | 7bfc3fdba3eaf4398daa9782ec85b9e5c8e42007 (patch) | |
| tree | 8e8d2895f98c458b020cc6a1a1a072cd83c83cdf /lisp/ChangeLog | |
| parent | 42f81f6412dcd756022136070dfa6bd25a3d4aa8 (diff) | |
| download | emacs-7bfc3fdba3eaf4398daa9782ec85b9e5c8e42007.tar.gz emacs-7bfc3fdba3eaf4398daa9782ec85b9e5c8e42007.zip | |
2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer
changes; there's third party code that calls this function
directly.
2003-07-07 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-fonts.el (javadoc-font-lock-keywords,
autodoc-font-lock-keywords): Don't byte compile on font lock
initialization when running from byte compiled files.
2003-07-06 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-engine.el: Fix AWK mode indentation when previous statement
ends with auto-increment "++".
2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits,
c-lang-variable-inits-tail): The values of these are changed, so
declare them as variables and not constants.
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. |