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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Mon, 19 May 2008 07:23:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/19 07:23:54

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6427
retrieving revision 1.6428
diff -u -b -r1.6427 -r1.6428
--- ChangeLog   19 May 2008 00:57:11 -0000      1.6427
+++ ChangeLog   19 May 2008 07:23:52 -0000      1.6428
@@ -1,3 +1,25 @@
+2008-05-19  Kenichi Handa  <address@hidden>
+
+       * font.c (font_list_entities): Fix handling of cache.
+       (font_matching_entity): Likewise.
+
+       * ftfont.c (cs_iso8859_1): Deleted.
+       (ft_face_cache): New variable.
+       (struct ftfont_info): New member fc_charset_idx;
+       (ftfont_build_basic_charsets): Deleted.
+       (fc_charset_table): New variable.
+       (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
+       . FC_CHARSET_IDX) as :font-entity property in the font entity.
+       Callers changed.
+       (ftfont_lookup_cache, ftfont_get_charset): New funcitons.
+       (ftfont_spec_pattern): New argument fc_charset_idx.  Check
+       registry more rigidly.  Callers changed.
+       (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
+       change of :font-entity property of the font.
+
+       * xftfont.c (xftfont_open): Ajusted for the change of :font-entity
+       property of the font.
+
 2008-05-18  Juanma Barranquero  <address@hidden>
 
        * coding.c (Fcoding_system_p): Rename argument to match docstring.




reply via email to

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