comparison src/ChangeLog @ 72768:db9ab4e6163c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 10 Sep 2006 00:26:17 +0000
parents 19178958365d
children bc65e35e02f2
comparison
equal deleted inserted replaced
72767:803cf0fa741f 72768:db9ab4e6163c
1 2006-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
1 2006-09-09 Eli Zaretskii <eliz@gnu.org> 6 2006-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.
4 (syms_of_editfns) <system-name>: Likewise. 9 (syms_of_editfns) <system-name>: Likewise.
5 10
104 a Lisp string from the result of emacs_memftimeu call. 109 a Lisp string from the result of emacs_memftimeu call.
105 110
106 2006-09-06 Kim F. Storm <storm@cua.dk> 111 2006-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.
118 121
119 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p. 122 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.