diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-28 Jan Djärv <jan.h.d@swipnet.se> | 13 | 2013-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 |