comparison src/ChangeLog @ 95106:d3a057985fe7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 2008 07:23:52 +0000
parents e7b50ccd7b50
children ab4a75e53461
comparison
equal deleted inserted replaced
95105:599666b2ea00 95106:d3a057985fe7
1 2008-05-19 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_list_entities): Fix handling of cache.
4 (font_matching_entity): Likewise.
5
6 * ftfont.c (cs_iso8859_1): Deleted.
7 (ft_face_cache): New variable.
8 (struct ftfont_info): New member fc_charset_idx;
9 (ftfont_build_basic_charsets): Deleted.
10 (fc_charset_table): New variable.
11 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
12 . FC_CHARSET_IDX) as :font-entity property in the font entity.
13 Callers changed.
14 (ftfont_lookup_cache, ftfont_get_charset): New funcitons.
15 (ftfont_spec_pattern): New argument fc_charset_idx. Check
16 registry more rigidly. Callers changed.
17 (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
18 change of :font-entity property of the font.
19
20 * xftfont.c (xftfont_open): Ajusted for the change of :font-entity
21 property of the font.
22
1 2008-05-18 Juanma Barranquero <lekktu@gmail.com> 23 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
2 24
3 * coding.c (Fcoding_system_p): Rename argument to match docstring. 25 * coding.c (Fcoding_system_p): Rename argument to match docstring.
4 (Funencodable_char_position, Fcheck_coding_systems_region) 26 (Funencodable_char_position, Fcheck_coding_systems_region)
5 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings. 27 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.