Mercurial > emacs
diff src/ChangeLog.unicode @ 91268:7c927e348881
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 21 Dec 2007 01:45:13 +0000 |
| parents | 82309bc51831 |
| children | fa5abdf36ff0 |
line wrap: on
line diff
--- 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 <handa@ni.aist.go.jp> + + * 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 <jasonr@gnu.org> * w32font.c (logfonts_match): Don't check adstyle here.
