# HG changeset patch # User Martin Stjernholm # Date 1057706684 0 # Node ID 438318fda41b4638fc4af209469f4dee7242b664 # Parent d508ffa43505bfc3f52bf51faaf97abdcf9b69f5 *** empty log message *** diff -r d508ffa43505 -r 438318fda41b lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 08 23:21:04 2003 +0000 +++ b/lisp/ChangeLog Tue Jul 08 23:24:44 2003 +0000 @@ -1,3 +1,26 @@ +2003-07-08 Martin Stjernholm + + * progmodes/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-08 Martin Stjernholm + + * progmodes/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-08 Alan Mackenzie + + * progmodes/cc-engine.el: Fix AWK mode indentation when previous + statement ends with auto-increment "++". + +2003-07-08 Martin Stjernholm + + * progmodes/cc-langs.el, progmodes/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. + 2003-07-08 Markus Rost * subr.el (dolist, dotimes): Doc fix.