From: Chong Yidong Date: Wed, 3 Dec 2008 04:10:17 +0000 (+0000) Subject: * xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset X-Git-Tag: emacs-pretest-23.0.90~1338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e5ecd37a9201ee90fc801c77f623223b25fa2e9;p=emacs.git * xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset for undlerline position. --- diff --git a/src/ChangeLog b/src/ChangeLog index 01518fff288..d1d291b6f31 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-12-03 Chong Yidong + + * xterm.c (x_draw_glyph_string): Fall back on + underline_minimum_offset for undlerline position. + 2008-12-03 Dan Nicolaescu * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.