comparison src/ChangeLog @ 102994:5e8fdc259e28

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 16 Apr 2009 01:39:36 +0000
parents 6d2bcfa618d7
children 3292a88d45ce
comparison
equal deleted inserted replaced
102993:2e2d289b5f6a 102994:5e8fdc259e28
1 2009-04-16 Kenichi Handa <handa@m17n.org> 1 2009-04-16 Kenichi Handa <handa@m17n.org>
2
3 * xfont.c (xfont_has_char): Special handling of `ja' and `ko'
4 adstyle.
5
6 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7 adstyle.
8
9 * ftfont.c (Qja, Qko): Don't make them static.
10 (enum ftfont_cache_for): New enum.
11 (fc_charset_table): Undo the previous change.
12 (ftfont_get_latin1_charset): Delete it.
13 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set
14 FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
15 non-scarable font, try to get AVERAGE_WIDTH.
16 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
17 Change ft_face_cache from a list of a hash-table. Don't check
18 `ja' and `ko' adstyle here.
19 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
20 FTFONT_CACHE_FOR_CHARET.
21 (ftfont_get_charset): Undo the previous change.
22 (ftfont_open): Call ftfont_lookup_cache with
23 FTFONT_CACHE_FOR_FACE.
24 (ftfont_close): Likewise.
25 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
26
27 * font.c (font_sort_entites): Change the meaning of the arg
28 BEST-ONLY. Don't optimize for VEC of lenght 1.
29 (font_select_entity): Just return the value of font_sort_entites.
30
31 * xfaces.c (merge_face_vectors): Reflect font properties in
32 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
33 font_clear_prop if a face attribute doesn't change.
2 34
3 * charset.h (charset_ksc5601): Extern it. 35 * charset.h (charset_ksc5601): Extern it.
4 36
5 * charset.c (charset_ksc5601): New variable. 37 * charset.c (charset_ksc5601): New variable.
6 (Fdefine_charset_internal): Set charset_ksc5601. 38 (Fdefine_charset_internal): Set charset_ksc5601.