Mercurial > emacs
changeset 100150:ae9da081cc10
* xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset
for undlerline position.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 04:10:17 +0000 |
parents | 61db5ca5de78 |
children | 7b445d510cbe |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 03 03:37:37 2008 +0000 +++ b/src/ChangeLog Wed Dec 03 04:10:17 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-03 Chong Yidong <cyd@stupidchicken.com> + + * xterm.c (x_draw_glyph_string): Fall back on + underline_minimum_offset for undlerline position. + 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu> * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.