aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Kifer2006-12-23 21:33:50 +0000
committerMichael Kifer2006-12-23 21:33:50 +0000
commitc6a85d16a518115ac85e04d5b606961d438ced75 (patch)
tree080c76b62122a5892ce1f2a93bec2fdcf7333ac2 /ChangeLog
parent4c1f8269661a0de955c116d221857059cfa882ef (diff)
downloademacs-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 222a92f21c9..8ab7dbadd22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12006-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
12006-12-22 Mark Davies <mark@mcs.vuw.ac.nz> 112006-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.