aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-07 11:37:10 +0000
committerGerd Moellmann2001-08-07 11:37:10 +0000
commit17fdcfc85dfad70b0e52221bd36bc6a90ec68d33 (patch)
tree60f90e9752c97829e3e168cc42e006620b4ab212 /src/ChangeLog
parentea2c64784db6194140a1738bf4051a59f770ccbe (diff)
downloademacs-17fdcfc85dfad70b0e52221bd36bc6a90ec68d33.tar.gz
emacs-17fdcfc85dfad70b0e52221bd36bc6a90ec68d33.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eaaa46952eb..1e9f0977f61 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12001-08-07 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (start_display): Don't try to determine the continuation
4 lines width if lines are truncated. It's superfluous and leads to
5 incorrect results if POS is not visible in the window after
6 reseating the iterator at the previous line start.
7
12001-08-06 Gerd Moellmann <gerd@gnu.org> 82001-08-06 Gerd Moellmann <gerd@gnu.org>
2 9
3 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 10 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.