comparison lisp/ChangeLog @ 65641:b10c339a6f5a

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 21 Sep 2005 20:26:49 +0000
parents f552d54d9430
children abfd35943fc4
comparison
equal deleted inserted replaced
65640:906677409870 65641:b10c339a6f5a
1 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mouse.el (mouse-move-drag-overlay): New function.
4 (mouse-drag-region-1): Use it.
5 Try to simplify a bit the state handling. Handle clicks on links
6 inside intangible areas.
7 (mouse-save-then-kill): Minor simplification.
8 (mouse-secondary-overlay): Make it always non-nil instead of
9 recreating it each time.
10 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12 Simplify accordingly.
13
1 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu> 14 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2 15
3 * term/rxvt.el (rxvt-standard-colors): Fix some colors. 16 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
4 17
5 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> 18 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6 19
7 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt. 20 * ediff-ptch.el (ediff-file-name-sans-prefix): Treat nil as an empty
8 (ediff-file-name-sans-prefix): Treat nil as an empty string. 21 string.
9 (ediff-fixup-patch-map): Better heuristic for intuiting the file 22 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10 names to patch. 23 to patch.
11 24 (ediff-prompt-for-patch-file): More intuitive prompt.
12 * ediff-util.el: Use insert-buffer-substring. 25
26 * ediff-util.el: use insert-buffer-substring.
13 27
14 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix. 28 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15 29
16 * viper-cmd.el (viper-change-state): Don't move over the field 30 * emulation/viper-cmd.el (viper-change-state): Don't move over the
17 boundaries in the minibuffer. 31 field boundaries in the minibuffer.
18 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook. 32 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19 (viper-minibuffer-post-command-hook): New hook. 33 (viper-minibuffer-post-command-hook): New hook.
20 (viper-line): Don't move cursor at bolp. 34 (viper-line): Don't move cursor at bolp.
21 35
22 * viper-ex.el (ex-pwd, viper-info-on-file): Fix message. 36 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23 37
24 * viper-init.el: Add alias to make-variable-buffer-local to avoid 38 * emulation/viper-init.el: add alias to make-variable-buffer-local to
25 compiler warnings. 39 avoid compiler warnings.
26 40
27 * viper-macs.el (ex-map): Better messages. 41 * emulation/viper-macs.el (ex-map): Better messages.
28 42
29 * viper-utils.el (viper-beginning-of-field): New function. 43 * emulation/viper-utils.el (viper-beginning-of-field): New function.
30 44
31 * viper.el: Replace make-variable-buffer-local with 45 * emulation/viper.el: replace make-variable-buffer-local with
32 viper-make-variable-buffer-local everywhere, to avoid warnings. 46 viper-make-variable-buffer-local everywhere, to avoid warnings.
33 47
34 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 48 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
35 49
36 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): 50 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):