diff options
| author | Kim F. Storm | 2005-01-23 13:11:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-23 13:11:00 +0000 |
| commit | 6b3d88f70e0a915ce1377f7c0f0428c0c0e127c5 (patch) | |
| tree | 9684cbb615fa7f190ca5334b04a563e359b93646 /src | |
| parent | 860ea5165a57cdeb1e66b0886ac7bac4fc88d6a0 (diff) | |
| download | emacs-6b3d88f70e0a915ce1377f7c0f0428c0c0e127c5.tar.gz emacs-6b3d88f70e0a915ce1377f7c0f0428c0c0e127c5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2055f66f473..10f2930b7de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2005-01-23 Kim F. Storm <storm@cua.dk> | 1 | 2005-01-23 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * window.c (Fpos_visible_in_window_p): Simplify return value for | ||
| 4 | for partially visible rows. | ||
| 5 | (window_scroll_pixel_based): Adapt to that change. | ||
| 6 | |||
| 3 | * window.c (window_scroll_pixel_based): Force moving to next line | 7 | * window.c (window_scroll_pixel_based): Force moving to next line |
| 4 | if scrolling doesn't move start point, e.g. if looking at tall image. | 8 | if scrolling doesn't move start point, e.g. if looking at tall image. |
| 5 | 9 | ||