aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 864c4139a7f..3dbf2e7c74a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,51 @@
12003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-engine.el (c-parse-state): Fixed bug that could
4 cause errors when the state cache contains info on parts that have
5 been narrowed out.
6
72003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8
9 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10 `c-setup-paragraph-variables' has to be used when this variable is
11 changed; it doesn't work to reinitialize the mode since that
12 typically clobbers the variable.
13
14 * progmodes/cc-styles.el (c-setup-paragraph-variables): Made it
15 interactive.
16
172003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18
19 * progmodes/cc-fonts.el (c-font-lock-declarations): Fixed
20 recognition of constructors and destructors for classes whose
21 names are matched by `*-font-lock-extra-types'.
22
23 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
24 followed by an identifier in C++ then it's a type.
25
262003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
27
28 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fixed eob
29 problem that primarily affected XEmacs. Don't use faces to find
30 unterminated strings since Emacs and XEmacs fontify strings
31 differently - this function should now work better in XEmacs.
32
332003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
34
35 * progmodes/cc-cmds.el (c-electric-brace): Fixed a bug in the
36 `expand-abbrev' workaround which caused braces to disbehave inside
37 macros.
38
39 * progmodes/cc-engine.el (c-forward-keyword-clause): Fixed error
40 handling. This bug could cause interactive font locking to bail
41 out.
42
432003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
44
45 * progmodes/cc-engine.el (c-just-after-func-arglist-p): Handle
46 paren-style types in Pike. Also fixed some cases of insufficient
47 handling of unbalanced parens.
48
12003-09-24 Andre Spiegel <spiegel@gnu.org> 492003-09-24 Andre Spiegel <spiegel@gnu.org>
2 50
3 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time 51 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time