[Fontconfig] fontconfig: Changes to 'refs/tags/2.12.5'
Akira TAGOH
tagoh at kemper.freedesktop.org
Sat Sep 9 13:46:33 UTC 2017
Tag '2.12.5' created by Akira TAGOH <akira at tagoh.org> at 2017-09-09 13:34 +0000
Version 2.12.5
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJZs+3sAAoJEGV1WXmzThKULhoH/18AmbNd+rYgqR3xEs8MOqVw
eE62wCorTjGDKBCvrf54Yy1FrWjW0E+oH4Etdcf0bN3DCGsy672NwmCi2raoNYdX
c1BZnaUJf8sulW5c0s0e1Yjj7rF3J1CZLt1Y9XHSM6o9mujs1AsYUpgc+jpFs/gk
Gg3hs3UraPoNgqS7FoM/tVd8GKohzQK54I7DO+AMhwhcOWmKUdAO/HfWoSlbvrgs
Krtn1RuQ/foT6CrwtcDRXH26H8bFA4HL1M3Lq2E7SSNM+JzPkjSGXSoxqep4i/kT
gSsh5+pswgo4TiWLxWcGwsx2470dc3kfLriDIcczncd4R6mQWEPtHrYQqebL7Dw=
=82cv
-----END PGP SIGNATURE-----
Changes since 2.12.4:
Akira TAGOH (18):
Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPattern.
Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.
Bug 101726 - Sans config pulls in Microsoft Serifed font
Fix gcc warnings with enabling libxml2
Add und-zsye.orth to support emoji in lang
Add more code points to und-zsye.orth
Keep the same behavior to the return value of FcConfigParseAndLoad
Do not ship fcobjshash.gperf in archive
Accept 4 digit script tag in FcLangNormalize().
Fix to work the debugging option on fc-validate
Add und_zmth.orth to support Math in lang
Polish und_zmth.orth for Libertinus Math
Polish und_zmth.orth more for Cambria Math and Minion Math
Update similar to emoji's
fc-blanks: fall back to the static data available in repo if downloaded data is corrupted
Update docs
Update libtool versioning
Bump version to 2.12.5
Behdad Esfahbod (14):
Pass --pic to gperf
Add generic family matching for "emoji" and "math"
[fc-query] Support listing named instances
Add Twitter Color Emoji
Add EmojiOne Mozilla font
[fc-lang] Allow using ".." instead of "-" in ranges
Minor
Remove unneeded codepoints
Adjust color emoji config some more
Ignore 'und-' prefix for in FcLangCompare
Minor
Fix sign-difference compare warning
Fix warning
Fix weight mapping
---
README | 41 ++++++++-
conf.d/45-generic.conf | 128 +++++++++++++++++++++++++++++
conf.d/60-generic.conf | 61 +++++++++++++
conf.d/65-nonlatin.conf | 5 -
conf.d/Makefile.am | 4
configure.ac | 8 -
doc/fcconfig.fncs | 16 +++
doc/fcpattern.fncs | 17 +++
fc-blanks/fc-blanks.py | 6 +
fc-lang/Makefile.am | 4
fc-lang/fc-lang.c | 5 +
fc-lang/und_zmth.orth | 144 ++++++++++++++++++++++++++++++++
fc-lang/und_zsye.orth | 151 ++++++++++++++++++++++++++++++++++
fc-query/Makefile.am | 2
fc-query/fc-query.c | 46 ++++++++--
fontconfig/fontconfig.h | 19 +++-
src/Makefile.am | 5 -
src/fcfreetype.c | 6 -
src/fcint.h | 9 --
src/fclang.c | 31 +++++--
src/fcpat.c | 18 +++-
src/fcweight.c | 2
src/fcxml.c | 210 ++++++++++++++++++++++++++++++------------------
23 files changed, 821 insertions(+), 117 deletions(-)
---
More information about the Fontconfig
mailing list