Mercurial > emacs
comparison lisp/ChangeLog @ 69030:0c3b91a536ab
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 20 Feb 2006 01:21:47 +0000 |
parents | d3feed421791 |
children | 2e60323be52d d08a7ef0cb8a |
comparison
equal
deleted
inserted
replaced
69029:9021ca41a840 | 69030:0c3b91a536ab |
---|---|
1 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a | |
4 strech spec so it doesn't display as "^J" on the header line | |
5 when `Buffer-menu-use-header-line' is t. | |
6 | |
1 2006-02-20 Nick Roberts <nickrob@snap.net.nz> | 7 2006-02-20 Nick Roberts <nickrob@snap.net.nz> |
2 | 8 |
3 * speedbar.el (speedbar-make-button): Keep text properties | 9 * speedbar.el (speedbar-make-button): Keep text properties |
4 of string arguments if desired. | 10 of string arguments if desired. |
5 | 11 |
37 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set | 43 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set |
38 gdb-force-update in gdb-post-prompt. | 44 gdb-force-update in gdb-post-prompt. |
39 (gdb-reset): Clear watch expressions from speedbar when quitting. | 45 (gdb-reset): Clear watch expressions from speedbar when quitting. |
40 | 46 |
41 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | 47 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu> |
42 | 48 |
43 * viper-cmd.el (viper-insert-state-post-command-sentinel, | 49 * viper-cmd.el (viper-insert-state-post-command-sentinel) |
44 viper-change-state-to-vi, viper-change-state-to-emacs): | 50 (viper-change-state-to-vi, viper-change-state-to-emacs): |
45 made aware of cursor coloring in the emacs state. | 51 Make aware of cursor coloring in the Emacs state. |
46 (viper-special-read-and-insert-char): use read-char-exclusive. | 52 (viper-special-read-and-insert-char): Use read-char-exclusive. |
47 (viper-minibuffer-trim-tail): workaround for fields in minibuffer. | 53 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer. |
48 | 54 |
49 * viper-init.el (viper-emacs-state-cursor-color): new variable. | 55 * viper-init.el (viper-emacs-state-cursor-color): New variable. |
50 | 56 |
51 * viper-util.el (viper-save-cursor-color, | 57 * viper-util.el (viper-save-cursor-color) |
52 viper-get-saved-cursor-color-in-replace-mode, | 58 (viper-get-saved-cursor-color-in-replace-mode) |
53 viper-get-saved-cursor-color-in-insert-mode, | 59 (viper-get-saved-cursor-color-in-insert-mode) |
54 viper-restore-cursor-color): make aware of the cursor color in emacs | 60 (viper-restore-cursor-color): Make aware of the cursor color in Emacs |
55 state. | 61 state. |
56 (viper-get-saved-cursor-color-in-emacs-mode): new function. | 62 (viper-get-saved-cursor-color-in-emacs-mode): New function. |
57 | 63 |
58 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option, | 64 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option) |
59 ediff-ignore-case-option3, ediff-actual-diff-options, | 65 (ediff-ignore-case-option3, ediff-actual-diff-options) |
60 ediff-actual-diff3-options): new variables to control case sensitivity. | 66 (ediff-actual-diff3-options): New variables to control case sensitivity. |
61 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions, | 67 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions) |
62 ediff-setup-diff-regions3): made aware of case-sensitivity. | 68 (ediff-setup-diff-regions3): Make aware of case-sensitivity. |
63 (ediff-toggle-ignore-case): new function. | 69 (ediff-toggle-ignore-case): New function. |
64 (ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers. | 70 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers. |
65 | 71 |
66 * ediff-help.el (ediff-long-help-message-narrow2, | 72 * ediff-help.el (ediff-long-help-message-narrow2) |
67 ediff-long-help-message-compare2, ediff-long-help-message-compare3, | 73 (ediff-long-help-message-compare2, ediff-long-help-message-compare3) |
68 ediff-long-help-message-word-mode): add ignore-case command. | 74 (ediff-long-help-message-word-mode): Add ignore-case command. |
69 (ediff-help-for-quick-help): add ignore-case command. | 75 (ediff-help-for-quick-help): Add ignore-case command. |
70 | 76 |
71 * ediff-merg.el: move provide to the end. | 77 * ediff-merg.el: Move provide to the end. |
72 | 78 |
73 * ediff-ptch.el: move provide to the end. | 79 * ediff-ptch.el: Move provide to the end. |
74 | 80 |
75 * ediff-wind.el: move provide to the end. | 81 * ediff-wind.el: Move provide to the end. |
76 | 82 |
77 * ediff-mult.el: move provide to the end. | 83 * ediff-mult.el: Move provide to the end. |
78 (ediff-set-meta-overlay): enable follow-link. | 84 (ediff-set-meta-overlay): Enable follow-link. |
79 | 85 |
80 * ediff.el: move provide to the end. | 86 * ediff.el: Move provide to the end. |
81 Break recursive load cycle in eval-when-compile. | 87 Break recursive load cycle in eval-when-compile. |
82 (ediff-patch-buffer): better heuristics. | 88 (ediff-patch-buffer): Better heuristics. |
83 | 89 |
84 * ediff-util.el: move provide to the end. | 90 * ediff-util.el: Move provide to the end. |
85 Break recursive load cycle in eval-when-compile. | 91 Break recursive load cycle in eval-when-compile. |
86 (ediff-setup-keymap): add binding for #c. Replaced some defsubsts with | 92 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with |
87 defuns. | 93 defuns. |
88 (ediff-submit-report): pass the values of ediff-diff3-program, | 94 (ediff-submit-report): Pass the values of ediff-diff3-program, |
89 ediff-diff3-options. | 95 ediff-diff3-options. |
90 | 96 |
91 2006-02-19 Juanma Barranquero <lekktu@gmail.com> | 97 2006-02-19 Juanma Barranquero <lekktu@gmail.com> |
92 | 98 |
93 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by | 99 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by |
94 the opening bracket of the following bracketing pairs: {}, [], (), <>, | 100 the opening bracket of the following bracketing pairs: {}, [], (), <>, |
95 `' (for example, in the docstring of `windmove-default-keybindings'). | 101 `' (for example, in the docstring of `windmove-default-keybindings'). |