aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-12-24 01:50:17 +0000
committerRichard M. Stallman2006-12-24 01:50:17 +0000
commitbe064bc4bf89e8789a4ba72e6606cf12f97af93c (patch)
tree06b4f9d63f32793364837edff363eeaf726f84e4
parentba8c19357c00659a28f4a78309440afb69e5b715 (diff)
downloademacs-be064bc4bf89e8789a4ba72e6606cf12f97af93c.tar.gz
emacs-be064bc4bf89e8789a4ba72e6606cf12f97af93c.zip
*** empty log message ***
-rw-r--r--ChangeLog14
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog10
3 files changed, 16 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab7dbadd22..93b765529b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,7 @@
12006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> 12006-12-24 Richard Stallman <rms@gnu.org>
2 2
3 * ediff-diff.el (ediff-diff-options): clarify docstring. 3 * configure.in: Require Autoconf 2.61.
4 (ediff-setup-diff-regions): disallow -u in ediff-diff-options. 4
5
6 * viper-cmd.el (viper-post-command-sentinel): protect against errors in
7 hooks.
8 (viper-add-newline-at-eob-if-necessary): add newline only if we
9 actually modify buffer; ignore errors if occur.
10
112006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> 52006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
12 6
13 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. 7 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 13bc5ea69c1..fb85005b8f5 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -72,6 +72,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
72 72
73** How should C-x C-v ask about saving? 73** How should C-x C-v ask about saving?
74 74
75** Delete prematurely applied allout.el changes.
76
75* DOCUMENTATION 77* DOCUMENTATION
76 78
77** Check the Emacs Tutorial. 79** Check the Emacs Tutorial.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a8389593c33..77ddef912b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,6 +11,16 @@
11 * custom.el (custom-add-frequent-value): Alias for 11 * custom.el (custom-add-frequent-value): Alias for
12 custom-add-option. 12 custom-add-option.
13 13
142006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
15
16 * ediff-diff.el (ediff-diff-options): clarify docstring.
17 (ediff-setup-diff-regions): disallow -u in ediff-diff-options.
18
19 * viper-cmd.el (viper-post-command-sentinel): protect against errors in
20 hooks.
21 (viper-add-newline-at-eob-if-necessary): add newline only if we
22 actually modify buffer; ignore errors if occur.
23
142006-12-23 Chong Yidong <cyd@stupidchicken.com> 242006-12-23 Chong Yidong <cyd@stupidchicken.com>
15 25
16 * calendar/calendar.el (calendar-mode-map): Switch < and >. 26 * calendar/calendar.el (calendar-mode-map): Switch < and >.