# HG changeset patch # User Kenichi Handa # Date 1098102498 0 # Node ID 3052227ab881e5fda4ff876ad9656d589128f1b2 # Parent 43067aee2f3e26731dcae9f594cee55ad51b485a *** empty log message *** diff -r 43067aee2f3e -r 3052227ab881 src/ChangeLog --- 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 + + * 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 * xdisp.c (overlay_arrow_at_row): Return overlay string rather