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