aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-27 10:59:20 +0000
committerGerd Moellmann2000-10-27 10:59:20 +0000
commite24e84cc9f73c9e928aa76483176cd4e852432e6 (patch)
treecac2b0f384fa9d6456ac04d915ec4ed8419c0c7e /src/ChangeLog
parentfd1035aaf78d1a77aa172ffa9ae9e81924e5e7b3 (diff)
downloademacs-e24e84cc9f73c9e928aa76483176cd4e852432e6.tar.gz
emacs-e24e84cc9f73c9e928aa76483176cd4e852432e6.zip
(x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
signed value, and use a default value computed from the font's maximum descent.
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 e118a0041a4..cd4de4991b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-10-27 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
4 signed value, and use a default value computed from the font's
5 maximum descent.
6
12000-10-27 Miles Bader <miles@lsi.nec.co.jp> 72000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2 8
3 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts 9 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts