aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-07-27 12:07:43 +0000
committerAlan Mackenzie2013-07-27 12:07:43 +0000
commit5ab78d3d6a7efcb49d2a9be5b4bdb8eaf78f7a14 (patch)
treed6c40344fb4e36d8bf069b624df9aa0087679e4a /lisp/ChangeLog
parent9dabd86d4b2af464a25148321bebeadf6a8e53f3 (diff)
downloademacs-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/ChangeLog10
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 @@
12013-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
12013-07-27 Juanma Barranquero <lekktu@gmail.com> 112013-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