diff --git a/ChangeLog b/ChangeLog index 091e872..9a11603 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-01-08 James Su + * src/fcmatch.c (FcFontSetMatch): + + Fix matching bug when multiple elements match; don't use + the sum of all scores, but the best score. + + Also more perf opts, e.g. evaluate best over all font sets + rather than on a per-set basis (and other changes). + 2006-01-08 Patrick Lam * src/fccache.c (FcDirCacheConsume):