diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad780f7a7b0..0a0130c71cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 2008-05-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (ftfont_resolve_generic_family): Renamed from | ||
| 4 | ftfont_list_generic_family. Return a single family for each | ||
| 5 | generic family. | ||
| 6 | (ftfont_spec_pattern): Add FC_FAMILY to pattern. | ||
| 7 | (ftfont_list): Adjusted for the change of | ||
| 8 | ftfont_resolve_generic_family. Call font_add_log. | ||
| 9 | (ftfont_match): Call font_add_log. | ||
| 10 | |||
| 11 | * font.h (Ffont_xlfd_name): EXFUN adjusted. | ||
| 12 | (FONT_DEBUG): Define it. | ||
| 13 | (font_add_log): Extern it. | ||
| 14 | (font_assert): Renamed from xassert. | ||
| 15 | |||
| 16 | * xfont.c (xfont_get_pcm): Change xassert to font_assert. | ||
| 17 | (xfont_list_family): Call font_add_log. | ||
| 18 | (xfont_match): Likewise. | ||
| 19 | (memq_no_quit): Deleted. | ||
| 20 | |||
| 21 | * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in | ||
| 22 | call of Ffont_xlfd_name. | ||
| 23 | |||
| 24 | * xfaces.c (struct table_entry, slant_table, weight_table) | ||
| 25 | (swidth_table): Moved to font.c. | ||
| 26 | |||
| 27 | * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of | ||
| 28 | xassert are changed to font_assert. Many unused variables | ||
| 29 | deleted. | ||
| 30 | (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New | ||
| 31 | variables. | ||
| 32 | (struct table_entry): Moved from xfaces.c and modified. | ||
| 33 | (weight_table, slant_table, width_table): Moved from xfaces.c and | ||
| 34 | contents adjusted for the change of struct table_entry. | ||
| 35 | (font_style_to_value, font_style_symbolic): Adjuted for the format | ||
| 36 | change of font_style_table. | ||
| 37 | (font_parse_family_registry): Don't overwrite existing foundry and | ||
| 38 | family of font_spec. | ||
| 39 | (font_score): Fix calculation of diff for sizes. | ||
| 40 | (font_sort_entites): Call font_add_log. | ||
| 41 | (font_delete_unmatched): Return a newly created list. | ||
| 42 | (font_list_entities): Fix previous change. Call font_add_log. | ||
| 43 | (font_matching_entity, font_open_entity, font_close_entity): Call | ||
| 44 | font_add_log. | ||
| 45 | (Ffont_xlfd_name): New arg FOLD-WILDCARDS. | ||
| 46 | (Finternal_set_font_style_table): Deleted. | ||
| 47 | (BUILD_STYLE_TABLE): New macro. | ||
| 48 | (build_style_table): New function. | ||
| 49 | (Vfont_log, font_log_env_checked): New variables. | ||
| 50 | (font_add_log): New function. | ||
| 51 | (syms_of_font): Delete defsubr Sinternal_set_font_style_table. | ||
| 52 | Declare Lisp variables "font-weight-table", "font-slant-table", | ||
| 53 | "font-width-table", and "font-log". Initialize font_style_table. | ||
| 54 | |||
| 1 | 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu> | 55 | 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 56 | ||
| 3 | * xterm.c (x_set_frame_alpha): Move declarations before statements. | 57 | * xterm.c (x_set_frame_alpha): Move declarations before statements. |