aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-07-14 12:03:31 +0000
committerKenichi Handa2009-07-14 12:03:31 +0000
commit72d36834fc488a9c5cf16e043a1ba9124744684f (patch)
tree92255b6eeadd457275103b5a4bde978a6cd1436f /src/ChangeLog
parent497e54d8da7cb9862490eb89abbd32d96865abf4 (diff)
downloademacs-72d36834fc488a9c5cf16e043a1ba9124744684f.tar.gz
emacs-72d36834fc488a9c5cf16e043a1ba9124744684f.zip
(font_vconcat_entity_vectors): New function.
(struct font_sort_data): New member font_driver_preference. (font_compare): Check font_driver_preference. (font_sort_entities): The format of the first argument changed. (font_delete_unmatched): Likewise. (font_list_entities): The return type changed. (font_select_entity): The format of the second argument changed. (font_find_for_lface): Adjusted for the above changes. Don't suppress the checking of C even if the repertory supports it. (Flist_fonts): Adjusted for the above changes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27a544e8789..d1d13b32a9a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12009-07-14 Kenichi Handa <handa@m17n.org> 12009-07-14 Kenichi Handa <handa@m17n.org>
2 2
3 * font.c (font_vconcat_entity_vectors): New function.
4 (struct font_sort_data): New member font_driver_preference.
5 (font_compare): Check font_driver_preference.
6 (font_sort_entities): The format of the first argument changed.
7 (font_delete_unmatched): Likewise.
8 (font_list_entities): The return type changed.
9 (font_select_entity): The format of the second argument changed.
10 (font_find_for_lface): Adjusted for the above changes. Don't
11 suppress the checking of C even if the repertory supports it.
12 (Flist_fonts): Adjusted for the above changes.
13
3 * ftfont.c (ftfont_spec_pattern): New arg langname. Caller 14 * ftfont.c (ftfont_spec_pattern): New arg langname. Caller
4 changed. 15 changed.
5 (ftfont_list): Adjusted for the change of ftfont_spec_pattern. 16 (ftfont_list): Adjusted for the change of ftfont_spec_pattern.