comparison lisp/ChangeLog @ 65627:511f8e9d22ca

2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty string. (ediff-fixup-patch-map): better heuristic for intuiting the file names to patch. (ediff-prompt-for-patch-file): more intuitive prompt. * ediff-util.el: use insert-buffer-substring. * ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix. * viper-cmd.el (viper-change-state): don't move over the field boundaries in the minibuffer. (viper-set-minibuffer-style): add viper-minibuffer-post-command-hook. (viper-minibuffer-post-command-hook): new hook. (viper-line): don't move cursor at bolp. * viper-ex.el (ex-pwd, viper-info-on-file): fixed message * viper-init.el: add alias to make-variable-buffer-local to avoid compiler warnings. * viper-macs.el (ex-map): better messages. * viper-utils.el (viper-beginning-of-field): new function. * viper.el: replace make-variable-buffer-local with viper-make-variable-buffer-local everywhere, to avoid warnings.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Tue, 20 Sep 2005 17:47:28 +0000
parents c1c494f3183f
children a9f13967f179
comparison
equal deleted inserted replaced
65626:69a9e146ef35 65627:511f8e9d22ca
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):
4 Delete unused var `old-selected-window'. 34 Delete unused var `old-selected-window'.
5 (mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'. 35 (mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'.