From 20746fe46b2783e66b316f57bb827011d55e8e24 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 23 May 2008 10:30:18 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog.7 | 6 +++--- src/ChangeLog | 56 ++++++++++++++++++++++++++---------------------- src/fontset.c | 2 +- 3 files changed, 34 insertions(+), 30 deletions(-) diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 959b1fb8f5c..3e0243d7409 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -15127,7 +15127,7 @@ setup-cyrillic-environment-map. Names of coding systems changed. Give them more informative doc-string. Make iso-8859-5 alias of cyrillic-iso-8bit, alternativnyj alias of - cyrillic-alternativnyj. For Cyrillic, provide single langauge + cyrillic-alternativnyj. For Cyrillic, provide single language environment "Cyrillic". * language: Delete the code of calling register-input-method form @@ -17315,7 +17315,7 @@ * Add properties for new commands. * Move all the no-op commands to the end, and add some. * Add many commands for ligatures and for letters with diacritics - and other non-English special characters.. + and other non-English special characters. * latin-1.el, latin-2.el, latin-3.el, latin-4.el: If set-case-syntax-set-multibyte is non-nil, define syntax @@ -18070,7 +18070,7 @@ inactivation of the current input method failed. (set-language-environment): Doc-string modified. (describe-language-support): Doc-string modified. Calls an - appropriate function for each langauge. + appropriate function for each language. (describe-language-support-internal): New function. * mule-conf.el: Delete code for alternate-charset-table. diff --git a/src/ChangeLog b/src/ChangeLog index 59eca76c30d..77bbfef6620 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,12 @@ +2008-05-23 Juanma Barranquero + + * charset.c (Fencode_char, Fsplit_char): Doc fixes. + (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset): + Fix typos in docstrings. + 2008-05-23 Jason Rumney - * xsmfns.c: Remove includes that are already included by config.h + * xsmfns.c: Remove includes that are already included by config.h. 2008-05-23 Kenichi Handa @@ -24,27 +30,27 @@ 2008-05-22 Jason Rumney - * font.c: Don't include strings.h. + * font.c: Don't include strings.h. - * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. + * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. - * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: - * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: - * xfns.c, xfont.c: Callers changed. + * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: + * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: + * xfns.c, xfont.c: Callers changed. - * xfont.c (xfont_list_pattern, compare_font_names): Use xstricmp. + * xfont.c (xfont_list_pattern, compare_font_names): Use xstricmp. - * fontset.c (fs_query_fontset): Use xstricmp. + * fontset.c (fs_query_fontset): Use xstricmp. - * font.c (font_style_to_value, font_score): Use xstricmp. + * font.c (font_style_to_value, font_score): Use xstricmp. - * dosfns.c (msdos_stdcolor_idx): Use xstricmp. + * dosfns.c (msdos_stdcolor_idx): Use xstricmp. 2008-05-22 Kenichi Handa - * puresize.h (BASE_PURESIZE): Increaed to 1220000. + * puresize.h (BASE_PURESIZE): Increase to 1220000. - * font.c (font_prop_validate_style): Adjusted for the format + * font.c (font_prop_validate_style): Adjust for the format change of font_style_table. * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with @@ -65,8 +71,8 @@ ftfont_list_generic_family. Return a single family for each generic family. (ftfont_spec_pattern): Add FC_FAMILY to pattern. - (ftfont_list): Adjust for the change of - ftfont_resolve_generic_family. Call font_add_log. + (ftfont_list): Adjust for the change of ftfont_resolve_generic_family. + Call font_add_log. (ftfont_match): Call font_add_log. * font.h (Ffont_xlfd_name): EXFUN adjusted. @@ -87,12 +93,12 @@ * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of xassert are changed to font_assert. Delete many unused variables. - (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New - variables. + (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): + New variables. (struct table_entry): Move from xfaces.c and modified. (weight_table, slant_table, width_table): Move from xfaces.c and contents adjusted for the change of struct table_entry. - (font_style_to_value, font_style_symbolic): Adjusted for the + (font_style_to_value, font_style_symbolic): Adjust for the format change of font_style_table. (font_parse_family_registry): Don't overwrite existing foundry and family of font_spec. @@ -100,8 +106,8 @@ (font_sort_entites): Call font_add_log. (font_delete_unmatched): Return a newly created list. (font_list_entities): Fix previous change. Call font_add_log. - (font_matching_entity, font_open_entity, font_close_entity): Call - font_add_log. + (font_matching_entity, font_open_entity, font_close_entity): + Call font_add_log. (Ffont_xlfd_name): New arg FOLD-WILDCARDS. (Finternal_set_font_style_table): Delete. (BUILD_STYLE_TABLE): New macro. @@ -136,8 +142,8 @@ 2008-05-20 Jason Rumney - * w32font.c (add_font_entity_to_list): Don't add non-opentype - truetype fonts to opentype list. + * w32font.c (add_font_entity_to_list): Don't add non-opentype + truetype fonts to opentype list. 2008-05-20 Juanma Barranquero @@ -401,8 +407,7 @@ (enable_font_backend, font_symbolic_weight, font_symbolic_slant) (font_symbolic_width, font_find_object, font_get_spec) (font_set_lface_from_name): Delete extern. - (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New - EXFUNs. + (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs. * font.c: Include . (enable_font_backend): Delete it. @@ -414,8 +419,7 @@ (font_family_alist): Delete it. (Qnormal): Extern it. (QCextra, QClanguage): Delete it. - (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New - variables. + (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables. (font_make_spec, font_make_entity, font_make_object) (font_intern_prop): Renamed from intern_downcase. Don't downcase the string. Callers changed. @@ -429,7 +433,7 @@ (font_prop_validate_symbol): Don't return null_string. (font_prop_validate_style): Adjusted for the change of style-related values in a font vector. - (font_property_table): Delete entries for QClangauge and + (font_property_table): Delete entries for QClanguage and QCantialias, add entries for QCavgwidth. (get_font_prop_index): Delete the 2nd argument FROM. (font_prop_validate): Arguments changed. diff --git a/src/fontset.c b/src/fontset.c index 264be229f38..bafe1ca2255 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -384,7 +384,7 @@ fontset_compare_rfontdef (val1, val2) /* Update FONT-GROUP which has this form: [ CHARSET-ORDERED-LIST-TICK PREFERRED-RFONT-DEF RFONT-DEF0 RFONT-DEF1 ... ] - Reorder RFONT-DEFs according to the current langauge, and update + Reorder RFONT-DEFs according to the current language, and update CHARSET-ORDERED-LIST-TICK. If PREFERRED_FAMILY is not nil, that family has the higher priority -- 2.39.2