[Fontconfig] fontconfig: Changes to 'refs/tags/2.4.92'

Keith Packard keithp at kemper.freedesktop.org
Mon Nov 5 16:11:26 PST 2007


Tag '2.4.92' created by Keith Packard <keithp at koto.keithp.com> at 2007-11-06 00:09 -0800

Version 2.4.92 (2.5 RC2)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBHL7DBQp8BWwlsTdMRAgjDAKDG1TJawFOT+CCEWnDvl8x9CWIfowCghjjg
Obm0WySVP1wjyRqOHQYhMvg=
=2Jcm
-----END PGP SIGNATURE-----

Changes since 2.4.91:
Behdad Esfahbod (14):
      Make fc-match --sort call FcFontRenderPrepare.
      Port fonts-persian.conf to new alias syntax with binding="same"
      Fix trivial bugs in edit-sgml.c
      Add FcGetLangs() and FcLangGetCharSet().
      Add/update config files from Fedora.
      Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf
      Use binding="same" in 30-urw-aliases.conf and remove duplicate entries.
      Remove redundant/obsolete comments from conf files.
      Remove 20-lohit-gujarati.conf.  It's covered by 25-unhint-nonlatin.conf now.
      Oops, fix Makefile.am.
      Remove 25-unhint-nonlatin.conf from default configuration by not linking it.
      Fix documented conf-file naming format in README
      Remove list of available conf files from README.
      Simplify/improve 30-metric-aliases.conf

Keith Packard (27):
      Also check configDirs mtimes in FcConfigUptoDate
      Respect "binding" attribute in <alias> entries.
      Correct documentation for FcAtomicLock (Bug 12947).
      Remove fcprivate.h, move the remaining macros to fcint.h.
      Correct documentation for FcConfigUptoDate (bug 12948).
      Document skipping of fonts from FcFileScan/FcDirScan.
      Make file_stat argument to FcDirCacheLoadFile optional.
      Clean up exported names in fontconfig.h.
      Track line numbers in sgml edit tool input.
      Typo error in function name: Inverval -> interval
      Don't check cache file time stamps when cleaning cache dir.
      Use FcLangDifferentTerritory instead of FcLangDifferentCountry.
      Verify documentation covers exposed symbols.
      Document previously undocumented functions. (bug 12963)
      Update documentation for FcStrCopyFilename (bug 12964).
      Update documentation for stale FcConfigGetConfig function.
      Have FcConfigSetCurrent accept the current configuration and simply return
      Remove references to FcConfigParse and FcConfigLoad.
      Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002).
      Fix formatting syntax in doc/fccache.fncs
      Generate fccache.sgml, fcdircache.sgml and fclangset.sgml.
      Formatting syntax mistake in doc/fclangset.fncs.
      Link new function documentation into the fontconfig-devel.sgml
      Ignore new generated documentation
      Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
      Update version numbers to 2.4.92 (2.5 RC2)
      Fix parallel build in doc directory.

---
 .gitignore                       |    3 
 README                           |   49 ++++-
 conf.d/10-autohint.conf          |    1 
 conf.d/10-no-sub-pixel.conf      |    1 
 conf.d/10-sub-pixel-bgr.conf     |    1 
 conf.d/10-sub-pixel-rgb.conf     |    1 
 conf.d/10-sub-pixel-vbgr.conf    |    1 
 conf.d/10-sub-pixel-vrgb.conf    |    1 
 conf.d/10-unhinted.conf          |    1 
 conf.d/20-fix-globaladvance.conf |    1 
 conf.d/20-lohit-gujarati.conf    |   11 -
 conf.d/20-unhint-small-vera.conf |    1 
 conf.d/25-unhint-nonlatin.conf   |  227 +++++++++++++++++++++++
 conf.d/30-amt-aliases.conf       |   21 --
 conf.d/30-metric-aliases.conf    |  211 +++++++++++++++++++++
 conf.d/30-urw-aliases.conf       |   28 --
 conf.d/40-generic.conf           |   66 ------
 conf.d/40-nonlatin.conf          |   51 +++++
 conf.d/45-latin.conf             |   56 +++++
 conf.d/50-user.conf              |    1 
 conf.d/51-local.conf             |    1 
 conf.d/65-fonts-persian.conf     |  378 ++++++++++++---------------------------
 conf.d/65-nonlatin.conf          |   45 ++++
 conf.d/70-no-bitmaps.conf        |    1 
 conf.d/70-yes-bitmaps.conf       |    1 
 conf.d/80-delicious.conf         |    1 
 conf.d/Makefile.am               |   13 -
 conf.d/README                    |   37 ---
 configure.in                     |    6 
 doc/Makefile.am                  |   20 +-
 doc/check-missing-doc            |   23 ++
 doc/edit-sgml.c                  |   86 +++++---
 doc/fcatomic.fncs                |    6 
 doc/fccache.fncs                 |   68 +++++++
 doc/fccharset.fncs               |   24 ++
 doc/fcconfig.fncs                |   53 ++++-
 doc/fcdircache.fncs              |   88 +++++++++
 doc/fcfile.fncs                  |   34 ++-
 doc/fcfontset.fncs               |   83 ++++++++
 doc/fcfreetype.fncs              |   26 ++
 doc/fclangset.fncs               |  140 ++++++++++++++
 doc/fcmatrix.fncs                |    2 
 doc/fcpattern.fncs               |   58 +++++
 doc/fcstring.fncs                |   93 +++++++--
 doc/fcstrset.fncs                |   11 +
 doc/fcvalue.fncs                 |   21 ++
 doc/fontconfig-devel.sgml        |   59 +++++-
 fc-cache/fc-cache.c              |   10 -
 fc-match/fc-match.c              |   20 +-
 fontconfig/Makefile.am           |    3 
 fontconfig/fcprivate.h           |  123 ------------
 fontconfig/fontconfig.h          |   45 +++-
 fonts.dtd                        |    2 
 src/Makefile.am                  |    4 
 src/fccache.c                    |    3 
 src/fccfg.c                      |   40 ++--
 src/fcdeprecate.h                |   36 +++
 src/fcint.h                      |   99 +++++++++-
 src/fclang.c                     |   28 ++
 src/fcxml.c                      |   58 +++--
 60 files changed, 1863 insertions(+), 719 deletions(-)
---


More information about the Fontconfig mailing list