aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 400946fb4d0..7c926e9b919 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,40 @@
12005-02-20 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): Be sure to move to the specified
4 position. Always get the full ascent / descent of the
5 corresponding row, to return reliable rtop and rbot values.
6 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
7 Must look one character back, as back_to_previous_line_start
8 returns position after the newline.
9 (move_it_vertically_backward): Fix heuristic for when to move further
10 back in case line_height * 2/3 is larger than window height.
11 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
12 as it does not do anything anymore. Add arg current_matrix_p to
13 use current matrix rather than desired matrix when set.
14 (try_cursor_movement): Don't scroll to make cursor row fully
15 visible if cursor didn't move. This avoids unexpected recentering
16 in case of blinking cursor or accepting process output.
17 Use current matrix to check cursor row visibility.
18 (redisplay_window): Fix whether to recenter or move to top in case
19 cursor line is taller than window height.
20 (find_first_unchanged_at_end_row): Stop search if we reach a row
21 which not enabled (instead of abort).
22
232005-02-18 Kim F. Storm <storm@cua.dk>
24
25 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
26 to be nil in a :box attribute value list; customize prints that
27 as lisp value when no box color is specified.
28
29 * .gdbinit (pitx, pit): Pretty print display iterator.
30 (prowx, prow): Pretty print glyph row.
31 (pcursorx, pcursor): Pretty print a window cursor.
32 (pwinx, pwin): Pretty print struct window.
33
342005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * alloc.c (BLOCK_BYTES): Harmless typo.
37
12005-02-17 Andreas Schwab <schwab@suse.de> 382005-02-17 Andreas Schwab <schwab@suse.de>
2 39
3 * xfns.c (hack_wm_protocols): Use correct type for last parameter 40 * xfns.c (hack_wm_protocols): Use correct type for last parameter