diff options
| author | Kim F. Storm | 2005-02-19 23:30:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-02-19 23:30:12 +0000 |
| commit | 0fba9f25f220fb815c285a78cffc0cee87a8ba79 (patch) | |
| tree | 3d38ea8f5ee6575fad264832fb2b2cdc091477f6 | |
| parent | f79bdb3aa2f26d28e775af39417981c6dcb0484c (diff) | |
| download | emacs-0fba9f25f220fb815c285a78cffc0cee87a8ba79.tar.gz emacs-0fba9f25f220fb815c285a78cffc0cee87a8ba79.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 61 | ||||
| -rw-r--r-- | src/ChangeLog | 22 |
2 files changed, 56 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dea9dea526c..c226263471b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-02-20 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (line-move): Add fourth optional arg try-vscroll which | ||
| 4 | must be set to perform auto-window-vscroll. | ||
| 5 | When moving backwards and doing auto-window-vscroll, automatically | ||
| 6 | vscroll to the last part of lines which are taller than the window. | ||
| 7 | (next-line, previous-line): Set try-vscroll arg on line-move. | ||
| 8 | |||
| 1 | 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * replace.el (query-replace, query-replace-regexp) | 11 | * replace.el (query-replace, query-replace-regexp) |
| @@ -6,7 +14,7 @@ | |||
| 6 | 14 | ||
| 7 | * isearch.el (isearch-forward): Document isearch-query-replace and | 15 | * isearch.el (isearch-forward): Document isearch-query-replace and |
| 8 | isearch-query-replace-regexp keybindings. | 16 | isearch-query-replace-regexp keybindings. |
| 9 | 17 | ||
| 10 | 2005-02-19 Jay Belanger <belanger@truman.edu> | 18 | 2005-02-19 Jay Belanger <belanger@truman.edu> |
| 11 | 19 | ||
| 12 | * calc/calc-aent.el (math-read-token): Add local variable. | 20 | * calc/calc-aent.el (math-read-token): Add local variable. |
| @@ -21,30 +29,29 @@ | |||
| 21 | Adjust integration rule for calcFunc-tan. | 29 | Adjust integration rule for calcFunc-tan. |
| 22 | 30 | ||
| 23 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | 31 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 24 | 32 | ||
| 25 | * viper-cmd.el (viper-prefix-commands): make into a defconst. | 33 | * viper-cmd.el (viper-prefix-commands): Make into a defconst. |
| 26 | (viper-exec-buffer-search): use regexp-quote to quote the buffer | 34 | (viper-exec-buffer-search): Use regexp-quote to quote buffer string. |
| 27 | string. | 35 | (viper-minibuffer-setup-sentinel): Make some variables buffer-local. |
| 28 | (viper-minibuffer-setup-sentinel): make some variables buffer-local. | 36 | (viper-skip-separators): Bug fix. |
| 29 | (viper-skip-separators): bug fix. | 37 | (viper-set-searchstyle-toggling-macros): Allow to unset macros in a |
| 30 | (viper-set-searchstyle-toggling-macros): allow to unset macros in a | ||
| 31 | particular major mode. | 38 | particular major mode. |
| 32 | (viper-del-backward-char-in-replace): don't put deleted char on the | 39 | (viper-del-backward-char-in-replace): Don't put deleted char on the |
| 33 | kill ring. | 40 | kill ring. |
| 34 | 41 | ||
| 35 | * viper-ex.el (viper-color-display-p): new function. | 42 | * viper-ex.el (viper-color-display-p): New function. |
| 36 | (viper-has-face-support-p): use viper-color-display-p. | 43 | (viper-has-face-support-p): Use viper-color-display-p. |
| 37 | 44 | ||
| 38 | * viper-keym.el (viper-gnus-modifier-map): new keymap. | 45 | * viper-keym.el (viper-gnus-modifier-map): New keymap. |
| 39 | 46 | ||
| 40 | * viper-macs.el (viper-unrecord-kbd-macro): bug fix. | 47 | * viper-macs.el (viper-unrecord-kbd-macro): Bug fix. |
| 41 | 48 | ||
| 42 | * viper-util.el (viper-glob-unix-files): fix shell status check. | 49 | * viper-util.el (viper-glob-unix-files): Fix shell status check. |
| 43 | (viper-file-remote-p): make equivalent to file-remote-p. | 50 | (viper-file-remote-p): Make equivalent to file-remote-p. |
| 44 | 51 | ||
| 45 | * viper.el (viper-major-mode-modifier-list): use | 52 | * viper.el (viper-major-mode-modifier-list): Use |
| 46 | viper-gnus-modifier-map. | 53 | viper-gnus-modifier-map. |
| 47 | 54 | ||
| 48 | 2005-02-19 David Kastrup <dak@gnu.org> | 55 | 2005-02-19 David Kastrup <dak@gnu.org> |
| 49 | 56 | ||
| 50 | * subr.el (subregexp-context-p): Fix garbled doc string by adding | 57 | * subr.el (subregexp-context-p): Fix garbled doc string by adding |
| @@ -91,25 +98,25 @@ | |||
| 91 | (gdb-post-prompt): Simplify test for speedbar. | 98 | (gdb-post-prompt): Simplify test for speedbar. |
| 92 | 99 | ||
| 93 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | 100 | 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 94 | 101 | ||
| 95 | * ediff.el (ediff-set-diff-overlays-in-one-buffer, | 102 | * ediff.el (ediff-set-diff-overlays-in-one-buffer, |
| 96 | ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure | 103 | ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure |
| 97 | we use the syntax table of the correct buffer. | 104 | we use the syntax table of the correct buffer. |
| 98 | (ediff-same-file-contents,ediff-same-contents): enhancements thanks to | 105 | (ediff-same-file-contents,ediff-same-contents): enhancements thanks to |
| 99 | Felix Gatzemeier. | 106 | Felix Gatzemeier. |
| 100 | 107 | ||
| 101 | * ediff-init.el (ediff-hide-face): checks for definedness of functions. | 108 | * ediff-init.el (ediff-hide-face): checks for definedness of functions. |
| 102 | (ediff-file-remote-p): make synonymous with file-remote-p. | 109 | (ediff-file-remote-p): make synonymous with file-remote-p. |
| 103 | In all deffaces ediff-*-face-*, use min-colors. | 110 | In all deffaces ediff-*-face-*, use min-colors. |
| 104 | 111 | ||
| 105 | * ediff-mult.el (ediff-meta-mark-equal-files): make use of | 112 | * ediff-mult.el (ediff-meta-mark-equal-files): make use of |
| 106 | ediff-recurse-to-subdirectories. | 113 | ediff-recurse-to-subdirectories. |
| 107 | (ediff-mark-if-equal): check that the arguments are strings, use | 114 | (ediff-mark-if-equal): check that the arguments are strings, use |
| 108 | ediff-same-contents (after to Felix Gatzemeier). | 115 | ediff-same-contents (after to Felix Gatzemeier). |
| 109 | 116 | ||
| 110 | * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to | 117 | * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to |
| 111 | nil. | 118 | nil. |
| 112 | 119 | ||
| 113 | 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | 120 | 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 114 | 121 | ||
| 115 | * log-view.el (log-view-message-re): Fix up Subversion regexp. | 122 | * log-view.el (log-view-message-re): Fix up Subversion regexp. |
diff --git a/src/ChangeLog b/src/ChangeLog index 8ac324e04b3..7c926e9b919 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2005-02-20 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (pos_visible_p): Be sure to move to the specified | ||
| 4 | position. Always get the full ascent / descent of the | ||
| 5 | corresponding row, to return reliable rtop and rbot values. | ||
| 6 | (back_to_previous_visible_line_start): Fix 2005-01-18 change. | ||
| 7 | Must look one character back, as back_to_previous_line_start | ||
| 8 | returns position after the newline. | ||
| 9 | (move_it_vertically_backward): Fix heuristic for when to move further | ||
| 10 | back in case line_height * 2/3 is larger than window height. | ||
| 11 | (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p | ||
| 12 | as it does not do anything anymore. Add arg current_matrix_p to | ||
| 13 | use current matrix rather than desired matrix when set. | ||
| 14 | (try_cursor_movement): Don't scroll to make cursor row fully | ||
| 15 | visible if cursor didn't move. This avoids unexpected recentering | ||
| 16 | in case of blinking cursor or accepting process output. | ||
| 17 | Use current matrix to check cursor row visibility. | ||
| 18 | (redisplay_window): Fix whether to recenter or move to top in case | ||
| 19 | cursor line is taller than window height. | ||
| 20 | (find_first_unchanged_at_end_row): Stop search if we reach a row | ||
| 21 | which not enabled (instead of abort). | ||
| 22 | |||
| 1 | 2005-02-18 Kim F. Storm <storm@cua.dk> | 23 | 2005-02-18 Kim F. Storm <storm@cua.dk> |
| 2 | 24 | ||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property | 25 | * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property |