aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Stjernholm2003-07-08 23:24:44 +0000
committerMartin Stjernholm2003-07-08 23:24:44 +0000
commit7bfc3fdba3eaf4398daa9782ec85b9e5c8e42007 (patch)
tree8e8d2895f98c458b020cc6a1a1a072cd83c83cdf /lisp/ChangeLog
parent42f81f6412dcd756022136070dfa6bd25a3d4aa8 (diff)
downloademacs-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/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.