aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 d0cdaf25a23..59bd441f0d8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12010-02-25 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-clear-<-pair-props)
4 (c-clear->-pair-props): Correct to wipe category text props, not
5 syntax-table ones.
6
7 * progmodes/cc-mode.el (c-after-change): Remove any hard
8 syntax-table properties for <, > which, e.g., C-y has
9 inopportunely converted from category properties.
10
12010-02-24 Chong Yidong <cyd@stupidchicken.com> 112010-02-24 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * files.el (hack-local-variables-filter): For eval forms, also 13 * files.el (hack-local-variables-filter): For eval forms, also