From f102186f2d4793c5f7b36f81a221e78a4730d2c7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 18 Feb 2005 18:17:16 +0000 Subject: *** empty log message *** --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 400946fb4d0..f76e1db29f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-02-18 Stefan Monnier + + * alloc.c (BLOCK_BYTES): Harmless typo. + 2005-02-17 Andreas Schwab * xfns.c (hack_wm_protocols): Use correct type for last parameter -- cgit v1.2.1 From b1c2adc30d8653a74503a12f766fa11aa9e59acf Mon Sep 17 00:00:00 2001 From: Kim F. Storm Date: Fri, 18 Feb 2005 22:20:38 +0000 Subject: *** empty log message *** --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index f76e1db29f8..564736d9cbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2005-02-18 Kim F. Storm + + * .gdbinit (pitx, pit): Pretty print display iterator. + (prowx, prow): Pretty print glyph row. + (pcursorx, pcursor): Pretty print a window cursor. + (pwinx, pwin): Pretty print struct window. + 2005-02-18 Stefan Monnier * alloc.c (BLOCK_BYTES): Harmless typo. -- cgit v1.2.1 From c2ee48fb0842d75f41cd5f4f83af7686e412e878 Mon Sep 17 00:00:00 2001 From: Kim F. Storm Date: Fri, 18 Feb 2005 22:55:37 +0000 Subject: *** empty log message *** --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 564736d9cbf..8ac324e04b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2005-02-18 Kim F. Storm + * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property + to be nil in a :box attribute value list; customize prints that + as lisp value when no box color is specified. + * .gdbinit (pitx, pit): Pretty print display iterator. (prowx, prow): Pretty print glyph row. (pcursorx, pcursor): Pretty print a window cursor. -- cgit v1.2.1 From 0fba9f25f220fb815c285a78cffc0cee87a8ba79 Mon Sep 17 00:00:00 2001 From: Kim F. Storm Date: Sat, 19 Feb 2005 23:30:12 +0000 Subject: *** empty log message *** --- src/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8ac324e04b3..7c926e9b919 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2005-02-20 Kim F. Storm + + * xdisp.c (pos_visible_p): Be sure to move to the specified + position. Always get the full ascent / descent of the + corresponding row, to return reliable rtop and rbot values. + (back_to_previous_visible_line_start): Fix 2005-01-18 change. + Must look one character back, as back_to_previous_line_start + returns position after the newline. + (move_it_vertically_backward): Fix heuristic for when to move further + back in case line_height * 2/3 is larger than window height. + (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p + as it does not do anything anymore. Add arg current_matrix_p to + use current matrix rather than desired matrix when set. + (try_cursor_movement): Don't scroll to make cursor row fully + visible if cursor didn't move. This avoids unexpected recentering + in case of blinking cursor or accepting process output. + Use current matrix to check cursor row visibility. + (redisplay_window): Fix whether to recenter or move to top in case + cursor line is taller than window height. + (find_first_unchanged_at_end_row): Stop search if we reach a row + which not enabled (instead of abort). + 2005-02-18 Kim F. Storm * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property -- cgit v1.2.1