# HG changeset patch # User Kim F. Storm # Date 1167053409 0 # Node ID 77f575e4f07e362f89e48b5b82de0a9bd3701c94 # Parent 0140b806eb69f82a1b184cbccf95eef339f3c6a1 *** empty log message *** diff -r 0140b806eb69 -r 77f575e4f07e lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 25 08:18:29 2006 +0000 +++ b/lisp/ChangeLog Mon Dec 25 13:30:09 2006 +0000 @@ -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 -r 0140b806eb69 -r 77f575e4f07e src/ChangeLog --- a/src/ChangeLog Mon Dec 25 08:18:29 2006 +0000 +++ b/src/ChangeLog Mon Dec 25 13:30:09 2006 +0000 @@ -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.