From: Alan Mackenzie Date: Fri, 6 Apr 2007 21:07:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.98~269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bf1feb50b8304f4696cc07a27a29c2bac77043a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98a63dcb1c9..5c629d859bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-04-06 Alan Mackenzie + + Fix fontification of labels, and other things with ":". + * progmodes/cc-engine.el (c-forward-label): The function now + returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as + the former t. + + * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the + new return code from c-forward-label, fontifying tokens properly. + Add some general comments throughout the file. + 2007-04-06 Chong Yidong * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):