diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6814ea02fbf..83e83509c4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-12-20 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (try_cursor_movement): Fix last change. The real | ||
| 4 | condition is that PT is at the end of the row, and should | ||
| 5 | be displayed at the start of the next row. | ||
| 6 | |||
| 3 | * xdisp.c (try_cursor_movement): If we end on a partially | 7 | * xdisp.c (try_cursor_movement): If we end on a partially |
| 4 | visible line, end we already decided to scroll, return -1. | 8 | visible line, end we already decided to scroll, return -1. |
| 5 | 9 | ||