diff options
| author | Alan Mackenzie | 2013-07-27 12:07:43 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2013-07-27 12:07:43 +0000 |
| commit | 5ab78d3d6a7efcb49d2a9be5b4bdb8eaf78f7a14 (patch) | |
| tree | d6c40344fb4e36d8bf069b624df9aa0087679e4a /lisp/ChangeLog | |
| parent | 9dabd86d4b2af464a25148321bebeadf6a8e53f3 (diff) | |
| download | emacs-5ab78d3d6a7efcb49d2a9be5b4bdb8eaf78f7a14.tar.gz emacs-5ab78d3d6a7efcb49d2a9be5b4bdb8eaf78f7a14.zip | |
Make Java try-with-resources statement parse properly.
progmodes/cc-langs.el (c-block-stmt-1-2-kwds, c-block-stmt-1-2-key): New
language constants/variables.
progmodes/cc-engine.el (c-beginning-of-statement-1, c-after-conditional): Adapt
to deal with c-block-stmt-1-2-key.
progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal with
c-block-stmt-1-2-key.
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 |