diff options
| author | Gerd Moellmann | 2000-10-16 16:01:13 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-16 16:01:13 +0000 |
| commit | 3a6b59d9005912b3e4f45c67ec9918049c111e9b (patch) | |
| tree | eb5c753a9c726df4fa6745d13cebdd3987e0bda9 /src/ChangeLog | |
| parent | 5fbeea7474b545c33ff0191f5c7c7c369eff997b (diff) | |
| download | emacs-3a6b59d9005912b3e4f45c67ec9918049c111e9b.tar.gz emacs-3a6b59d9005912b3e4f45c67ec9918049c111e9b.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 408dab436db..80ecdb3d058 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (find_last_unchanged_at_beg_row): Renamed from | ||
| 4 | get_last_unchanged_at_beg_row. | ||
| 5 | (find_first_unchanged_at_end_row): Renamed from | ||
| 6 | get_first_unchanged_at_end_row. | ||
| 7 | (find_first_unchanged_at_end_row): Convert assertions to | ||
| 8 | unconditional tests which abort. When looking for a row in | ||
| 9 | unchanged text, don't go further back than first_text_row. | ||
| 10 | |||
| 3 | * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: | 11 | * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: |
| 4 | Don't add in the last line's height when deciding if the new | 12 | Don't add in the last line's height when deciding if the new |
| 5 | position is below the scroll margin. | 13 | position is below the scroll margin. |