diff options
| author | Juanma Barranquero | 2006-02-20 01:21:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-20 01:21:47 +0000 |
| commit | 5376d5f62558f85fdaf387c0f3abea1873ab9b30 (patch) | |
| tree | 570a857bab7ce2ad60bb120abeb37bc87545679a | |
| parent | 7b1d7d664bf0342b32fb1175d418e5bef2311310 (diff) | |
| download | emacs-5376d5f62558f85fdaf387c0f3abea1873ab9b30.tar.gz emacs-5376d5f62558f85fdaf387c0f3abea1873ab9b30.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 94 |
1 files changed, 50 insertions, 44 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ccc456296ad..6276c84d09f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 |
| @@ -39,55 +45,55 @@ | |||
| 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 |