aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1232eb52e5..06a794a79fb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12012-04-16 Alan Mackenzie <acm@muc.de>
2
3 Ensure searching for keywords is case sensitive.
4
5 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
7 (c-defun-name, c-mark-function, c-cpp-define-name)
8 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9 (c-context-line-break): bind case-fold-search to nil.
10
11 * progmodes/cc-mode.el (c-font-lock-fontify-region): bind
12 case-fold-search to nil.
13
12012-04-16 Chong Yidong <cyd@gnu.org> 142012-04-16 Chong Yidong <cyd@gnu.org>
2 15
3 * mail/sendmail.el (mail-bury): Call return action with the right 16 * mail/sendmail.el (mail-bury): Call return action with the right