aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-09-07 14:33:50 +0000
committerAlan Mackenzie2013-09-07 14:33:50 +0000
commite8dd0787d9c19e81344552d185e9008031f58723 (patch)
tree5362b43c9e443f32fbeb9659dd4a353c656d78f9 /lisp/ChangeLog
parent1db9ceee691bdc46b2103ae8bbd265b720babdc4 (diff)
downloademacs-e8dd0787d9c19e81344552d185e9008031f58723.tar.gz
emacs-e8dd0787d9c19e81344552d185e9008031f58723.zip
Correctly fontify Java class constructors.
* progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")" in Java Mode. (c-recognize-typeless-decls): Set the Java value to t. * progmodes/cc-engine.el (c-forward-decl-or-cast-1): While handling a "(", add a check for, effectively, Java, and handle a "typeless" declaration there.
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 5e4c11d5cfb..7803db1d1ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12013-09-07 Alan Mackenzie <acm@muc.de>
2
3 Correctly fontify Java class constructors.
4 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5 in Java Mode.
6 (c-recognize-typeless-decls): Set the Java value to t.
7 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): While
8 handling a "(", add a check for, effectively, Java, and handle a
9 "typeless" declaration there.
10
12013-09-07 Roland Winkler <winkler@gnu.org> 112013-09-07 Roland Winkler <winkler@gnu.org>
2 12
3 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional 13 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional