aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-09-28 17:17:01 +0000
committerAlan Mackenzie2013-09-28 17:17:01 +0000
commit38de11bd5a80cf3de1f0d8dfa90f5faef1c4e2f9 (patch)
tree6e4b2b9178a0fe316249de1c99e8d70c084deb57 /lisp/ChangeLog
parent1610938f74bd8cee71c0190deb470b5bd102d51f (diff)
downloademacs-38de11bd5a80cf3de1f0d8dfa90f5faef1c4e2f9.tar.gz
emacs-38de11bd5a80cf3de1f0d8dfa90f5faef1c4e2f9.zip
Fix indentation/fontification of Java enum with "implements".
* progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a regexp which matches "implements", etc., in Java. * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra specifier clauses coming after "enum". * progmodes/cc-fonts.el (c-font-lock-declarations) (c-font-lock-enum-tail): Check for extra specifier clauses coming after "enum".
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 0affac1deaa..9a04acfa686 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12013-09-28 Alan Mackenzie <acm@muc.de>
2
3 Fix indentation/fontification of Java enum with "implements".
4
5 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6 regexp which matches "implements", etc., in Java.
7 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8 specifier clauses coming after "enum".
9 * progmodes/cc-fonts.el (c-font-lock-declarations)
10 (c-font-lock-enum-tail): Check for extra specifier clauses coming
11 after "enum".
12
12013-09-28 Jan Djärv <jan.h.d@swipnet.se> 132013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2 14
3 * faces.el (region): Change ns_selection_color to 15 * faces.el (region): Change ns_selection_color to