# HG changeset patch # User Richard M. Stallman # Date 1166925017 0 # Node ID b507f3dc4bbcae8497501d43be4b2eb6c9f8197c # Parent 86540ee6f1e46871ccef06ff2818762407bb5a4e *** empty log message *** diff -r 86540ee6f1e4 -r b507f3dc4bbc ChangeLog --- a/ChangeLog Sun Dec 24 01:48:56 2006 +0000 +++ b/ChangeLog Sun Dec 24 01:50:17 2006 +0000 @@ -1,13 +1,7 @@ -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-24 Richard Stallman + + * configure.in: Require Autoconf 2.61. + 2006-12-22 Mark Davies * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. diff -r 86540ee6f1e4 -r b507f3dc4bbc admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Dec 24 01:48:56 2006 +0000 +++ b/admin/FOR-RELEASE Sun Dec 24 01:50:17 2006 +0000 @@ -72,6 +72,8 @@ ** How should C-x C-v ask about saving? +** Delete prematurely applied allout.el changes. + * DOCUMENTATION ** Check the Emacs Tutorial. diff -r 86540ee6f1e4 -r b507f3dc4bbc lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 24 01:48:56 2006 +0000 +++ b/lisp/ChangeLog Sun Dec 24 01:50:17 2006 +0000 @@ -11,6 +11,16 @@ * custom.el (custom-add-frequent-value): Alias for 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 >.