]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 00:26:17 +0000 (00:26 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 00:26:17 +0000 (00:26 +0000)
admin/FOR-RELEASE
src/ChangeLog

index f6a89007c5b450e2d767f2cc7c5a41defea7fc63..789b83d2388022b711cb9e4b6ca20760023972a7 100644 (file)
@@ -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
 
index b38348f5c6c81431ab6bbda936c91b1ec13206ef..7c1babe6fbafdc9eb9381fdb028b060ce81cd443 100644 (file)
@@ -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.
 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.