aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-08 09:50:33 +0000
committerGerd Moellmann2000-09-08 09:50:33 +0000
commitbfe0ee88305f4e859c9070369e6721ab1e01d034 (patch)
treec4f4eaaefe46829b423c5e662cdb35262ebd26c9 /src/ChangeLog
parentbb934822bbe82a1f270c9f78ad26fc6e728d44c4 (diff)
downloademacs-bfe0ee88305f4e859c9070369e6721ab1e01d034.tar.gz
emacs-bfe0ee88305f4e859c9070369e6721ab1e01d034.zip
(try_window_id): When trying to locate cursor in
unchanged rows at the top, handle the case that we can't find it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 86f72ecda45..2ed91352645 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-09-08 Gerd Moellmann <gerd@gnu.org> 12000-09-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (try_window_id): When trying to locate cursor in
4 unchanged rows at the top, handle the case that we can't find it.
5
3 * xterm.c (x_draw_glyphs): Handle case START and END are out 6 * xterm.c (x_draw_glyphs): Handle case START and END are out
4 of bounds more carefully. 7 of bounds more carefully.
5 8