comparison lisp/ChangeLog @ 68997:6169b51037af

2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> * viper-cmd.el (viper-insert-state-post-command-sentinel, viper-change-state-to-vi, viper-change-state-to-emacs): made aware of cursor coloring in the emacs state. (viper-special-read-and-insert-char): use read-char-exclusive. (viper-minibuffer-trim-tail): workaround for fields in minibuffer. * viper-init.el (viper-emacs-state-cursor-color): new variable. * viper-util.el (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode, viper-get-saved-cursor-color-in-insert-mode, viper-restore-cursor-color): make aware of the cursor color in emacs state. (viper-get-saved-cursor-color-in-emacs-mode): new function. * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option, ediff-ignore-case-option3, ediff-actual-diff-options, ediff-actual-diff3-options): new variables to control case sensitivity. (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions, ediff-setup-diff-regions3): made aware of case-sensitivity. (ediff-toggle-ignore-case): new function. (ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers. * ediff-help.el (ediff-long-help-message-narrow2, ediff-long-help-message-compare2, ediff-long-help-message-compare3, ediff-long-help-message-word-mode): add ignore-case command. (ediff-help-for-quick-help): add ignore-case command. * ediff-merg.el: move provide to the end. * ediff-ptch.el: move provide to the end. * ediff-wind.el: move provide to the end. * ediff-mult.el: move provide to the end. (ediff-set-meta-overlay): enable follow-link. * ediff.el: move provide to the end. Break recursive load cycle in eval-when-compile. (ediff-patch-buffer): better heuristics. * ediff-util.el: move provide to the end. Break recursive load cycle in eval-when-compile. (ediff-setup-keymap): add binding for #c. Replaced some defsubsts with defuns. (ediff-submit-report): pass the values of ediff-diff3-program, ediff-diff3-options.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sun, 19 Feb 2006 03:16:45 +0000
parents bb117d25ee4c
children 23217e6a7030
comparison
equal deleted inserted replaced
68996:ef46b6afadc4 68997:6169b51037af
1 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper-cmd.el (viper-insert-state-post-command-sentinel,
4 viper-change-state-to-vi, viper-change-state-to-emacs):
5 made aware of cursor coloring in the emacs state.
6 (viper-special-read-and-insert-char): use read-char-exclusive.
7 (viper-minibuffer-trim-tail): workaround for fields in minibuffer.
8
9 * viper-init.el (viper-emacs-state-cursor-color): new variable.
10
11 * viper-util.el (viper-save-cursor-color,
12 viper-get-saved-cursor-color-in-replace-mode,
13 viper-get-saved-cursor-color-in-insert-mode,
14 viper-restore-cursor-color): make aware of the cursor color in emacs
15 state.
16 (viper-get-saved-cursor-color-in-emacs-mode): new function.
17
18 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
19 ediff-ignore-case-option3, ediff-actual-diff-options,
20 ediff-actual-diff3-options): new variables to control case sensitivity.
21 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
22 ediff-setup-diff-regions3): made aware of case-sensitivity.
23 (ediff-toggle-ignore-case): new function.
24 (ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.
25
26 * ediff-help.el (ediff-long-help-message-narrow2,
27 ediff-long-help-message-compare2, ediff-long-help-message-compare3,
28 ediff-long-help-message-word-mode): add ignore-case command.
29 (ediff-help-for-quick-help): add ignore-case command.
30
31 * ediff-merg.el: move provide to the end.
32
33 * ediff-ptch.el: move provide to the end.
34
35 * ediff-wind.el: move provide to the end.
36
37 * ediff-mult.el: move provide to the end.
38 (ediff-set-meta-overlay): enable follow-link.
39
40 * ediff.el: move provide to the end.
41 Break recursive load cycle in eval-when-compile.
42 (ediff-patch-buffer): better heuristics.
43
44 * ediff-util.el: move provide to the end.
45 Break recursive load cycle in eval-when-compile.
46 (ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
47 defuns.
48 (ediff-submit-report): pass the values of ediff-diff3-program,
49 ediff-diff3-options.
50
1 2006-02-19 Juanma Barranquero <lekktu@gmail.com> 51 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2 52
3 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by 53 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4 the opening bracket of the following bracketing pairs: {}, [], (), <>, 54 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5 `' (for example, in the docstring of `windmove-default-keybindings'). 55 `' (for example, in the docstring of `windmove-default-keybindings').