comparison src/ChangeLog @ 95748:d57fdb8fadbf

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 10 Jun 2008 02:22:48 +0000
parents 2830568aef44
children edc51d72cb17
comparison
equal deleted inserted replaced
95747:721d9f530e61 95748:d57fdb8fadbf
1 2008-06-10 Kenichi Handa <handa@m17n.org>
2
3 * font.h (font_intern_prop): Prototype adjusted.
4
5 * font.c (font_intern_prop): New arg force_symbol.
6 (font_parse_xlfd): Adjusted for the change of font_intern_prop.
7 (font_parse_fcname): Likewise.
8 (font_parse_family_registry): Likewise.
9
10 * ftfont.c (ftfont_pattern_entity): Adjusted for the change of
11 font_intern_prop.
12
13 * w32font.c (add_font_name_to_list): Adjusted for
14 the change of font_intern_prop.
15 (w32_enumfont_pattern_entity): Likewise.
16 (w32_registry): Likewise.
17
18 * w32uniscribe.c (add_opentype_font_name_to_list): Adjusted for
19 the change of font_intern_prop.
20
1 2008-06-09 Juanma Barranquero <lekktu@gmail.com> 21 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
2 22
3 * w32menu.c (digest_single_submenu): Declare extern. 23 * w32menu.c (digest_single_submenu): Declare extern.
4 24
5 2008-06-09 Jason Rumney <jasonr@gnu.org> 25 2008-06-09 Jason Rumney <jasonr@gnu.org>