From: Kim F. Storm Date: Mon, 25 Dec 2006 13:30:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42f82ce71fb02a7474047affbc0565bde4bf887b;p=emacs.git *** empty log message *** --- 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 + + * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. + 2006-12-25 YAMAMOTO Mitsuharu * startup.el: (fancy-splash-last-input-event): New variable. @@ -51,15 +55,15 @@ custom-add-option. 2006-12-23 Michael Kifer - + * 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 * calendar/calendar.el (calendar-mode-map): Switch < and >. diff --git a/src/ChangeLog b/src/ChangeLog index 33d54f430cd..4a48df1a507 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-12-25 Kim F. Storm + + * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it. + 2006-12-23 Eli Zaretskii * keyboard.c (some_mouse_moved): Fix last change.