# HG changeset patch # User Kenichi Handa # Date 1160985240 0 # Node ID f0097c79846688323649e730dc24c8297a7e1e33 # Parent b7ce72709298cf7821216f633bc65399748f0394 *** empty log message *** diff -r b7ce72709298 -r f0097c798466 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Mon Oct 16 07:53:52 2006 +0000 +++ b/src/ChangeLog.unicode Mon Oct 16 07:54:00 2006 +0000 @@ -1,3 +1,21 @@ +2006-10-16 Kenichi Handa + + * composite.c (get_composition_id): Pay attention to TAB + component. + + * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw + TAB. Adjusted for the change of s->char2b which always points to + the first elememnt of allocated memory. + + * xftfont.c (xftfont_text_extents): Fix calculation of descent + value. + + * xdisp.c (handle_composition_prop): Set it->c to the first + non-TAB component. + (fill_composite_glyph_string): Argument changed. + (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the above change. + (x_produce_glyphs): Fix handling of left/right padding. + 2006-10-04 Kenichi Handa * regex.c (analyse_first): Cancel the change for synching with