diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42ad403583b..e74c4ffe486 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-07-27 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Make Java try-with-resources statement parse properly. | ||
| 4 | * progmodes/cc-langs.el (c-block-stmt-1-2-kwds) | ||
| 5 | (c-block-stmt-1-2-key): New language constants/variables. | ||
| 6 | * progmodes/cc-engine.el (c-beginning-of-statement-1) | ||
| 7 | (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key. | ||
| 8 | * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal | ||
| 9 | with c-block-stmet-1-2-key. | ||
| 10 | |||
| 1 | 2013-07-27 Juanma Barranquero <lekktu@gmail.com> | 11 | 2013-07-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * desktop.el (desktop--make-frame): Apply most frame parameters after | 13 | * desktop.el (desktop--make-frame): Apply most frame parameters after |