Mercurial > emacs
changeset 57574:3052227ab881
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Oct 2004 12:28:18 +0000 |
parents | 43067aee2f3e |
children | da44dbb5ee89 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 18 12:27:46 2004 +0000 +++ b/src/ChangeLog Mon Oct 18 12:28:18 2004 +0000 @@ -1,3 +1,15 @@ +2004-10-18 Kenichi Handa <handa@m17n.org> + + * fontset.c (fs_load_font): Use fast_string_match_ignore_case for + comparing font names. + (fs_query_fontset): Use fast_string_match for comparing fontset + names. + (list_fontsets): Likewise. + + * search.c (fast_string_match_ignore_case): New function. + + * lisp.h (fast_string_match_ignore_case): Extern it. + 2004-10-17 Kim F. Storm <storm@cua.dk> * xdisp.c (overlay_arrow_at_row): Return overlay string rather