aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2006-12-31 00:48:53 +0000
committerKim F. Storm2006-12-31 00:48:53 +0000
commitf57cdb50a7d11aec40238bfe8687eaaf403e1b17 (patch)
tree9dd5392e3384d8629261745959ecfca3d1494d28 /lisp
parent2c47a0f0fc4aa69715314552f74bf2b5b77953e6 (diff)
downloademacs-f57cdb50a7d11aec40238bfe8687eaaf403e1b17.tar.gz
emacs-f57cdb50a7d11aec40238bfe8687eaaf403e1b17.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 273d7f52eb0..1c1070b040b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-12-31 Kim F. Storm <storm@cua.dk>
2
3 * files.el (auto-mode-case-fold): New defcustom.
4 (set-auto-mode): If non-nil, perform second case-sensitive pass
5 through auto-mode-alist if first pass failed.
6
12006-12-30 Richard Stallman <rms@gnu.org> 72006-12-30 Richard Stallman <rms@gnu.org>
2 8
3 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix. 9 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
@@ -5,7 +11,7 @@
52006-12-30 Ken Manheimer <ken.manheimer@gmail.com> 112006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6 12
7 * allout.el (allout-encrypt-string): Handle symmetric-key 13 * allout.el (allout-encrypt-string): Handle symmetric-key
8 passphrase caching but leave keypair caching to pgg. 14 passphrase caching but leave keypair caching to pgg.
9 15
102006-12-30 Michael Albinus <michael.albinus@gmx.de> 162006-12-30 Michael Albinus <michael.albinus@gmx.de>
11 17