aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-02-19 23:30:12 +0000
committerKim F. Storm2005-02-19 23:30:12 +0000
commit0fba9f25f220fb815c285a78cffc0cee87a8ba79 (patch)
tree3d38ea8f5ee6575fad264832fb2b2cdc091477f6 /src/ChangeLog
parentf79bdb3aa2f26d28e775af39417981c6dcb0484c (diff)
downloademacs-0fba9f25f220fb815c285a78cffc0cee87a8ba79.tar.gz
emacs-0fba9f25f220fb815c285a78cffc0cee87a8ba79.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ac324e04b3..7c926e9b919 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
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
12005-02-18 Kim F. Storm <storm@cua.dk> 232005-02-18 Kim F. Storm <storm@cua.dk>
2 24
3 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property 25 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property