aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2011-12-23 11:48:54 +0000
committerAlan Mackenzie <[email protected]>2011-12-23 11:48:54 +0000
commitcb5e207c74eb289482bdab37d9c298ec88987062 (patch)
tree13e01c719a9bae60ae25d697551d0c4a83d5b258 /lisp/ChangeLog
parent60ff536cc3ed1f53a6fd2d453894beca63888a72 (diff)
Fix unstable fontification inside templates.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 834244dcc7..f1a3a45236 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
+2011-12-23 Alan Mackenzie <[email protected]>
+
+ Fix unstable fontification inside templates.
+
+ * progmodes/cc-langs.el (c-before-font-lock-functions): newly
+ created from the singular version. The (c c++ objc) entry now
+ additionally has c-set-fl-decl-start. The other languages (apart
+ from AWK) have that as a single entry.
+
+ * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): The
+ functionality for "local" declarations has been extracted to
+ c-set-fl-decl-start.
+
+ * progmodes/cc-mode.el: (c-common-init, c-after-change): Changes
+ due to pluralisation of c-before-font-lock-functions.
+ (c-set-fl-decl-start): New function, extracted from
+ c-font-lock-enclosing-decls and enhanced.
+
2011-12-23 Juanma Barranquero <[email protected]>
* desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).