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)
commita6d3757d9802c8f5dc8632a8cf6703042f62e303
tree9c49b3b06962755776b1836b7e5ee8f14fd00ecf
parent05a98eaf4bd23fe1035660a9a2b1018abdfc9c6e
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