aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-28 20:13:33 -0500
committerGlenn Morris2012-11-28 20:13:33 -0500
commite9df8f871daa11c02b4e44a8a54584c39abd6fec (patch)
treee71c463736756cacff828ee9327f6f5f80d8cfff /lisp/ChangeLog
parent4a9204fe04dee76dd067aaf1b078a777d1bb1a91 (diff)
downloademacs-e9df8f871daa11c02b4e44a8a54584c39abd6fec.tar.gz
emacs-e9df8f871daa11c02b4e44a8a54584c39abd6fec.zip
By default, ignore case when testing inhibit-local-variables (bug#10610)
* lisp/files.el (inhibit-local-variables-ignore-case): New. (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case. Doc fix. (inhibit-local-variables-regexps, inhibit-local-variables-suffixes): Doc fixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ec3c88fbc2..5d376ceabc3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12012-11-29 Glenn Morris <rgm@gnu.org>
2
3 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5 Doc fix.
6 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
7 Doc fixes.
8
12012-11-28 Jay Belanger <jay.p.belanger@gmail.com> 92012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2 10
3 * calc/calc-forms.el (calc-date-notation): Fix regexp 11 * calc/calc-forms.el (calc-date-notation): Fix regexp