diff options
author | Kim F. Storm <storm@cua.dk> | 2006-12-25 13:30:09 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-12-25 13:30:09 +0000 |
commit | 42f82ce71fb02a7474047affbc0565bde4bf887b (patch) | |
tree | 2ba1f2e20f862ede509566e99961dddb0bab5fbe /lisp | |
parent | 40cacec2b3ecbc6142b4f24b0870683a161a6cd2 (diff) | |
download | emacs-42f82ce71fb02a7474047affbc0565bde4bf887b.tar.gz emacs-42f82ce71fb02a7474047affbc0565bde4bf887b.tar.bz2 emacs-42f82ce71fb02a7474047affbc0565bde4bf887b.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68112e03568..a927ca02d44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-12-25 Kim F. Storm <storm@cua.dk> + + * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. + 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * startup.el: (fancy-splash-last-input-event): New variable. @@ -51,15 +55,15 @@ custom-add-option. 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> - + * ediff-diff.el (ediff-diff-options): Clarify docstring. (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. - + * viper-cmd.el (viper-post-command-sentinel): Protect against errors in hooks. (viper-add-newline-at-eob-if-necessary): Add newline only if we actually modify buffer; ignore errors if occur. - + 2006-12-23 Chong Yidong <cyd@stupidchicken.com> * calendar/calendar.el (calendar-mode-map): Switch < and >. |