comparison src/ChangeLog @ 96430:cd7f2304ab28

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 30 Jun 2008 07:39:14 +0000
parents 8e132e2c05ca
children 0bf8fdc6b5b3
comparison
equal deleted inserted replaced
96429:5ee216cdf0e3 96430:cd7f2304ab28
1 2008-06-30 Kenichi Handa <handa@m17n.org>
2
3 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
4 XftDefaultSubstitute (they are called in XftFontMatch).
5 (xftfont_open): Fix args to ftfont_font_format.
6
7 * ftfont.c (fc_charset_table): New member lang.
8 (ftfont_resolve_generic_family): New arg pattern.
9 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
10 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
11 (ftfont_open): Fix args to ftfont_font_format.
12 (ftfont_font_format): New arg filename.
13
1 2008-06-30 Chong Yidong <cyd@stupidchicken.com> 14 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * xfaces.c (Finternal_merge_in_global_face): If default face was 16 * xfaces.c (Finternal_merge_in_global_face): If default face was
4 modified, realize it again. Update the font face attribute. 17 modified, realize it again. Update the font face attribute.
5 18