emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 23 May 2008 10:26:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/23 10:26:17

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6455
retrieving revision 1.6456
diff -u -b -r1.6455 -r1.6456
--- ChangeLog   23 May 2008 09:25:18 -0000      1.6455
+++ ChangeLog   23 May 2008 10:26:15 -0000      1.6456
@@ -1,6 +1,12 @@
+2008-05-23  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
-        * 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  <address@hidden>
 
@@ -42,9 +48,9 @@
 
 2008-05-22  Kenichi Handa  <address@hidden>
 
-       * 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.
@@ -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 <strings.h>.
        (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]