From 0aaa92be709dd4c3b031d18b6ba46496d4820c4d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 25 Dec 2007 10:36:42 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog.unicode | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index fd53e9312db..f46fdb17090 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,3 +1,25 @@ +2007-12-25 Kenichi Handa + + * font.h (LGLYPH_SIZE): New macro. + + * font.c (Ffont_fill_gstring): Stop filling when a character not + supported by the font is found. + (Ffont_shape_text): When a shape callback function returns nil, + try at most two more times with larger gstring. + (Ffont_at): Fix getting of w. Call font_at with correct 5th + argument. + + * xdisp.c (handle_auto_composed_prop): Change the argument to + auto-composition-function. + + * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE. + (ftfont_shape_by_flt): If an element of lgstring is nil, make a + Lispy glyph and store it in the lgstring. + + * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE. + + * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE. + 2007-12-21 Kenichi Handa * font.c (Ffont_shape_text): Avoid unnecessary composition. -- 2.39.5