Mercurial > emacs
changeset 91268:7c927e348881
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 21 Dec 2007 01:45:13 +0000 |
parents | 0fa5916e5871 |
children | 421d7c7d296a |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
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.