changeset 38718:413ba1a72a24

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Aug 2001 11:37:10 +0000
parents 152fbfce2115
children 03376ff9ccfd
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* 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  <gerd@gnu.org>
 
 	* xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.