diff options
| author | Romain Francoise | 2005-09-21 07:20:40 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-09-21 07:20:40 +0000 |
| commit | 2f2db7cc5821edca922195fde2f3ae9467974a99 (patch) | |
| tree | 782318a1c7a8cadafee67e0e39cde6bf7fb37b42 | |
| parent | 7cbd13335de49b4917e3f76fb0313cb0f10cfa63 (diff) | |
| download | emacs-2f2db7cc5821edca922195fde2f3ae9467974a99.tar.gz emacs-2f2db7cc5821edca922195fde2f3ae9467974a99.zip | |
Fixup whitespace.
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f448eaa7eb..402aa754511 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,33 +1,33 @@ | |||
| 1 | 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> | 1 | 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 2 | ||
| 3 | * ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty | 3 | * ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty |
| 4 | string. | 4 | string. |
| 5 | (ediff-fixup-patch-map): better heuristic for intuiting the file names | 5 | (ediff-fixup-patch-map): better heuristic for intuiting the file names |
| 6 | to patch. | 6 | to patch. |
| 7 | (ediff-prompt-for-patch-file): more intuitive prompt. | 7 | (ediff-prompt-for-patch-file): more intuitive prompt. |
| 8 | 8 | ||
| 9 | * ediff-util.el: use insert-buffer-substring. | 9 | * ediff-util.el: use insert-buffer-substring. |
| 10 | 10 | ||
| 11 | * ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix. | 11 | * ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix. |
| 12 | 12 | ||
| 13 | * viper-cmd.el (viper-change-state): don't move over the field | 13 | * viper-cmd.el (viper-change-state): don't move over the field |
| 14 | boundaries in the minibuffer. | 14 | boundaries in the minibuffer. |
| 15 | (viper-set-minibuffer-style): add viper-minibuffer-post-command-hook. | 15 | (viper-set-minibuffer-style): add viper-minibuffer-post-command-hook. |
| 16 | (viper-minibuffer-post-command-hook): new hook. | 16 | (viper-minibuffer-post-command-hook): new hook. |
| 17 | (viper-line): don't move cursor at bolp. | 17 | (viper-line): don't move cursor at bolp. |
| 18 | 18 | ||
| 19 | * viper-ex.el (ex-pwd, viper-info-on-file): fixed message | 19 | * viper-ex.el (ex-pwd, viper-info-on-file): fixed message |
| 20 | 20 | ||
| 21 | * viper-init.el: add alias to make-variable-buffer-local to avoid | 21 | * viper-init.el: add alias to make-variable-buffer-local to avoid |
| 22 | compiler warnings. | 22 | compiler warnings. |
| 23 | 23 | ||
| 24 | * viper-macs.el (ex-map): better messages. | 24 | * viper-macs.el (ex-map): better messages. |
| 25 | 25 | ||
| 26 | * viper-utils.el (viper-beginning-of-field): new function. | 26 | * viper-utils.el (viper-beginning-of-field): new function. |
| 27 | 27 | ||
| 28 | * viper.el: replace make-variable-buffer-local with | 28 | * viper.el: replace make-variable-buffer-local with |
| 29 | viper-make-variable-buffer-local everywhere, to avoid warnings. | 29 | viper-make-variable-buffer-local everywhere, to avoid warnings. |
| 30 | 30 | ||
| 31 | 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | 31 | 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 32 | 32 | ||
| 33 | * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): | 33 | * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): |