diff options
| author | Michael Kifer | 2006-12-23 21:33:50 +0000 |
|---|---|---|
| committer | Michael Kifer | 2006-12-23 21:33:50 +0000 |
| commit | c6a85d16a518115ac85e04d5b606961d438ced75 (patch) | |
| tree | 080c76b62122a5892ce1f2a93bec2fdcf7333ac2 /ChangeLog | |
| parent | 4c1f8269661a0de955c116d221857059cfa882ef (diff) | |
| download | emacs-c6a85d16a518115ac85e04d5b606961d438ced75.tar.gz emacs-c6a85d16a518115ac85e04d5b606961d438ced75.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 2 | |||
| 3 | * ediff-diff.el (ediff-diff-options): clarify docstring. | ||
| 4 | (ediff-setup-diff-regions): disallow -u in ediff-diff-options. | ||
| 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 | |||
| 1 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> | 11 | 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> |
| 2 | 12 | ||
| 3 | * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. | 13 | * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. |