Mercurial > emacs
changeset 74894:77f575e4f07e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 25 Dec 2006 13:30:09 +0000 |
parents | 0140b806eb69 |
children | b136953eeaa4 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 >.
--- 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 <storm@cua.dk> + + * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it. + 2006-12-23 Eli Zaretskii <eliz@gnu.org> * keyboard.c (some_mouse_moved): Fix last change.