aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--src/ChangeLog15
2 files changed, 11 insertions, 6 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index f6a89007c5..789b83d238 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 b38348f5c6..7c1babe6fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-10 Kim F. Storm <[email protected]>
+
+ * xdisp.c (get_window_cursor_type): Use hollow cursor on
+ non-transparent images.
+
2006-09-09 Eli Zaretskii <[email protected]>
* editfns.c (Fsystem_name): Mention "host" in the doc string.
@@ -106,12 +111,10 @@
2006-09-06 Kim F. Storm <[email protected]>
* 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.