diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-08-06 Gerd Moellmann <gerd@gnu.org> | 8 | 2001-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. |