aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 77e7dc86bdb..f9ed2746df3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-05-22 Kenichi Handa <handa@m17n.org> 12008-05-22 Kenichi Handa <handa@m17n.org>
2 2
3 * font.c (font_prop_validate_style): Adjusted for the format
4 change of font_style_table.
5
3 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with 6 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
4 two args. 7 two args.
5 8
@@ -40,21 +43,21 @@
40 43
41 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of 44 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
42 xassert are changed to font_assert. Delete many unused variables. 45 xassert are changed to font_assert. Delete many unused variables.
43 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): 46 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New
44 New variables. 47 variables.
45 (struct table_entry): Move from xfaces.c and modified. 48 (struct table_entry): Move from xfaces.c and modified.
46 (weight_table, slant_table, width_table): Move from xfaces.c and 49 (weight_table, slant_table, width_table): Move from xfaces.c and
47 contents adjusted for the change of struct table_entry. 50 contents adjusted for the change of struct table_entry.
48 (font_style_to_value, font_style_symbolic): Adjut for the format 51 (font_style_to_value, font_style_symbolic): Adjusted for the
49 change of font_style_table. 52 format change of font_style_table.
50 (font_parse_family_registry): Don't overwrite existing foundry and 53 (font_parse_family_registry): Don't overwrite existing foundry and
51 family of font_spec. 54 family of font_spec.
52 (font_score): Fix calculation of diff for sizes. 55 (font_score): Fix calculation of diff for sizes.
53 (font_sort_entites): Call font_add_log. 56 (font_sort_entites): Call font_add_log.
54 (font_delete_unmatched): Return a newly created list. 57 (font_delete_unmatched): Return a newly created list.
55 (font_list_entities): Fix previous change. Call font_add_log. 58 (font_list_entities): Fix previous change. Call font_add_log.
56 (font_matching_entity, font_open_entity, font_close_entity): 59 (font_matching_entity, font_open_entity, font_close_entity): Call
57 Call font_add_log. 60 font_add_log.
58 (Ffont_xlfd_name): New arg FOLD-WILDCARDS. 61 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
59 (Finternal_set_font_style_table): Delete. 62 (Finternal_set_font_style_table): Delete.
60 (BUILD_STYLE_TABLE): New macro. 63 (BUILD_STYLE_TABLE): New macro.