comparison lisp/ChangeLog @ 65630:a9f13967f179

Fixup whitespace.
author Romain Francoise <romain@orebokech.com>
date Wed, 21 Sep 2005 07:20:40 +0000
parents 511f8e9d22ca
children 2dc2b3920d50
comparison
equal deleted inserted replaced
65629:a65085945173 65630:a9f13967f179
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):
34 Delete unused var `old-selected-window'. 34 Delete unused var `old-selected-window'.
35 (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'.