aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-09-18 20:47:37 +0000
committerAlan Mackenzie2013-09-18 20:47:37 +0000
commitee3ce8a7bbca3f9777c0f3eec6d09be465d051bf (patch)
tree9446a0117121f037bd573579fdedfba9e7946892 /lisp/ChangeLog
parentabd49271dbcbd1cc0ece36c6f78a142d91d2fa03 (diff)
downloademacs-ee3ce8a7bbca3f9777c0f3eec6d09be465d051bf.tar.gz
emacs-ee3ce8a7bbca3f9777c0f3eec6d09be465d051bf.zip
Fix fontification of type when followed by "const".
* progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude "known" types from fontification.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abe2ed75ad0..49f5d73442e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-09-18 Alan Mackenzie <acm@muc.de>
2
3 Fix fontification of type when followed by "const".
4 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5 "known" types from fontification.
6
12013-09-18 Glenn Morris <rgm@gnu.org> 72013-09-18 Glenn Morris <rgm@gnu.org>
2 8
3 * emacs-lisp/chart.el (x-display-color-cells): Declare. 9 * emacs-lisp/chart.el (x-display-color-cells): Declare.