From 2988d6b36d310ba98ea1fed570142f436804fc18 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 14 Jul 2006 02:25:53 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog.unicode | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index aee4d467a67..fcfc9d31657 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,9 +1,30 @@ +2006-07-14 Kenichi Handa + + * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST) + (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format. + (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros. + + * font.c (font_merge_old_spec): Treat '*' in foundry as a wild + card. + (DEVICE_DELTA): Fix typo. + (font_otf_gpos): Adjusted for the change of LGLYPH format. + (font_prepare_composition): Likewise. + + * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for + the change of LGLYPH format. + +2006-07-07 Kenichi Handa + + * ftfont.c (ftfont_list): Fix typo. + (ftfont_build_basic_charsets): Don't include letters with + diactrics. + 2006-07-09 Jan Dj,Ad(Brv * xfaces.c (realize_non_ascii_face): Set face->extra to NULL. - * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if xftface_info - is non-NULL. + * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if + xftface_info is non-NULL. 2006-07-07 Kenichi Handa -- 2.39.5