changeset 76985:2f0b1b082f4a

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Fri, 06 Apr 2007 21:07:56 +0000
parents c5ea5d1e6950
children 469570420bff
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 06 18:55:13 2007 +0000
+++ b/lisp/ChangeLog	Fri Apr 06 21:07:56 2007 +0000
@@ -1,3 +1,14 @@
+2007-04-06  Alan Mackenzie  <acm@muc.de>
+
+	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  <cyd@stupidchicken.com>
 
 	* textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):