comparison src/ChangeLog @ 95188:b8f0e53854e1

* minibuf.c (keys_of_minibuf): Delete. * lisp.h (keys_of_minibuf): Delete. * emacs.c (main): Don't call keys_of_minibuf.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 May 2008 03:18:18 +0000
parents 26f0c49c96c3
children cd142460f0cc
comparison
equal deleted inserted replaced
95187:ee32b9c9936c 95188:b8f0e53854e1
1 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuf.c (keys_of_minibuf): Delete.
4 * lisp.h (keys_of_minibuf): Delete.
5 * emacs.c (main): Don't call keys_of_minibuf.
6
1 2008-05-22 Kenichi Handa <handa@m17n.org> 7 2008-05-22 Kenichi Handa <handa@m17n.org>
2 8
3 * ftfont.c (ftfont_resolve_generic_family): Renamed from 9 * ftfont.c (ftfont_resolve_generic_family): Rename from
4 ftfont_list_generic_family. Return a single family for each 10 ftfont_list_generic_family. Return a single family for each
5 generic family. 11 generic family.
6 (ftfont_spec_pattern): Add FC_FAMILY to pattern. 12 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
7 (ftfont_list): Adjusted for the change of 13 (ftfont_list): Adjust for the change of
8 ftfont_resolve_generic_family. Call font_add_log. 14 ftfont_resolve_generic_family. Call font_add_log.
9 (ftfont_match): Call font_add_log. 15 (ftfont_match): Call font_add_log.
10 16
11 * font.h (Ffont_xlfd_name): EXFUN adjusted. 17 * font.h (Ffont_xlfd_name): EXFUN adjusted.
12 (FONT_DEBUG): Define it. 18 (FONT_DEBUG): Define it.
13 (font_add_log): Extern it. 19 (font_add_log): Extern it.
14 (font_assert): Renamed from xassert. 20 (font_assert): Rename from xassert.
15 21
16 * xfont.c (xfont_get_pcm): Change xassert to font_assert. 22 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
17 (xfont_list_family): Call font_add_log. 23 (xfont_list_family): Call font_add_log.
18 (xfont_match): Likewise. 24 (xfont_match): Likewise.
19 (memq_no_quit): Deleted. 25 (memq_no_quit): Delete.
20 26
21 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in 27 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
22 call of Ffont_xlfd_name. 28 call of Ffont_xlfd_name.
23 29
24 * xfaces.c (struct table_entry, slant_table, weight_table) 30 * xfaces.c (struct table_entry, slant_table, weight_table)
25 (swidth_table): Moved to font.c. 31 (swidth_table): Move to font.c.
26 32
27 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of 33 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
28 xassert are changed to font_assert. Many unused variables 34 xassert are changed to font_assert. Delete many unused variables.
29 deleted. 35 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
30 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New 36 New variables.
31 variables. 37 (struct table_entry): Move from xfaces.c and modified.
32 (struct table_entry): Moved from xfaces.c and modified. 38 (weight_table, slant_table, width_table): Move from xfaces.c and
33 (weight_table, slant_table, width_table): Moved from xfaces.c and
34 contents adjusted for the change of struct table_entry. 39 contents adjusted for the change of struct table_entry.
35 (font_style_to_value, font_style_symbolic): Adjuted for the format 40 (font_style_to_value, font_style_symbolic): Adjut for the format
36 change of font_style_table. 41 change of font_style_table.
37 (font_parse_family_registry): Don't overwrite existing foundry and 42 (font_parse_family_registry): Don't overwrite existing foundry and
38 family of font_spec. 43 family of font_spec.
39 (font_score): Fix calculation of diff for sizes. 44 (font_score): Fix calculation of diff for sizes.
40 (font_sort_entites): Call font_add_log. 45 (font_sort_entites): Call font_add_log.
41 (font_delete_unmatched): Return a newly created list. 46 (font_delete_unmatched): Return a newly created list.
42 (font_list_entities): Fix previous change. Call font_add_log. 47 (font_list_entities): Fix previous change. Call font_add_log.
43 (font_matching_entity, font_open_entity, font_close_entity): Call 48 (font_matching_entity, font_open_entity, font_close_entity):
44 font_add_log. 49 Call font_add_log.
45 (Ffont_xlfd_name): New arg FOLD-WILDCARDS. 50 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
46 (Finternal_set_font_style_table): Deleted. 51 (Finternal_set_font_style_table): Delete.
47 (BUILD_STYLE_TABLE): New macro. 52 (BUILD_STYLE_TABLE): New macro.
48 (build_style_table): New function. 53 (build_style_table): New function.
49 (Vfont_log, font_log_env_checked): New variables. 54 (Vfont_log, font_log_env_checked): New variables.
50 (font_add_log): New function. 55 (font_add_log): New function.
51 (syms_of_font): Delete defsubr Sinternal_set_font_style_table. 56 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.