diff options
| author | Michael Kifer | 2000-05-24 17:31:16 +0000 |
|---|---|---|
| committer | Michael Kifer | 2000-05-24 17:31:16 +0000 |
| commit | 6de3983ff852778ba46ce3ae019b16ded5a14880 (patch) | |
| tree | 33e57713f75020c2db9e41e3f5ebc12567502318 /lisp/ChangeLog | |
| parent | 8217260645b7930ca09a6efefae40a83edc26f7b (diff) | |
| download | emacs-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/ChangeLog | 14 |
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 @@ | |||
| 1 | 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> | 1 | 2000-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 | |||
| 15 | 2000-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 | ||