From: Patrick Lam Date: Sun, 8 Jan 2006 10:58:05 +0000 (+0000) Subject: Fix matching bug when multiple elements match; don't use the sum of all X-Git-Tag: fc-2_3_94~71 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a6d3757d9802c8f5dc8632a8cf6703042f62e303;p=fontconfig.git 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). --- 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):