aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Kifer2000-05-24 17:31:16 +0000
committerMichael Kifer2000-05-24 17:31:16 +0000
commit6de3983ff852778ba46ce3ae019b16ded5a14880 (patch)
tree33e57713f75020c2db9e41e3f5ebc12567502318 /lisp/ChangeLog
parent8217260645b7930ca09a6efefae40a83edc26f7b (diff)
downloademacs-6de3983ff852778ba46ce3ae019b16ded5a14880.tar.gz
emacs-6de3983ff852778ba46ce3ae019b16ded5a14880.zip
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-forward-word): take syntactic word class into account. (ediff-test-utility,ediff-diff-mandatory-option, ediff-reset-diff-options): utilities for proper initialization of ediff-diff-options and ediff-diff3-options on Windows. * ediff-init.el (ediff-merge-filename-prefix): new customizable variable. * ediff-mult.el (ediff-filegroup-action): use ediff-merge-filename-prefix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f88d60fa654..b0cb1f31168 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,18 @@
12000-05-24 Michael Kifer <kifer@cs.sunysb.edu> 12000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2
3 * ediff-diff.el (ediff-forward-word): take syntactic word class into
4 account.
5 (ediff-test-utility,ediff-diff-mandatory-option,
6 ediff-reset-diff-options): utilities for proper initialization of
7 ediff-diff-options and ediff-diff3-options on Windows.
8
9 * ediff-init.el (ediff-merge-filename-prefix): new customizable
10 variable.
11
12 * ediff-mult.el (ediff-filegroup-action): use
13 ediff-merge-filename-prefix.
14
152000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
2 16
3 * viper-ex.el (ex-write): set selective display to nil. 17 * viper-ex.el (ex-write): set selective display to nil.
4 18