Mercurial > emacs
comparison lisp/ChangeLog @ 51830:438318fda41b
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 08 Jul 2003 23:24:44 +0000 |
parents | c23aefddb54a |
children | dc926bfd8248 |
comparison
equal
deleted
inserted
replaced
51829:d508ffa43505 | 51830:438318fda41b |
---|---|
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. |
4 | 27 |
5 2003-07-08 Kim F. Storm <storm@cua.dk> | 28 2003-07-08 Kim F. Storm <storm@cua.dk> |