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 1abd0482ec6..e3f32150ee6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-10-13 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix indentation/fontification of Java enum with | ||
| 4 | "implements"/generic. | ||
| 5 | |||
| 6 | * progmodes/cc-engine.el (c-backward-over-enum-header): Extracted | ||
| 7 | from the three other places and enhanced to handle generics. | ||
| 8 | (c-inside-bracelist-p): Uses new function above. | ||
| 9 | * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new | ||
| 10 | function above. | ||
| 11 | (c-font-lock-enum-tail): Uses new function above. | ||
| 12 | |||
| 1 | 2013-10-13 Kenichi Handa <handa@gnu.org> | 13 | 2013-10-13 Kenichi Handa <handa@gnu.org> |
| 2 | 14 | ||
| 3 | * international/mule-cmds.el (select-safe-coding-system): Remove a | 15 | * international/mule-cmds.el (select-safe-coding-system): Remove a |