aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c0e58bdacf..0a04daf0c5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12008-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
12008-05-18 Juanma Barranquero <lekktu@gmail.com> 232008-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.