aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-20 10:14:38 +0000
committerJuanma Barranquero2008-05-20 10:14:38 +0000
commitdde8403ffedfd27895053cb15410f7a2a6315c1a (patch)
treeeccfd759df204b7fda1af51a1eadadf4f53f7a75
parentc0dc8f895cb2cf958b8c63323baffed0b6e7eadd (diff)
downloademacs-dde8403ffedfd27895053cb15410f7a2a6315c1a.tar.gz
emacs-dde8403ffedfd27895053cb15410f7a2a6315c1a.zip
Fix typos.
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14bad696e3b..3769839b9e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -65,7 +65,7 @@
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
@@ -92,7 +92,7 @@
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)
@@ -2903,7 +2903,7 @@
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.