diff options
| author | Michael Kifer | 2000-12-25 07:57:37 +0000 |
|---|---|---|
| committer | Michael Kifer | 2000-12-25 07:57:37 +0000 |
| commit | 7261ece3c08f89db35cd3f486b02fb71249df240 (patch) | |
| tree | 1b2420d60d881b4899a571c53ce413192d913d84 /lisp/ChangeLog | |
| parent | 7dfb59f43023d50d5cdfed096953ec276a91f58c (diff) | |
| download | emacs-7261ece3c08f89db35cd3f486b02fb71249df240.tar.gz emacs-7261ece3c08f89db35cd3f486b02fb71249df240.zip | |
2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-init.el (ediff-quit-hook,ediff-suspend-hook): changed
initialization; use add-hook.
(ediff-file-remote-p): use file-local-copy.
* ediff-ptch.el (ediff-prompt-for-patch-buffer): improved defaults.
* ediff.el (ediff-patch-buffer): bug fix.
(ediff-revision): allow selection of the file at the prompt.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d09a5f17e1..06ff37f90ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> | ||
| 2 | * viper-init (viper-restore-cursor-type): added condition-case | ||
| 3 | guard. | ||
| 4 | |||
| 5 | * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): changed | ||
| 6 | initialization; use add-hook. | ||
| 7 | (ediff-file-remote-p): use file-local-copy. | ||
| 8 | |||
| 9 | * ediff-ptch.el (ediff-prompt-for-patch-buffer): improved defaults. | ||
| 10 | |||
| 11 | * ediff.el (ediff-patch-buffer): bug fix. | ||
| 12 | (ediff-revision): allow selection of the file at the prompt. | ||
| 13 | |||
| 1 | 2000-12-23 Stefan Monnier <monnier@cs.yale.edu> | 14 | 2000-12-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 15 | ||
| 3 | * subr.el (combine-run-hooks): Remove. | 16 | * subr.el (combine-run-hooks): Remove. |