diff options
| author | Richard M. Stallman | 2006-12-24 01:50:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-24 01:50:17 +0000 |
| commit | be064bc4bf89e8789a4ba72e6606cf12f97af93c (patch) | |
| tree | 06b4f9d63f32793364837edff363eeaf726f84e4 | |
| parent | ba8c19357c00659a28f4a78309440afb69e5b715 (diff) | |
| download | emacs-be064bc4bf89e8789a4ba72e6606cf12f97af93c.tar.gz emacs-be064bc4bf89e8789a4ba72e6606cf12f97af93c.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 14 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
3 files changed, 16 insertions, 10 deletions
| @@ -1,13 +1,7 @@ | |||
| 1 | 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> | 1 | 2006-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 | |||
| 11 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> | 5 | 2006-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 | ||
| 14 | 2006-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 | |||
| 14 | 2006-12-23 Chong Yidong <cyd@stupidchicken.com> | 24 | 2006-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 >. |