Mercurial > emacs
comparison lisp/ChangeLog @ 33019:6306740f6938
2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-preserve-cursor-color): new test that avoids
rewrawing the screen when changing cursor color.
(viper-insert-state-pre-command-sentinel,
viper-replace-state-pre-command-sentinel,
viper-replace-state-post-command-sentinel): use
viper-preserve-cursor-color.
Many functions changed to use viper= instead of = when comparing
characters.
* viper-util.el (viper-memq-char,viper=): new functions for
working with characters.
(viper-change-cursor-color): fixed buglet.
Many functions changed to use viper= instead of = when comparing
characters.
* viper.el (viper-insert-state-mode-list): added eshell.
* ediff-init.el (ediff-before-setup-hook): new hook.
Several typos fixed in various docstrings.
* ediff-merg.el (ediff-show-clashes-only): docstring typo fixed.
* ediff-nult.el (ediff-before-session-group-setup-hooks): new
hook.
(ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks.
* ediff-util.el (ediff-setup): run ediff-before-setup-hook.
(ediff-other-buffer): use selected buffers if in Buffer-menu buffer.
(ediff-get-selected-buffers): new function.
* ediff-vers.el (ediff-vc-internal,ediff-rcs-internal,
ediff-vc-merge-internal,ediff-rcs-merge-internal): use
save-window-excursion.
* ediff-wind.el (ediff-skip-unsuitable-frames): more robust
termination check in while loop.
* ediff.el (ediff-get-default-file-name): better defaults when in
dired buffer.
(ediff-files,ediff-merge-files,ediff-files3,
ediff-merge-files-with-ancestor): use ediff-get-default-file-name.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Sun, 29 Oct 2000 04:56:45 +0000 |
parents | d9abb0441663 |
children | e21feeab77fb |
comparison
equal
deleted
inserted
replaced
33018:d9abb0441663 | 33019:6306740f6938 |
---|---|
1 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> | |
2 | |
3 * viper-cmd.el (viper-preserve-cursor-color): new test that avoids | |
4 rewrawing the screen when changing cursor color. | |
5 (viper-insert-state-pre-command-sentinel, | |
6 viper-replace-state-pre-command-sentinel, | |
7 viper-replace-state-post-command-sentinel): use | |
8 viper-preserve-cursor-color. | |
9 Many functions changed to use viper= instead of = when comparing | |
10 characters. | |
11 * viper-util.el (viper-memq-char,viper=): new functions for | |
12 working with characters. | |
13 (viper-change-cursor-color): fixed buglet. | |
14 Many functions changed to use viper= instead of = when comparing | |
15 characters. | |
16 * viper.el (viper-insert-state-mode-list): added eshell. | |
17 | |
18 * ediff-init.el (ediff-before-setup-hook): new hook. | |
19 Several typos fixed in various docstrings. | |
20 * ediff-merg.el (ediff-show-clashes-only): docstring typo fixed. | |
21 * ediff-nult.el (ediff-before-session-group-setup-hooks): new | |
22 hook. | |
23 (ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks. | |
24 * ediff-util.el (ediff-setup): run ediff-before-setup-hook. | |
25 (ediff-other-buffer): use selected buffers if in Buffer-menu buffer. | |
26 (ediff-get-selected-buffers): new function. | |
27 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal, | |
28 ediff-vc-merge-internal,ediff-rcs-merge-internal): use | |
29 save-window-excursion. | |
30 * ediff-wind.el (ediff-skip-unsuitable-frames): more robust | |
31 termination check in while loop. | |
32 * ediff.el (ediff-get-default-file-name): better defaults when in | |
33 dired buffer. | |
34 (ediff-files,ediff-merge-files,ediff-files3, | |
35 ediff-merge-files-with-ancestor): use ediff-get-default-file-name. | |
36 | |
1 2000-10-28 Dave Love <fx@gnu.org> | 37 2000-10-28 Dave Love <fx@gnu.org> |
2 | 38 |
3 * info.el (Info-fontify-node): Add help-echo for menu items. | 39 * info.el (Info-fontify-node): Add help-echo for menu items. |
4 | 40 |
5 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> | 41 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> |