aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Kifer2000-12-25 07:57:37 +0000
committerMichael Kifer2000-12-25 07:57:37 +0000
commit7261ece3c08f89db35cd3f486b02fb71249df240 (patch)
tree1b2420d60d881b4899a571c53ce413192d913d84 /lisp/ChangeLog
parent7dfb59f43023d50d5cdfed096953ec276a91f58c (diff)
downloademacs-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/ChangeLog13
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 @@
12000-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
12000-12-23 Stefan Monnier <monnier@cs.yale.edu> 142000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2 15
3 * subr.el (combine-run-hooks): Remove. 16 * subr.el (combine-run-hooks): Remove.