Mercurial > emacs
changeset 59699:6491ad700699
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Jan 2005 13:11:00 +0000 |
parents | 815c3e98edef |
children | c401b93db575 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jan 23 00:53:32 2005 +0000 +++ b/src/ChangeLog Sun Jan 23 13:11:00 2005 +0000 @@ -1,5 +1,9 @@ 2005-01-23 Kim F. Storm <storm@cua.dk> + * window.c (Fpos_visible_in_window_p): Simplify return value for + for partially visible rows. + (window_scroll_pixel_based): Adapt to that change. + * window.c (window_scroll_pixel_based): Force moving to next line if scrolling doesn't move start point, e.g. if looking at tall image.