aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-10-19 15:11:07 +0000
committerAlan Mackenzie2013-10-19 15:11:07 +0000
commit033f22ddadf6c11b4d35108f3c299692bb3bbc60 (patch)
tree30720b2a9f090a33972c681db7026c37f13d277e /lisp/ChangeLog
parent8d02f0ad3ba4cb4863f99579454c29e55149ffd9 (diff)
downloademacs-033f22ddadf6c11b4d35108f3c299692bb3bbc60.tar.gz
emacs-033f22ddadf6c11b4d35108f3c299692bb3bbc60.zip
Fix fontification bugs with constructors and const.
* progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after CASE 2) Remove the check for the absence of a suffix construct after a function declaration with only types (no identifiers) in the parentheses. Also, accept a function declaration with just a type inside the parentheses, if this type can be positively recognised as such, or if a prefix keyword like "explicit" nails down the construct as a declaration.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 883b5d7b21e..402ef8062a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12013-10-19 Alan Mackenzie <acm@muc.de>
2
3 Fix fontification bugs with constructors and const.
4
5 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6 CASE 2) Remove the check for the absence of a suffix construct
7 after a function declaration with only types (no identifiers) in
8 the parentheses. Also, accept a function declaration with just a
9 type inside the parentheses, if this type can be positively
10 recognised as such, or if a prefix keyword like "explicit" nails
11 down the construct as a declaration.
12
12013-10-19 Eli Zaretskii <eliz@gnu.org> 132013-10-19 Eli Zaretskii <eliz@gnu.org>
2 14
3 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform 15 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform