comparison src/ChangeLog @ 59269:91f840a1067b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 2005 01:36:48 +0000
parents b7ebbcf3b120
children 0a7f31475107 f6b4d0ebf147
comparison
equal deleted inserted replaced
59268:2d8a6be1520d 59269:91f840a1067b
1 2004-12-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2004-12-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * xterm.c (handle_one_xevent): Clear area in expose event for GTK. 3 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
4 4
5 2004-12-31 Richard M. Stallman <rms@gnu.org> 5 2004-12-31 Richard M. Stallman <rms@gnu.org>
6
7 * xdisp.c (setup_for_ellipsis, get_next_display_element):
8 Set it->ellipsis_p to 1 or 0.
9 (display_line): Record whether row ends in mid-ellipsis.
10 (set_cursor_from_row): If ends in ellipsis. find start of it.
11 (cursor_row_p): If PT's at the end of the ellipsis the row
12 ends within, don't display cursor on this row.
13
14 * dispextern.h (struct it): New element ellipsis_p.
15 (struct glyph_row): New element ends_in_ellipsis_p.
16
17 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
18 position if we're reading from something other than the buffer.
6 19
7 * window.c (window_scroll_pixel_based): Only look at 20 * window.c (window_scroll_pixel_based): Only look at
8 Vscroll_preserve_screen_position if the old PT can't be kept. 21 Vscroll_preserve_screen_position if the old PT can't be kept.
9 (syms_of_window) <scroll-preserve-screen-position>: Doc fix. 22 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
10 23