# HG changeset patch # User Kenichi Handa # Date 1198201513 0 # Node ID 7c927e348881d6ebe84f506f2d2d527fbf412cb8 # Parent 0fa5916e58713a12fcfba1d859a28b0f35db1f9f *** empty log message *** diff -r 0fa5916e5871 -r 7c927e348881 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Fri Dec 21 01:38:14 2007 +0000 +++ b/src/ChangeLog.unicode Fri Dec 21 01:45:13 2007 +0000 @@ -1,3 +1,15 @@ +2007-12-21 Kenichi Handa + + * font.c (Ffont_shape_text): Avoid unnecessary composition. + + * fontset.c (Vfont_encoding_charset_alist): New variable. + (syms_of_fontset): DEFVAR it. + (reorder_font_vector): Optimize for the case of no need of + reordring. + (fontset_find_font): Likewise. + (face_for_char): Map the charset property by + Vfont_encoding_charset_alist. + 2007-12-20 Jason Rumney * w32font.c (logfonts_match): Don't check adstyle here.