Mercurial > emacs
diff lisp/ChangeLog @ 34860:fdb5d08ced13
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.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Mon, 25 Dec 2000 07:57:37 +0000 |
parents | dbcb6bfb3ddb |
children | 354397dfb570 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Dec 24 16:13:31 2000 +0000 +++ b/lisp/ChangeLog Mon Dec 25 07:57:37 2000 +0000 @@ -1,3 +1,16 @@ +2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> + * viper-init (viper-restore-cursor-type): added condition-case + guard. + + * 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. + 2000-12-23 Stefan Monnier <monnier@cs.yale.edu> * subr.el (combine-run-hooks): Remove.