# HG changeset patch # User Gerd Moellmann # Date 997184230 0 # Node ID 413ba1a72a247d98a1592f8b867e524b82cfb661 # Parent 152fbfce211516e7241ed2ee8e6d671c3bead5ff *** empty log message *** diff -r 152fbfce2115 -r 413ba1a72a24 src/ChangeLog --- a/src/ChangeLog Tue Aug 07 11:36:43 2001 +0000 +++ b/src/ChangeLog Tue Aug 07 11:37:10 2001 +0000 @@ -1,3 +1,10 @@ +2001-08-07 Gerd Moellmann + + * xdisp.c (start_display): Don't try to determine the continuation + lines width if lines are truncated. It's superfluous and leads to + incorrect results if POS is not visible in the window after + reseating the iterator at the previous line start. + 2001-08-06 Gerd Moellmann * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.