comparison 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
comparison
equal deleted inserted replaced
91267:0fa5916e5871 91268:7c927e348881
1 2007-12-21 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * font.c (Ffont_shape_text): Avoid unnecessary composition.
4
5 * fontset.c (Vfont_encoding_charset_alist): New variable.
6 (syms_of_fontset): DEFVAR it.
7 (reorder_font_vector): Optimize for the case of no need of
8 reordring.
9 (fontset_find_font): Likewise.
10 (face_for_char): Map the charset property by
11 Vfont_encoding_charset_alist.
12
1 2007-12-20 Jason Rumney <jasonr@gnu.org> 13 2007-12-20 Jason Rumney <jasonr@gnu.org>
2 14
3 * w32font.c (logfonts_match): Don't check adstyle here. 15 * w32font.c (logfonts_match): Don't check adstyle here.
4 (font_matches_spec): Check here against physical font instead. 16 (font_matches_spec): Check here against physical font instead.
5 (add_font_entity_to_list): Avoid some substitutions. 17 (add_font_entity_to_list): Avoid some substitutions.