emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Sun, 04 Jan 2009 19:06:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/01/04 19:06:25

Modified files:
        src            : ChangeLog 

Log message:
        Fix typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7254&r2=1.7255

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7254
retrieving revision 1.7255
diff -u -b -r1.7254 -r1.7255
--- ChangeLog   4 Jan 2009 11:30:13 -0000       1.7254
+++ ChangeLog   4 Jan 2009 19:06:23 -0000       1.7255
@@ -290,10 +290,10 @@
        (xfont_list_family): Likewise.
        (xfont_open): Likewise.
 
-       * ftfont.c (ftfont_open): Genarate a multibyte string if given
+       * ftfont.c (ftfont_open): Generate a multibyte string if given
        names are utf-8.
 
-       * xftfont.c (xftfont_open): Genarate a multibyte string if given
+       * xftfont.c (xftfont_open): Generate a multibyte string if given
        names are utf-8.
 
 2008-12-18  Jan Djärv  <address@hidden>
@@ -1728,10 +1728,10 @@
 
 2008-09-01  Kenichi Handa  <address@hidden>
 
-       * ftfont.c (ftfont_spec_pattern): Don't create a charset of the
+       * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
        representative chars of the script is a vector.
-       (ftfont_list): Handle the case the representative chars of the
-       script is a vector.
+       (ftfont_list): Handle the case where the representative chars of
+       the script is a vector.
 
        * character.c (syms_of_character): Docstring of
        script-representative-chars fixed.
@@ -1830,7 +1830,7 @@
        (composition_update_it, composition_adjust_point): Extern them.
        (Fcomposition_get_gstring): EXFUN it.
 
-       * composite.c: Include window.h, frame.h, dispextern.h font.h.
+       * composite.c: Include window.h, frame.h, dispextern.h, font.h.
        (Vcomposition_function_table)
        (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
        (gstring_hash_table, gstring_work, gstring_work_headers):
@@ -1925,8 +1925,8 @@
        (next_element_from_string): Check if the character at the current
        position is composed by CHAR_COMPOSED_P.
        (next_element_from_buffer): Likewise.
-       (next_element_from_composition): Adjust for the change of struct
-       it.  Update it->cmp_it.
+       (next_element_from_composition): Adjust for the change of struct it.
+       Update it->cmp_it.
        (dump_glyph): Adjust for the change of struct glyph.
        (fill_composite_glyph_string): Adjust for the change of struct
        it and struct glyph.  Don't handle automatic composition here.




reply via email to

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