Mercurial > emacs
changeset 72768:db9ab4e6163c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 10 Sep 2006 00:26:17 +0000 |
parents | 803cf0fa741f |
children | 00b6d782491f |
files | admin/FOR-RELEASE src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Sun Sep 10 00:24:12 2006 +0000 +++ b/admin/FOR-RELEASE Sun Sep 10 00:26:17 2006 +0000 @@ -79,6 +79,8 @@ ** Xt timer runs very often, all the time. +** Broken (sit-for 0) -- returns t even if input is available. + * DOCUMENTATION
--- a/src/ChangeLog Sun Sep 10 00:24:12 2006 +0000 +++ b/src/ChangeLog Sun Sep 10 00:26:17 2006 +0000 @@ -1,3 +1,8 @@ +2006-09-10 Kim F. Storm <storm@cua.dk> + + * xdisp.c (get_window_cursor_type): Use hollow cursor on + non-transparent images. + 2006-09-09 Eli Zaretskii <eliz@gnu.org> * editfns.c (Fsystem_name): Mention "host" in the doc string. @@ -106,12 +111,10 @@ 2006-09-06 Kim F. Storm <storm@cua.dk> * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; - so always calculate heights even when pos-visible-in-window-p is - called with partially = t. Don't overshoot last_visible_y in - move_it_to. Return row height and row number in new rowh and vpos - args. - (cursor_row_fully_visible_p): First line is always "fully - visible". + so calculate heights even when pos-visible-in-window-p is called + with partially = t. Don't overshoot last_visible_y in move_it_to. + Return row height and row number in new rowh and vpos args. + (cursor_row_fully_visible_p): First line is always "fully visible". (try_window): Don't clear matrix if vscrolled. * lisp.h (pos_visible_p): Update prototype.