aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2012-04-16 20:01:44 +0000
committerAlan Mackenzie2012-04-16 20:01:44 +0000
commitf0f6bc351ba0e4a9ba5a62fb1bbc6fe4b5ce2e0c (patch)
tree3dd3a0b4e7d98820eda653d3beef1b04c560103f /lisp/ChangeLog
parent4fc2c72a6fa8b776b6c7aaa42e80cea77b99ad0f (diff)
downloademacs-f0f6bc351ba0e4a9ba5a62fb1bbc6fe4b5ce2e0c.tar.gz
emacs-f0f6bc351ba0e4a9ba5a62fb1bbc6fe4b5ce2e0c.zip
CC Mode: Ensure searching for keywords is case sensitive.
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