From a6d3757d9802c8f5dc8632a8cf6703042f62e303 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Sun, 8 Jan 2006 10:58:05 +0000 Subject: [PATCH] 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). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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):