aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-09-10 00:26:17 +0000
committerKim F. Storm2006-09-10 00:26:17 +0000
commitf90660aa86efd77e1c800ad1e2e5028cc8643c68 (patch)
tree5a11822f07216c27f2725103db81ee0c53c64359 /src
parentfc1791e0f7cdfc8f681fa4821c0459ed8007ec3d (diff)
downloademacs-f90660aa86efd77e1c800ad1e2e5028cc8643c68.tar.gz
emacs-f90660aa86efd77e1c800ad1e2e5028cc8643c68.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b38348f5c6c..7c1babe6fba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-09-10 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (get_window_cursor_type): Use hollow cursor on
4 non-transparent images.
5
12006-09-09 Eli Zaretskii <eliz@gnu.org> 62006-09-09 Eli Zaretskii <eliz@gnu.org>
2 7
3 * editfns.c (Fsystem_name): Mention "host" in the doc string. 8 * editfns.c (Fsystem_name): Mention "host" in the doc string.
@@ -106,12 +111,10 @@
1062006-09-06 Kim F. Storm <storm@cua.dk> 1112006-09-06 Kim F. Storm <storm@cua.dk>
107 112
108 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; 113 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
109 so always calculate heights even when pos-visible-in-window-p is 114 so calculate heights even when pos-visible-in-window-p is called
110 called with partially = t. Don't overshoot last_visible_y in 115 with partially = t. Don't overshoot last_visible_y in move_it_to.
111 move_it_to. Return row height and row number in new rowh and vpos 116 Return row height and row number in new rowh and vpos args.
112 args. 117 (cursor_row_fully_visible_p): First line is always "fully visible".
113 (cursor_row_fully_visible_p): First line is always "fully
114 visible".
115 (try_window): Don't clear matrix if vscrolled. 118 (try_window): Don't clear matrix if vscrolled.
116 119
117 * lisp.h (pos_visible_p): Update prototype. 120 * lisp.h (pos_visible_p): Update prototype.