Mercurial > emacs
changeset 95134:72e820e4f87d
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 May 2008 10:14:38 +0000 |
parents | fdcb0b1a3c6d |
children | 33ea0b47d336 |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 20 10:13:17 2008 +0000 +++ b/src/ChangeLog Tue May 20 10:14:38 2008 +0000 @@ -65,7 +65,7 @@ (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_lookup_cache, ftfont_get_charset): New functions. (ftfont_spec_pattern): New argument fc_charset_idx. Check registry more rigidly. Change callers. (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the @@ -92,7 +92,7 @@ * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid and st_gid. - * frame.c (Fdelete_frame): Don't call font_update_drviers if + * frame.c (Fdelete_frame): Don't call font_update_drivers if HAVE_WINDOW_SYSTEM is not defined. * xfaces.c (merge_face_ref, merge_face_vectors) @@ -2903,7 +2903,7 @@ * ftfont.c (ftfont_get_cache): Adjust the argument type. * frame.c (x_set_font_backend): Don't call Fclear_font_cache. - If none of the new drivers are available, call font_update_drviers + If none of the new drivers are available, call font_update_drivers with the old drivers. * w32font.c (w32font_get_cache): Adjust the argument type.