Mercurial > emacs
comparison lisp/ChangeLog @ 76985:2f0b1b082f4a
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Fri, 06 Apr 2007 21:07:56 +0000 |
parents | 99a420a313c3 |
children | fc6ffa9be4f6 |
comparison
equal
deleted
inserted
replaced
76984:c5ea5d1e6950 | 76985:2f0b1b082f4a |
---|---|
1 2007-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 | |
1 2007-04-06 Chong Yidong <cyd@stupidchicken.com> | 12 2007-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): |
4 Revert 2006-01-27 change. | 15 Revert 2006-01-27 change. |
5 | 16 |