aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba45719d3fa..654c9f221b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-06-06 Gerd Moellmann <gerd@gnu.org> 12000-06-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * term.c (append_glyph): Revert change of 2000-06-06.
4
5 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
6 padding glyph not fitting on line as whole character not
7 fitting on line.
8
3 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0'; 9 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
4 this isn't true for images with `:ascent 100'. 10 this isn't true for images with `:ascent 100'.
5 11