diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91bc68ddbde..87784c092b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,19 @@ | |||
| 1 | 2008-04-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-overwrite-confirmed): Revert last change. | ||
| 4 | |||
| 5 | * dired.el (dired-dnd-handle-local-file): Obey | ||
| 6 | dired-backup-overwrite. | ||
| 7 | |||
| 1 | 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> | 8 | 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 9 | ||
| 3 | * viper*.el (viper-search-wrap-around-t): replace with | 10 | * viper*.el (viper-search-wrap-around-t): replace with |
| 4 | viper-search-wrap-around. | 11 | viper-search-wrap-around. |
| 5 | 12 | ||
| 6 | * ediff*.el: replace 3-argument 'require' statements with 1-argument | 13 | * ediff*.el: replace 3-argument 'require' statements with 1-argument |
| 7 | ones (wrapped in if's). For compatibility with the current stable | 14 | ones (wrapped in if's). For compatibility with the current stable |
| 8 | version of XEmacs. | 15 | version of XEmacs. |
| 9 | 16 | ||
| 10 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> | 17 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 11 | 18 | ||
| 12 | * vc.el (vc-status-prepare-status-buffer): | 19 | * vc.el (vc-status-prepare-status-buffer): |