aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2007-04-06 21:07:56 +0000
committerAlan Mackenzie2007-04-06 21:07:56 +0000
commit1bf1feb50b8304f4696cc07a27a29c2bac77043a (patch)
tree2115421c13960fddca23fd6574d6a70984156fc9
parentbb578a1d858ebd22146290defb55a174ed4ae06a (diff)
downloademacs-1bf1feb50b8304f4696cc07a27a29c2bac77043a.tar.gz
emacs-1bf1feb50b8304f4696cc07a27a29c2bac77043a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 98a63dcb1c9..5c629d859bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12007-04-06 Alan Mackenzie <acm@muc.de>
2
3 Fix fontification of labels, and other things with ":".
4 * progmodes/cc-engine.el (c-forward-label): The function now
5 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
6 the former t.
7
8 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
9 new return code from c-forward-label, fontifying tokens properly.
10 Add some general comments throughout the file.
11
12007-04-06 Chong Yidong <cyd@stupidchicken.com> 122007-04-06 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect): 14 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):