# HG changeset patch # User Gerd Moellmann # Date 968406633 0 # Node ID 948d2ad268188d83d4a21d89c83f9b1a5e107efa # Parent 900897103eb2e97bc45cab3cb48050eb9c00f3cd *** empty log message *** diff -r 900897103eb2 -r 948d2ad26818 src/ChangeLog --- a/src/ChangeLog Fri Sep 08 09:50:15 2000 +0000 +++ b/src/ChangeLog Fri Sep 08 09:50:33 2000 +0000 @@ -1,5 +1,8 @@ 2000-09-08 Gerd Moellmann + * xdisp.c (try_window_id): When trying to locate cursor in + unchanged rows at the top, handle the case that we can't find it. + * xterm.c (x_draw_glyphs): Handle case START and END are out of bounds more carefully.