From f90660aa86efd77e1c800ad1e2e5028cc8643c68 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 10 Sep 2006 00:26:17 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 2 ++ src/ChangeLog | 15 +++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f6a89007c5b..789b83d2388 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -79,6 +79,8 @@ in the syntax table. ** Xt timer runs very often, all the time. +** Broken (sit-for 0) -- returns t even if input is available. + * DOCUMENTATION diff --git a/src/ChangeLog b/src/ChangeLog index b38348f5c6c..7c1babe6fba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-09-10 Kim F. Storm + + * xdisp.c (get_window_cursor_type): Use hollow cursor on + non-transparent images. + 2006-09-09 Eli Zaretskii * editfns.c (Fsystem_name): Mention "host" in the doc string. @@ -106,12 +111,10 @@ 2006-09-06 Kim F. Storm * 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. -- 2.39.2