[Fontconfig] fontconfig: Changes to '2.11-branch'

Akira TAGOH tagoh at kemper.freedesktop.org
Tue Jun 2 01:47:02 PDT 2015


New branch '2.11-branch' available with the following commits:
commit c7713c562dbe943d37a88500112071d626bd991c
Author: Akira TAGOH <akira at tagoh.org>
Date:   Mon Jun 30 15:12:32 2014 +0900

    Rework for 44db4a150ab852a6ed6be7e5b20493bc17b746ac
    
    Don't read/write from/to the XDG dirs even if XDG_*_HOME is set
    and the home directory is disabled.

commit 44db4a150ab852a6ed6be7e5b20493bc17b746ac
Author: Akira TAGOH <akira at tagoh.org>
Date:   Mon Jun 30 12:37:36 2014 +0900

    Don't read/write from/to the XDG dirs if the home directory is disabled

commit 129e220f8a4296c2ed8e364fdfcdd3ca93e95c02
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jun 18 12:20:57 2014 -0400

    Update blanks to Unicode 7.0

commit 9be2e41534629f313e512af0bd009a48766da6d6
Author: Akira TAGOH <akira at tagoh.org>
Date:   Wed Jun 18 19:13:53 2014 +0900

    Update CaseFolding.txt to Unicode 7.0

commit 4bcc0085fb2bd8938d3fcec9bede2e5a074d2015
Author: Akira TAGOH <akira at tagoh.org>
Date:   Wed Jun 18 11:49:10 2014 +0900

    Fix a segfault
    
    introduced by the previous commit e6a601cbe9658e9e61e5f26e153b1763db99c2e5

commit e8623351c033e64a36a18a1263311aae70c4d23e
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jun 12 17:56:04 2014 -0400

    Update list of blanks to Unicode 6.3.0
    
    Some were bogus, some were missing.  See:
    
      https://bugs.freedesktop.org/show_bug.cgi?id=79956

commit e6a601cbe9658e9e61e5f26e153b1763db99c2e5
Author: Akira TAGOH <akira at tagoh.org>
Date:   Tue Jun 17 20:08:24 2014 +0900

    Read the config files and fonts on the sysroot when --sysroot is given to fc-cache
    
    Fix for e96d7760886a3781a46b3271c76af99e15cb0146
    
    https://bugs.freedesktop.org/show_bug.cgi?id=59456

commit 0cd47b0cd9f83b880d2a7cb0dcb2a30d51784327
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jun 9 22:00:25 2014 -0400

    Remove unused FcHash code now that FC_HASH is deprecated

commit 4eb151360e2cd2c972605a69cce7c8558b5bf254
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jun 9 21:53:01 2014 -0400

    Deprecate FC_HASH and don't compute it
    
    It was added without proper measurement and a fuzzy possible
    use-case (font servers) in mind, but reality check shows that
    this significantly slows down caching.  As such, deprecate it
    and do NOT compute hash during caching.
    
    Makes caching two to three times faster (ignoring the 2 second
    delay in fc-cache).

commit cdbbb08eb13e43083f98346de358814f539349df
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jun 12 17:01:07 2014 -0400

    Remove U+3164 HANGUL FILLER
    
    Better not to reject a font just over that.  Note that we do NOT
    list U+115F and U+1160 either.

commit 7aeac35511744a1a3dda4141957df0809c976e45
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Jun 5 19:06:02 2014 +0900

    Workaround another race condition issue
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=921706

commit a94e0c1041038dfddc093ae02c9af40f19a16618
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 16 15:08:52 2014 -0600

    Allow passing NULL for file to FcFreeTypeQueryFace()

commit 3db11ea7589089342fdb39d92a30ef4e1d48fc79
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 16 15:02:58 2014 -0600

    Rewrite hashing to use FT_Stream directly
    
    This is more robust but introduces a small change in behavior:
    For .pcf.gz fonts, the new code calculates the hash of the uncompressed
    font data whereas the original code was calculating the hash of the
    compressed data.
    
    No big deal IMO.

commit c57e71f0b1c4841130c225150e841f3d2db4b572
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 16 14:17:45 2014 -0600

    Further simplify hash code

commit b5a3a75380a81384f9a811c47e11b90693bd5f76
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 16 14:03:19 2014 -0600

    Simplify hash code

commit 7d3b4d1089c068934954627d454e8e185228b3d3
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 16 13:45:44 2014 -0600

    Remove unused code

commit 8bd9188dd05bca570ee06d6be0b7d3fc2a62732d
Author: Akira TAGOH <akira at tagoh.org>
Date:   Tue May 13 21:21:43 2014 +0900

    Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSet
    
    FcTypeVoid is likely to happen when 'lang' and 'charset'
    is deleted by 'delete' or 'delete_all' mode in edit.
    Without this change, any modification on them are simply
    ignored.
    
    This is useful to make a lot of changes, particularly
    when one wants to add a few and delete a lot say.

commit e06d9d635ed02d82a55510cf8a9dcfd2aa1cffb3
Author: Akira TAGOH <akira at tagoh.org>
Date:   Tue Apr 22 12:39:12 2014 +0900

    Rebase ja.orth against Joyo kanji characters
    
    Patch from Akihiro TSUKADA

commit 3ac2c7d8d7fa9f2db11f2aa09faad5b847404be6
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Apr 10 19:27:55 2014 +0900

    Fix fc-cache fail with -r
    
    Do not unlink the cache even if --really-force is given.
    because re-scanning process expects the cache exists.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=77252

commit eee9b257555c1196f35091ea541c85e52853044d
Author: Akira TAGOH <akira at tagoh.org>
Date:   Fri Apr 4 12:18:28 2014 +0900

    Fix a typo
    
    https://bugs.freedesktop.org/show_bug.cgi?id=77033



More information about the Fontconfig mailing list