comparison src/ChangeLog @ 95134:72e820e4f87d

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 20 May 2008 10:14:38 +0000
parents 6e3731ebb80b
children c9d1dab54646
comparison
equal deleted inserted replaced
95133:fdcb0b1a3c6d 95134:72e820e4f87d
63 (ftfont_build_basic_charsets): Delete. 63 (ftfont_build_basic_charsets): Delete.
64 (fc_charset_table): New variable. 64 (fc_charset_table): New variable.
65 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME 65 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
66 . FC_CHARSET_IDX) as :font-entity property in the font entity. 66 . FC_CHARSET_IDX) as :font-entity property in the font entity.
67 Callers changed. 67 Callers changed.
68 (ftfont_lookup_cache, ftfont_get_charset): New funcitons. 68 (ftfont_lookup_cache, ftfont_get_charset): New functions.
69 (ftfont_spec_pattern): New argument fc_charset_idx. 69 (ftfont_spec_pattern): New argument fc_charset_idx.
70 Check registry more rigidly. Change callers. 70 Check registry more rigidly. Change callers.
71 (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the 71 (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
72 change of :font-entity property of the font. 72 change of :font-entity property of the font.
73 73
90 2008-05-16 Eli Zaretskii <eliz@gnu.org> 90 2008-05-16 Eli Zaretskii <eliz@gnu.org>
91 91
92 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid 92 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
93 and st_gid. 93 and st_gid.
94 94
95 * frame.c (Fdelete_frame): Don't call font_update_drviers if 95 * frame.c (Fdelete_frame): Don't call font_update_drivers if
96 HAVE_WINDOW_SYSTEM is not defined. 96 HAVE_WINDOW_SYSTEM is not defined.
97 97
98 * xfaces.c (merge_face_ref, merge_face_vectors) 98 * xfaces.c (merge_face_ref, merge_face_vectors)
99 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when 99 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
100 HAVE_WINDOW_SYSTEM is defined. 100 HAVE_WINDOW_SYSTEM is defined.
2901 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp> 2901 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2902 2902
2903 * ftfont.c (ftfont_get_cache): Adjust the argument type. 2903 * ftfont.c (ftfont_get_cache): Adjust the argument type.
2904 2904
2905 * frame.c (x_set_font_backend): Don't call Fclear_font_cache. 2905 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
2906 If none of the new drivers are available, call font_update_drviers 2906 If none of the new drivers are available, call font_update_drivers
2907 with the old drivers. 2907 with the old drivers.
2908 2908
2909 * w32font.c (w32font_get_cache): Adjust the argument type. 2909 * w32font.c (w32font_get_cache): Adjust the argument type.
2910 2910
2911 * xfont.c (xfont_get_cache): Adjust the argument type. 2911 * xfont.c (xfont_get_cache): Adjust the argument type.