aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-16 16:01:13 +0000
committerGerd Moellmann2000-10-16 16:01:13 +0000
commit3a6b59d9005912b3e4f45c67ec9918049c111e9b (patch)
treeeb5c753a9c726df4fa6745d13cebdd3987e0bda9 /src/ChangeLog
parent5fbeea7474b545c33ff0191f5c7c7c369eff997b (diff)
downloademacs-3a6b59d9005912b3e4f45c67ec9918049c111e9b.tar.gz
emacs-3a6b59d9005912b3e4f45c67ec9918049c111e9b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12000-10-16 Gerd Moellmann <gerd@gnu.org> 12000-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.