]> git.wh0rd.org Git - fontconfig.git/commitdiff
Fix matching bug when multiple elements match; don't use the sum of all
authorPatrick Lam <plam@MIT.EDU>
Sun, 8 Jan 2006 10:58:05 +0000 (10:58 +0000)
committerPatrick Lam <plam@MIT.EDU>
Sun, 8 Jan 2006 10:58:05 +0000 (10:58 +0000)
    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

index 091e87293df5aabe58b9b962ebf2eb9e198e3a14..9a11603be8c190b213817c8ca123d3674e3195ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-08  James Su  <james.su@gmail.com>
+       * 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  <plam@mit.edu>
         * src/fccache.c (FcDirCacheConsume):