diff options
| author | Michael Kifer | 2008-04-06 19:26:02 +0000 |
|---|---|---|
| committer | Michael Kifer | 2008-04-06 19:26:02 +0000 |
| commit | a5254f378911515c8b19ac4d4be0877c835f1586 (patch) | |
| tree | 94316ba0dfc2cfb7c44e6859b6810916bf34bc3f /lisp/ChangeLog | |
| parent | 4dc2220833024c4c40ad52510ec8d6d6f3cf8769 (diff) | |
| download | emacs-a5254f378911515c8b19ac4d4be0877c835f1586.tar.gz emacs-a5254f378911515c8b19ac4d4be0877c835f1586.zip | |
2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
* viper*.el (viper-search-wrap-around-t): replace with
viper-search-wrap-around.
* ediff*.el: replace 3-argument 'require' statements with 1-argument
ones (wrapped in if's). For compatibility with the current stable
version of XEmacs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ac5f553f93..91bc68ddbde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 2 | |||
| 3 | * viper*.el (viper-search-wrap-around-t): replace with | ||
| 4 | viper-search-wrap-around. | ||
| 5 | |||
| 6 | * ediff*.el: replace 3-argument 'require' statements with 1-argument | ||
| 7 | ones (wrapped in if's). For compatibility with the current stable | ||
| 8 | version of XEmacs. | ||
| 9 | |||
| 1 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * vc.el (vc-status-prepare-status-buffer): | 12 | * vc.el (vc-status-prepare-status-buffer): |