diff options
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. |