# HG changeset patch # User Kenichi Handa # Date 1198579002 0 # Node ID fa5abdf36ff0eadfcb9d0e342b8c3c7e2674c694 # Parent 4afd897cd60b7e50b701d4cd2ce6762e81ffc1a9 *** empty log message *** diff -r 4afd897cd60b -r fa5abdf36ff0 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Tue Dec 25 10:36:32 2007 +0000 +++ b/src/ChangeLog.unicode Tue Dec 25 10:36:42 2007 +0000 @@ -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.