[Fontconfig] fontconfig: Changes to 'refs/tags/2.14.2'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jan 27 08:54:30 UTC 2023
Tag '2.14.2' created by Akira TAGOH <akira at tagoh.org> at 2023-01-27 06:05 +0000
Version 2.14.2
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQTs/7w6azZech5b15gwdXqiGXGmcgUCY9NpvwAKCRAwdXqiGXGm
cuSNAQD0a0XIGRnxH9HANqB4uUTMRWcby7zc5lAouXiQOrvbDgEAlqHR09gfaG7y
J13hSzh+Heb6s4SGdmpLX7yBWwx+cA0=
=SpiL
-----END PGP SIGNATURE-----
Changes since 2.14.1:
Akira TAGOH (14):
Fix the build issue on meson when -g option is added to c_args
Store artifacts for meson windows CI
Add FC_DESKTOP_NAME property
Add --with-default-sub-pixel-rendering option
Update po-conf/POTFILES.in
Ignore null pointer on Fc*Destroy functions
Convert tabs to spaces
Convert more tabs to spaces in docs
src/meson.build: Store correct paths to fontconfig.pc.
Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
Report more detailed logs instead of assertion.
Add some missing constant names for weight.
Adujst indentation between programlisting in fontconfig-user.sgml
Bump version to 2.14.2
Christopher Degawa (1):
meson: modify gperf test to remove sh dependency
Jason Francis (1):
meson: Update freetype2 git repository to upstream
Jean Abou Samra (1):
Ignore LC_CTYPE if set to "UTF-8"
Ondrej Balaz (1):
Expand ~ in glob
lilinjie (1):
fix typo
---
.gitlab-ci.yml | 6
README | 38 ++
conf.d/Makefile.am | 12
conf.d/meson.build | 5
configure.ac | 35 +-
doc/fcatomic.fncs | 18 -
doc/fcblanks.fncs | 36 +-
doc/fccache.fncs | 88 +++---
doc/fccharset.fncs | 212 +++++++-------
doc/fcconfig.fncs | 234 ++++++++--------
doc/fcconstant.fncs | 48 ++-
doc/fcdircache.fncs | 72 ++---
doc/fcfile.fncs | 56 +--
doc/fcfontset.fncs | 96 +++---
doc/fcformat.fncs | 12
doc/fcfreetype.fncs | 84 ++---
doc/fcinit.fncs | 56 +--
doc/fclangset.fncs | 166 +++++------
doc/fcmatrix.fncs | 94 +++---
doc/fcobjectset.fncs | 54 +--
doc/fcobjecttype.fncs | 28 -
doc/fcpattern.fncs | 544 +++++++++++++++++++-------------------
doc/fcrange.fncs | 58 ++--
doc/fcstring.fncs | 202 +++++++-------
doc/fcstrset.fncs | 100 +++----
doc/fcvalue.fncs | 34 +-
doc/fcweight.fncs | 40 +-
doc/fontconfig-devel.sgml | 60 ++--
doc/fontconfig-user.sgml | 613 ++++++++++++++++++++++---------------------
doc/func.sgml | 72 ++---
fc-cache/fc-cache.sgml | 56 +--
fc-cat/fc-cat.sgml | 14
fc-conflist/fc-conflist.sgml | 10
fc-list/fc-list.sgml | 38 +-
fc-match/fc-match.sgml | 38 +-
fc-pattern/fc-pattern.sgml | 18 -
fc-query/fc-query.sgml | 34 +-
fc-scan/fc-scan.sgml | 14
fc-validate/fc-validate.sgml | 44 +--
fontconfig/fontconfig.h | 32 +-
meson-cc-tests/gperf.txt | 1
meson.build | 46 +--
meson_options.txt | 3
po-conf/POTFILES.in | 6
src/cutout.py | 3
src/fcatomic.c | 3
src/fccache.c | 17 -
src/fccfg.c | 82 +++--
src/fcdefault.c | 70 ++++
src/fcfs.c | 15 -
src/fcint.h | 7
src/fclist.c | 13
src/fcname.c | 26 +
src/fcobjs.h | 1
src/fcpat.c | 8
src/fcptrlist.c | 17 -
src/fcrange.c | 3
src/fcstr.c | 39 +-
src/fcxml.c | 19 -
src/meson.build | 4
subprojects/freetype2.wrap | 6
test/test-name-parse.c | 6
62 files changed, 2046 insertions(+), 1820 deletions(-)
---
More information about the Fontconfig
mailing list