smack: Change smack label for cache
[platform/upstream/fontconfig.git] / ChangeLog
index 5b1a3f9..9a05f9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+commit f6244d2cf231e1dc756f3e941e61b9bf124879bb
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed May 8 11:57:49 2013 +0900
+
+    Use the glob matching for filename
+
+    Regex is expensive to compare filenames. we already have the glob
+    matching
+    and it works enough in this case.
+
+    Prior to this change, renaming FcConfigGlobMatch() to FcStrGlobMatch()
+    and moving to fcstr.c
+
+ src/fccfg.c   | 46 +---------------------------------------------
+ src/fcint.h   |  4 ++++
+ src/fcmatch.c |  6 ++----
+ src/fcstr.c   | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 51 insertions(+), 49 deletions(-)
+
+commit 03216ccf4ca0808f9c7b9513efcaeb7f4058b575
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed Apr 10 18:41:22 2013 +0900
+
+    Bug 63329 - make check fails: .. contents:: :depth: 2
+
+    Add back FcHashGetSHA256DigestFromFile() and fall back to it
+    when font isn't SFNT-based font because FT_Load_Sfnt_Table
+    fails with FT_Err_Invalid_Face_Handle.
+
+ src/fcfreetype.c | 32 ++++++++++++++++++++---------
+ src/fchash.c     | 62
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h      |  4 ++++
+ 3 files changed, 88 insertions(+), 10 deletions(-)
+
+commit 77419a4dfdf41ed34dd03e74d0e4e6f89dbc65e1
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed Apr 10 11:14:39 2013 +0900
+
+    documented FC_HASH and FC_POSTSCRIPT_NAME
+
+ doc/fontconfig-devel.sgml | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit fc5a589abad0e8285f7d95007ebda76536e8fa7d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Apr 9 17:18:43 2013 +0900
+
+    Revert the previous change and rework to not export freetype API
+    outside fcfreetype.c
+
+ src/fcfreetype.c | 23 ++++++++++++++++++++---
+ src/fchash.c     | 47 ++++++++++++-----------------------------------
+ src/fcint.h      |  5 ++---
+ 3 files changed, 34 insertions(+), 41 deletions(-)
+
+commit c93a8b8b54afe33e5ecf9870723543cb4058fa94
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Apr 9 12:46:30 2013 +0900
+
+    Obtain fonts data via FT_Face instead of opening a file directly
+
+ src/fcfreetype.c |  2 +-
+ src/fchash.c     | 50 +++++++++++++++++++++++++++++++++-----------------
+ src/fcint.h      |  4 +++-
+ 3 files changed, 37 insertions(+), 19 deletions(-)
+
+commit 9299155b5247255d6b6687448173056c3ca8d09b
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Apr 9 11:34:35 2013 +0900
+
+    Ensure closing fp on error
+
+ src/fchash.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 18bf57c70aafcad031c0b43756b754dcaf6a756a
+Author: Sebastian Freundt <hroptatyr@fresse.org>
+Date:   Sun Apr 7 00:02:58 2013 +0000
+
+    build-chain, replace INCLUDES directive by AM_CPPFLAGS
+
+    As of automake-13.1 the INCLUDES directive is no longer supported.
+    An automake run will return with an error.
+
+    This changeset simply follows automake's advice to replace INCLUDES
+    by AM_CPPFLAGS.
+
+ Tools.mk                | 4 ++--
+ fc-cache/Makefile.am    | 2 +-
+ fc-cat/Makefile.am      | 2 +-
+ fc-list/Makefile.am     | 2 +-
+ fc-match/Makefile.am    | 2 +-
+ fc-pattern/Makefile.am  | 2 +-
+ fc-query/Makefile.am    | 2 +-
+ fc-scan/Makefile.am     | 2 +-
+ fc-validate/Makefile.am | 2 +-
+ src/Makefile.am         | 2 +-
+ 10 files changed, 11 insertions(+), 11 deletions(-)
+
+commit 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Mon Apr 1 18:16:28 2013 +0900
+
+    Bug 62980 - matching native fonts with even :lang=en
+
+    Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+    to deal with both strong and weak of FC_LANG as the same location
+    in the score
+
+ src/fcmatch.c | 23 +++++++----------------
+ 1 file changed, 7 insertions(+), 16 deletions(-)
+
+commit 73fa326d1e791b587da93b795f962c3405b7a96d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 29 16:10:15 2013 +0900
+
+    Bump version to 2.10.92
+
+ README                  | 65
+ +++++++++++++++++++++++++++++++++++++++++++++++--
+ configure.ac            |  2 +-
+ fontconfig/fontconfig.h |  2 +-
+ 3 files changed, 65 insertions(+), 4 deletions(-)
+
+commit c842412c079e781d53f023616d9758223fb68323
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 29 16:07:30 2013 +0900
+
+    Minor fix
+
+ new-version.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b3b435b87f1aec1b2779fd7edbbff5571c3c61a2
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 29 16:02:34 2013 +0900
+
+    Bump libtool revision
+
+ configure.ac | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 3fc22cfe756fcb2d6c5a64aa305957c417c6cecd
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 29 12:46:04 2013 +0900
+
+    Minor cleanup
+
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b561ff2016ce84eef3c81f16dfb0481be6a13f9b
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Jan 18 11:30:10 2013 +0900
+
+    Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
+
+    Add the PostScript name into the cache and the matcher.
+    Scoring the better font against the PostScript name by
+    the forward-matching.
+
+ fontconfig/fontconfig.h |  1 +
+ src/fcfreetype.c        | 49 +++++++++++++++++++++++++++-
+ src/fcint.h             |  6 ++++
+ src/fcmatch.c           | 21 ++++++++++++
+ src/fcobjs.h            |  1 +
+ src/fcstr.c             | 85
+ ++++++++++++++++++++++++++++---------------------
+ 6 files changed, 125 insertions(+), 38 deletions(-)
+
+commit c758206e8c0e5b572bd34183b184ef4361745333
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Thu Mar 21 11:58:06 2013 +0900
+
+    Fix a SIGSEGV on FcPatternGet* with NULL pattern
+
+ src/fcpat.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit bdf1581e3de5528f397f19bfd4ca9caaf9e7fe4a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Mar 8 05:53:27 2013 -0500
+
+    Fix crash with FcConfigSetCurrent(NULL)
+
+ src/fccfg.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aad4d6f6c68d06415333f5d0d3e4b4870114f11d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Thu Mar 7 13:19:50 2013 +0900
+
+    Do not copy FC_*LANG_OBJECT even if it's not available on the pattern
+
+    those objects are linked to the corresponding string objects.
+    this may causes inconsistency that those objects has more values
+    than them.
+
+ src/fcmatch.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit e96d7760886a3781a46b3271c76af99e15cb0146
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed Feb 6 19:35:30 2013 +0900
+
+    Bug 59456 - Adding a --sysroot like option to fc-cache
+
+    Add an ability to set the system root to generate the caches.
+    In order to do this, new APIs, FcConfigGetSysRoot() and
+    FcConfigSetSysRoot() is available.
+
+ doc/fcconfig.fncs       | 21 +++++++++++
+ fc-cache/fc-cache.c     | 38 +++++++++++++------
+ fontconfig/fontconfig.h |  7 ++++
+ src/fccache.c           | 99
+ +++++++++++++++++++++++++++++++++----------------
+ src/fccfg.c             | 57 ++++++++++++++++++++++++++++
+ src/fcinit.c            | 30 ++++++++++-----
+ src/fcint.h             | 15 +++++++-
+ src/fcstr.c             | 62 ++++++++++++++++++++++++++++++-
+ 8 files changed, 275 insertions(+), 54 deletions(-)
+
+commit 569657a24ca11aedfd3b588984344d7ab97fe09f
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Mar 5 12:46:01 2013 +0900
+
+    Fix a memory leak
+
+ src/fclang.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 612ee2a5c91b8929b2cc5abce4af84d8d7e66bd0
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 1 22:21:25 2013 +0900
+
+    Fix broken sort order with FcFontSort()
+
+    which was introduced by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+
+ src/fcmatch.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+commit ea4ebd59377d3dff3616bd20381f308a92781ae6
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 1 19:38:21 2013 +0900
+
+    Fix a crash when the object is non-builtin object
+
+ src/fcmatch.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 10230497675fa4fcbb427efe8dd2883839ddaec0
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 1 18:41:27 2013 +0900
+
+    Fix a typo
+
+ conf.d/30-metric-aliases.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit db69bf6ecd0da4d23bdfe38652bb53d2daa655a2
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Fri Mar 1 18:31:01 2013 +0900
+
+    Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
+
+    Add Liberation Sans Narrow as an alias for Arial Narrow
+
+ conf.d/30-metric-aliases.conf | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
+
+commit 2c696255749683e9a084f797eb033d222510a275
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Mon Feb 18 13:17:53 2013 +0900
+
+    Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
+
+    Move the target of recipes to the "pattern" from the "font".
+    This is to ensure the targeted objects is updated by them
+    prior to FcDefaultSubstitute() so that it can adds the default
+    values properly.
+
+ conf.d/10-autohint.conf          | 2 +-
+ conf.d/10-no-sub-pixel.conf      | 2 +-
+ conf.d/10-sub-pixel-bgr.conf     | 2 +-
+ conf.d/10-sub-pixel-rgb.conf     | 2 +-
+ conf.d/10-sub-pixel-vbgr.conf    | 2 +-
+ conf.d/10-sub-pixel-vrgb.conf    | 2 +-
+ conf.d/10-unhinted.conf          | 2 +-
+ conf.d/11-lcdfilter-default.conf | 2 +-
+ conf.d/11-lcdfilter-legacy.conf  | 2 +-
+ conf.d/11-lcdfilter-light.conf   | 2 +-
+ 10 files changed, 10 insertions(+), 10 deletions(-)
+
+commit 83f679ce558de736ef1a095a362397da0ac3417f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:   Fri Feb 15 09:48:38 2013 -0500
+
+    Accept digits as part of OpenType script tags
+
+    They've been used since 2005.
+
+ src/fcfreetype.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 72b0480a21958f0f8c115d8e0a5bfbd8d358b5c3
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Thu Feb 7 17:56:17 2013 +0900
+
+    Add Culmus foundry to the vendor list
+
+    Maps fonts produced by the Culmus project
+    <http://culmus.sourceforge.net>
+    to the XLFD foundry name culmus.
+
+    For TrueType fonts, maps the vendor code CLM from the TrueType vendor
+    id field.
+
+    For Type1 fonts, which use heuristics to guess mappings to XLFD
+    foundries from
+    words in the copyright notice, add the names of the main contributors
+    to
+    the Culmus product to recognize the fonts under their copyright.
+
+    Patch from Maxim Iorsh
+
+ src/fcfreetype.c | 67
+ +++++++++++++++++++-------------------------------------
+ 1 file changed, 23 insertions(+), 44 deletions(-)
+
+commit 96220a5ed9d1d761b14a7ac516ac6786c132f280
+Author: Quentin Glidic <sardemff7+git@sardemff7.net>
+Date:   Sat Feb 2 17:01:07 2013 +0100
+
+    Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
+
+    TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
+    override the test environment
+
+    <ext>_LOG_COMPILER is meant to contain the program that runs the test
+    with <ext> extension
+    LOG_COMPILER is for extensionless tests
+    AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
+
+      https://bugs.freedesktop.org/show_bug.cgi?id=60192
+
+    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
+
+ Makefile.am      |  1 -
+ configure.ac     |  2 +-
+ doc/Makefile.am  |  5 ++++-
+ test/Makefile.am | 12 +++++++++++-
+ 4 files changed, 16 insertions(+), 4 deletions(-)
+
+commit 62b7d764ce994bb32e7614337fdfa0854445c380
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed Feb 6 19:14:51 2013 +0900
+
+    Bump the cache version to 4
+
+ fontconfig/fontconfig.h | 2 +-
+ src/fcint.h             | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Wed Feb 6 19:02:07 2013 +0900
+
+    Update _FcMatchers definition logic
+
+    to make it easier to maintain. also added FC_HASH_OBJECT to be matched
+    in the pattern, prior to FC_FILE_OBJECT.
+
+ src/fcint.h            |   2 +-
+ src/fcmatch.c          | 184
+ +++++++++++++++++++++++--------------------------
+ src/fcname.c           |   2 +-
+ src/fcobjs.h           |  90 ++++++++++++------------
+ src/fcobjshash.gperf.h |   2 +-
+ 5 files changed, 134 insertions(+), 146 deletions(-)
+
+commit 52b2b5c99268d5ad28dc0972c5f136720d55f21b
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Feb 5 20:44:18 2013 +0900
+
+    Bug 60312 - DIST_SUBDIRS should never appear in a conditional
+
+    As it is documented like this:
+
+    If SUBDIRS is defined conditionally using Automake conditionals,
+    Automake will define DIST_SUBDIRS automatically from the possible
+    values of SUBDIRS in all conditions.
+
+    So we don't need to re-define DIST_SUBDIRS in Makefile.am unless
+    we use AC_SUBST to define SUBDIRS.
+
+    Patch from Quentin Glidic
+
+ Makefile.am | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit 95af7447dba7c54ed162b667c0bb2ea6500e8f32
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Mon Feb 4 16:03:29 2013 +0900
+
+    Bug 50733 - Add font-file hash?
+
+    Add "hash" object which contains SHA256 hash value (so far) computed
+    from the font file.
+
+ fontconfig/fontconfig.h |   1 +
+ src/Makefile.am         |   1 +
+ src/fcfreetype.c        |   9 ++
+ src/fchash.c            | 265
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h             |   7 ++
+ src/fcobjs.h            |   1 +
+ 6 files changed, 284 insertions(+)
+
+commit d34643894f2dff7eec35345e8e9b32a9a32fa113
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Feb 5 14:17:16 2013 +0900
+
+    Use AM_MISSING_PROG instead of hardcoding missing
+
+ Makefile.am  | 2 +-
+ configure.ac | 1 +
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit 241cd53ff62599ecf557c6a4f975fc427dad9700
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Feb 5 11:33:47 2013 +0900
+
+    Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
+
+    This reverts commit 2146b0307a3476892723104481f27f8484451c52.
+
+    That change introduces incompatibility and seems not working with
+    older releases of automake, including automake 1.12.2.
+
+ test/Makefile.am | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+commit 2146b0307a3476892723104481f27f8484451c52
+Author: Quentin Glidic <sardemff7+git@sardemff7.net>
+Date:   Sat Feb 2 17:01:07 2013 +0100
+
+    test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
+
+    TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
+    override the test environment
+
+    <ext>_LOG_COMPILER is meant to contain the program that runs the test
+    with <ext> extension
+    AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
+
+      https://bugs.freedesktop.org/show_bug.cgi?id=60192
+
+    Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
+
+ test/Makefile.am | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit da0946721af3ab2dff3cd903065336b93592d067
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Mon Feb 4 17:57:00 2013 +0900
+
+    Use AM_MISSING_PROG instead of hardcoding missing
+
+ configure.ac    | 2 ++
+ src/Makefile.am | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit 786ead52015573e7b60a53d79abc26d611f1fe93
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Mon Feb 4 17:20:03 2013 +0900
+
+    Modernize configure.ac
+
+ configure.ac | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 20191810d1fea7c2f49b65ffee3e4d5e2bc0bac3
+Author: Akira TAGOH <akira@tagoh.org>
+Date:   Tue Jan 29 20:19:36 2013 +0900
+
+    Bug 23757 - Add mode="delete" to <edit>
+
+    Add two edit mode, "delete" and "delete_all".
+    what values are being deleted depends on <test> as documented.
+    if the target object is same to what is tested, matching value there
+    will be deleted. otherwise all of values in the object will be
+    deleted.
+    so this would means both edit mode will not take any expressions.
+
+    e.g.
+
+    Given that the testing is always true here, the following rules:
+
+      <match>
+        <test name="foo" compare="eq">
+          <string>bar</string>
+        </test>
+        <edit name="foo" mode="delete"/>
+      </match>
+
+    will removes "bar" string from "foo" object. and:
+
+      <match>
+        <test name="foo" compare="eq">
+          <string>foo</string>
+        </test>
+        <edit name="bar" mode="delete"/>
+      </match>
+
+    will removes all of values in "bar" object.
+
+ doc/fontconfig-user.sgml |  2 ++
+ fonts.dtd                |  2 +-
+ src/fccfg.c              | 10 ++++++++++
+ src/fcdbg.c              |  6 ++++--
+ src/fcint.h              |  1 +
+ src/fcxml.c              | 11 +++++++++++
+ 6 files changed, 29 insertions(+), 3 deletions(-)
+
+commit c1d9588890798e389d0f0ba633b704dee1ea8bf5
+Author: Colin Walters <walters@verbum.org>
+Date:   Thu Jan 31 21:32:46 2013 -0500
+
+    build: Only use PKG_INSTALLDIR if available
+
+    It's only in pkg-config 0.27 or newer, but 0.25 at least is still
+    fairly widespread.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e11f15628cff04c4a742f88abee22f440edcce52
+Author: Christoph J. Thompson <cjsthompson@gmail.com>
+Date:   Fri Feb 1 02:27:32 2013 +0100
+
+    Use the PKG_INSTALLDIR macro.
+
+       modified:   Makefile.am
+       modified:   configure.ac
+
+ Makefile.am  | 1 -
+ configure.ac | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+commit d26fb23c41abd87422778bb38eea39f25ba3dc4a
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Jan 25 20:01:24 2013 +0900
+
+    Bug 59385 - Do the right thing for intermixed edit and test elements
+
+    This changes allows to have multiple mathcing rules in one <match>
+    block
+    in the same order.
+    After this changes, the following thing will works as two matching
+    rules:
+
+       <match>
+               <!-- rule 1 -->
+               <test name="family" compare="eq">
+                       <string>foo</string>
+               </test>
+               <edit name="foo" mode="append">
+                       <string>foo</string>
+               </edit>
+               <!-- rule 2 -->
+               <test name="foo" compare="eq">
+                       <string>foo</string>
+               </test>
+               <edit name="foo" mode="append">
+                       <string>bar</string>
+               </edit>
+       </match>
+
+ fonts.dtd   | 2 +-
+ src/fcxml.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 47 insertions(+), 1 deletion(-)
+
+commit fb3b410998aba8835999e2ca7003a180431cfaf4
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Wed Jan 23 12:37:51 2013 +0900
+
+    remove the unnecessary code
+
+ src/fccompat.c | 6 ------
+ 1 file changed, 6 deletions(-)
+
+commit 5400bb4fb43dc811b813f11d5b0c023db727f543
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Wed Jan 23 12:32:37 2013 +0900
+
+    Add another approach to FC_PRGNAME for Solaris 10 or before
+
+    Patch from Raimund Steger
+
+ configure.ac   | 2 +-
+ src/fcdefault.c | 5 ++++-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 000ca9ccb03013a5b151f0d21148ab0ca4c2f2de
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 22 12:11:56 2013 +0900
+
+    Fix installation on MinGW32
+
+    Patch from LRN
+
+ src/Makefile.am | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 6363193a0575cf6f58baf7f0a772ad8f92b7b904
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 22 12:03:28 2013 +0900
+
+    Fix mkstemp absence for some platform
+
+    Patch from LRN and modified to make more generic.
+
+ src/fccache.c |  57 ----------------------------
+ src/fccompat.c | 116
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h   |   3 ++
+ 3 files changed, 119 insertions(+), 57 deletions(-)
+
+commit 9dbc282796e9a4d5a2a8cc7d1c8e29b9154e91c0
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 22 10:26:41 2013 +0900
+
+    Add missing file descriptor to F_DUPFD_CLOEXEC
+
+    Patch from Matthieu Herrb
+
+ src/fccompat.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6118781f7f5dba672d19a841cc231661bf5fb59d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 17 19:27:20 2013 -0600
+
+    Fix readlink failure
+
+    As reported by Raimund Steger.
+
+ src/fcdefault.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 671bcb34e23ed03b1f564af35560db81f8b12b96
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Jan 17 12:49:16 2013 +0900
+
+    Better fix for 2fe5ddfd
+
+    Drop realpath() and fix breakage on Win32
+
+ configure.ac   |  2 +-
+ src/fcdefault.c | 14 +++++++-------
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 2fe5ddfdae6be80db5b7e622ab6c1ab985377542
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 16 21:01:28 2013 -0600
+
+    Fix FC_PRGNAME default
+
+    As reported by Raimund Steger.
+
+ src/fcdefault.c | 36 +++++++++++++++++++-----------------
+ 1 file changed, 19 insertions(+), 17 deletions(-)
+
+commit 55d39bcad0737e92e1207fabbd8c65fa9e5e0482
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 16 07:30:44 2013 -0600
+
+    Fix fc-cache crash caused by looking up NULL object incorrectly
+
+    We were returning a skiplist node when looking up NULL!
+
+ src/fccache.c | 7 +++++--
+ src/fccfg.c   | 4 ++--
+ 2 files changed, 7 insertions(+), 4 deletions(-)
+
+commit 106c4f73119e00a7804ef79ee556f1111d680e32
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 16 07:05:07 2013 -0600
+
+    Minor
+
+ src/fcfreetype.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 1a5d0daea0173e2cc47d76d2022467f0dbd423f0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 16 04:52:06 2013 -0600
+
+    Remove unused checks for common functions
+
+    The check results of these were never actually used.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f9ac4c84c90cbb57afbf1fa3a5c9ff3bfc4f537e
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Wed Jan 16 16:35:28 2013 +0900
+
+    Improve FcGetPrgname() to work on BSD
+
+ configure.ac   |  2 +-
+ src/fcdefault.c | 10 ++++++++++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit ec5ca08c807585a9230f83c95f7cca6b7065b142
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 15 20:41:26 2013 -0600
+
+    Bug 59379 - FC_PRGNAME
+
+    Can be used for per-application configuration.
+
+ configure.ac             |  2 +-
+ doc/fontconfig-devel.sgml |  3 +-
+ doc/fontconfig-user.sgml  |  1 +
+ fontconfig/fontconfig.h   |  1 +
+ src/fccfg.c              |  7 ++++
+ src/fcdefault.c          | 85
+ +++++++++++++++++++++++++++++++++++++++++++++--
+ src/fcint.h              |  3 ++
+ src/fcobjs.h             |  1 +
+ 8 files changed, 99 insertions(+), 4 deletions(-)
+
+commit 3f84695104b169fe25742ba3b91d04467f5debc4
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Sep 4 12:39:48 2012 +0900
+
+    Bug 50497 - RFE: Add OpenType feature tags support
+
+    Add FC_FONT_FEATURES to store the feature tags to be enabled.
+
+ doc/fontconfig-devel.sgml | 2 ++
+ doc/fontconfig-user.sgml  | 1 +
+ fontconfig/fontconfig.h   | 1 +
+ src/fcobjs.h             | 1 +
+ 4 files changed, 5 insertions(+)
+
+commit dffb69ed8c7cf2e707bc692f94b51108b772d9d8
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 15 17:26:27 2013 +0900
+
+    Fix the build fail on MinGW
+
+    Reported at
+    http://lists.freedesktop.org/archives/fontconfig/2013-January/004601.html
+
+    just warn at the runtime instead of the compile time. it somewhat
+    works
+    on even MinGW since FcMakeTempfile() isn't used on Win32 so far.
+
+ src/fccompat.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 8b8f0d21534aa9b82276815c84429ffca8941d2a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Jan 14 14:39:12 2013 -0600
+
+    Minor
+
+ src/fcmatch.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8828fffd93c6b19bcfd7626ddc472aa8f055d034
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Jan 14 14:36:38 2013 -0600
+
+    Copy all values from pattern to font if the font doesn't have
+    the element
+
+    Bug 59376 - FcFontRenderPrepare enhancement
+
+ src/fcmatch.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+commit 0831c1770e4bac7269a190936bbb0529d747e233
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 10 09:01:52 2013 -0600
+
+    Ensure we find the uninstalled fontconfig header
+
+    Patch from Colin Walters.
+
+ test/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 1527c395cbe0bbab9e66a42213ef3ac5ce1c0383
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 10 09:00:18 2013 -0600
+
+    Resepct $NOCONFIGURE
+
+    Patch from Colin Walters.
+
+ autogen.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit fcc3567847949ec422157d331c9640cd0453e169
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Jan 10 17:57:12 2013 +0900
+
+    Bump version to 2.10.91
+
+ README                         | 105
+ +++++++++++++++++++++++++++++++++++++++++++++++-
+ configure.ac           |   2 +-
+ fontconfig/fontconfig.h |   2 +-
+ 3 files changed, 105 insertions(+), 4 deletions(-)
+
+commit 98352247f2ab01046c330485f73fd26eb15a08a4
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Jan 10 17:56:51 2013 +0900
+
+    Update the date in README properly
+
+ new-version.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9066fbe7855674ff51053b78f1d0d179486e22ea
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 10 01:23:07 2013 -0600
+
+    Make linker happy
+
+ fc-validate/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 98efed3bcafc92b573b193b5b38039aa717617d3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 10 01:17:02 2013 -0600
+
+    Add atomic ops for Solaris
+
+    Patch from Raimund Steger.
+
+ configure.ac  | 22 ++++++++++++++++++++--
+ src/fcatomic.h | 12 ++++++++++++
+ 2 files changed, 32 insertions(+), 2 deletions(-)
+
+commit 8e8a99ae8a1c2e56c42093bee577d6de66248366
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Sep 10 16:09:04 2012 +0900
+
+    Bug 29312 - RFE: feature to indicate which characters are missing
+    to satisfy the language support
+
+    Add fc-validate to check the language coverage in a font.
+
+ Makefile.am                 |   2 +-
+ configure.ac                |   1 +
+ doc/fclangset.fncs          |   8 ++
+ fc-validate/Makefile.am      |  60 +++++++++++
+ fc-validate/fc-validate.c    | 242
+ +++++++++++++++++++++++++++++++++++++++++++
+ fc-validate/fc-validate.sgml | 182 ++++++++++++++++++++++++++++++++
+ fontconfig/fontconfig.h      |   3 +
+ src/fcint.h                 |   3 -
+ 8 files changed, 497 insertions(+), 4 deletions(-)
+
+commit 16fd965171808c10f87d097f678ee9e10771be72
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Wed Jan 9 11:26:56 2013 +0900
+
+    Fix a typo in the manpages template
+
+ doc/func.sgml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7680e9ee891a74f0e428e30604a5d0ff0e2e9383
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 8 14:51:00 2013 -0600
+
+    Add pthread test
+
+    Not enabled by default since it requires config and fonts.
+
+ test/Makefile.am    | 9 ++++++
+ test/test-pthread.c | 79
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 88 insertions(+)
+
+commit dc21ed28d69df279c6068d9cae862e02af72815f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 8 13:01:48 2013 -0600
+
+    Fix memory corruption!
+
+    In FcStrListCreate() we were increasing reference count of set,
+    however, if set had a const reference (which is the case for list
+    of languages), and with multiple threads, the const ref (-1) was
+    getting up to 1 and then a decrease was destroying the set.  Ouch.
+
+    Here's the valgrind error, which took me quite a few hours of
+    running to catch:
+
+    ==4464== Invalid read of size 4
+    ==4464==   at 0x4E58FF3: FcStrListNext (fcstr.c:1256)
+    ==4464==   by 0x4E3F11D: FcConfigSubstituteWithPat (fccfg.c:1508)
+    ==4464==   by 0x4E3F8F4: FcConfigSubstitute (fccfg.c:1729)
+    ==4464==   by 0x4009FA: test_match (simple-pthread-test.c:53)
+    ==4464==   by 0x400A6E: run_test_in_thread (simple-pthread-test.c:68)
+    ==4464==   by 0x507EE99: start_thread (pthread_create.c:308)
+    ==4464==  Address 0x6bc0b44 is 4 bytes inside a block of size
+    24 free'd
+    ==4464==   at 0x4C2A82E: free (in
+    /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
+    ==4464==   by 0x4E58F84: FcStrSetDestroy (fcstr.c:1236)
+    ==4464==   by 0x4E3F0C6: FcConfigSubstituteWithPat (fccfg.c:1507)
+    ==4464==   by 0x4E3F8F4: FcConfigSubstitute (fccfg.c:1729)
+    ==4464==   by 0x4009FA: test_match (simple-pthread-test.c:53)
+    ==4464==   by 0x400A6E: run_test_in_thread (simple-pthread-test.c:68)
+    ==4464==   by 0x507EE99: start_thread (pthread_create.c:308)
+
+    Thread test is running happily now.  Will add the test in a moment.
+
+ src/fcstr.c | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+commit 4e6c7d0827c5b3b20205521bf9bd2e94e704b36d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 8 16:20:28 2013 +0900
+
+    Fix a build fail on mingw
+
+    Regarding the change of 596931c8b4a7a35cbff9c33437d3cd44395d9c3f
+
+ configure.ac  | 2 +-
+ src/fccompat.c | 4 ++++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit d837a7a584bc1e908bc4370d337cd10ecc781fad
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Jan 8 16:18:32 2013 +0900
+
+    missing header file to declare _mkdir
+
+ src/fccache.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 596931c8b4a7a35cbff9c33437d3cd44395d9c3f
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Dec 6 20:01:52 2012 +0900
+
+    Bug 47705 - Using O_CLOEXEC
+
+ configure.ac   |   4 ++-
+ src/Makefile.am |   1 +
+ src/fcatomic.c  |   3 +-
+ src/fccache.c  |   6 ++--
+ src/fccompat.c  | 103
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h    |   7 ++++
+ src/fcstat.c   |   2 +-
+ src/fcxml.c    |   2 +-
+ 8 files changed, 120 insertions(+), 8 deletions(-)
+
+commit d7de1b5c6d4b8800825913ac40a9cea00824f2f8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Jan 7 20:10:14 2013 -0600
+
+    Fix pthreads setup
+
+    As reported by Raimund Steger.
+
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 1c4c4978adb0fa59767ac7d8c7f98a86928b2fdc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Jan 7 17:59:17 2013 -0600
+
+    Oops, add the actual file
+
+ conf.d/10-scale-bitmap-fonts.conf | 81
+ +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 81 insertions(+)
+
+commit dc11dd581f228623f0f14b3a6a1e4beaa659266b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Jan 7 16:41:29 2013 -0600
+
+    Add 10-scale-bitmap-fonts.conf and enable by default
+
+ conf.d/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ea3a35306617eec068ed961439cf76cdbcb10c28
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Jan 7 17:55:04 2013 +0900
+
+    Clean up the unused variable
+
+ fc-query/fc-query.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 17eda89ed2e24a3fc5f68538dd7fd9ada8efb087
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 3 20:33:34 2013 -0600
+
+    Remove FcInit() calls from tools
+
+    Library is supposed to automatically initialize itself.  If it
+    doesn't,
+    it's a bug.
+
+ fc-list/fc-list.c      | 5 -----
+ fc-match/fc-match.c    | 5 -----
+ fc-pattern/fc-pattern.c | 5 -----
+ fc-query/fc-query.c    | 6 ------
+ fc-scan/fc-scan.c      | 6 ------
+ 5 files changed, 27 deletions(-)
+
+commit 102a4344dd7f668cf03b9665c718505050e0ae78
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 3 20:31:22 2013 -0600
+
+    Don't use blanks for fc-query
+
+    fc-query is supposed to be config-independent.
+
+ fc-query/fc-query.c | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+commit b6b678e71eb0ba2b53335b7df0804058f6bd006d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Jan 4 11:29:50 2013 +0900
+
+    Missing header file for _mkdir declaration
+
+ src/fcatomic.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8e143b4ec447a7ee6c501e7488a3c94db7e6a035
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Jan 3 04:19:12 2013 -0600
+
+    Minor
+
+ src/fcobjs.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 16ddb9ff31a7d45ae477f5274c704523b2ec7330
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 22:37:33 2013 -0600
+
+    Ugh, add Tools.mk
+
+ Tools.mk | 64
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 64 insertions(+)
+
+commit 86e3255118e943bcc5c16cf1628ca381470ca34d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 20:16:55 2013 -0600
+
+    Second try to make Sun CPP happy
+
+ src/Makefile.am | 22 ++++++++++++----------
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+commit bc62c40597c3d95edfdc6a93b39d0bb3837d1d34
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 20:08:40 2013 -0600
+
+    Really fix cross-compiling and building of tools this time
+
+ configure.ac               |  1 +
+ fc-case/Makefile.am        | 47 +++++----------------------
+ fc-glyphname/Makefile.am    | 47 +++++----------------------
+ fc-glyphname/fc-glyphname.c | 2 +-
+ fc-lang/Makefile.am        | 44 +++++---------------------
+ fc-lang/fc-lang.c          |  8 ++---
+ m4/ax_cc_for_build.m4      | 77
+ +++++++++++++++++++++++++++++++++++++++++++++
+ 7 files changed, 107 insertions(+), 119 deletions(-)
+
+commit 32c1d32cbd54686804481fedaa1881d4f3043f1b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 19:04:17 2013 -0600
+
+    Work around Sun CPP
+
+    According to Raimund Steger:
+
+    > [...]
+    > diff --git a/src/Makefile.am b/src/Makefile.am
+    > index dc082b7..57c34a2 100644
+    > [...]
+    > +fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
+    > +    $(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | $(GREP) '^[^#]' |
+    awk ' \
+    > +    /CUT_OUT_BEGIN/ { no_write=1; next; }; \
+    > +    /CUT_OUT_END/ { no_write=0; next; }; \
+    > +    { if (!no_write) print; next; }; \
+    > +    ' - > $@.tmp && \
+    > +    mv -f $@.tmp $@
+
+    Sun Studio CPP seems to insert whitespace in a different way than
+    GCC's CPP.
+
+    GCC generates in src/fcobjshash.gperf:
+
+    [...]
+    "family", FC_FAMILY_OBJECT
+    "familylang", FC_FAMILYLANG_OBJECT
+    [...]
+
+    Sun Studio generates:
+
+    [...]
+     "family" , FC_FAMILY_OBJECT
+     "familylang" , FC_FAMILYLANG_OBJECT
+    [...]
+
+    leading to:
+
+    [...]
+    Making all in src
+    gmake[2]: Entering directory
+    `/home/rs/src/fontconfig-git/fontconfig/src'
+      GEN    fcobjshash.gperf
+      GEN    fcobjshash.h
+    Key link: " " = " ", with key set "".
+    1 input keys have identical hash values,
+    use option -D.
+    gmake[2]: *** [fcobjshash.h] Error 1
+    gmake[2]: Leaving directory
+    `/home/rs/src/fontconfig-git/fontconfig/src'
+    gmake[1]: *** [all-recursive] Error 1
+    gmake[1]: Leaving directory `/home/rs/src/fontconfig-git/fontconfig'
+    gmake: *** [all] Error 2
+
+    ...maybe we could tuck in an additional sed to remove the whitespace,
+    like:
+
+    [...]
+    fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
+       $(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | \
+       $(SED) 's/^\s*//;s/\s*,\s*/,/;' | \
+       $(GREP) '^[^#]' | \
+       $(AWK) '/CUT_OUT_BEGIN/,/CUT_OUT_END/ { next; }; { print; };' \
+       > $@.tmp && \
+       mv -f $@.tmp $@
+    [...]
+
+    though I'm not sure what kind of guarantee CPP can give us/what
+    easier option I might have missed...
+
+ src/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit b1510145e7a38802bd544de6035fabf9f81f9710
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 18:57:47 2013 -0600
+
+    Fix build around true/false
+
+ src/fcatomic.h |  4 ++--
+ src/fcinit.c  | 10 ++++++++++
+ 2 files changed, 12 insertions(+), 2 deletions(-)
+
+commit 538f1579e86fdcf471cea58945bf8c674d5b91e7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 18:07:13 2013 -0600
+
+    Trying to fix distcheck
+
+    Doesn't work though :(.  Building docs is very fragile...
+
+    At least, if docbook is present, distcheck passes now.
+
+ Makefile.am    | 11 +++++++++--
+ configure.ac   |  4 ----
+ doc/Makefile.am |  8 ++++++++
+ 3 files changed, 17 insertions(+), 6 deletions(-)
+
+commit 46ab96b8fa029fbc8ccf69a6f2fda89866e3ac9c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 17:52:00 2013 -0600
+
+    Fix more warnings.
+
+    Linux build and mingw32 cross build warning-free now.
+
+ src/fcobjs.c          | 10 ++++++++--
+ src/fcobjshash.gperf.h |  2 +-
+ 2 files changed, 9 insertions(+), 3 deletions(-)
+
+commit 558b3c65f91b4b2dd65ce2242e1a21ace621e44b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 17:49:41 2013 -0600
+
+    Use CC_FOR_BUILD to generate source files
+
+    Previously we were failing if CROSS_COMPILING and the generated
+    headers
+    were not present.  It works just fine now.
+
+    One caveat: the fix is not fully correct since config.h is being
+    included in the files built with CC_FOR_BUILD, but config.h has config
+    for the host system, not the build system. Should be fine though.
+
+ configure.ac            | 1 +
+ doc/Makefile.am         | 6 +-----
+ fc-case/Makefile.am     | 8 +-------
+ fc-glyphname/Makefile.am | 9 ++++-----
+ fc-lang/Makefile.am     | 9 +++------
+ 5 files changed, 10 insertions(+), 23 deletions(-)
+
+commit ec8a40d2381014ad2e72b5da0e6357a85f078f9f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 17:35:56 2013 -0600
+
+    Fix build and warnings on win32
+
+ src/Makefile.am |  1 +
+ src/fcatomic.h  |  9 +++------
+ src/fccache.c  |  2 +-
+ src/fccfg.c    | 17 ++++++-----------
+ src/fcint.h    |  7 +------
+ src/fcmutex.h  |  5 ++---
+ src/fcstat.c   |  3 ---
+ src/fcstr.c    |  3 ---
+ src/fcwindows.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ src/fcxml.c    | 18 +++++++++---------
+ 10 files changed, 67 insertions(+), 42 deletions(-)
+
+commit 5c0a4f2726fd1440bf3ec4bb375e5e4d146bd989
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 02:27:57 2013 -0600
+
+    Minor
+
+ fc-glyphname/fc-glyphname.c | 46
+ ++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 766bed901f7f4c648387fb403ef6e253be1c45e9
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 02:19:04 2013 -0600
+
+    Fix compiler warnings
+
+ src/fcobjs.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 93fb1d4bab5fefb73393141bb3e96c9dc279e615
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 02:06:15 2013 -0600
+
+    Remove FcSharedStr*
+
+ src/fccfg.c    |  2 +-
+ src/fcdefault.c |  6 +++---
+ src/fcint.h    |  9 +++------
+ src/fclist.c   |  6 +++---
+ src/fcname.c   |  2 +-
+ src/fcobjs.c   |  2 +-
+ src/fcpat.c    | 25 +++----------------------
+ src/fcstr.c    | 11 +----------
+ src/fcxml.c    | 10 +++++-----
+ 9 files changed, 21 insertions(+), 52 deletions(-)
+
+commit 6b143781073cf395fd6211c75bbdc9f5b5a54936
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 01:54:38 2013 -0600
+
+    Fixup fcobjs.c
+
+    Ouch!
+
+ src/fcobjs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 6047ce7b9fb793da4e693e3777bbd3e1baf3146e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 01:31:34 2013 -0600
+
+    Warn about undefined/invalid attributes during config parsing
+
+ src/fcxml.c | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit b604f10c0c31a56ae16154dfe6a2f13b795aaabf
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Jan 2 01:09:20 2013 -0600
+
+    Make fcobjs.c thread-safe
+
+    With this, the library should be threadsafe as far as my analysis
+    goes!
+
+ src/fcobjs.c | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 2ae07bbcd2a7650f2711b45e78e65e2ca1c4a17a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Oct 15 19:35:03 2012 -0500
+
+    Make FcDirCacheDispose() threadsafe
+
+ src/fccache.c | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+commit 68b8ae9af8b0f86dade6135b01aaf0b2f2077fb5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Wed Oct 10 15:24:31 2012 -0400
+
+    Make cache hash threadsafe
+
+    This concludes my first pass at making fontconfig threadsafe.  Now to
+    testing and actually fixing it!
+
+ src/fccache.c | 37 ++++++++++++++++++++++++++++++-------
+ 1 file changed, 30 insertions(+), 7 deletions(-)
+
+commit adb03b730de5d090855f45bc23b934a65ef2399c
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Oct 8 20:03:35 2012 -0400
+
+    Make random-state initialization threadsafe
+
+ src/fccache.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 91dd7d28ffc397fb1389f76ac55b397e55da809d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Oct 8 20:02:05 2012 -0400
+
+    Add a big cache lock
+
+    Not used yet.
+
+ src/fccache.c | 41 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 41 insertions(+)
+
+commit 8d2bbb193ae49ea6abd5a9b4d28d3d88ac97d7a2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 21:03:58 2012 -0400
+
+    Make cache refcounting threadsafe
+
+ src/fcatomic.h |  1 +
+ src/fccache.c | 13 ++++++-------
+ 2 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 31ee38e541180db6d7bc58d5abde83136352e7ce
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 17:46:12 2012 -0400
+
+    Minor
+
+ src/fccfg.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit b8f238e49d7b7e1cff787c518cd4490b32039cca
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 17:42:18 2012 -0400
+
+    Make FcCacheIsMmapSafe() threadsafe
+
+ src/fccache.c | 38 ++++++++++++++++++++++----------------
+ 1 file changed, 22 insertions(+), 16 deletions(-)
+
+commit b27a22aae9902d409c21e5bb19a97dcc5966ea24
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 17:29:45 2012 -0400
+
+    Minor
+
+ src/fcinit.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 0552f26016865b8a76819cf342fa0cf13afdc5e8
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 17:02:50 2012 -0400
+
+    Make default-FcConfig threadsafe
+
+ src/fccfg.c    | 60
+ +++++++++++++++++++++++++++++++++++++--------------------
+ src/fcdefault.c |  3 +--
+ 2 files changed, 40 insertions(+), 23 deletions(-)
+
+commit e53f5da54f066f73a53eba1f82f54521fa3f7ea2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 16:42:36 2012 -0400
+
+    Minor
+
+ src/fccfg.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 7ae24b4554a8543d8cd41a83b6114e0143982758
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 16:37:03 2012 -0400
+
+    Refactor; contain default config in fccfg.c
+
+ src/fccfg.c  | 26 ++++++++++++++++++++++++--
+ src/fcinit.c | 14 ++------------
+ src/fcint.h  |  8 ++++++--
+ src/fcxml.c  |  4 ++--
+ 4 files changed, 34 insertions(+), 18 deletions(-)
+
+commit 32b0d88923524c24f4be36733ebef5872b57b95a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 16:26:53 2012 -0400
+
+    Make FcDefaultFini() threadsafe
+
+ src/fcdefault.c | 19 ++++++++++++-------
+ 1 file changed, 12 insertions(+), 7 deletions(-)
+
+commit 7019896c99872b23d89b1404b02754cbc4ea1456
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 16:09:35 2012 -0400
+
+    Make FcInitDebug() idempotent
+
+ src/fcdbg.c | 18 ++++++++++--------
+ 1 file changed, 10 insertions(+), 8 deletions(-)
+
+commit b97ab0c94938448dc2b780b8f0f60fb68884899f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 15:52:25 2012 -0400
+
+    Make FcGetDefaultLang and FcGetDefaultLangs thread-safe
+
+ src/fcdefault.c | 83
+ +++++++++++++++++++++++++++++++++++++++++----------------
+ src/fcinit.c   |  1 +
+ src/fcint.h    |  3 +++
+ src/fcstr.c    |  4 +++
+ 4 files changed, 68 insertions(+), 23 deletions(-)
+
+commit 64af9e1917114c789ad74dd28b3248f8c0525f45
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 14:41:38 2012 -0400
+
+    Make refcounts, patterns, charsets, strings, and FcLang thread-safe
+
+ src/fcatomic.h  | 18 +++++++++---------
+ src/fccfg.c    | 29 +++++++++++++++--------------
+ src/fccharset.c | 24 ++++++++++++------------
+ src/fcdefault.c |  2 +-
+ src/fcint.h    | 26 ++++++++++++++++++++------
+ src/fclang.c   | 43 ++++++++++++++++++++++++-------------------
+ src/fcmatch.c  |  4 ----
+ src/fcmutex.h  |  2 ++
+ src/fcpat.c    | 25 ++++++++++++-------------
+ src/fcstr.c    | 24 +++++++++++++-----------
+ 10 files changed, 108 insertions(+), 89 deletions(-)
+
+commit 814871b2aaa3a22ef711ca4656507fb69c952156
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 14:24:28 2012 -0400
+
+    Add thread-safety primitives
+
+ COPYING        |   1 +
+ src/Makefile.am |   2 +
+ src/fcatomic.h  | 123
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h    |   4 +-
+ src/fcmutex.h  | 126
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 254 insertions(+), 2 deletions(-)
+
+commit f6d8306e566dd1a4b8a13f433d2bc1ffbe667db7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Oct 7 13:49:45 2012 -0400
+
+    Add build stuff for threadsafety primitives
+
+    Copied over from HarfBuzz.
+
+ configure.ac    |  38 ++++++-
+ m4/ax_pthread.m4 | 309
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 346 insertions(+), 1 deletion(-)
+
+commit b53744383dbefb3f80fb8a7365487669a499ad76
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Oct 6 18:15:58 2012 -0400
+
+    Fix build stuff
+
+ src/Makefile.am | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit db6d86a6c1b5bb15511e4e4015af889d4206be1d
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Oct 6 18:12:19 2012 -0400
+
+    Remove shared-str pool
+
+    We used to have a shared-str pool. Removed to make thread-safety
+    work easier.  My measurements show that the extra overhead is not
+    significant by any means.
+
+ src/fcpat.c | 58
+ +++++++---------------------------------------------------
+ 1 file changed, 7 insertions(+), 51 deletions(-)
+
+commit ed41b237658ba290d86795904701ace09b46f6c4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Oct 6 17:52:39 2012 -0400
+
+    Switch .gitignore to git.mk
+
+ .gitignore              | 100 ---------------------
+ Makefile.am             |   2 +
+ conf.d/Makefile.am      |   2 +
+ doc/Makefile.am         |   2 +
+ fc-cache/Makefile.am    |   2 +
+ fc-case/Makefile.am     |   2 +
+ fc-cat/Makefile.am      |   2 +
+ fc-glyphname/Makefile.am |   2 +
+ fc-lang/Makefile.am     |   2 +
+ fc-list/Makefile.am     |   2 +
+ fc-match/Makefile.am    |   2 +
+ fc-pattern/Makefile.am   |   2 +
+ fc-query/Makefile.am    |   2 +
+ fc-scan/Makefile.am     |   2 +
+ fontconfig/Makefile.am   |   2 +
+ git.mk                          | 227
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ src/Makefile.am         |   2 +
+ test/Makefile.am        |   2 +
+ 18 files changed, 259 insertions(+), 100 deletions(-)
+
+commit d58c31e6dcfd8c5e6fe3ead4a69216b059558223
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Sep 20 14:42:31 2012 -0400
+
+    Use a static perfect hash table for object-name lookup
+
+    The hash table is generated by gperf.  For runtime element types,
+    we use
+    a append-only linked list.
+
+    A bit clumsy, but I think I got it right.
+
+ src/Makefile.am       |  26 +++-
+ src/fcinit.c          |   1 -
+ src/fcint.h           |  79 ++++---------
+ src/fcname.c          | 315
+ +++++++------------------------------------------
+ src/fcobjs.c          | 130 ++++++++++++++++++++
+ src/fcobjs.h          |  44 +++++++
+ src/fcobjshash.gperf.h |  26 ++++
+ 7 files changed, 291 insertions(+), 330 deletions(-)
+
+commit 7c0f79c5fe9db50b55112a1048a8f1c6a80e96fa
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Thu Sep 20 14:01:47 2012 -0400
+
+    Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstants
+
+    These never worked as intended.  The problem is, if Fontconfig
+    tries to
+    read config files when these new types / constants are not registered,
+    it errs.  As a result, no defined types / constants are usable from
+    config files.  Which makes these really useless.  Xft was the
+    only user
+    of this API and even there it's not really used.  Just kill it.
+
+    One inch closer to thread-safety since we can fix the object-type hash
+    table at compile time.
+
+ doc/fcconstant.fncs    |   8 +---
+ doc/fcobjecttype.fncs  |   6 +--
+ fontconfig/fontconfig.h |  10 +++--
+ src/fcname.c           | 100
+ ++++++------------------------------------------
+ 4 files changed, 23 insertions(+), 101 deletions(-)
+
+commit 1e2c0d70527c39f761c5770d93a5c1f8e87522bc
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:28:08 2013 -0600
+
+    Whitespace
+
+ fontconfig/fontconfig.h | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+commit a498f2f717a73c3fff9784dd92173583fb37a596
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:27:54 2013 -0600
+
+    Minor
+
+ src/fcname.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8198127b2525084bfe2378b83c185fa0da7f583b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:20:31 2013 -0600
+
+    Don't crash in FcPatternFormat() with NULL pattern
+
+ src/fcformat.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit c9581b47c4409612e8f2d4f67a402c566ba8330e
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:20:12 2013 -0600
+
+    Don't crash in FcPatternDestroy with NULL pattern
+
+ src/fcpat.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit e7d3e2163280ffb970b60c6ed18e26325d0241e4
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:10:18 2013 -0600
+
+    Add NULL check
+
+ src/fcformat.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5bb5da4c4a34ca7c0a7c513e38829f69654f9962
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 20:09:08 2013 -0600
+
+    Refuse to set value to unsupported types during config too
+
+ src/fccfg.c | 34 ++++++++++++++++++++++++++++------
+ 1 file changed, 28 insertions(+), 6 deletions(-)
+
+commit 3878a125410d1dd461aee1e40f9ac00d68be71f2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Tue Jan 1 19:52:14 2013 -0600
+
+    Make FC_DBG_OBJTYPES debug messages into warnings
+
+    And remove FC_DBG_OBJTYPES since it has no use now.
+
+ src/fcdbg.c | 30 +++++++++++++++++++-----------
+ src/fcint.h | 5 ++++-
+ src/fcpat.c | 21 +++++++++------------
+ 3 files changed, 32 insertions(+), 24 deletions(-)
+
+commit 209750a4e0a3e1d7b8c5c971e9e2cbd5770d959f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 20:11:12 2012 -0600
+
+    Warn if <name target="font"> appears in <match target="pattern">
+
+ src/fccfg.c | 21 +++++++++++++++------
+ 1 file changed, 15 insertions(+), 6 deletions(-)
+
+commit 424cfa1684f8af8bb6ecb01dc83bfc3d0a14f20a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 20:00:17 2012 -0600
+
+    Adjust docs for recent changes
+
+ doc/fontconfig-user.sgml | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
+
+commit 31ce352bb350a10c6ae08f1415d348458b64bf61
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 19:55:37 2012 -0600
+
+    Initialize matrix during name parsing
+
+    Before:
+    $ fc-match sans:matrix=2 -v | grep matrix
+       matrix: [2 6.95183e-310; 0 0](s)
+
+    After:
+    $ fc-match sans:matrix=2 -v | grep matrix
+       matrix: [2 0; 0 1](s)
+
+ src/fcname.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6bfef3ca4e52bdd5216facb90faa043c845aa0f6
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 17:21:07 2012 -0600
+
+    Make tests run on Windows
+
+ test/Makefile.am | 2 +-
+ test/run-test.sh | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit b1630dc00e3538a8fc6629ddbbba5435bfb2bd7a
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 17:20:29 2012 -0600
+
+    Enable fcarch assert checks even when FC_ARCHITECTURE is explicitly
+    given
+
+    After all, if the asserts fail, the resulting library simply can't be
+    working correctly.
+
+ src/fcarch.c | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+commit a0638ff0c7445925e873b39dbe584fbaf3cc87e5
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 17:20:12 2012 -0600
+
+    Remove unneeded stuff
+
+ fc-cat/fc-cat.c   | 10 ++++------
+ fc-lang/fc-lang.c | 11 -----------
+ 2 files changed, 4 insertions(+), 17 deletions(-)
+
+commit a603be89cd13555d5992836531c5ef2ba88b8473
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Mon Dec 31 17:00:19 2012 -0600
+
+    Unbreak build when FC_ARCHITECTURE is defined
+
+ src/fcarch.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 1fbb0b3b15774c187c697a80fb3c89bc1f3e0006
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sun Dec 30 19:08:42 2012 -0600
+
+    Don't warn if an unknown element is used in an expression
+
+    The type will be resolved at runtime...
+
+    For example, we can do this now without getting a warning:
+
+    <match target="font">
+      <test name="scalable" compare="eq">
+       <bool>false</bool>
+      </test>
+      <edit name="pixelsizefixupfactor" mode="assign">
+       <divide>
+         <name target="pattern">pixelsize</name>
+         <name target="font"   >pixelsize</name>
+       </divide>
+      </edit>
+      <edit name="matrix" mode="assign">
+       <times>
+         <name>matrix</name>
+         <matrix>
+           <name>pixelsizefixupfactor</name> <double>0</double>
+           <double>0</double> <name>pixelsizefixupfactor</name>
+          </matrix>
+       </times>
+      </edit>
+      <edit name="size" mode="assign">
+       <divide>
+         <name>size</name>
+         <name>pixelsizefixupfactor</name>
+       </divide>
+      </edit>
+    </match>
+
+    Previously the last edit was generating:
+
+    Fontconfig warning:
+    "/home/behdad/.local/etc/fonts/conf.d/00-scale-bitmap-fonts.conf",
+    line 29: saw unknown, expected number
+
+ src/fcxml.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 51b0044648e00025cf20014b19aaceed7beeed75
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 23:58:38 2012 -0500
+
+    Allow target="font/pattern/default" in <name> elements
+
+    Based on idea from Raimund Steger.
+
+    For example, one can do something like this:
+
+    <match target="font">
+      <test name="scalable" compare="eq">
+       <bool>false</bool>
+      </test>
+      <edit name="pixelsizefixupfactor" mode="assign">
+       <divide>
+         <name target="pattern">pixelsize</name>
+         <name target="font"   >pixelsize</name>
+       </divide>
+      </edit>
+      <edit name="matrix" mode="assign">
+       <times>
+         <name>matrix</name>
+         <matrix>
+           <name>pixelsizefixupfactor</name> <double>0</double>
+           <double>0</double> <name>pixelsizefixupfactor</name>
+          </matrix>
+       </times>
+      </edit>
+    </match>
+
+    Part of work to make bitmap font scaling possible. See thread
+    discussion:
+
+    http://lists.freedesktop.org/archives/fontconfig/2012-December/004498.html
+
+ fonts.dtd   | 3 ++-
+ src/fccfg.c | 57 +++++++++++++++++++++++++++----------------------
+ src/fcdbg.c | 19 ++++++++++++-----
+ src/fcint.h | 9 +++++++-
+ src/fcxml.c | 71
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
+ 5 files changed, 118 insertions(+), 41 deletions(-)
+
+commit d7e1965aa0f55925913e9764d2d0792cc14490c2
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 23:12:07 2012 -0500
+
+    Remove memory accounting and reporting
+
+    That belongs in tools like cairo/util/malloc-stat.so
+
+ src/fcatomic.c  |   6 ----
+ src/fcblanks.c  |   8 -----
+ src/fccfg.c    |  16 ---------
+ src/fccharset.c |  36 -------------------
+ src/fcfs.c     |   8 -----
+ src/fcinit.c   | 105
+ --------------------------------------------------------
+ src/fcint.h    |  45 ------------------------
+ src/fclang.c   |  17 +--------
+ src/fclist.c   |  10 ------
+ src/fcmatrix.c  |   4 ---
+ src/fcname.c   |   2 --
+ src/fcpat.c    |  20 +----------
+ src/fcstr.c    |  21 ------------
+ src/fcxml.c    |  22 ------------
+ 14 files changed, 2 insertions(+), 318 deletions(-)
+
+commit d823bb3cad1b34d92ca99998a00f35b66666bdf3
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:57:53 2012 -0500
+
+    Fixup from 4f6767470f52b287a2923e7e6d8de5fae1993f67
+
+ src/fcxml.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit eb9ffac7e5955bcfdf98fa985cc39062d6ea641b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:56:14 2012 -0500
+
+    Fix more warnings
+
+ src/fcserialize.c | 1 -
+ src/ftglue.c     | 1 -
+ 2 files changed, 2 deletions(-)
+
+commit 1404af312a091b601bca91b791fe4039da8dba8f
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:55:36 2012 -0500
+
+    Fix warning
+
+ src/fcstat.c | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit dd69d96e06b16c37bb87817edd40f6e4040f35ae
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:47:49 2012 -0500
+
+    Fix sign-compare warnings
+
+ src/fccache.c   | 6 +++---
+ src/fcfreetype.c | 6 +++---
+ src/fcint.h     | 4 ++--
+ src/fclang.c    | 6 +++---
+ src/fcname.c    | 6 +++---
+ src/fcxml.c     | 4 ++--
+ src/ftglue.c    | 2 +-
+ 7 files changed, 17 insertions(+), 17 deletions(-)
+
+commit 4ad3a73691b98781cfd4de789af7d33649ce3023
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:33:33 2012 -0500
+
+    Fix more warnings
+
+ src/fcstr.c | 2 --
+ src/fcxml.c | 2 --
+ 2 files changed, 4 deletions(-)
+
+commit 83d8019011232d491df93cda97a2f988ee96005b
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:32:56 2012 -0500
+
+    Fix unused-parameter warnings
+
+ src/fcarch.c   |  2 +-
+ src/fccache.c  |  2 +-
+ src/fccfg.c    |  2 +-
+ src/fccharset.c |  4 ++--
+ src/fcdir.c    |  6 +++---
+ src/fcformat.c  |  6 +++---
+ src/fcint.h    |  6 ++++++
+ src/fcmatch.c  |  9 ++++-----
+ src/fcxml.c    | 10 +++++-----
+ 9 files changed, 26 insertions(+), 21 deletions(-)
+
+commit 24cdcf52ab7f83b329072efacbdd9253991579c0
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 22:11:09 2012 -0500
+
+    Fix compiler warnings
+
+ src/fccfg.c     | 44 ++++++++++++++++++++++----------------------
+ src/fcformat.c   |  2 +-
+ src/fcfreetype.c |  6 ++----
+ src/fcmatch.c   | 14 +++++++-------
+ src/fcname.c    |  6 +++---
+ src/fcpat.c     | 16 ++++++++--------
+ src/fcxml.c     | 20 ++++++++++----------
+ 7 files changed, 53 insertions(+), 55 deletions(-)
+
+commit 4f6767470f52b287a2923e7e6d8de5fae1993f67
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 21:39:06 2012 -0500
+
+    Parse matrices of expressions
+
+    Previously a <matrix> element could only accept four <double>
+    literals.
+    It now accepts full expressions, which can in turn poke into the
+    pattern, do math, etc.
+
+ fonts.dtd   | 2 +-
+ src/fccfg.c | 24 +++++++++++++--
+ src/fcdbg.c | 16 ++++++----
+ src/fcint.h | 6 +++-
+ src/fcxml.c | 97
+ +++++++++++++++++++++++++++++++++++--------------------------
+ 5 files changed, 94 insertions(+), 51 deletions(-)
+
+commit 927dd3ddb582303843e70300b04167ca774e78b7
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Dec 29 20:14:07 2012 -0500
+
+    Fix typo
+
+    Ouch, this has been wrong since 2004...  I guess no one uses <patelt>
+    stuff.
+
+ src/fcxml.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9ce36f4bbebc702a35d0cd9f1a59d5b828549bc6
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Dec 11 18:53:57 2012 +0900
+
+    Check the system font to be initialized
+
+    config->fonts is an array and checking if config->fonts is a null
+    will not be useful.
+
+ src/fccfg.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 58040349e8309601b0e5488b8a71cedf03f81415
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Dec 11 12:38:42 2012 +0900
+
+    Fix a memory leak
+
+ src/fcxml.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 5ea3118ad63787c9a3daa856dd09736aac6f4069
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Dec 11 12:35:02 2012 +0900
+
+    Fix a typo that accessing to the out of array
+
+ src/fcstr.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cef2b50c6647582bb128f98f2f78331fbe7dec4e
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Dec 11 12:30:05 2012 +0900
+
+    clean up
+
+    ret won't be -1 if HAVE_STRUCT_DIRENT_D_TYPE isn't defined.
+
+ src/fcstat.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 36265aeebd637e75c7b84db107afd6a35eb485c1
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Dec 11 11:37:23 2012 +0900
+
+    Remove the dead code
+
+ fc-cache/fc-cache.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit 608c5b590bd3428dfcd30f3d68ee8b7131e2f019
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Dec 10 10:54:47 2012 +0900
+
+    Remove the duplicate null-check
+
+ src/fcinit.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e7954674eb4f16d0fed3018cbefb4907c89d2465
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Dec 7 19:09:36 2012 +0900
+
+    Fix the wrong estimation for the memory usage information in
+    fontconfig
+
+ src/fccfg.c  |  2 ++
+ src/fcinit.c | 16 ++++++++++------
+ src/fclang.c | 26 ++++++++++++++++++++++++--
+ src/fcstr.c  |  5 ++---
+ src/fcxml.c  | 28 ++++++++++++++++------------
+ 5 files changed, 54 insertions(+), 23 deletions(-)
+
+commit 959442bca138e6480418f2607a04d9343db7f438
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Dec 6 19:49:05 2012 +0900
+
+    Fix a typo
+
+ src/fcdir.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9231545c6bb775460702d8a615f1649bd8632f00
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Wed Dec 5 18:13:25 2012 +0900
+
+    Do not show the deprecation warning if it is a symlink
+
+ conf.d/50-user.conf | 7 ++++++-
+ configure.ac       |  2 +-
+ src/fcdir.c        | 14 ++++++++++++++
+ src/fcint.h        |  3 +++
+ src/fcxml.c        |  6 ++++--
+ 5 files changed, 28 insertions(+), 4 deletions(-)
+
+commit 2442d611579bccb84f0c29e3f9ceb0a7436df812
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Nov 30 20:10:30 2012 +0900
+
+    Fix build issues on clean tree
+
+ doc/Makefile.am         | 9 ++-------
+ fc-case/Makefile.am     | 7 +++++--
+ fc-glyphname/Makefile.am | 9 ++++++---
+ fc-lang/Makefile.am     | 9 ++++++---
+ 4 files changed, 19 insertions(+), 15 deletions(-)
+
+commit faea1cac85ac3b0fd6a983e1c0adeb68e115e06c
+Author: Jon TURNEY <jon.turney@dronecode.org.uk>
+Date:  Wed Nov 28 16:10:28 2012 +0000
+
+    Fix build when srcdir != builddir
+
+    When ./configure'd in a directory other than the srcdir, we need
+    to look
+    in ${top_builddir)/src for the generated header fcstdint.h
+
+    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
+
+ fc-case/Makefile.am     | 2 +-
+ fc-glyphname/Makefile.am | 2 +-
+ fc-lang/Makefile.am     | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 3d3629f86a45d30eed51dad58865753b3b1e186e
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Nov 27 18:25:11 2012 +0900
+
+    Fix a potability issue about stdint.h
+
+ configure.ac            |   1 +
+ m4/ax_create_stdint_h.m4 | 695
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ src/Makefile.am         |  11 +-
+ src/fcint.h             |   9 +-
+ 4 files changed, 707 insertions(+), 9 deletions(-)
+
+commit 02db01ac22318b2e296e6e1fd9664cac1ae66442
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Nov 26 17:21:14 2012 +0900
+
+    Bump version to 2.10.2
+
+ README                         | 25 ++++++++++++++++++++++++-
+ configure.ac           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
+ 3 files changed, 26 insertions(+), 3 deletions(-)
+
+commit 376fc9d22f1480ac380a3845f4cb4fe227e4be9a
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Nov 20 20:09:10 2012 +0900
+
+    Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in
+    65-nonlatin.conf
+
+    Those two fonts are serif fonts. shouldn't be added to monospace.
+
+ conf.d/65-nonlatin.conf | 2 --
+ 1 file changed, 2 deletions(-)
+
+commit e7b5b5b586fd3c1f1fc7959730b760b7fd1bdee8
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Nov 20 11:48:17 2012 +0900
+
+    Update CaseFolding.txt to Unicode 6.2
+
+    No real updates between 6.1 and 6.2, but anyway.
+
+ fc-case/CaseFolding.txt | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit c20ac78b01df3f0919352bba16b5b48b3b5d4d6d
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Nov 15 16:37:01 2012 +0900
+
+    Bug 57114 - regression on FcFontMatch with namelang
+
+    After 7587d1c99d9476b6dd4dbe523c0204da700fed8d applied, family,
+    style, and fullname is localized against current locale or lang
+    if any though, the string in other languages were dropped from
+    the pattern. this caused unexpected mismatch on the target="font"
+    rules.
+
+    This fix adds other strings at the end of the list.
+
+ src/fcint.h   |  22 +++++++++
+ src/fcmatch.c |  63 +++++++++++++++++--------
+ src/fcpat.c   | 146
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ 3 files changed, 210 insertions(+), 21 deletions(-)
+
+commit bdaef0b80dc27f4ab7a9d9bcedcfd8b5724b3cfd
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Oct 30 09:56:24 2012 +0900
+
+    Bug 56531 - autogen.sh fails due to missing 'm4' directory
+
+    Keep m4 directory in git.
+
+ m4/.gitkeep | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 038aa930ae2c3b7972eefe334917e7222fe478ec
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Oct 26 14:31:23 2012 +0900
+
+    Use automake variable instead of cleaning files in clean-local
+
+    just for git.mk coming up from Behdad's threadsafe branch
+
+ fc-cache/Makefile.am  | 7 +++----
+ fc-cat/Makefile.am    | 7 +++----
+ fc-list/Makefile.am   | 7 +++----
+ fc-match/Makefile.am  | 7 +++----
+ fc-pattern/Makefile.am | 7 +++----
+ fc-query/Makefile.am  | 7 +++----
+ fc-scan/Makefile.am   | 7 +++----
+ 7 files changed, 21 insertions(+), 28 deletions(-)
+
+commit 73ab254336100c5971e3a1e14b73222efd0e9822
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Oct 23 15:52:37 2012 +0900
+
+    autogen.sh: Add -I option to tell aclocal a place for external
+    m4 files
+
+ autogen.sh | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e7bfe729ab4cae63ca502291c1fe46cf7152b459
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Oct 9 11:05:59 2012 +0900
+
+    Fix syntax errors in fonts.dtd.
+
+    Patch from Steve Simpson
+
+ fonts.dtd | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 8890f94438179ed7d6f7e2622178bb6c9b1f0e5e
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Oct 9 11:03:03 2012 +0900
+
+    Fix wrongly squashing for the network path on Win32.
+
+    Patch from Diego Santa Cruz
+
+ src/fcstr.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 8daa863c6d84ea56cc2f568a89316690e784a277
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Tue Sep 11 18:09:36 2012 +0900
+
+    deal with warnings as errors for the previous change
+
+    missed this change to commit. doh!
+
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit ab26a722c05b43468f838b2fa72bb6ccd0408ac8
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Aug 31 15:10:50 2012 +0900
+
+    Bug 52573 - patch required to build 2.10.x with oldish GNU C library
+    headers
+
+    On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise()
+    and AC_CHECK_FUNCS doesn't check a header file if the function is
+    declared there properly. so use AC_LINK_IFELSE instead.
+
+ configure.ac | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 535e0a37d6d77a9d65096277f3bf94c39ffbf7d1
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Aug 31 12:39:38 2012 +0900
+
+    Bug 54138 - X_OK permission is invalid for win32 access(..) calls
+
+    X_OK checking was added back in
+    8ae1e3d5dc323542e7def06a42deea62c7ba7027
+    which was removed due to the same reason in
+    238489030a64fa883f8f9fc3d73247b7f7257899.
+    apparently the test case in Bug#18934 still works without it.
+    so I'm removing it again to get this working on Windows.
+
+ src/fccache.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 9ec868665dd0f4890b5fb9edb85df8334e5bb689
+Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
+Date:  Mon Aug 27 14:52:23 2012 -0700
+
+    Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h"
+    result in the correct values
+
+    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
+
+ config-fixups.h | 4 ----
+ 1 file changed, 4 deletions(-)
+
+commit c4a58ae0e2fa43fbf9ebefc83891f6abd6728ac9
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Aug 27 16:36:49 2012 +0900
+
+    Fix for libtoolize's warnings
+
+ Makefile.am  | 1 +
+ configure.ac | 1 +
+ 2 files changed, 2 insertions(+)
+
+commit 65da8c091c402ec706d76054eacbc455a7e3d801
+Author: Behdad Esfahbod <behdad@behdad.org>
+Date:  Sat Aug 25 14:10:14 2012 -0400
+
+    Fix N'ko orthography
+
+ fc-lang/nqo.orth | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 375cdbce9d283d1eddb8f6b1c904d755653a87c5
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Aug 16 20:33:12 2012 +0900
+
+    Bug 53585 - Two highly-visible typos in src/fcxml.c
+
+ src/fcxml.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit cbfbd4041d4209b5da36746d68fe7aac7645eea5
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Fri Jul 27 11:22:14 2012 +0900
+
+    Bump version to 2.10.1
+
+ README                         | 8 +++++++-
+ configure.ac           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
+ 3 files changed, 9 insertions(+), 3 deletions(-)
+
+commit b7287a91fedc8b3ba2f566a17e4c5a00222ca76e
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Mon Jul 23 13:59:16 2012 +0900
+
+    Install config files first
+
+    Use install-data-hook instead of install-data-local.
+    This allows on the real installation to create a symlink with
+    the broken ln command though, still not work with the pseudo
+    installation by using DESTDIR say.
+
+ conf.d/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ebd5096abc495550596861b6af2aae067e861553
+Author: Akira TAGOH <akira@tagoh.org>
+Date:  Thu Jul 19 10:20:30 2012 +0900
+
+    Fix a typo in fontconfig.pc
+
+    Reported by Daniel Macks
+
+ fontconfig.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d4fc407246ba0860dd883baf4551401614ec220f
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jul 17 14:20:48 2012 +0900
+Date:  Tue Jul 17 14:20:48 2012 +0900
 
     correct version
 
- configure.ac |    2 +-
+ configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 92bad770e505ec8683aad2e6e063232843734ece
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jul 17 11:36:01 2012 +0900
+Date:  Tue Jul 17 11:36:01 2012 +0900
 
     Bump version to 2.10
 
- README                  |   11 ++++++++++-
- configure.ac            |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ README                         | 11 ++++++++++-
+ configure.ac           |  2 +-
+ fontconfig/fontconfig.h |  4 ++--
  3 files changed, 13 insertions(+), 4 deletions(-)
 
 commit f513f53347ae943a03192e83f7a6d7c40bcdfd5d
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jul 17 11:35:41 2012 +0900
+Date:  Tue Jul 17 11:35:41 2012 +0900
 
     Update INSTALL
 
- INSTALL |    2 +-
+ INSTALL | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 14d23ef330808b480393196984cb06efb5724160
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jul 17 11:34:31 2012 +0900
+Date:  Tue Jul 17 11:34:31 2012 +0900
 
     Bump libtool revision
 
- configure.ac |    2 +-
+ configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit da9400212db8e5aa0a0bdd4fad21d2008b5034e2
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 18 11:23:39 2012 +0900
+Date:  Mon Jun 18 11:23:39 2012 +0900
 
     Fix a build fail with gcc 2.95, not supporting the flexible array
     members.
 
- configure.ac |    2 ++
- src/fcint.h  |    2 +-
+ configure.ac | 2 ++
+ src/fcint.h  | 2 +-
  2 files changed, 3 insertions(+), 1 deletion(-)
 
 commit 489a575a7455204ee5c170754b92e72ba1e483fd
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jul 6 19:02:05 2012 +0900
+Date:  Fri Jul 6 19:02:05 2012 +0900
 
     Update CaseFolding.txt to Unicode 6.1
 
- fc-case/CaseFolding.txt |   21 +++++++++++++++++----
+ fc-case/CaseFolding.txt | 21 +++++++++++++++++----
  1 file changed, 17 insertions(+), 4 deletions(-)
 
 commit 5b2d065ef87514ca32af325f793ee37fabd6af19
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jul 3 19:56:56 2012 +0900
+Date:  Tue Jul 3 19:56:56 2012 +0900
 
     Bug 34266 - configs silently ignored if libxml2 doesn't support
     SAX1 interface
 
     Check if libxml2 has built with --with-sax1
 
- configure.ac |   12 ++++++++++++
+ configure.ac | 12 ++++++++++++
  1 file changed, 12 insertions(+)
 
 commit 9c377192bf7d59336dbe4603d73449c7090c11ca
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 25 14:57:51 2012 +0900
+Date:  Mon Jun 25 14:57:51 2012 +0900
 
     Bump version to 2.9.92
 
- README                  |   19 ++++++++++++++++++-
- configure.ac            |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 19 ++++++++++++++++++-
+ configure.ac           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 20 insertions(+), 3 deletions(-)
 
 commit 2162d9c2ee7ba930dca8f710ad35a83cb7c76ca6
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 25 14:57:40 2012 +0900
+Date:  Mon Jun 25 14:57:40 2012 +0900
 
     Update INSTALL
 
- INSTALL |    4 ++--
+ INSTALL | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit a94c6b3b94b4a66d7f528fcc7e939b8ec19ad660
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 25 14:50:18 2012 +0900
+Date:  Mon Jun 25 14:50:18 2012 +0900
 
     Bump libtool revision
 
- configure.ac |    2 +-
+ configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 769306665c37175d1e0e1167895eace0a8bc4bc3
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Apr 24 19:11:41 2012 +0900
+Date:  Tue Apr 24 19:11:41 2012 +0900
 
     Bug 18726 - RFE: help write locale-specific tests
 
     Add an example matching rule for the language specific
 
- doc/fontconfig-user.sgml |   35 +++++++++++++++++++++++++++++++++++
+ doc/fontconfig-user.sgml | 35 +++++++++++++++++++++++++++++++++++
  1 file changed, 35 insertions(+)
 
 commit e5a59eac905f1ff6ebe6005c257ce3f9f3c4cc6b
 Author: Marius Tolzmann <tolzmann@molgen.mpg.de>
-Date:   Thu Jun 21 21:01:10 2012 +0200
+Date:  Thu Jun 21 21:01:10 2012 +0200
 
     Fix warning about deprecated, non-existent config includes
 
@@ -123,109 +2456,109 @@ Date:   Thu Jun 21 21:01:10 2012 +0200
     Be polite and do not issue the warning if deprecated config includes
     (e.g. ~/.fonts.conf.d and/or ~/.fonts.conf) do not exist.
 
- src/fcxml.c |   16 +++++++++++++---
+ src/fcxml.c | 16 +++++++++++++---
  1 file changed, 13 insertions(+), 3 deletions(-)
 
 commit 3a5e9bc75d7e240ec590c6e50161ee157904d4d6
 Author: Marius Tolzmann <tolzmann@molgen.mpg.de>
-Date:   Thu Jun 21 21:01:09 2012 +0200
+Date:  Thu Jun 21 21:01:09 2012 +0200
 
     Fix newline in warning about deprecated config includes
 
- src/fcxml.c |    2 +-
+ src/fcxml.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 2d9ad5434b1d3afa2aa3d8a77af0bce940c69177
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 18 18:31:36 2012 +0900
+Date:  Mon Jun 18 18:31:36 2012 +0900
 
     Rename configure.in to configure.ac
 
- configure.ac   |  615
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- configure.in   |  615
- --------------------------------------------------------
- new-version.sh |    4 +-
+ configure.ac  | 615
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.in  | 615
+ ---------------------------------------------------------
+ new-version.sh |   4 +-
  3 files changed, 617 insertions(+), 617 deletions(-)
 
 commit 4353df754fcf4126ff4a69ccfef1a59450e5a7c7
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 18 10:52:21 2012 +0900
+Date:  Mon Jun 18 10:52:21 2012 +0900
 
     clean up the lock file properly on even hardlink-not-supported
     filesystem.
 
- src/fcatomic.c |   14 ++++++++++++--
+ src/fcatomic.c | 14 ++++++++++++--
  1 file changed, 12 insertions(+), 2 deletions(-)
 
 commit 997a64a67b77ae7c083f4a2898670201ed618fb2
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Jun 14 11:27:31 2012 +0900
+Date:  Thu Jun 14 11:27:31 2012 +0900
 
     Fix the fail of make install with --disable-shared on Win32
 
- .gitignore      |    1 +
- configure.in    |    1 +
- src/Makefile.am |    2 ++
+ .gitignore     | 1 +
+ configure.in   | 1 +
+ src/Makefile.am | 2 ++
  3 files changed, 4 insertions(+)
 
 commit cd280f6532663981fb5fcc2d38f99973033568db
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Jun 13 20:01:30 2012 +0900
+Date:  Wed Jun 13 20:01:30 2012 +0900
 
     Fix a build fail on MINGW
 
- src/fcatomic.c |    7 ++++---
- src/fccfg.c    |   18 +++++++++---------
- src/fcint.h    |    4 +++-
- src/fcstat.c   |   16 ++++++++++------
- src/fcstr.c    |    6 +++---
- src/fcxml.c    |   24 ++++++++++++------------
+ src/fcatomic.c |  7 ++++---
+ src/fccfg.c   | 18 +++++++++---------
+ src/fcint.h   |  4 +++-
+ src/fcstat.c  | 16 ++++++++++------
+ src/fcstr.c   |  6 +++---
+ src/fcxml.c   | 24 ++++++++++++------------
  6 files changed, 41 insertions(+), 34 deletions(-)
 
 commit 2ec0440fb580f5556d8e1fc4e0e3a6c5b9472cf6
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Jun 12 11:02:03 2012 +0900
+Date:  Tue Jun 12 11:02:03 2012 +0900
 
     Fix a typo and build fail.
 
- doc/Makefile.am |    6 +++---
+ doc/Makefile.am | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit b447fc5d52e1e88ca1eca0ce3472d48626e27109
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 11 14:14:41 2012 +0900
+Date:  Mon Jun 11 14:14:41 2012 +0900
 
     Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
 
     FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on
     freetype 2.4.5 or later.
 
- conf.d/20-fix-globaladvance.conf |   28 ----------------------------
- conf.d/Makefile.am               |    2 --
- doc/fontconfig-devel.sgml        |    2 +-
- doc/fontconfig-user.sgml         |    2 +-
- fontconfig/fontconfig.h          |    1 +
- src/fcdefault.c                  |    1 +
- src/fcint.h                      |    2 +-
- src/fcname.c                     |    4 ++--
+ conf.d/20-fix-globaladvance.conf | 28 ----------------------------
+ conf.d/Makefile.am              |  2 --
+ doc/fontconfig-devel.sgml       |  2 +-
+ doc/fontconfig-user.sgml        |  2 +-
+ fontconfig/fontconfig.h         |  1 +
+ src/fcdefault.c                 |  1 +
+ src/fcint.h                     |  2 +-
+ src/fcname.c                    |  4 ++--
  8 files changed, 7 insertions(+), 35 deletions(-)
 
 commit 54fb7967de3850cf7176dde12432ed48c628ebea
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 11 20:15:15 2012 +0900
+Date:  Mon Jun 11 20:15:15 2012 +0900
 
     Bump version to 2.9.91
 
- README                  |   81
- ++++++++++++++++++++++++++++++++++++++++++++++-
- configure.in            |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 81
+ ++++++++++++++++++++++++++++++++++++++++++++++++-
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 82 insertions(+), 3 deletions(-)
 
 commit 0b20bd0281a2247a047ef388ea2c6c58614d7b1a
 Author: Mark Brand <mabrand@mabrand.nl>
-Date:   Mon Jun 11 20:13:02 2012 +0900
+Date:  Mon Jun 11 20:13:02 2012 +0900
 
     fix building for WIN32
 
@@ -233,67 +2566,67 @@ Date:   Mon Jun 11 20:13:02 2012 +0900
     but did not declare 'buffer'. Also, replacing the "break" with
     "goto bail" neglected the WIN32 specific code.
 
- src/fcxml.c |   12 ++++++------
+ src/fcxml.c | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 commit 101825a129aa1a025e91fd55124e973fcdb31f9e
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 11 18:43:56 2012 +0900
+Date:  Mon Jun 11 18:43:56 2012 +0900
 
     Generate bzip2-compressed tarball too
 
- Makefile.am |    2 ++
+ Makefile.am | 2 ++
  1 file changed, 2 insertions(+)
 
 commit fdb1155035da677368f762d8fb24ad2f470a9813
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 11 18:39:37 2012 +0900
+Date:  Mon Jun 11 18:39:37 2012 +0900
 
     doc: Fix distcheck error again...
 
- doc/Makefile.am |   15 +++++++++------
+ doc/Makefile.am | 15 +++++++++------
  1 file changed, 9 insertions(+), 6 deletions(-)
 
 commit e8f16c9343f64266c3ec0048d867bfe23bdb6ec6
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Jun 11 17:48:12 2012 +0900
+Date:  Mon Jun 11 17:48:12 2012 +0900
 
     Bump libtool revision
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit cf70eaa3bfa9b14847a1067295c5c0dc12c95e83
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jun 8 19:41:59 2012 +0900
+Date:  Fri Jun 8 19:41:59 2012 +0900
 
     Bug 50525 - superfluous whitespace in the style
 
- src/fcfreetype.c |   15 ++++++++++++++-
+ src/fcfreetype.c | 15 ++++++++++++++-
  1 file changed, 14 insertions(+), 1 deletion(-)
 
 commit f4103bf708778433f5ea02014f890cdeccde206b
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jun 8 19:17:57 2012 +0900
+Date:  Fri Jun 8 19:17:57 2012 +0900
 
     fcdefault: Add the lang object at FcConfigSubstituteWithPat() only
     when kind is FcMatchPattern
 
- src/fccfg.c |   33 ++++++++++++++++-----------------
+ src/fccfg.c | 33 ++++++++++++++++-----------------
  1 file changed, 16 insertions(+), 17 deletions(-)
 
 commit 07e52eeb097a4e3c147e00ed7a6eb7652a611751
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jun 8 15:54:48 2012 +0900
+Date:  Fri Jun 8 15:54:48 2012 +0900
 
     fcdefault: no need to set FC_LANG in FcDefaultSubstitute() anymore
 
- src/fcdefault.c |    4 ----
+ src/fcdefault.c | 4 ----
  1 file changed, 4 deletions(-)
 
 commit 550fd49d4fb8efab33d1fa1687b1b9bd352202fe
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue May 22 14:17:10 2012 +0900
+Date:  Tue May 22 14:17:10 2012 +0900
 
     Add the default language to the pattern prior to do build the
     substitution
@@ -301,23 +2634,23 @@ Date:   Tue May 22 14:17:10 2012 +0900
     the default language is referred from the FC_LANG environment variable
     or the current locale
 
- src/fccfg.c |   18 ++++++++++++++++++
+ src/fccfg.c | 18 ++++++++++++++++++
  1 file changed, 18 insertions(+)
 
 commit 2261a64ce14d692f7c553f46e2158e70400dbc9c
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jun 8 15:47:52 2012 +0900
+Date:  Fri Jun 8 15:47:52 2012 +0900
 
     fcdefault: fallback if the environment variables are empty
 
     try to fallback if FC_LANG, LC_ALL, LC_CTYPE and LANG is empty
 
- src/fcdefault.c |    8 ++++----
+ src/fcdefault.c | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit bbc8fb5ba705e5257693f3b266fce12d2f81b50c
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Mar 29 20:25:20 2012 +0900
+Date:  Thu Mar 29 20:25:20 2012 +0900
 
     Bug 32853 - Export API to get the default language
 
@@ -325,48 +2658,48 @@ Date:   Thu Mar 29 20:25:20 2012 +0900
     the default
     languages.
 
- doc/fclangset.fncs      |    9 +++
- fc-lang/fc-lang.c       |    6 ++
- fontconfig/fontconfig.h |    3 +
- src/fcdefault.c         |  102 ++++++++++--------------------
- src/fcint.h             |    6 ++
- src/fclang.c            |  159
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/fcstr.c             |   44 +++++++++++++
+ doc/fclangset.fncs     |   9 +++
+ fc-lang/fc-lang.c      |   6 ++
+ fontconfig/fontconfig.h |   3 +
+ src/fcdefault.c        | 102 ++++++++++---------------------
+ src/fcint.h            |   6 ++
+ src/fclang.c           | 159
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcstr.c            |  44 ++++++++++++++
  7 files changed, 260 insertions(+), 69 deletions(-)
 
 commit 1b692d8ab91a096e7d433c51ab187382de91147b
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Jun 1 19:06:17 2012 +0900
+Date:  Fri Jun 1 19:06:17 2012 +0900
 
     Fix the wrong estimation for the memory usage information in
     fontconfig
 
- fc-cat/fc-cat.c         |    2 +-
- fc-list/fc-list.c       |    2 +-
- fc-match/fc-match.c     |    2 +-
- fc-pattern/fc-pattern.c |    2 +-
- fc-query/fc-query.c     |    2 +-
- fc-scan/fc-scan.c       |    2 +-
- src/fccfg.c             |   12 ++++++++----
- src/fcformat.c          |    4 ++--
- src/fcpat.c             |    3 ++-
- src/fcstr.c             |    3 +--
- src/fcxml.c             |   11 +++++++++--
+ fc-cat/fc-cat.c        |  2 +-
+ fc-list/fc-list.c      |  2 +-
+ fc-match/fc-match.c    |  2 +-
+ fc-pattern/fc-pattern.c |  2 +-
+ fc-query/fc-query.c    |  2 +-
+ fc-scan/fc-scan.c      |  2 +-
+ src/fccfg.c            | 12 ++++++++----
+ src/fcformat.c                 |  4 ++--
+ src/fcpat.c            |  3 ++-
+ src/fcstr.c            |  3 +--
+ src/fcxml.c            | 11 +++++++++--
  11 files changed, 28 insertions(+), 17 deletions(-)
 
 commit 5254a6630fdf132b0cda62c1bc7e8e40d2639bdf
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu May 31 12:46:55 2012 +0900
+Date:  Thu May 31 12:46:55 2012 +0900
 
     Fix a typo and polish the previous change
 
- src/fcstat.c |   21 ++++++++-------------
+ src/fcstat.c | 21 ++++++++-------------
  1 file changed, 8 insertions(+), 13 deletions(-)
 
 commit 4a741e9a0ab8dbaa0c377fbfed41547645ac79af
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed May 30 18:21:57 2012 +0900
+Date:  Wed May 30 18:21:57 2012 +0900
 
     Fix the build fail on Solaris
 
@@ -374,14 +2707,14 @@ Date:   Wed May 30 18:21:57 2012 +0900
     Use lstat() and S_ISDIR() to check if it's the directory or not
     if there are no d_type in struct dirent.
 
- configure.in |    2 ++
- src/fcstat.c |   61
- ++++++++++++++++++++++++++++++++++++++++++++++++++--------
+ configure.in |  2 ++
+ src/fcstat.c | 61
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
  2 files changed, 55 insertions(+), 8 deletions(-)
 
 commit 0ac6c98294d666762960824d39329459b22b48b7
 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
-Date:   Mon May 28 14:52:21 2012 +0900
+Date:  Mon May 28 14:52:21 2012 +0900
 
     Fix cache aging for fonts on FAT filesystem under Linux
 
@@ -401,16 +2734,16 @@ Date:   Mon May 28 14:52:21 2012 +0900
 
     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
 
- src/fccache.c |   14 +++++-----
- src/fcdir.c   |    2 +-
- src/fcint.h   |    5 +++-
- src/fcstat.c  |   84
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fccache.c | 14 +++++-----
+ src/fcdir.c   |  2 +-
+ src/fcint.h   |  5 +++-
+ src/fcstat.c  | 84
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 96 insertions(+), 9 deletions(-)
 
 commit dc2da23e69e6b3f6e6d0436d4777ee2c1d8ff1be
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon May 28 13:59:48 2012 +0900
+Date:  Mon May 28 13:59:48 2012 +0900
 
     Move statfs/statvfs wrapper to fcstat.c and add a test for the mtime
     broken fs
@@ -418,15 +2751,15 @@ Date:   Mon May 28 13:59:48 2012 +0900
     just rework to share the efforts between FcIsFsMmapSafe() and
     FcIsFsMtimeBroken().
 
- src/fccache.c |   50 +-------------------------
- src/fcint.h   |   13 +++++++
- src/fcstat.c  |  108
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fccache.c |  50 +--------------------------
+ src/fcint.h   |  13 +++++++
+ src/fcstat.c  | 108
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 122 insertions(+), 49 deletions(-)
 
 commit 6a83c1ad40594530994b826d928312e9eeb19c35
 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
-Date:   Sun Apr 29 12:56:16 2012 +0200
+Date:  Sun Apr 29 12:56:16 2012 +0200
 
     Move FcStat to separate compilation unit
 
@@ -437,16 +2770,16 @@ Date:   Sun Apr 29 12:56:16 2012 +0200
 
     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
 
- src/Makefile.am |    1 +
- src/fccache.c   |   88 -----------------------------------------
- src/fcint.h     |    8 ++--
- src/fcstat.c    |  116
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/Makefile.am |   1 +
+ src/fccache.c  |  88 ------------------------------------------
+ src/fcint.h    |   8 ++--
+ src/fcstat.c   | 116
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 122 insertions(+), 91 deletions(-)
 
 commit 26160366d7ba5c7baf20ae091d5dd0388714df83
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon May 28 15:58:56 2012 +0900
+Date:  Mon May 28 15:58:56 2012 +0900
 
     fcatomic: fallback to create a directory with FcAtomicLock
 
@@ -455,12 +2788,12 @@ Date:   Mon May 28 15:58:56 2012 +0900
     when link(2) is available.
     So that may be a good idea to fallback if link(2) is failed.
 
- src/fcatomic.c |   10 +++++++++-
+ src/fcatomic.c | 10 +++++++++-
  1 file changed, 9 insertions(+), 1 deletion(-)
 
 commit 2837c63876b9b1f27d74aad51d45fc18d48f4652
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon May 21 13:43:20 2012 +0900
+Date:  Mon May 21 13:43:20 2012 +0900
 
     Bug 33644 - Fontconfig doesn't match correctly in <test>
 
@@ -471,24 +2804,24 @@ Date:   Mon May 21 13:43:20 2012 +0900
     Use multiple <match>s or <alias>es for OR operator and
     multiple <test>s for AND operator.
 
- doc/fontconfig-user.sgml |   23 +++++++++++++++++++++++
- src/fcxml.c              |    5 +++++
+ doc/fontconfig-user.sgml | 23 +++++++++++++++++++++++
+ src/fcxml.c             |  5 +++++
  2 files changed, 28 insertions(+)
 
 commit 794fb0bd6a3fa91c6e03e51dc080e458b8960a55
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon May 21 13:37:54 2012 +0900
+Date:  Mon May 21 13:37:54 2012 +0900
 
     Correct the example
 
     Enclose the string with <string> in <test>
 
- doc/fontconfig-user.sgml |   10 +++++-----
+ doc/fontconfig-user.sgml | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit 8c255fb185d5651b57380b0a9443001e8051b29d
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Mar 12 19:18:19 2012 +0900
+Date:  Mon Mar 12 19:18:19 2012 +0900
 
     Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
 
@@ -498,21 +2831,21 @@ Date:   Mon Mar 12 19:18:19 2012 +0900
     the old directories are still in the configuration files for
     the backward compatibility.
 
- conf.d/50-user.conf      |    7 +-
- doc/fontconfig-user.sgml |   37 ++---
- fonts.conf.in            |    4 +
- fonts.dtd                |   10 +-
- src/fccfg.c              |   78 ++++++++++-
- src/fcinit.c             |   20 ++-
- src/fcint.h              |   11 ++
- src/fcstr.c              |    5 +-
- src/fcxml.c              |  344
- +++++++++++++++++++++++++++++-----------------
+ conf.d/50-user.conf     |   7 +-
+ doc/fontconfig-user.sgml |  37 ++---
+ fonts.conf.in           |   4 +
+ fonts.dtd               |  10 +-
+ src/fccfg.c             |  78 ++++++++++-
+ src/fcinit.c            |  20 ++-
+ src/fcint.h             |  11 ++
+ src/fcstr.c             |   5 +-
+ src/fcxml.c             | 344
+ ++++++++++++++++++++++++++++++-----------------
  9 files changed, 366 insertions(+), 150 deletions(-)
 
 commit bc4517d8e5af8f31821ec8d9990765dad2867dd4
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 11 19:52:35 2012 +0900
+Date:  Wed Apr 11 19:52:35 2012 +0900
 
     Bug 19128 - Handling whitespace in aliases
 
@@ -522,48 +2855,47 @@ Date:   Wed Apr 11 19:52:35 2012 +0900
 
     Also changed the behavior of the comparison on <alias> too.
 
- conf.d/20-fix-globaladvance.conf |    8 ++++----
- conf.d/20-unhint-small-vera.conf |    6 +++---
- conf.d/25-unhint-nonlatin.conf   |   30 +++++++++++++++---------------
- conf.d/30-urw-aliases.conf       |    7 +------
- conf.d/65-fonts-persian.conf     |   14 +++++++-------
- conf.d/80-delicious.conf         |    2 +-
- doc/fontconfig-user.sgml         |    3 ++-
- fonts.dtd                        |    1 +
- src/fccfg.c                      |   35
- ++++++++++++++++++++++-------------
- src/fcdbg.c                      |   27 ++++++++++++++++++---------
- src/fcint.h                      |    8 ++++++++
- src/fclist.c                     |    2 +-
- src/fcxml.c                      |   24 ++++++++++++++++++++----
+ conf.d/20-fix-globaladvance.conf |  8 ++++----
+ conf.d/20-unhint-small-vera.conf |  6 +++---
+ conf.d/25-unhint-nonlatin.conf   | 30 +++++++++++++++---------------
+ conf.d/30-urw-aliases.conf      |  7 +------
+ conf.d/65-fonts-persian.conf    | 14 +++++++-------
+ conf.d/80-delicious.conf        |  2 +-
+ doc/fontconfig-user.sgml        |  3 ++-
+ fonts.dtd                       |  1 +
+ src/fccfg.c                     | 35 ++++++++++++++++++++++-------------
+ src/fcdbg.c                     | 27 ++++++++++++++++++---------
+ src/fcint.h                     |  8 ++++++++
+ src/fclist.c                    |  2 +-
+ src/fcxml.c                     | 24 ++++++++++++++++++++----
  13 files changed, 103 insertions(+), 64 deletions(-)
 
 commit 5ac12c0e94128ea63e3e74b4e602cf0c74661bce
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu May 10 16:47:09 2012 +0900
+Date:  Thu May 10 16:47:09 2012 +0900
 
     fcarch.c: get rid of the duplicate definition of FC_MAX
 
     FC_MAX is also available in src/fcint.h
 
- src/fcarch.c |    2 --
+ src/fcarch.c | 2 --
  1 file changed, 2 deletions(-)
 
 commit cc9d572d3e3d270653c994ff1269f56eb7ee1b1c
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu May 10 16:36:10 2012 +0900
+Date:  Thu May 10 16:36:10 2012 +0900
 
     fonts.conf: keeps same binding for alternatives
 
     Since the binding is affected to the score, the replacement should
     have same binding to avoid the unexpected estimation.
 
- fonts.conf.in |    6 +++---
+ fonts.conf.in | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit d81407611b160ebfa631556ee60be147d1c0416f
 Author: Keith Packard <keithp@keithp.com>
-Date:   Tue May 1 19:28:27 2012 -0700
+Date:  Tue May 1 19:28:27 2012 -0700
 
     Deal with architectures where ALIGNOF_DOUBLE < 4
 
@@ -576,12 +2908,12 @@ Date:   Tue May 1 19:28:27 2012 -0700
 
     Signed-off-by: Keith Packard <keithp@keithp.com>
 
- src/fcarch.c |    4 +++-
+ src/fcarch.c | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit e41474e925947b5a2fb64c80135bc116e9e56d2d
 Author: Keith Packard <keithp@keithp.com>
-Date:   Tue May 1 19:28:26 2012 -0700
+Date:  Tue May 1 19:28:26 2012 -0700
 
     Extra ',' in AC_ARG_WITH(arch causes arch to never be autodetected
 
@@ -591,25 +2923,25 @@ Date:   Tue May 1 19:28:26 2012 -0700
 
     Signed-off-by: Keith Packard <keithp@keithp.com>
 
- configure.in |    1 -
+ configure.in | 1 -
  1 file changed, 1 deletion(-)
 
 commit d2718257f9aa3e6071f649296a52a22684c43e96
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue May 1 20:18:41 2012 +0900
+Date:  Tue May 1 20:18:41 2012 +0900
 
     Output more verbose debugging log to show where to insert the element
     into the value list
 
- src/fccfg.c |    2 +-
- src/fcdbg.c |   79
- ++++++++++++++++++++++++++++++++++++++++++-----------------
- src/fcint.h |    8 +++++-
+ src/fccfg.c | 2 +-
+ src/fcdbg.c | 79
+ +++++++++++++++++++++++++++++++++++++++++++------------------
+ src/fcint.h | 8 ++++++-
  3 files changed, 64 insertions(+), 25 deletions(-)
 
 commit 7d65f9f514e33305bdeafd0d34140da46259e57f
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 11 19:52:35 2012 +0900
+Date:  Wed Apr 11 19:52:35 2012 +0900
 
     Bug 39278 - make usage of mmap optional
 
@@ -620,24 +2952,24 @@ Date:   Wed Apr 11 19:52:35 2012 +0900
     cache files
     are stored on.
 
- configure.in             |   24 +++++++++++++--
- doc/fontconfig-user.sgml |   20 +++++++++++-
- src/fccache.c            |   77
- ++++++++++++++++++++++++++++++++++++++++++++--
+ configure.in            | 24 +++++++++++++--
+ doc/fontconfig-user.sgml | 20 ++++++++++++-
+ src/fccache.c           | 77
+ ++++++++++++++++++++++++++++++++++++++++++++++--
  3 files changed, 116 insertions(+), 5 deletions(-)
 
 commit f30a5d7637af14b12f07267b59e02ec4a14458f2
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 25 16:21:33 2012 +0900
+Date:  Wed Apr 25 16:21:33 2012 +0900
 
     Disable iconv support anyway...
 
- configure.in |    3 ++-
+ configure.in | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 7587d1c99d9476b6dd4dbe523c0204da700fed8d
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Mar 26 16:34:34 2012 +0900
+Date:  Mon Mar 26 16:34:34 2012 +0900
 
     Bug 27765 - FcMatch() returns style in wrong language
 
@@ -648,32 +2980,32 @@ Date:   Mon Mar 26 16:34:34 2012 +0900
     selecting them in the specific language if any.  the default value for
     the namelang object is determined from current locale.
 
- doc/fontconfig-devel.sgml |    3 ++
- fontconfig/fontconfig.h   |    1 +
- src/fcdefault.c           |   37 ++++++++++++++-
- src/fcint.h               |    3 +-
- src/fclist.c              |   47 +++++++++++++++----
- src/fcmatch.c             |  113
- ++++++++++++++++++++++++++++++++++++++-------
- src/fcname.c              |    1 +
+ doc/fontconfig-devel.sgml |   3 ++
+ fontconfig/fontconfig.h   |   1 +
+ src/fcdefault.c          |  37 ++++++++++++++-
+ src/fcint.h              |   3 +-
+ src/fclist.c             |  47 +++++++++++++++----
+ src/fcmatch.c            | 113
+ +++++++++++++++++++++++++++++++++++++++-------
+ src/fcname.c             |   1 +
  7 files changed, 178 insertions(+), 27 deletions(-)
 
 commit 526f0da93fc487e9b33a4d97386a9054156d01ac
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Apr 24 11:40:51 2012 +0900
+Date:  Tue Apr 24 11:40:51 2012 +0900
 
     Add --enable-iconv option to configure
 
     Disable iconv support by default, which provide a feature to convert
     non-Unicode SFNT names to UTF-8.
 
- configure.in |   64
- +++++++++++++++++++++++++++++++---------------------------
+ configure.in | 64
+ ++++++++++++++++++++++++++++++++----------------------------
  1 file changed, 34 insertions(+), 30 deletions(-)
 
 commit 06d6b7c3120cd417af5ff47e9735aed577978354
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 28 17:28:06 2012 +0900
+Date:  Wed Mar 28 17:28:06 2012 +0900
 
     Create CACHEDIR.TAG when fc-cache is run or only when the cache
     directory is created at the runtime.
@@ -682,80 +3014,80 @@ Date:   Wed Mar 28 17:28:06 2012 +0900
     the cache
     directory.
 
- doc/fccache.fncs        |    9 +++++
- doc/fcconfig.fncs       |    2 +-
- fc-cache/fc-cache.c     |   73 +---------------------------------------
- fontconfig/fontconfig.h |    5 ++-
- src/fccache.c           |   85
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/fccfg.c             |    2 +-
- src/fcint.h             |    3 ++
+ doc/fccache.fncs       |  9 ++++++
+ doc/fcconfig.fncs      |  2 +-
+ fc-cache/fc-cache.c    | 73 +-----------------------------------------
+ fontconfig/fontconfig.h |  5 ++-
+ src/fccache.c          | 85
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fccfg.c            |  2 +-
+ src/fcint.h            |  3 ++
  7 files changed, 104 insertions(+), 75 deletions(-)
 
 commit 25ccc3f3d27d8affd45c4b0a8041ef757dbb20dd
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Apr 20 19:08:59 2012 +0900
+Date:  Fri Apr 20 19:08:59 2012 +0900
 
     Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.conf
 
- conf.d/30-metric-aliases.conf |   50
- ++++++++++++++++++++++++++++++++---------
+ conf.d/30-metric-aliases.conf | 50
+ +++++++++++++++++++++++++++++++++----------
  1 file changed, 39 insertions(+), 11 deletions(-)
 
 commit 7069d717e982adcf8e1d300cbd10eec6322a65c9
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Sun Apr 22 21:40:44 2012 +0900
+Date:  Sun Apr 22 21:40:44 2012 +0900
 
     C++11 requires a space between literal and identifier
 
     Reported by Buganini
 
- fontconfig/fontconfig.h |    6 +++---
+ fontconfig/fontconfig.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 22dc5460906f78b3dc1b12ab2440e62b930adf0b
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Apr 20 20:04:17 2012 +0900
+Date:  Fri Apr 20 20:04:17 2012 +0900
 
     Fix a build issue again when no regex functions available
 
     Reported by Jon TURNEY
 
- configure.in |    4 +---
- src/fcstr.c  |    2 +-
+ configure.in | 4 +---
+ src/fcstr.c  | 2 +-
  2 files changed, 2 insertions(+), 4 deletions(-)
 
 commit 9fa7b7c8f2d1d8a9c50f3ba0f99087f653b6a9b8
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Apr 20 11:17:41 2012 +0900
+Date:  Fri Apr 20 11:17:41 2012 +0900
 
     Rework to avoid adding the unexpected value to ICONV_CFLAGS and
     ICONV_LIBS
 
- configure.in |   44 ++++++++++++++++++++++++--------------------
+ configure.in | 44 ++++++++++++++++++++++++--------------------
  1 file changed, 24 insertions(+), 20 deletions(-)
 
 commit dd2a3d3520b6fea20a58b2888fef0458c01b287f
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 18 12:55:23 2012 +0900
+Date:  Wed Apr 18 12:55:23 2012 +0900
 
     Bug 25151 - Move cleanCacheDirectory() from fc-cache.c into
      the library
 
     Add FcDirCacheScan() API to clean up the cache files in the directory.
 
- doc/fccache.fncs        |    9 +++++
- fc-cache/fc-cache.c     |   93
- +----------------------------------------------
- fontconfig/fontconfig.h |    3 ++
- src/fccache.c           |   91
- ++++++++++++++++++++++++++++++++++++++++++++++
- src/fcint.h             |    2 +
+ doc/fccache.fncs       |  9 +++++
+ fc-cache/fc-cache.c    | 93
+ +------------------------------------------------
+ fontconfig/fontconfig.h |  3 ++
+ src/fccache.c          | 91
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h            |  2 ++
  5 files changed, 106 insertions(+), 92 deletions(-)
 
 commit 9e62fcedfe774a13843cc0982bc3e535369b99eb
 Author: Keith Packard <keithp@keithp.com>
-Date:   Mon Apr 16 11:28:36 2012 -0700
+Date:  Mon Apr 16 11:28:36 2012 -0700
 
     Use posix_fadvise to speed startup
 
@@ -765,151 +3097,151 @@ Date:   Mon Apr 16 11:28:36 2012 -0700
 
     Signed-off-by: Keith Packard <keithp@keithp.com>
 
- configure.in  |    2 +-
- src/fccache.c |    3 +++
+ configure.in  | 2 +-
+ src/fccache.c | 3 +++
  2 files changed, 4 insertions(+), 1 deletion(-)
 
 commit 94c2cc58a091138aa8c507d6239eca69520b65f0
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Apr 16 20:25:52 2012 +0900
+Date:  Mon Apr 16 20:25:52 2012 +0900
 
     doc: Fix a typo of the environment variable name.
 
- doc/fcconfig.fncs |    4 ++--
+ doc/fcconfig.fncs | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit c5714bcf90d6b345e748b7fa7b21e421409aba60
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Apr 13 11:09:04 2012 +0900
+Date:  Fri Apr 13 11:09:04 2012 +0900
 
     Add --with-expat, --with-expat-includes and --with-expat-lib back.
 
- configure.in |   41 ++++++++++++++++++++++++++++++++++++++---
+ configure.in | 41 ++++++++++++++++++++++++++++++++++++++---
  1 file changed, 38 insertions(+), 3 deletions(-)
 
 commit 470e92c9dbdc75d354c9dce9063276996ecf535d
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Apr 12 14:01:25 2012 +0900
+Date:  Thu Apr 12 14:01:25 2012 +0900
 
     Bug 27526 - Compatibility fix for old windows sytems
 
     Patch from Gianluigi Tiesi
 
- src/fccache.c |    3 ---
- src/fcint.h   |   12 ++++++++++--
- src/fcxml.c   |   52 +++++++++++++++++++++++++++++++++++++++++++---------
+ src/fccache.c |  3 ---
+ src/fcint.h   | 12 ++++++++++--
+ src/fcxml.c   | 52 +++++++++++++++++++++++++++++++++++++++++++---------
  3 files changed, 53 insertions(+), 14 deletions(-)
 
 commit ac6271dbac32086ce60845efc4d87e669f37796a
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Apr 12 11:01:12 2012 +0900
+Date:  Thu Apr 12 11:01:12 2012 +0900
 
     Bug 48573 - platform without regex do not have also REG_XXX defines
 
     Fix a build issue on the platforms where regex isn't available
 
- configure.in |    9 +++++++++
- src/fcstr.c  |    6 ++++--
+ configure.in | 9 +++++++++
+ src/fcstr.c  | 6 ++++--
  2 files changed, 13 insertions(+), 2 deletions(-)
 
 commit 9231d79ad180f992f9bbef4f3127576870a75075
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Apr 9 12:51:12 2012 +0900
+Date:  Mon Apr 9 12:51:12 2012 +0900
 
     Bug 28491 - Allow matching on FC_FILE
 
     Allow :file=/path/to/font/file on matching
 
- configure.in  |    4 +--
- src/fcint.h   |    6 +++++
- src/fcmatch.c |   84
- +++++++++++++++++++++++++++++++++++----------------------
- src/fcstr.c   |   50 ++++++++++++++++++++++++++++++++++
+ configure.in  |  4 +--
+ src/fcint.h   |  6 +++++
+ src/fcmatch.c | 84
+ ++++++++++++++++++++++++++++++++++++-----------------------
+ src/fcstr.c   | 50 +++++++++++++++++++++++++++++++++++
  4 files changed, 110 insertions(+), 34 deletions(-)
 
 commit 2589207cfd4c7e948a4b50d7c07c13a3a52fe0aa
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Apr 10 18:34:11 2012 +0900
+Date:  Tue Apr 10 18:34:11 2012 +0900
 
     Bug 26830 - Add search for libiconv non-default directory
 
     Add --with-libiconv, --with-libiconv-includes and --with-libiconv-lib
     to specify the directory where libiconv might be installed.
 
- configure.in    |   85
- ++++++++++++++++++++++++++++++++++++++++---------------
- src/Makefile.am |    1 +
+ configure.in   | 85
+ +++++++++++++++++++++++++++++++++++++++++----------------
+ src/Makefile.am |  1 +
  2 files changed, 63 insertions(+), 23 deletions(-)
 
 commit ddefa5021f7785514f373aab6a8e6191a867278e
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 4 14:47:57 2012 +0900
+Date:  Wed Apr 4 14:47:57 2012 +0900
 
     Bug 22862 - <alias> ignores <match> <test>s
 
     Allow to use the test elements in the alias element.
 
- fonts.dtd   |    2 +-
- src/fcxml.c |   27 +++++++++++++++++++++------
+ fonts.dtd   | 2 +-
+ src/fcxml.c | 27 +++++++++++++++++++++------
  2 files changed, 22 insertions(+), 7 deletions(-)
 
 commit e181ab4de5d20fe1f70e68f66ef8332553eba206
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Apr 4 16:49:30 2012 +0900
+Date:  Wed Apr 4 16:49:30 2012 +0900
 
     Bug 29341 - Make some fontconfig paths configurable
 
     Add configure options to set the directory to be installed:
       --with-templatedir for the configuration files a.k.a.
-        /etc/fonts/conf.avail
+       /etc/fonts/conf.avail
       --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts
       --with-configdir for the active configuration files a.k.a.
-        /etc/fonts/conf.d
+       /etc/fonts/conf.d
       --with-xmldir for fonts.dtd etc
 
     and the default path for templatedir is changed to
     ${datadir}/fontconfig/conf.avail
 
- Makefile.am        |   36 ++++++++++---------
- conf.d/Makefile.am |   99
- +++++++++++++++++++++++++---------------------------
- configure.in       |   72 +++++++++++++++++++++++++++++++-------
- fonts.conf.in      |    2 +-
- src/Makefile.am    |    2 +-
+ Makefile.am       | 36 +++++++++++---------
+ conf.d/Makefile.am | 99
+ ++++++++++++++++++++++++++----------------------------
+ configure.in      | 72 ++++++++++++++++++++++++++++++++-------
+ fonts.conf.in     |  2 +-
+ src/Makefile.am    |  2 +-
  5 files changed, 129 insertions(+), 82 deletions(-)
 
 commit bb02899d9ff9813738809fb5349a9f3ae2dba76f
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Apr 2 15:38:27 2012 +0900
+Date:  Mon Apr 2 15:38:27 2012 +0900
 
     Use pkgconfig to check builddeps
 
- configure.in |  164
- +++++++++++-----------------------------------------------
+ configure.in | 164
+ +++++++++++------------------------------------------------
  1 file changed, 31 insertions(+), 133 deletions(-)
 
 commit 87d7b82a98780223422a829b6bb1a05fd753ae5e
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Apr 2 14:32:44 2012 +0900
+Date:  Mon Apr 2 14:32:44 2012 +0900
 
     Use AC_HELP_STRING instead of formatting manually
 
- configure.in |   57
+ configure.in | 57
  ++++++++++++++++++++++++++++++++++++++++++++++-----------
  1 file changed, 46 insertions(+), 11 deletions(-)
 
 commit d3e3f4a46d07a7b611be21600d7049225b8b2909
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Mar 30 18:09:14 2012 +0900
+Date:  Fri Mar 30 18:09:14 2012 +0900
 
     doc: Add contains and not_contains operators and elements
 
- doc/fontconfig-user.sgml |    6 +++---
+ doc/fontconfig-user.sgml | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 9279f71a3a855e3b2dbd13dbe0d38f2b69673c49
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Mar 30 11:52:25 2012 +0900
+Date:  Fri Mar 30 11:52:25 2012 +0900
 
     Bug 24729 - [ne_NP] Fix ortho file
 
@@ -917,45 +3249,45 @@ Date:   Fri Mar 30 11:52:25 2012 +0900
 
     Patch from Pravin Satpute.
 
- fc-lang/ne.orth |   23 ++++++++++++++++++++---
+ fc-lang/ne.orth | 23 ++++++++++++++++++++---
  1 file changed, 20 insertions(+), 3 deletions(-)
 
 commit 9fe7c986c64d8cfb7f85a300b6f0d470ce66b18a
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Mar 29 15:43:11 2012 +0900
+Date:  Thu Mar 29 15:43:11 2012 +0900
 
     Bug 48020 - Fix for src/makealias on Solaris 10
 
     Use the command substitution `command` instead of $(command) for
     Solaris 10.
 
- src/makealias |    2 +-
+ src/makealias | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit becbdaebe3d77726900072de1a0fb6a95c938da5
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 28 15:09:25 2012 +0900
+Date:  Wed Mar 28 15:09:25 2012 +0900
 
     Move workaround macros for fat binaries into the separate header file
 
- Makefile.am     |    5 +++--
- config-fixups.h |   44 ++++++++++++++++++++++++++++++++++++++++++++
- configure.in    |    4 +++-
- src/fcarch.h    |   13 -------------
+ Makefile.am    |  5 +++--
+ config-fixups.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ configure.in   |  4 +++-
+ src/fcarch.h   | 13 -------------
  4 files changed, 50 insertions(+), 16 deletions(-)
 
 commit fe6ba5e5c54928adeaf96668d0cf6f44f0484065
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 28 16:27:46 2012 +0900
+Date:  Wed Mar 28 16:27:46 2012 +0900
 
     Fix the hardcoded cache file suffix
 
- fc-cat/fc-cat.c |    4 ++--
+ fc-cat/fc-cat.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 4a060729a1466186d3be63ada344f43d66f937e5
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 28 13:38:53 2012 +0900
+Date:  Wed Mar 28 13:38:53 2012 +0900
 
     fcpat: Increase the number of buckets in the shared string hash table
 
@@ -979,12 +3311,12 @@ Date:   Wed Mar 28 13:38:53 2012 +0900
 
     Patch from Karl Tomlinson
 
- src/fcpat.c |    2 +-
+ src/fcpat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d8dcff7b96b09748e6f1df9e4adc7ab0850d7b18
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 28 13:37:15 2012 +0900
+Date:  Wed Mar 28 13:37:15 2012 +0900
 
     Bug 17832 - Memory leaks due to FcStrStaticName use for external
     patterns
@@ -993,49 +3325,49 @@ Date:   Wed Mar 28 13:37:15 2012 +0900
 
     Patch from Karl Tomlinson
 
- src/fccfg.c  |    2 +-
- src/fcinit.c |    4 ++--
- src/fcint.h  |   10 +++++-----
- src/fclist.c |   10 +++++++++-
- src/fcname.c |   34 ++++++++-----------------------
- src/fcpat.c  |   63
- ++++++++++++++++++++++------------------------------------
- src/fcxml.c  |    8 +++++---
+ src/fccfg.c  |  2 +-
+ src/fcinit.c |  4 ++--
+ src/fcint.h  | 10 +++++-----
+ src/fclist.c | 10 +++++++++-
+ src/fcname.c | 34 ++++++++------------------------
+ src/fcpat.c  | 63
+ +++++++++++++++++++++++-------------------------------------
+ src/fcxml.c  |  8 +++++---
  7 files changed, 54 insertions(+), 77 deletions(-)
 
 commit ea1c6ea337b8cf6b86169b565787d0d31a0fc330
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Tue Mar 27 21:06:36 2012 +0900
+Date:  Tue Mar 27 21:06:36 2012 +0900
 
     Fix a memory leak in FcDirScanConfig()
 
- src/fcdir.c |    3 +++
+ src/fcdir.c | 3 +++
  1 file changed, 3 insertions(+)
 
 commit 1aaf8b773d73f89f5b0d8591cca0a2072524fdb3
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Mon Mar 26 10:58:18 2012 +0900
+Date:  Mon Mar 26 10:58:18 2012 +0900
 
     Bug 17722 - Don't overwrite user's configurations in default config
 
     Use "append" to avoid overwriting the user configuration.
     This presumes most clients may takes care of the first value only.
 
- conf.d/10-autohint.conf          |    8 +++++++-
- conf.d/10-no-sub-pixel.conf      |    8 +++++++-
- conf.d/10-sub-pixel-bgr.conf     |    8 +++++++-
- conf.d/10-sub-pixel-rgb.conf     |    8 +++++++-
- conf.d/10-sub-pixel-vbgr.conf    |    8 +++++++-
- conf.d/10-sub-pixel-vrgb.conf    |    8 +++++++-
- conf.d/10-unhinted.conf          |    8 +++++++-
- conf.d/11-lcdfilter-default.conf |    8 +++++++-
- conf.d/11-lcdfilter-legacy.conf  |    8 +++++++-
- conf.d/11-lcdfilter-light.conf   |    8 +++++++-
+ conf.d/10-autohint.conf         | 8 +++++++-
+ conf.d/10-no-sub-pixel.conf     | 8 +++++++-
+ conf.d/10-sub-pixel-bgr.conf    | 8 +++++++-
+ conf.d/10-sub-pixel-rgb.conf    | 8 +++++++-
+ conf.d/10-sub-pixel-vbgr.conf   | 8 +++++++-
+ conf.d/10-sub-pixel-vrgb.conf   | 8 +++++++-
+ conf.d/10-unhinted.conf         | 8 +++++++-
+ conf.d/11-lcdfilter-default.conf | 8 +++++++-
+ conf.d/11-lcdfilter-legacy.conf  | 8 +++++++-
+ conf.d/11-lcdfilter-light.conf   | 8 +++++++-
  10 files changed, 70 insertions(+), 10 deletions(-)
 
 commit 900675d0b0b40f22ecc0d75e4d5ce16295a3a5e3
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Mar 22 19:57:47 2012 +0900
+Date:  Thu Mar 22 19:57:47 2012 +0900
 
     Bug 47703 - SimSun default family
 
@@ -1045,12 +3377,12 @@ Date:   Thu Mar 22 19:57:47 2012 +0900
 
     Patch from Petr Gajdos
 
- conf.d/40-nonlatin.conf |    8 ++++----
+ conf.d/40-nonlatin.conf | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit 92ac054ce5e270f22a4f81a09522c3f03b76c876
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Mar 22 19:15:27 2012 +0900
+Date:  Thu Mar 22 19:15:27 2012 +0900
 
     fcmatch: Set FcResultMatch at the end if the return value is valid.
 
@@ -1061,23 +3393,23 @@ Date:   Thu Mar 22 19:15:27 2012 +0900
     if it's
     performed successfully.
 
- src/fcmatch.c |   19 ++++++++++++++-----
+ src/fcmatch.c | 19 ++++++++++++++-----
  1 file changed, 14 insertions(+), 5 deletions(-)
 
 commit 1db3e9cdd8bc7408e630934cfc8deda7798b8970
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Thu Mar 22 12:36:34 2012 +0900
+Date:  Thu Mar 22 12:36:34 2012 +0900
 
     fc-cache: improvement of the fix for Bug#39914.
 
     Use sizeof() instead of strlen() and use stdio.
 
- fc-cache/fc-cache.c |   13 +++++++------
+ fc-cache/fc-cache.c | 13 +++++++------
  1 file changed, 7 insertions(+), 6 deletions(-)
 
 commit 4f7f3bf9f78843be5b39eb64acfeb02ffcd8e3a4
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Wed Mar 21 16:06:37 2012 +0900
+Date:  Wed Mar 21 16:06:37 2012 +0900
 
     Bug 39914 - Please tag the cache directory with CACHEDIR.TAG
 
@@ -1085,13 +3417,13 @@ Date:   Wed Mar 21 16:06:37 2012 +0900
 
     Reviewed-by: Josh Triplett <josh@joshtriplett.org>
 
- fc-cache/fc-cache.c |   77
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-cache/fc-cache.c | 77
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 77 insertions(+)
 
 commit 8cc4498122b17843b00ec3eebdd7a7d8d59cb7ff
 Author: Jeremy Huddleston <jeremyhu@apple.com>
-Date:   Mon Mar 19 02:16:41 2012 -0700
+Date:  Mon Mar 19 02:16:41 2012 -0700
 
     fcarch: Check for architecture signature at compile time rather than
     configure time
@@ -1100,25 +3432,25 @@ Date:   Mon Mar 19 02:16:41 2012 -0700
 
     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
- fc-cache/fc-cache.c |    3 +--
- src/fcarch.c        |    4 ++--
- src/fcarch.h        |   23 +++++++++++++++++++++--
+ fc-cache/fc-cache.c | 3 +--
+ src/fcarch.c       |  4 ++--
+ src/fcarch.h       | 23 +++++++++++++++++++++--
  3 files changed, 24 insertions(+), 6 deletions(-)
 
 commit e1ffb3dcd46f1fbbc5cb7527bc7f447b060ed98f
 Author: Akira TAGOH <tagoh@redhat.com>
-Date:   Fri Mar 16 23:18:23 2012 +0900
+Date:  Fri Mar 16 23:18:23 2012 +0900
 
     Get rid of the prerequisites from the sufix rules
 
     Thanks to Adam Sampson for pointing this out.
 
- doc/Makefile.am |   12 ++++++++----
+ doc/Makefile.am | 12 ++++++++----
  1 file changed, 8 insertions(+), 4 deletions(-)
 
 commit 93460f93e9e55e39a42fb6474918f31539436d9c
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Mar 16 16:29:53 2012 +0900
+Date:  Fri Mar 16 16:29:53 2012 +0900
 
     Fix a build issue due to the use of non-portable variables
 
@@ -1128,37 +3460,37 @@ Date:   Fri Mar 16 16:29:53 2012 +0900
 
     This would be a workaround until it has the certain pre-defined value.
 
- Makefile.am            |   10 +++++-----
- conf.d/Makefile.am     |    8 ++++----
- configure.in           |    9 +++++++++
- doc/Makefile.am        |   32 ++++++++++++++++----------------
- fc-cache/Makefile.am   |    4 ++--
- fc-case/Makefile.am    |    6 ++----
- fc-cat/Makefile.am     |    4 ++--
- fc-list/Makefile.am    |    4 ++--
- fc-match/Makefile.am   |    4 ++--
- fc-pattern/Makefile.am |    4 ++--
- fc-query/Makefile.am   |    4 ++--
- fc-scan/Makefile.am    |    4 ++--
- src/Makefile.am        |    8 ++++----
+ Makefile.am           | 10 +++++-----
+ conf.d/Makefile.am    |  8 ++++----
+ configure.in          |  9 +++++++++
+ doc/Makefile.am       | 32 ++++++++++++++++----------------
+ fc-cache/Makefile.am  |  4 ++--
+ fc-case/Makefile.am   |  6 ++----
+ fc-cat/Makefile.am    |  4 ++--
+ fc-list/Makefile.am   |  4 ++--
+ fc-match/Makefile.am  |  4 ++--
+ fc-pattern/Makefile.am |  4 ++--
+ fc-query/Makefile.am  |  4 ++--
+ fc-scan/Makefile.am   |  4 ++--
+ src/Makefile.am       |  8 ++++----
  13 files changed, 54 insertions(+), 47 deletions(-)
 
 commit f2813ffc689fb6972ff4d5d414c3abfa3e0be26f
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Mar 16 11:55:47 2012 +0900
+Date:  Fri Mar 16 11:55:47 2012 +0900
 
     Revert "Fix a build fail on some environment"
 
     This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604.
 
- fc-case/Makefile.am      |   10 ++++++----
- fc-glyphname/Makefile.am |    4 ++--
- fc-lang/Makefile.am      |    4 ++--
+ fc-case/Makefile.am     | 10 ++++++----
+ fc-glyphname/Makefile.am |  4 ++--
+ fc-lang/Makefile.am     |  4 ++--
  3 files changed, 10 insertions(+), 8 deletions(-)
 
 commit a5b609196fe9cf688e5b4f7b7cd31fb2dc15b154
 Author: Akira TAGOH <akira@tagoh.org>
-Date:   Fri Mar 16 11:55:30 2012 +0900
+Date:  Fri Mar 16 11:55:30 2012 +0900
 
     Revert "Fix a build fail on some environment."
 
@@ -1168,19 +3500,19 @@ Date:   Fri Mar 16 11:55:30 2012 +0900
 
        doc/Makefile.am
 
- Makefile.am             |    2 +-
- doc/Makefile.am         |   30 +++++++++++++++---------------
- fc-cache/Makefile.am    |   10 +++++-----
- fc-case/Makefile.am     |    2 +-
- fc-cat/Makefile.am      |    6 +++---
- fc-glyphname/Makefile.am |    2 +-
- fc-lang/Makefile.am     |    2 +-
- fc-list/Makefile.am     |    8 ++++----
- fc-match/Makefile.am    |    8 ++++----
- fc-pattern/Makefile.am   |    6 +++---
- fc-query/Makefile.am    |    8 ++++----
- fc-scan/Makefile.am     |    8 ++++----
- src/Makefile.am         |    2 +-
+ Makefile.am             |  2 +-
+ doc/Makefile.am         | 30 +++++++++++++++---------------
+ fc-cache/Makefile.am    | 10 +++++-----
+ fc-case/Makefile.am     |  2 +-
+ fc-cat/Makefile.am      |  6 +++---
+ fc-glyphname/Makefile.am |  2 +-
+ fc-lang/Makefile.am     |  2 +-
+ fc-list/Makefile.am     |  8 ++++----
+ fc-match/Makefile.am    |  8 ++++----
+ fc-pattern/Makefile.am   |  6 +++---
+ fc-query/Makefile.am    |  8 ++++----
+ fc-scan/Makefile.am     |  8 ++++----
+ src/Makefile.am         |  2 +-
  13 files changed, 47 insertions(+), 47 deletions(-)
 
 commit 765b7b32d862474eb631b47bbdbd34ffba507392
@@ -1192,7 +3524,7 @@ Date:     Mon Mar 12 19:02:27 2012 +0900
     <cache> element is now obsoletes and no longer used. get rid of it
     from the doc and add <cachedir> instead.
 
- doc/fontconfig-user.sgml |   19 ++++++++++---------
+ doc/fontconfig-user.sgml | 19 ++++++++++---------
  1 file changed, 10 insertions(+), 9 deletions(-)
 
 commit e8bdc6df2ed329a38c2152b3592bf4ded8f27ce7
@@ -1201,7 +3533,7 @@ Date:     Mon Mar 12 17:58:00 2012 +0900
 
     [doc] Update the path for cache files and the version.
 
- doc/fontconfig-user.sgml |    6 +++---
+ doc/fontconfig-user.sgml | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit dd3214aa392a66095513f8fc160d6b62d81f36f5
@@ -1210,10 +3542,10 @@ Date:   Sun Mar 11 02:24:33 2012 +0900
 
     Bump version to 2.9.0
 
- README                         |  129
- ++++++++++++++++++++++++++++++++++++++++++++++-
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 129
+ +++++++++++++++++++++++++++++++++++++++++++++++-
+ configure.in           |   2 +-
+ fontconfig/fontconfig.h |   2 +-
  3 files changed, 129 insertions(+), 4 deletions(-)
 
 commit 3b142c2aaeaed4d6d5b3353aa1007d6ac08dbbdb
@@ -1222,8 +3554,8 @@ Date:     Sun Mar 11 02:12:10 2012 +0900
 
     Get rid of $< from Makefile.am
 
- Makefile.am    |    2 +-
- doc/Makefile.am |   16 ++++++++--------
+ Makefile.am    |  2 +-
+ doc/Makefile.am | 16 ++++++++--------
  2 files changed, 9 insertions(+), 9 deletions(-)
 
 commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af
@@ -1232,19 +3564,19 @@ Date:   Sat Mar 10 23:30:30 2012 +0900
 
     Fix a build fail on some environment.
 
- Makefile.am             |    2 +-
- doc/Makefile.am         |   20 ++++++++++----------
- fc-cache/Makefile.am    |   10 +++++-----
- fc-case/Makefile.am     |    2 +-
- fc-cat/Makefile.am      |    6 +++---
- fc-glyphname/Makefile.am |    2 +-
- fc-lang/Makefile.am     |    2 +-
- fc-list/Makefile.am     |    8 ++++----
- fc-match/Makefile.am    |    8 ++++----
- fc-pattern/Makefile.am   |    6 +++---
- fc-query/Makefile.am    |    8 ++++----
- fc-scan/Makefile.am     |    8 ++++----
- src/Makefile.am         |    2 +-
+ Makefile.am             |  2 +-
+ doc/Makefile.am         | 20 ++++++++++----------
+ fc-cache/Makefile.am    | 10 +++++-----
+ fc-case/Makefile.am     |  2 +-
+ fc-cat/Makefile.am      |  6 +++---
+ fc-glyphname/Makefile.am |  2 +-
+ fc-lang/Makefile.am     |  2 +-
+ fc-list/Makefile.am     |  8 ++++----
+ fc-match/Makefile.am    |  8 ++++----
+ fc-pattern/Makefile.am   |  6 +++---
+ fc-query/Makefile.am    |  8 ++++----
+ fc-scan/Makefile.am     |  8 ++++----
+ src/Makefile.am         |  2 +-
  13 files changed, 42 insertions(+), 42 deletions(-)
 
 commit b75eb63982a54c0fb4576d8a655ef734908d3604
@@ -1253,9 +3585,9 @@ Date:     Sat Mar 10 22:05:07 2012 +0900
 
     Fix a build fail on some environment
 
- fc-case/Makefile.am     |   10 ++++------
- fc-glyphname/Makefile.am |    4 ++--
- fc-lang/Makefile.am     |    4 ++--
+ fc-case/Makefile.am     | 10 ++++------
+ fc-glyphname/Makefile.am |  4 ++--
+ fc-lang/Makefile.am     |  4 ++--
  3 files changed, 8 insertions(+), 10 deletions(-)
 
 commit a47899a853e4ed3405f398f43d03424095ae73f5
@@ -1264,7 +3596,7 @@ Date:     Sat Mar 10 19:03:05 2012 +0900
 
     Fix a build issue
 
- doc/Makefile.am |    1 -
+ doc/Makefile.am | 1 -
  1 file changed, 1 deletion(-)
 
 commit d6de5351922d79ccf38d2bc6b75f6ea2011dd421
@@ -1273,7 +3605,7 @@ Date:     Fri Mar 9 22:24:18 2012 +0900
 
     Update to detect the uncommited changes properly
 
- new-version.sh |    2 +-
+ new-version.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 78d75c003c5f03a2aeebc628d70d3f75bd6f5707
@@ -1282,7 +3614,7 @@ Date:     Fri Mar 9 22:12:35 2012 +0900
 
     Update the version info
 
- configure.in |    6 +++---
+ configure.in | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 353f7cc69184cdb1a7d5b4cc00741fab97b32f17
@@ -1291,11 +3623,11 @@ Date:   Fri Mar 9 17:33:03 2012 +0900
 
     Fix distcheck error
 
- doc/Makefile.am         |  334
- +++++++++++++++++++++++-----------------------
- fc-case/Makefile.am     |    3 +
- fc-glyphname/Makefile.am |    3 +
- fc-lang/Makefile.am     |    3 +
+ doc/Makefile.am         | 334
+ ++++++++++++++++++++++++-----------------------
+ fc-case/Makefile.am     |   3 +
+ fc-glyphname/Makefile.am |   3 +
+ fc-lang/Makefile.am     |   3 +
  4 files changed, 179 insertions(+), 164 deletions(-)
 
 commit 254232f47eaea0d03d2b1c2405d4ded5fd09142e
@@ -1306,7 +3638,7 @@ Date:     Wed Mar 7 18:16:35 2012 +0900
 
     Add a workaround alias for Dingbats.
 
- conf.d/30-urw-aliases.conf |   5 +++++
+ conf.d/30-urw-aliases.conf | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit 0ca752dd25462ed88112ba7c859ef6d5a41ea606
@@ -1315,8 +3647,8 @@ Date:     Wed Mar 7 17:56:39 2012 +0900
 
     Check null value for given object to avoid possibly segfaulting
 
- src/fccharset.c |  175
- ++++++++++++++++++++++++++++++++-----------------------
+ src/fccharset.c | 175
+ +++++++++++++++++++++++++++++++++-----------------------
  1 file changed, 103 insertions(+), 72 deletions(-)
 
 commit 1f01c4b60c4c5e16a92d60f76ce615005c7db6b8
@@ -1330,7 +3662,7 @@ Date:     Wed Mar 7 17:32:14 2012 +0900
 
     Patch from Bug Fly
 
- src/fcfreetype.c |   32 ++++++++++++++------------------
+ src/fcfreetype.c | 32 ++++++++++++++------------------
  1 file changed, 14 insertions(+), 18 deletions(-)
 
 commit a13d518fdd079aeb0bd07a0457393cca8def7f90
@@ -1342,9 +3674,9 @@ Date:     Tue Feb 28 12:52:25 2012 +0900
 
     Use the own random number generator state if possible.
 
- configure.in  |    2 +-
- src/fccache.c |   69
- ++++++++++++++++++++++++++++++++++++++++++++++++---------
+ configure.in  |  2 +-
+ src/fccache.c | 69
+ ++++++++++++++++++++++++++++++++++++++++++++++++++---------
  2 files changed, 60 insertions(+), 11 deletions(-)
 
 commit c7a671ab6069c676bbc77875234364242fd00e88
@@ -1357,8 +3689,8 @@ Date:     Fri Feb 24 16:50:14 2012 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/Makefile.am |   3 ++-
- fc-lang/mni.orth    |  35 +++++++++++++++++++++++++++++++++++
+ fc-lang/Makefile.am | 3 ++-
+ fc-lang/mni.orth    | 35 +++++++++++++++++++++++++++++++++++
  2 files changed, 37 insertions(+), 1 deletion(-)
 
 commit 04c96f59b92091b758fb26b97f1f9a3c9c2a6b6c
@@ -1371,8 +3703,8 @@ Date:     Fri Feb 24 16:43:14 2012 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/Makefile.am |   3 ++-
- fc-lang/doi.orth    |  40 ++++++++++++++++++++++++++++++++++++++++
+ fc-lang/Makefile.am | 3 ++-
+ fc-lang/doi.orth    | 40 ++++++++++++++++++++++++++++++++++++++++
  2 files changed, 42 insertions(+), 1 deletion(-)
 
 commit 857753d3680b7e64e753a4b8a8324138200eb86b
@@ -1381,7 +3713,7 @@ Date:     Thu Feb 23 20:12:06 2012 +0900
 
     Add brx.orth and sat.orth
 
- fc-lang/Makefile.am |   4 +++-
+ fc-lang/Makefile.am | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 942cb16f6c59103e29b4e04ca8c64d29c8e67cb0
@@ -1394,7 +3726,7 @@ Date:     Thu Feb 23 20:06:41 2012 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/sat.orth |   44 ++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/sat.orth | 44 ++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 44 insertions(+)
 
 commit 38b9c42fe2e9d496a41e773d84a74254a6f65bc4
@@ -1407,7 +3739,7 @@ Date:     Thu Feb 23 19:34:18 2012 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/brx.orth |   46 ++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/brx.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 46 insertions(+)
 
 commit a3ff1f07f8c60d2a3c77a4670de6aad0622ecacc
@@ -1421,10 +3753,10 @@ Date:   Thu Feb 23 15:23:23 2012 +0900
 
     Patch from Robin Johnson.
 
- conf.d/11-lcdfilter-default.conf |   10 ++++++++++
- conf.d/11-lcdfilter-legacy.conf  |   10 ++++++++++
- conf.d/11-lcdfilter-light.conf   |   10 ++++++++++
- conf.d/Makefile.am              |    3 +++
+ conf.d/11-lcdfilter-default.conf | 10 ++++++++++
+ conf.d/11-lcdfilter-legacy.conf  | 10 ++++++++++
+ conf.d/11-lcdfilter-light.conf   | 10 ++++++++++
+ conf.d/Makefile.am              |  3 +++
  4 files changed, 33 insertions(+)
 
 commit 5e4ea1104c9b832046cc8dde5ea7da52aaa61143
@@ -1433,7 +3765,7 @@ Date:     Wed Feb 22 16:50:13 2012 +0900
 
     Do not update stream->pos when seeking is failed.
 
- src/ftglue.c |    3 ++-
+ src/ftglue.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 71b14d645f524637579d87ea99720c123d728e1f
@@ -1446,7 +3778,7 @@ Date:     Wed Feb 22 16:30:05 2012 +0900
     worst case
     when the glob string is longer than the string.
 
- src/fccfg.c |  10 +++++++++-
+ src/fccfg.c | 10 +++++++++-
  1 file changed, 9 insertions(+), 1 deletion(-)
 
 commit 3abf981542788310104bc96b9c9cf70dd39b361b
@@ -1467,7 +3799,7 @@ Date:     Tue Nov 8 14:19:57 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/makealias |   18 ++++++++++++++----
+ src/makealias | 18 ++++++++++++++----
  1 file changed, 14 insertions(+), 4 deletions(-)
 
 commit d9c4462778a3d97b38e267dcdf68dfe22210ed8c
@@ -1487,7 +3819,7 @@ Date:     Mon Nov 7 20:09:10 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/fcname.c |    4 +---
+ src/fcname.c | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
 
 commit 97c9506e4d0abe5e6a7d61c1a909741d2605507b
@@ -1501,7 +3833,7 @@ Date:     Mon Nov 7 19:29:57 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/fcarch.h |    5 ++---
+ src/fcarch.h | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 commit 01c833379e19d8f8752ac7cec15b179c71242e2c
@@ -1526,8 +3858,8 @@ Date:     Mon Nov 7 15:33:12 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- fc-list/fc-list.c   |  20 ++++++++++----------
- fc-match/fc-match.c |  22 +++++++++++-----------
+ fc-list/fc-list.c   | 20 ++++++++++----------
+ fc-match/fc-match.c | 22 +++++++++++-----------
  2 files changed, 21 insertions(+), 21 deletions(-)
 
 commit 123d344f4590c45c5ccced8c46d157edb2b9efd2
@@ -1556,8 +3888,8 @@ Date:     Mon Nov 7 15:26:52 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- fontconfig/fontconfig.h |    4 ++--
- src/fcname.c           |    4 ++--
+ fontconfig/fontconfig.h | 4 ++--
+ src/fcname.c           | 4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)
 
 commit da763aa77dbaefd9be10ff5ad04ab5da39327b2e
@@ -1576,7 +3908,7 @@ Date:     Mon Nov 7 15:24:53 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- fc-cat/fc-cat.c |    2 +-
+ fc-cat/fc-cat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 647569d029d0c01ce36ae7d94095ea83f40728de
@@ -1591,8 +3923,8 @@ Date:     Mon Nov 7 15:21:51 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/fccache.c |    4 ++--
- src/fcint.h   |    2 +-
+ src/fccache.c | 4 ++--
+ src/fcint.h   | 2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit e3a66c2937c3bd5c45f5170cf7720b4023b8ae3f
@@ -1605,10 +3937,10 @@ Date:   Mon Nov 7 15:18:26 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/fccache.c   |    6 ++----
- src/fcdir.c     |   17 -----------------
- src/fcformat.c   |    5 ++---
- src/fcfreetype.c |    3 ---
+ src/fccache.c   |  6 ++----
+ src/fcdir.c     | 17 -----------------
+ src/fcformat.c   |  5 ++---
+ src/fcfreetype.c |  3 ---
  4 files changed, 4 insertions(+), 27 deletions(-)
 
 commit 6f020161e8628546158766ce7a5f5e0ce1f7d95a
@@ -1622,7 +3954,7 @@ Date:     Mon Nov 7 14:25:51 2011 -0500
 
     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
 
- src/fcstr.c |   8 +++++---
+ src/fcstr.c | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)
 
 commit 2b010e46e629f118885f17ba860e9c4ddbba8779
@@ -1636,10 +3968,10 @@ Date:   Thu Jan 19 12:04:52 2012 +0900
 
     Patch from lolilolicon
 
- conf.d/30-metric-aliases.conf |   36 +++++++++++
- conf.d/40-nonlatin.conf       |  140
- ++++++++++++++++++++++++++++++++++++++++-
- conf.d/45-latin.conf         |   96 ++++++++++++++++++++++++++++
+ conf.d/30-metric-aliases.conf |  36 +++++++++++
+ conf.d/40-nonlatin.conf       | 140
+ +++++++++++++++++++++++++++++++++++++++++-
+ conf.d/45-latin.conf         |  96 +++++++++++++++++++++++++++++
  3 files changed, 271 insertions(+), 1 deletion(-)
 
 commit 54dd481512265a247bd23663c8fdb290a8886ccd
@@ -1650,7 +3982,7 @@ Date:     Tue Dec 20 18:46:14 2011 +0900
 
     UmePlus P Gothic isn't a serif font.
 
- conf.d/65-nonlatin.conf |    1 -
+ conf.d/65-nonlatin.conf | 1 -
  1 file changed, 1 deletion(-)
 
 commit 1c13fee11adcaae9eaaa08f9193a8c3c5b01504a
@@ -1663,7 +3995,7 @@ Date:     Tue Dec 20 18:36:35 2011 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- conf.d/65-nonlatin.conf |    2 +-
+ conf.d/65-nonlatin.conf | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit a53553b4b65d6230b1a91b1a7433c8c5852ab055
@@ -1676,7 +4008,7 @@ Date:     Wed Dec 21 11:38:28 2011 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/ur.orth |    7 +++++--
+ fc-lang/ur.orth | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit 8c58dc276895cbeb0e9ae79718b1a38a082709d3
@@ -1689,8 +4021,8 @@ Date:     Wed Nov 9 18:07:37 2011 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- conf.d/40-nonlatin.conf |    3 +++
- conf.d/65-nonlatin.conf |   24 ++++++++++++++----------
+ conf.d/40-nonlatin.conf |  3 +++
+ conf.d/65-nonlatin.conf | 24 ++++++++++++++----------
  2 files changed, 17 insertions(+), 10 deletions(-)
 
 commit a18ca17b6211f62fbd1d893811b94b8c83db4cc0
@@ -1703,8 +4035,8 @@ Date:     Tue Feb 21 15:29:56 2012 +0900
     This would changes the behavior of FcFontSort().
     it won't returns NULL afterward.
 
- fc-match/fc-match.c |   5 +++++
- src/fcmatch.c      |   29 ++++++++++++++++++++++++++++-
+ fc-match/fc-match.c | 5 +++++
+ src/fcmatch.c      | 29 ++++++++++++++++++++++++++++-
  2 files changed, 33 insertions(+), 1 deletion(-)
 
 commit cbb6ee1662f1219518677a9d489159778a812782
@@ -1715,8 +4047,8 @@ Date:     Tue Jul 19 20:12:09 2011 +0900
 
     Get rid of the apple roman encoding related code
 
- src/fcfreetype.c |  260
- ------------------------------------------------------
+ src/fcfreetype.c | 260
+ -------------------------------------------------------
  1 file changed, 260 deletions(-)
 
 commit d3c438221610d2e584a611f21433062dc7e7f83d
@@ -1725,7 +4057,7 @@ Date:     Tue Feb 21 15:11:30 2012 +0900
 
     Add a missing file
 
- fc-lang/Makefile.am |   3 ++-
+ fc-lang/Makefile.am | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 5582043a49f4360ae83d66ea05409e1c0a25b61e
@@ -1736,7 +4068,7 @@ Date:     Mon Nov 14 12:56:28 2011 +0900
 
     Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
 
- fc-lang/ast.orth |    4 ++++
+ fc-lang/ast.orth | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit dab0afd81013507b3d32afdd5a552d6ac09c10c0
@@ -1745,7 +4077,7 @@ Date:     Mon Nov 14 18:22:48 2011 +0900
 
     Remove the unnecessary comment in ks.orth
 
- fc-lang/ks.orth |    4 ----
+ fc-lang/ks.orth | 4 ----
  1 file changed, 4 deletions(-)
 
 commit dedc16733a44373633e319461ff04ec9d1f08ed6
@@ -1760,7 +4092,7 @@ Date:     Fri Nov 11 15:30:56 2011 +0900
 
     Signed-off-by: Akira TAGOH <akira@tagoh.org>
 
- fc-lang/ks.orth |    6 ++++++
+ fc-lang/ks.orth | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit a1ecd679db82b0b118dc7334993f53b4288c4ae4
@@ -1771,7 +4103,7 @@ Date:     Mon Nov 14 17:44:24 2011 +0900
 
     Add nqo.orth for N'Ko
 
- fc-lang/nqo.orth |   31 +++++++++++++++++++++++++++++++
+ fc-lang/nqo.orth | 31 +++++++++++++++++++++++++++++++
  1 file changed, 31 insertions(+)
 
 commit 19651262e9502c952184f27962c9f5e521a11db9
@@ -1782,7 +4114,7 @@ Date:     Thu Oct 6 14:59:04 2011 -0400
 
     Patch from ssp
 
- fontconfig/fontconfig.h |    4 ++--
+ fontconfig/fontconfig.h | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 3951fbaa39699684ebd3e76b333a14d5ebb19919
@@ -1791,7 +4123,7 @@ Date:     Wed Oct 5 15:12:48 2011 -0400
 
     Fix parallel build
 
- doc/Makefile.am |    2 +-
+ doc/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 082caefb6d5462c97f280b7037e3740b4865a244
@@ -1800,7 +4132,7 @@ Date:     Sat Sep 24 13:52:05 2011 -0400
 
     Bug 41171 - Invalid use of memset
 
- src/fccache.c |    2 +-
+ src/fccache.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit bf3bfa72d91e8bc37903d7e1bb7ac23c6ef4952a
@@ -1817,7 +4149,7 @@ Date:     Wed Jun 22 13:06:19 2011 -0400
 
     I'm really sorry, everyone!
 
- src/fcmatch.c |    2 +-
+ src/fcmatch.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit e61eba94efffbdbec6f9e08f3fb04b75f0ba2a3f
@@ -1828,9 +4160,9 @@ Date:     Mon Jun 20 11:55:25 2011 -0400
 
     Added the a builtin "fccat" to FcPatternFormat().
 
- doc/fcformat.fncs |   7 +++++++
- fc-cat/fc-cat.c   |   39 +++++++++++----------------------------
- src/fcformat.c    |   3 +++
+ doc/fcformat.fncs |  7 +++++++
+ fc-cat/fc-cat.c   | 39 +++++++++++----------------------------
+ src/fcformat.c    |  3 +++
  3 files changed, 21 insertions(+), 28 deletions(-)
 
 commit a15ac5d3840552528874f1d5ad166eb00906ce80
@@ -1842,8 +4174,8 @@ Date:     Mon Jun 20 11:32:46 2011 -0400
     Fix small bug in FcPatternFormat that was letting element-default to
     consume the convertor sequence.
 
- fc-match/fc-match.c |  38 +++++++++-----------------------------
- src/fcformat.c      |   2 +-
+ fc-match/fc-match.c | 38 +++++++++-----------------------------
+ src/fcformat.c      | 2 +-
  2 files changed, 10 insertions(+), 30 deletions(-)
 
 commit e0be405a1dd5765e36152c754a47c8ad7ff0ab85
@@ -1860,9 +4192,9 @@ Date:     Mon Jun 20 11:22:17 2011 -0400
     Note that I had previously broken fc-list and it was not showing the
     file name anymore. No one noticed that it seems!  Now fixed.
 
- fc-list/fc-list.c |   17 ++++-------------
- src/fcformat.c    |   2 +-
- src/fcname.c     |    3 +--
+ fc-list/fc-list.c | 17 ++++-------------
+ src/fcformat.c    |  2 +-
+ src/fcname.c     |  3 +--
  3 files changed, 6 insertions(+), 16 deletions(-)
 
 commit 0fcf866d44c46bd63d91f656e36544b6ce9af47d
@@ -1876,7 +4208,7 @@ Date:     Mon Jun 20 11:07:56 2011 -0400
     that the config should not affect caches built, although that design
     was tarnished with the introduction of target="scan" configurations.
 
- src/fcdir.c |   7 ++-----
+ src/fcdir.c | 7 ++-----
  1 file changed, 2 insertions(+), 5 deletions(-)
 
 commit 0392abf79131c9325c66c71c2708a4cd77673296
@@ -1885,7 +4217,7 @@ Date:     Tue Apr 12 22:15:37 2011 -0400
 
     [.gitignore] Update
 
- .gitignore |   3 +++
+ .gitignore | 3 +++
  1 file changed, 3 insertions(+)
 
 commit 1c475d5c8cb265ac939d6b9e097666e300162511
@@ -1894,8 +4226,8 @@ Date:     Mon Mar 28 16:33:12 2011 -0400
 
     Bug 35587 - Add padding to make valgrind and glibc not hate each other
 
- src/fccfg.c |  13 +++++++++++--
- src/fcpat.c |  10 +++++++---
+ src/fccfg.c | 13 +++++++++++--
+ src/fcpat.c | 10 +++++++---
  2 files changed, 18 insertions(+), 5 deletions(-)
 
 commit f0ee5761e1ab63d848f980a767dd8475986f1342
@@ -1904,7 +4236,7 @@ Date:     Mon Mar 14 18:58:13 2011 -0300
 
     Fix warning
 
- fc-lang/fc-lang.c |   2 +-
+ fc-lang/fc-lang.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c21fb9ac27ca89f3b581c58b1a08372f8273a262
@@ -1917,11 +4249,11 @@ Date:   Mon Mar 14 18:49:21 2011 -0300
     changes
     in that function as part of some other bug.
 
- src/fcatomic.c |    2 +-
- src/fccache.c |   13 +++++++++++--
- src/fccfg.c   |    2 +-
- src/fcdir.c   |    4 ++--
- src/fcint.h   |    4 ----
+ src/fcatomic.c |  2 +-
+ src/fccache.c | 13 +++++++++++--
+ src/fccfg.c   |  2 +-
+ src/fcdir.c   |  4 ++--
+ src/fcint.h   |  4 ----
  5 files changed, 15 insertions(+), 10 deletions(-)
 
 commit b5617e636cbb0bc8ef4daba6681a6f58078d7a42
@@ -1930,11 +4262,11 @@ Date:   Mon Mar 14 18:23:56 2011 -0300
 
     More doc typo fixes
 
- doc/fcatomic.fncs    |    2 +-
- doc/fcconfig.fncs    |    4 ++--
- doc/fcinit.fncs      |    2 +-
- doc/fcmatrix.fncs    |    4 ++--
- doc/fcobjectset.fncs |    2 +-
+ doc/fcatomic.fncs    | 2 +-
+ doc/fcconfig.fncs    | 4 ++--
+ doc/fcinit.fncs      | 2 +-
+ doc/fcmatrix.fncs    | 4 ++--
+ doc/fcobjectset.fncs | 2 +-
  5 files changed, 7 insertions(+), 7 deletions(-)
 
 commit 6c7915c10548132c3f7d0c00d08fdb268e5da6d4
@@ -1946,8 +4278,8 @@ Date:     Mon Mar 14 18:21:32 2011 -0300
     Fixes a few compiler warnings in fcxml.c and makes it clear that they
     should not be freed.
 
- doc/fcatomic.fncs |   2 +-
- src/fcint.h      |    4 ++--
+ doc/fcatomic.fncs | 2 +-
+ src/fcint.h      | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit c76ed777ddb03a70c5990ef439d8d97809d1ef92
@@ -1957,7 +4289,7 @@ Date:     Mon Mar 14 18:04:59 2011 -0300
     Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized
     idx to FcPatternGetLangSet()
 
- src/fcformat.c |    2 +-
+ src/fcformat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ccc239b3865dd8d83026ae59b89de965e948120a
@@ -1966,7 +4298,7 @@ Date:     Mon Mar 14 17:28:53 2011 -0300
 
     Bug 20113 - Uighur (ug) orthography incomplete
 
- fc-lang/ug.orth |   35 ++++++++++++++++++++++++++++-------
+ fc-lang/ug.orth | 35 ++++++++++++++++++++++++++++-------
  1 file changed, 28 insertions(+), 7 deletions(-)
 
 commit 7baa20c7590b12d11dcfb0a50131d50963581258
@@ -1975,18 +4307,18 @@ Date:   Fri Mar 11 19:43:42 2011 -0300
 
     Documentation fixes
 
- doc/fcatomic.fncs        |    2 +-
- doc/fccharset.fncs       |    8 +--
- doc/fcfontset.fncs       |    2 +-
- doc/fcformat.fncs        |    4 +-
- doc/fcfreetype.fncs      |    4 +-
- doc/fcinit.fncs          |    2 +-
- doc/fclangset.fncs       |    4 +-
- doc/fcpattern.fncs       |    2 +-
- doc/fcstring.fncs        |    4 +-
- doc/fontconfig-devel.sgml |  148
- ++++++++++++++++++++++-----------------------
- doc/fontconfig-user.sgml  |   8 +--
+ doc/fcatomic.fncs        |   2 +-
+ doc/fccharset.fncs       |   8 +--
+ doc/fcfontset.fncs       |   2 +-
+ doc/fcformat.fncs        |   4 +-
+ doc/fcfreetype.fncs      |   4 +-
+ doc/fcinit.fncs          |   2 +-
+ doc/fclangset.fncs       |   4 +-
+ doc/fcpattern.fncs       |   2 +-
+ doc/fcstring.fncs        |   4 +-
+ doc/fontconfig-devel.sgml | 148
+ +++++++++++++++++++++++-----------------------
+ doc/fontconfig-user.sgml  |   8 +--
  11 files changed, 94 insertions(+), 94 deletions(-)
 
 commit 9bfe7bad1c85403d85b833b58ebc6343f766e0a9
@@ -1995,7 +4327,7 @@ Date:     Fri Mar 11 19:40:38 2011 -0300
 
     Remove --enable-maintainer-mode from autogen.sh
 
- autogen.sh |   4 ++--
+ autogen.sh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit e1bb01bfdc64d0276fb17f248a54bcabe6f9aff1
@@ -2004,7 +4336,7 @@ Date:     Fri Jan 21 16:34:52 2011 -0500
 
     Update CaseFolding.txt to Unicode 6.0
 
- fc-case/CaseFolding.txt |   15 ++++++++++++---
+ fc-case/CaseFolding.txt | 15 ++++++++++++---
  1 file changed, 12 insertions(+), 3 deletions(-)
 
 commit e10a42178c65ff974fa9383dbc78525b3d8de1ae
@@ -2018,7 +4350,7 @@ Date:     Mon Jan 3 22:18:38 2011 -0500
     This was also brought up in:
     Bug 32679 - fontconfig-2.8.0 does not cross compile
 
- configure.in |    1 -
+ configure.in | 1 -
  1 file changed, 1 deletion(-)
 
 commit 0c7b8676171f2238af9785abf775e0f420e6545a
@@ -2029,7 +4361,7 @@ Date:     Sun Jan 2 13:25:29 2011 -0700
 
     Reported by Jon TURNEY.
 
- src/fcarch.c |    3 ++-
+ src/fcarch.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit e63f90ce74d1f2c1e22959cb2ed97120eff3867f
@@ -2038,7 +4370,7 @@ Date:     Tue Dec 28 02:58:16 2010 -0600
 
     Doc nit
 
- doc/fclangset.fncs |   4 ++--
+ doc/fclangset.fncs | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 43bf659eedb3eeff75d219864af475dcadcf6983
@@ -2047,7 +4379,7 @@ Date:     Tue Dec 28 02:55:31 2010 -0600
 
     Skip <range> elements with begin > end
 
- src/fcxml.c |  26 ++++++++++++++++----------
+ src/fcxml.c | 26 ++++++++++++++++----------
  1 file changed, 16 insertions(+), 10 deletions(-)
 
 commit 8c625aa01f0ad95b1c06acb079921c209906f3b4
@@ -2056,7 +4388,7 @@ Date:     Tue Dec 28 02:52:06 2010 -0600
 
     Add <range> support for <blank> into the DTD
 
- fonts.dtd |   2 +-
+ fonts.dtd | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 549c9962a48cd728116c8f39db31c58043236ff0
@@ -2078,7 +4410,7 @@ Date:     Tue Dec 28 01:28:39 2010 -0600
 
     Bump version
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d1a0fca316ab8d9d61474028da54615e4d9f7540
@@ -2091,19 +4423,19 @@ Date:   Tue Dec 28 00:59:19 2010 -0600
     Bug 32679 - fontconfig-2.8.0 does not cross compile
     Bug 25462 - Cross-compilation doesn't work
 
- Makefile.am          |    2 +-
- configure.in         |   64 +++++------------------
- fc-arch/Makefile.am   |   54 -------------------
- fc-arch/fc-arch.c     |  138
- -------------------------------------------------
- fc-arch/fcarch.tmpl.h |   65 -----------------------
- fc-cache/fc-cache.c   |    2 +-
- fc-cat/fc-cat.c       |    2 +-
- src/Makefile.am       |    6 +--
- src/fcarch.c         |   72 ++++++++++++++++++++++++++
- src/fcarch.h         |   71 +++++++++++++++++++++++++
- src/fccache.c        |    3 +-
- src/fcint.h          |    4 ++
+ Makefile.am          |   2 +-
+ configure.in         |  64 +++++------------------
+ fc-arch/Makefile.am   |  54 --------------------
+ fc-arch/fc-arch.c     | 138
+ --------------------------------------------------
+ fc-arch/fcarch.tmpl.h |  65 ------------------------
+ fc-cache/fc-cache.c   |   2 +-
+ fc-cat/fc-cat.c       |   2 +-
+ src/Makefile.am       |   6 +--
+ src/fcarch.c         |  72 ++++++++++++++++++++++++++
+ src/fcarch.h         |  71 ++++++++++++++++++++++++++
+ src/fccache.c        |   3 +-
+ src/fcint.h          |   4 ++
  12 files changed, 167 insertions(+), 316 deletions(-)
 
 commit 2a6b235ff6d2750171e8dff7cfdfe3bccb0f630e
@@ -2116,11 +4448,11 @@ Date:   Mon Dec 27 13:20:47 2010 -0600
 
     Remains fc-arch which is trickier.
 
- doc/Makefile.am         |   19 +++++++++++--------
- fc-arch/fcarch.tmpl.h   |    2 +-
- fc-case/Makefile.am     |   14 ++++++++------
- fc-glyphname/Makefile.am |   14 ++++++++------
- fc-lang/Makefile.am     |   17 ++++++++++-------
+ doc/Makefile.am         | 19 +++++++++++--------
+ fc-arch/fcarch.tmpl.h   |  2 +-
+ fc-case/Makefile.am     | 14 ++++++++------
+ fc-glyphname/Makefile.am | 14 ++++++++------
+ fc-lang/Makefile.am     | 17 ++++++++++-------
  5 files changed, 38 insertions(+), 28 deletions(-)
 
 commit fa269cf812ee304534b0e4c44662202496008db0
@@ -2129,8 +4461,8 @@ Date:     Thu Dec 9 11:57:24 2010 +0900
 
     add some documents
 
- doc/fclangset.fncs      |   30 ++++++++++++++++++++++++++++++
- doc/fontconfig-user.sgml |    4 ++++
+ doc/fclangset.fncs      | 30 ++++++++++++++++++++++++++++++
+ doc/fontconfig-user.sgml |  4 ++++
  2 files changed, 34 insertions(+)
 
 commit 3c862aad9f49be4b098cb679a67449c85b58f1f5
@@ -2172,14 +4504,14 @@ Date:   Mon Dec 6 12:38:18 2010 +0900
        </edit>
     </match>
 
- fontconfig/fontconfig.h |    9 ++++++
- fonts.dtd              |    5 +--
- src/fccfg.c            |   24 ++++++++++++++
- src/fcdbg.c            |    6 ++++
- src/fcint.h            |    3 +-
- src/fclang.c           |   62 ++++++++++++++++++++++++++++++++++++
- src/fcxml.c            |   80
- +++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig/fontconfig.h |  9 ++++++
+ fonts.dtd              |  5 ++--
+ src/fccfg.c            | 24 +++++++++++++++
+ src/fcdbg.c            |  6 ++++
+ src/fcint.h            |  3 +-
+ src/fclang.c           | 62 ++++++++++++++++++++++++++++++++++++++
+ src/fcxml.c            | 80
+ +++++++++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 186 insertions(+), 3 deletions(-)
 
 commit d975cdda782bb88c8bb6706889a554b2afb9f939
@@ -2188,7 +4520,7 @@ Date:     Mon Dec 6 12:18:23 2010 +0900
 
     Add the range support in blank element
 
- src/fcxml.c |  35 +++++++++++++++++++++--------------
+ src/fcxml.c | 35 +++++++++++++++++++++--------------
  1 file changed, 21 insertions(+), 14 deletions(-)
 
 commit 51e352a1bde91348888202539639a5a2d0d506d4
@@ -2197,7 +4529,7 @@ Date:     Thu Dec 9 11:32:26 2010 +0900
 
     add some document for range and charset.
 
- doc/fontconfig-user.sgml |    8 ++++++++
+ doc/fontconfig-user.sgml | 8 ++++++++
  1 file changed, 8 insertions(+)
 
 commit 857b7efe1e301f670329c6836da52fbab8c5df66
@@ -2256,13 +4588,13 @@ Date:   Mon Dec 6 12:10:17 2010 +0900
                </charset>
     ...
 
- fonts.dtd      |    4 +-
- src/Makefile.am |    4 +-
- src/fccfg.c    |   19 +++++++
- src/fcdbg.c    |    2 +
- src/fcint.h    |    9 +++-
- src/fcxml.c    |  156
- +++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ fonts.dtd      |   4 +-
+ src/Makefile.am |   4 +-
+ src/fccfg.c    |  19 +++++++
+ src/fcdbg.c    |   2 +
+ src/fcint.h    |   9 +++-
+ src/fcxml.c    | 156
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  6 files changed, 185 insertions(+), 9 deletions(-)
 
 commit 0d47cfabd82cd9c02ec5711383f06599b0450ac0
@@ -2273,7 +4605,7 @@ Date:     Tue Dec 7 18:48:56 2010 -0500
 
     Patch from Akira TAGOH.
 
- src/fclang.c |    2 ++
+ src/fclang.c | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 1e7a2a4f6cd05bfa8b15f88c2f9ca10ad97fc8ac
@@ -2282,7 +4614,7 @@ Date:     Thu Dec 2 08:13:59 2010 -0500
 
     Fix returned value
 
- src/fcinit.c |    2 +-
+ src/fcinit.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 5aaf466d3899842763e746a9c2b745748eb34b48
@@ -2292,263 +4624,263 @@ Date: Wed Nov 10 16:45:42 2010 -0500
     Cleanup copyright notices to replace "Keith Packard" with "the
     author(s)"
 
- COPYING                        |    5 ++---
- Makefile.am                    |    4 ++--
- conf.d/Makefile.am             |    4 ++--
- config/Makedefs.in             |    4 ++--
- configure.in                   |    4 ++--
- doc/Makefile.am                |    4 ++--
- doc/confdir.sgml.in            |    4 ++--
- doc/edit-sgml.c                |    4 ++--
- doc/fcatomic.fncs              |    4 ++--
- doc/fcblanks.fncs              |    4 ++--
- doc/fccache.fncs               |    4 ++--
- doc/fccharset.fncs             |    4 ++--
- doc/fcconfig.fncs              |    4 ++--
- doc/fcconstant.fncs            |    4 ++--
- doc/fcfile.fncs                |    4 ++--
- doc/fcfontset.fncs             |    4 ++--
- doc/fcformat.fncs              |    4 ++--
- doc/fcfreetype.fncs            |    4 ++--
- doc/fcinit.fncs                |    4 ++--
- doc/fcmatrix.fncs              |    4 ++--
- doc/fcobjectset.fncs           |    4 ++--
- doc/fcobjecttype.fncs          |    4 ++--
- doc/fcpattern.fncs             |    4 ++--
- doc/fcstring.fncs              |    4 ++--
- doc/fcstrset.fncs              |    4 ++--
- doc/fcvalue.fncs               |    4 ++--
- doc/fontconfig-devel.sgml      |    8 ++++----
- doc/fontconfig-user.sgml       |    4 ++--
- doc/func.sgml                  |    4 ++--
- doc/version.sgml.in            |    4 ++--
- fc-arch/Makefile.am            |    4 ++--
- fc-arch/fcarch.tmpl.h          |    4 ++--
- fc-cache/Makefile.am           |    4 ++--
- fc-cache/fc-cache.c            |    4 ++--
- fc-case/Makefile.am            |    4 ++--
- fc-case/fc-case.c              |    4 ++--
- fc-case/fccase.tmpl.h          |    4 ++--
- fc-cat/Makefile.am             |    4 ++--
- fc-cat/fc-cat.c                |    4 ++--
- fc-glyphname/Makefile.am       |    4 ++--
- fc-glyphname/fc-glyphname.c    |    4 ++--
- fc-glyphname/fcglyphname.tmpl.h |    4 ++--
- fc-lang/Makefile.am            |    4 ++--
- fc-lang/aa.orth                |    4 ++--
- fc-lang/ab.orth                |    4 ++--
- fc-lang/af.orth                |    4 ++--
- fc-lang/am.orth                |    4 ++--
- fc-lang/ar.orth                |    4 ++--
- fc-lang/ast.orth               |    4 ++--
- fc-lang/av.orth                |    4 ++--
- fc-lang/ay.orth                |    4 ++--
- fc-lang/az_ir.orth             |    4 ++--
- fc-lang/ba.orth                |    4 ++--
- fc-lang/be.orth                |    4 ++--
- fc-lang/bg.orth                |    4 ++--
- fc-lang/bh.orth                |    4 ++--
- fc-lang/bho.orth               |    4 ++--
- fc-lang/bi.orth                |    4 ++--
- fc-lang/bin.orth               |    4 ++--
- fc-lang/bm.orth                |    4 ++--
- fc-lang/bo.orth                |    4 ++--
- fc-lang/br.orth                |    4 ++--
- fc-lang/bs.orth                |    4 ++--
- fc-lang/bua.orth               |    4 ++--
- fc-lang/ca.orth                |    4 ++--
- fc-lang/ce.orth                |    4 ++--
- fc-lang/ch.orth                |    4 ++--
- fc-lang/chm.orth               |    4 ++--
- fc-lang/chr.orth               |    4 ++--
- fc-lang/co.orth                |    4 ++--
- fc-lang/cs.orth                |    4 ++--
- fc-lang/cu.orth                |    4 ++--
- fc-lang/cv.orth                |    4 ++--
- fc-lang/cy.orth                |    4 ++--
- fc-lang/da.orth                |    4 ++--
- fc-lang/de.orth                |    4 ++--
- fc-lang/dz.orth                |    4 ++--
- fc-lang/el.orth                |    4 ++--
- fc-lang/en.orth                |    4 ++--
- fc-lang/eo.orth                |    4 ++--
- fc-lang/es.orth                |    4 ++--
- fc-lang/et.orth                |    4 ++--
- fc-lang/eu.orth                |    4 ++--
- fc-lang/fa.orth                |    4 ++--
- fc-lang/fc-lang.c              |    4 ++--
- fc-lang/fc-lang.man            |    4 ++--
- fc-lang/fclang.tmpl.h          |    4 ++--
- fc-lang/ff.orth                |    4 ++--
- fc-lang/fi.orth                |    4 ++--
- fc-lang/fj.orth                |    4 ++--
- fc-lang/fo.orth                |    4 ++--
- fc-lang/fr.orth                |    4 ++--
- fc-lang/fur.orth               |    4 ++--
- fc-lang/fy.orth                |    4 ++--
- fc-lang/ga.orth                |    4 ++--
- fc-lang/gd.orth                |    4 ++--
- fc-lang/gez.orth               |    4 ++--
- fc-lang/gl.orth                |    4 ++--
- fc-lang/gn.orth                |    4 ++--
- fc-lang/gu.orth                |    4 ++--
- fc-lang/gv.orth                |    4 ++--
- fc-lang/ha.orth                |    4 ++--
- fc-lang/haw.orth               |    4 ++--
- fc-lang/he.orth                |    4 ++--
- fc-lang/hi.orth                |    4 ++--
- fc-lang/ho.orth                |    4 ++--
- fc-lang/hr.orth                |    4 ++--
- fc-lang/hu.orth                |    4 ++--
- fc-lang/hy.orth                |    4 ++--
- fc-lang/ia.orth                |    4 ++--
- fc-lang/id.orth                |    4 ++--
- fc-lang/ie.orth                |    4 ++--
- fc-lang/ig.orth                |    4 ++--
- fc-lang/ik.orth                |    4 ++--
- fc-lang/io.orth                |    4 ++--
- fc-lang/is.orth                |    4 ++--
- fc-lang/it.orth                |    4 ++--
- fc-lang/iu.orth                |    4 ++--
- fc-lang/ja.orth                |    4 ++--
- fc-lang/ka.orth                |    4 ++--
- fc-lang/kaa.orth               |    4 ++--
- fc-lang/ki.orth                |    4 ++--
- fc-lang/kk.orth                |    4 ++--
- fc-lang/kl.orth                |    4 ++--
- fc-lang/kn.orth                |    4 ++--
- fc-lang/ko.orth                |    4 ++--
- fc-lang/kok.orth               |    4 ++--
- fc-lang/ku_am.orth             |    4 ++--
- fc-lang/ku_ir.orth             |    4 ++--
- fc-lang/kum.orth               |    4 ++--
- fc-lang/kv.orth                |    4 ++--
- fc-lang/kw.orth                |    4 ++--
- fc-lang/ky.orth                |    4 ++--
- fc-lang/la.orth                |    4 ++--
- fc-lang/lb.orth                |    4 ++--
- fc-lang/lez.orth               |    4 ++--
- fc-lang/ln.orth                |    4 ++--
- fc-lang/lo.orth                |    4 ++--
- fc-lang/lt.orth                |    4 ++--
- fc-lang/lv.orth                |    4 ++--
- fc-lang/mai.orth               |    4 ++--
- fc-lang/mg.orth                |    4 ++--
- fc-lang/mh.orth                |    4 ++--
- fc-lang/mi.orth                |    4 ++--
- fc-lang/mk.orth                |    4 ++--
- fc-lang/ml.orth                |    4 ++--
- fc-lang/mn_cn.orth             |    4 ++--
- fc-lang/mo.orth                |    4 ++--
- fc-lang/mr.orth                |    4 ++--
- fc-lang/mt.orth                |    4 ++--
- fc-lang/my.orth                |    4 ++--
- fc-lang/nb.orth                |    4 ++--
- fc-lang/nds.orth               |    4 ++--
- fc-lang/ne.orth                |    4 ++--
- fc-lang/nl.orth                |    4 ++--
- fc-lang/nn.orth                |    4 ++--
- fc-lang/no.orth                |    4 ++--
- fc-lang/ny.orth                |    4 ++--
- fc-lang/oc.orth                |    4 ++--
- fc-lang/om.orth                |    4 ++--
- fc-lang/or.orth                |    4 ++--
- fc-lang/os.orth                |    4 ++--
- fc-lang/pes.orth               |    4 ++--
- fc-lang/pl.orth                |    4 ++--
- fc-lang/prs.orth               |    4 ++--
- fc-lang/ps_af.orth             |    4 ++--
- fc-lang/ps_pk.orth             |    4 ++--
- fc-lang/pt.orth                |    4 ++--
- fc-lang/rm.orth                |    4 ++--
- fc-lang/ro.orth                |    4 ++--
- fc-lang/ru.orth                |    4 ++--
- fc-lang/sa.orth                |    4 ++--
- fc-lang/sah.orth               |    4 ++--
- fc-lang/sco.orth               |    4 ++--
- fc-lang/se.orth                |    4 ++--
- fc-lang/sel.orth               |    4 ++--
- fc-lang/sk.orth                |    4 ++--
- fc-lang/sl.orth                |    4 ++--
- fc-lang/sm.orth                |    4 ++--
- fc-lang/sma.orth               |    4 ++--
- fc-lang/smj.orth               |    4 ++--
- fc-lang/smn.orth               |    4 ++--
- fc-lang/sms.orth               |    4 ++--
- fc-lang/so.orth                |    4 ++--
- fc-lang/sq.orth                |    4 ++--
- fc-lang/sr.orth                |    4 ++--
- fc-lang/sv.orth                |    4 ++--
- fc-lang/sw.orth                |    4 ++--
- fc-lang/syr.orth               |    4 ++--
- fc-lang/ta.orth                |    4 ++--
- fc-lang/te.orth                |    4 ++--
- fc-lang/tg.orth                |    4 ++--
- fc-lang/th.orth                |    4 ++--
- fc-lang/ti_er.orth             |    4 ++--
- fc-lang/ti_et.orth             |    4 ++--
- fc-lang/tig.orth               |    4 ++--
- fc-lang/tn.orth                |    4 ++--
- fc-lang/to.orth                |    4 ++--
- fc-lang/tr.orth                |    4 ++--
- fc-lang/ts.orth                |    4 ++--
- fc-lang/tt.orth                |    4 ++--
- fc-lang/tw.orth                |    4 ++--
- fc-lang/tyv.orth               |    4 ++--
- fc-lang/ug.orth                |    4 ++--
- fc-lang/uk.orth                |    4 ++--
- fc-lang/ur.orth                |    4 ++--
- fc-lang/ve.orth                |    4 ++--
- fc-lang/vi.orth                |    4 ++--
- fc-lang/vo.orth                |    4 ++--
- fc-lang/vot.orth               |    4 ++--
- fc-lang/wa.orth                |    4 ++--
- fc-lang/wen.orth               |    4 ++--
- fc-lang/wo.orth                |    4 ++--
- fc-lang/xh.orth                |    4 ++--
- fc-lang/yap.orth               |    4 ++--
- fc-lang/yi.orth                |    4 ++--
- fc-lang/yo.orth                |    4 ++--
- fc-lang/zh_cn.orth             |    4 ++--
- fc-lang/zh_hk.orth             |    4 ++--
- fc-lang/zh_mo.orth             |    4 ++--
- fc-lang/zh_sg.orth             |    4 ++--
- fc-lang/zh_tw.orth             |    4 ++--
- fc-lang/zu.orth                |    4 ++--
- fc-list/Makefile.am            |    4 ++--
- fc-list/fc-list.c              |    4 ++--
- fc-match/Makefile.am           |    4 ++--
- fc-match/fc-match.c            |    4 ++--
- fc-pattern/Makefile.am                 |    4 ++--
- fc-pattern/fc-pattern.c        |    4 ++--
- fc-query/Makefile.am           |    4 ++--
- fc-query/fc-query.c            |    4 ++--
- fc-scan/Makefile.am            |    4 ++--
- fc-scan/fc-scan.c              |    4 ++--
- fontconfig/fcfreetype.h        |    4 ++--
- fontconfig/fcprivate.h                 |    4 ++--
- fontconfig/fontconfig.h        |    4 ++--
- src/Makefile.am                |    4 ++--
- src/fcatomic.c                         |    4 ++--
- src/fcblanks.c                         |    4 ++--
- src/fccache.c                  |    4 ++--
- src/fccfg.c                    |    4 ++--
- src/fccharset.c                |    4 ++--
- src/fcdbg.c                    |    4 ++--
- src/fcdefault.c                |    4 ++--
- src/fcdir.c                    |    4 ++--
- src/fcformat.c                         |    4 ++--
- src/fcfreetype.c               |    4 ++--
- src/fcfs.c                     |    4 ++--
- src/fcinit.c                   |    4 ++--
- src/fcint.h                    |    4 ++--
- src/fclang.c                   |    4 ++--
- src/fclist.c                   |    4 ++--
- src/fcmatch.c                  |    4 ++--
- src/fcname.c                   |    4 ++--
- src/fcpat.c                    |    4 ++--
- src/fcstr.c                    |    4 ++--
- src/fcxml.c                    |    4 ++--
+ COPYING                        | 5 ++---
+ Makefile.am                    | 4 ++--
+ conf.d/Makefile.am             | 4 ++--
+ config/Makedefs.in             | 4 ++--
+ configure.in                   | 4 ++--
+ doc/Makefile.am                | 4 ++--
+ doc/confdir.sgml.in            | 4 ++--
+ doc/edit-sgml.c                | 4 ++--
+ doc/fcatomic.fncs              | 4 ++--
+ doc/fcblanks.fncs              | 4 ++--
+ doc/fccache.fncs               | 4 ++--
+ doc/fccharset.fncs             | 4 ++--
+ doc/fcconfig.fncs              | 4 ++--
+ doc/fcconstant.fncs            | 4 ++--
+ doc/fcfile.fncs                | 4 ++--
+ doc/fcfontset.fncs             | 4 ++--
+ doc/fcformat.fncs              | 4 ++--
+ doc/fcfreetype.fncs            | 4 ++--
+ doc/fcinit.fncs                | 4 ++--
+ doc/fcmatrix.fncs              | 4 ++--
+ doc/fcobjectset.fncs           | 4 ++--
+ doc/fcobjecttype.fncs          | 4 ++--
+ doc/fcpattern.fncs             | 4 ++--
+ doc/fcstring.fncs              | 4 ++--
+ doc/fcstrset.fncs              | 4 ++--
+ doc/fcvalue.fncs               | 4 ++--
+ doc/fontconfig-devel.sgml      | 8 ++++----
+ doc/fontconfig-user.sgml       | 4 ++--
+ doc/func.sgml                  | 4 ++--
+ doc/version.sgml.in            | 4 ++--
+ fc-arch/Makefile.am            | 4 ++--
+ fc-arch/fcarch.tmpl.h          | 4 ++--
+ fc-cache/Makefile.am           | 4 ++--
+ fc-cache/fc-cache.c            | 4 ++--
+ fc-case/Makefile.am            | 4 ++--
+ fc-case/fc-case.c              | 4 ++--
+ fc-case/fccase.tmpl.h          | 4 ++--
+ fc-cat/Makefile.am             | 4 ++--
+ fc-cat/fc-cat.c                | 4 ++--
+ fc-glyphname/Makefile.am       | 4 ++--
+ fc-glyphname/fc-glyphname.c    | 4 ++--
+ fc-glyphname/fcglyphname.tmpl.h | 4 ++--
+ fc-lang/Makefile.am            | 4 ++--
+ fc-lang/aa.orth                | 4 ++--
+ fc-lang/ab.orth                | 4 ++--
+ fc-lang/af.orth                | 4 ++--
+ fc-lang/am.orth                | 4 ++--
+ fc-lang/ar.orth                | 4 ++--
+ fc-lang/ast.orth               | 4 ++--
+ fc-lang/av.orth                | 4 ++--
+ fc-lang/ay.orth                | 4 ++--
+ fc-lang/az_ir.orth             | 4 ++--
+ fc-lang/ba.orth                | 4 ++--
+ fc-lang/be.orth                | 4 ++--
+ fc-lang/bg.orth                | 4 ++--
+ fc-lang/bh.orth                | 4 ++--
+ fc-lang/bho.orth               | 4 ++--
+ fc-lang/bi.orth                | 4 ++--
+ fc-lang/bin.orth               | 4 ++--
+ fc-lang/bm.orth                | 4 ++--
+ fc-lang/bo.orth                | 4 ++--
+ fc-lang/br.orth                | 4 ++--
+ fc-lang/bs.orth                | 4 ++--
+ fc-lang/bua.orth               | 4 ++--
+ fc-lang/ca.orth                | 4 ++--
+ fc-lang/ce.orth                | 4 ++--
+ fc-lang/ch.orth                | 4 ++--
+ fc-lang/chm.orth               | 4 ++--
+ fc-lang/chr.orth               | 4 ++--
+ fc-lang/co.orth                | 4 ++--
+ fc-lang/cs.orth                | 4 ++--
+ fc-lang/cu.orth                | 4 ++--
+ fc-lang/cv.orth                | 4 ++--
+ fc-lang/cy.orth                | 4 ++--
+ fc-lang/da.orth                | 4 ++--
+ fc-lang/de.orth                | 4 ++--
+ fc-lang/dz.orth                | 4 ++--
+ fc-lang/el.orth                | 4 ++--
+ fc-lang/en.orth                | 4 ++--
+ fc-lang/eo.orth                | 4 ++--
+ fc-lang/es.orth                | 4 ++--
+ fc-lang/et.orth                | 4 ++--
+ fc-lang/eu.orth                | 4 ++--
+ fc-lang/fa.orth                | 4 ++--
+ fc-lang/fc-lang.c              | 4 ++--
+ fc-lang/fc-lang.man            | 4 ++--
+ fc-lang/fclang.tmpl.h          | 4 ++--
+ fc-lang/ff.orth                | 4 ++--
+ fc-lang/fi.orth                | 4 ++--
+ fc-lang/fj.orth                | 4 ++--
+ fc-lang/fo.orth                | 4 ++--
+ fc-lang/fr.orth                | 4 ++--
+ fc-lang/fur.orth               | 4 ++--
+ fc-lang/fy.orth                | 4 ++--
+ fc-lang/ga.orth                | 4 ++--
+ fc-lang/gd.orth                | 4 ++--
+ fc-lang/gez.orth               | 4 ++--
+ fc-lang/gl.orth                | 4 ++--
+ fc-lang/gn.orth                | 4 ++--
+ fc-lang/gu.orth                | 4 ++--
+ fc-lang/gv.orth                | 4 ++--
+ fc-lang/ha.orth                | 4 ++--
+ fc-lang/haw.orth               | 4 ++--
+ fc-lang/he.orth                | 4 ++--
+ fc-lang/hi.orth                | 4 ++--
+ fc-lang/ho.orth                | 4 ++--
+ fc-lang/hr.orth                | 4 ++--
+ fc-lang/hu.orth                | 4 ++--
+ fc-lang/hy.orth                | 4 ++--
+ fc-lang/ia.orth                | 4 ++--
+ fc-lang/id.orth                | 4 ++--
+ fc-lang/ie.orth                | 4 ++--
+ fc-lang/ig.orth                | 4 ++--
+ fc-lang/ik.orth                | 4 ++--
+ fc-lang/io.orth                | 4 ++--
+ fc-lang/is.orth                | 4 ++--
+ fc-lang/it.orth                | 4 ++--
+ fc-lang/iu.orth                | 4 ++--
+ fc-lang/ja.orth                | 4 ++--
+ fc-lang/ka.orth                | 4 ++--
+ fc-lang/kaa.orth               | 4 ++--
+ fc-lang/ki.orth                | 4 ++--
+ fc-lang/kk.orth                | 4 ++--
+ fc-lang/kl.orth                | 4 ++--
+ fc-lang/kn.orth                | 4 ++--
+ fc-lang/ko.orth                | 4 ++--
+ fc-lang/kok.orth               | 4 ++--
+ fc-lang/ku_am.orth             | 4 ++--
+ fc-lang/ku_ir.orth             | 4 ++--
+ fc-lang/kum.orth               | 4 ++--
+ fc-lang/kv.orth                | 4 ++--
+ fc-lang/kw.orth                | 4 ++--
+ fc-lang/ky.orth                | 4 ++--
+ fc-lang/la.orth                | 4 ++--
+ fc-lang/lb.orth                | 4 ++--
+ fc-lang/lez.orth               | 4 ++--
+ fc-lang/ln.orth                | 4 ++--
+ fc-lang/lo.orth                | 4 ++--
+ fc-lang/lt.orth                | 4 ++--
+ fc-lang/lv.orth                | 4 ++--
+ fc-lang/mai.orth               | 4 ++--
+ fc-lang/mg.orth                | 4 ++--
+ fc-lang/mh.orth                | 4 ++--
+ fc-lang/mi.orth                | 4 ++--
+ fc-lang/mk.orth                | 4 ++--
+ fc-lang/ml.orth                | 4 ++--
+ fc-lang/mn_cn.orth             | 4 ++--
+ fc-lang/mo.orth                | 4 ++--
+ fc-lang/mr.orth                | 4 ++--
+ fc-lang/mt.orth                | 4 ++--
+ fc-lang/my.orth                | 4 ++--
+ fc-lang/nb.orth                | 4 ++--
+ fc-lang/nds.orth               | 4 ++--
+ fc-lang/ne.orth                | 4 ++--
+ fc-lang/nl.orth                | 4 ++--
+ fc-lang/nn.orth                | 4 ++--
+ fc-lang/no.orth                | 4 ++--
+ fc-lang/ny.orth                | 4 ++--
+ fc-lang/oc.orth                | 4 ++--
+ fc-lang/om.orth                | 4 ++--
+ fc-lang/or.orth                | 4 ++--
+ fc-lang/os.orth                | 4 ++--
+ fc-lang/pes.orth               | 4 ++--
+ fc-lang/pl.orth                | 4 ++--
+ fc-lang/prs.orth               | 4 ++--
+ fc-lang/ps_af.orth             | 4 ++--
+ fc-lang/ps_pk.orth             | 4 ++--
+ fc-lang/pt.orth                | 4 ++--
+ fc-lang/rm.orth                | 4 ++--
+ fc-lang/ro.orth                | 4 ++--
+ fc-lang/ru.orth                | 4 ++--
+ fc-lang/sa.orth                | 4 ++--
+ fc-lang/sah.orth               | 4 ++--
+ fc-lang/sco.orth               | 4 ++--
+ fc-lang/se.orth                | 4 ++--
+ fc-lang/sel.orth               | 4 ++--
+ fc-lang/sk.orth                | 4 ++--
+ fc-lang/sl.orth                | 4 ++--
+ fc-lang/sm.orth                | 4 ++--
+ fc-lang/sma.orth               | 4 ++--
+ fc-lang/smj.orth               | 4 ++--
+ fc-lang/smn.orth               | 4 ++--
+ fc-lang/sms.orth               | 4 ++--
+ fc-lang/so.orth                | 4 ++--
+ fc-lang/sq.orth                | 4 ++--
+ fc-lang/sr.orth                | 4 ++--
+ fc-lang/sv.orth                | 4 ++--
+ fc-lang/sw.orth                | 4 ++--
+ fc-lang/syr.orth               | 4 ++--
+ fc-lang/ta.orth                | 4 ++--
+ fc-lang/te.orth                | 4 ++--
+ fc-lang/tg.orth                | 4 ++--
+ fc-lang/th.orth                | 4 ++--
+ fc-lang/ti_er.orth             | 4 ++--
+ fc-lang/ti_et.orth             | 4 ++--
+ fc-lang/tig.orth               | 4 ++--
+ fc-lang/tn.orth                | 4 ++--
+ fc-lang/to.orth                | 4 ++--
+ fc-lang/tr.orth                | 4 ++--
+ fc-lang/ts.orth                | 4 ++--
+ fc-lang/tt.orth                | 4 ++--
+ fc-lang/tw.orth                | 4 ++--
+ fc-lang/tyv.orth               | 4 ++--
+ fc-lang/ug.orth                | 4 ++--
+ fc-lang/uk.orth                | 4 ++--
+ fc-lang/ur.orth                | 4 ++--
+ fc-lang/ve.orth                | 4 ++--
+ fc-lang/vi.orth                | 4 ++--
+ fc-lang/vo.orth                | 4 ++--
+ fc-lang/vot.orth               | 4 ++--
+ fc-lang/wa.orth                | 4 ++--
+ fc-lang/wen.orth               | 4 ++--
+ fc-lang/wo.orth                | 4 ++--
+ fc-lang/xh.orth                | 4 ++--
+ fc-lang/yap.orth               | 4 ++--
+ fc-lang/yi.orth                | 4 ++--
+ fc-lang/yo.orth                | 4 ++--
+ fc-lang/zh_cn.orth             | 4 ++--
+ fc-lang/zh_hk.orth             | 4 ++--
+ fc-lang/zh_mo.orth             | 4 ++--
+ fc-lang/zh_sg.orth             | 4 ++--
+ fc-lang/zh_tw.orth             | 4 ++--
+ fc-lang/zu.orth                | 4 ++--
+ fc-list/Makefile.am            | 4 ++--
+ fc-list/fc-list.c              | 4 ++--
+ fc-match/Makefile.am           | 4 ++--
+ fc-match/fc-match.c            | 4 ++--
+ fc-pattern/Makefile.am                 | 4 ++--
+ fc-pattern/fc-pattern.c        | 4 ++--
+ fc-query/Makefile.am           | 4 ++--
+ fc-query/fc-query.c            | 4 ++--
+ fc-scan/Makefile.am            | 4 ++--
+ fc-scan/fc-scan.c              | 4 ++--
+ fontconfig/fcfreetype.h        | 4 ++--
+ fontconfig/fcprivate.h                 | 4 ++--
+ fontconfig/fontconfig.h        | 4 ++--
+ src/Makefile.am                | 4 ++--
+ src/fcatomic.c                         | 4 ++--
+ src/fcblanks.c                         | 4 ++--
+ src/fccache.c                  | 4 ++--
+ src/fccfg.c                    | 4 ++--
+ src/fccharset.c                | 4 ++--
+ src/fcdbg.c                    | 4 ++--
+ src/fcdefault.c                | 4 ++--
+ src/fcdir.c                    | 4 ++--
+ src/fcformat.c                         | 4 ++--
+ src/fcfreetype.c               | 4 ++--
+ src/fcfs.c                     | 4 ++--
+ src/fcinit.c                   | 4 ++--
+ src/fcint.h                    | 4 ++--
+ src/fclang.c                   | 4 ++--
+ src/fclist.c                   | 4 ++--
+ src/fcmatch.c                  | 4 ++--
+ src/fcname.c                   | 4 ++--
+ src/fcpat.c                    | 4 ++--
+ src/fcstr.c                    | 4 ++--
+ src/fcxml.c                    | 4 ++--
  257 files changed, 516 insertions(+), 517 deletions(-)
 
 commit 1f5c675fedd42bda49375ca7a9d6f3f8b2cd97bb
@@ -2557,7 +4889,7 @@ Date:     Wed Nov 10 15:27:10 2010 -0500
 
     Add more copyright owners
 
- COPYING |    6 ++++++
+ COPYING | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit 039b9fd090cf3fcd279eeb8c786070a94993a8ba
@@ -2576,7 +4908,7 @@ Date:     Wed Nov 3 01:08:12 2010 -0700
     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
     Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
 
- fontconfig.pc.in |    3 +++
+ fontconfig.pc.in | 3 +++
  1 file changed, 3 insertions(+)
 
 commit 81b542b50f82f8a0ad9f38f7d913fe5433631166
@@ -2587,7 +4919,7 @@ Date:     Wed Oct 6 11:21:29 2010 -0700
 
     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
 
- fontconfig.pc.in |    2 ++
+ fontconfig.pc.in | 2 ++
  1 file changed, 2 insertions(+)
 
 commit caa4bec9459af0779d1d16ba66964593e5748e3c
@@ -2598,7 +4930,7 @@ Date:     Tue Sep 21 13:18:05 2010 -0400
 
     Exclude three characters (U+090C..090E) from Nepalese.
 
- fc-lang/ne.orth |    1 +
+ fc-lang/ne.orth | 1 +
  1 file changed, 1 insertion(+)
 
 commit 0a023b24daa683d9c0be4e2ef6d50040c1c52316
@@ -2610,7 +4942,7 @@ Date:     Tue Sep 21 13:14:55 2010 -0400
     By prefixing a line by a hyphen/minus sign.  Useful when including
     other orth files.
 
- fc-lang/fc-lang.c |   35 +++++++++++++++++++++++++----------
+ fc-lang/fc-lang.c | 35 +++++++++++++++++++++++++----------
  1 file changed, 25 insertions(+), 10 deletions(-)
 
 commit 52960d05ebb8af34a302e3959978d2930a39fb39
@@ -2619,9 +4951,9 @@ Date:     Tue Sep 21 13:14:41 2010 -0400
 
     Add new public API: FcCharSetDelChar()
 
- doc/fccharset.fncs     |   11 +++++++++++
- fontconfig/fontconfig.h |    3 +++
- src/fccharset.c        |   17 +++++++++++++++++
+ doc/fccharset.fncs     | 11 +++++++++++
+ fontconfig/fontconfig.h |  3 +++
+ src/fccharset.c        | 17 +++++++++++++++++
  3 files changed, 31 insertions(+)
 
 commit 9d8d0226d9ac5bc9956263a13454179eafc4ab82
@@ -2630,7 +4962,7 @@ Date:     Fri Sep 3 08:11:00 2010 -0400
 
     Bug 29995 - fc-cat does not invoke FcFini()
 
- fc-cat/fc-cat.c |    1 +
+ fc-cat/fc-cat.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit 25afea879d5b73c116e00c2c62b2a7ce9bcf803a
@@ -2639,7 +4971,7 @@ Date:     Wed Aug 18 11:31:31 2010 -0400
 
     Add comments
 
- src/fcformat.c |    8 ++++++++
+ src/fcformat.c | 8 ++++++++
  1 file changed, 8 insertions(+)
 
 commit c2764d959c652f572bfefa00234448742bda2b08
@@ -2648,7 +4980,7 @@ Date:     Thu Aug 5 15:58:09 2010 -0400
 
     Bug 29338 - fc-pattern.sgml, open para tag
 
- fc-pattern/fc-pattern.sgml |   2 +-
+ fc-pattern/fc-pattern.sgml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 78366844468c5fa785d05bb25be2d0023e60f5ee
@@ -2657,7 +4989,7 @@ Date:     Wed Jun 2 22:38:19 2010 -0400
 
     Fix compiler warnings
 
- fc-lang/fc-lang.c |   6 +++---
+ fc-lang/fc-lang.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit ba7b50ab3324887e1680a4a8961487706705c739
@@ -2666,19 +4998,19 @@ Date:   Tue Apr 20 23:18:00 2010 -0400
 
     Add fc-pattern cmdline tool
 
- Makefile.am               |    3 +-
- configure.in              |    1 +
- fc-cache/fc-cache.sgml     |   1 +
- fc-cat/fc-cat.sgml        |    1 +
- fc-list/fc-list.sgml      |    1 +
- fc-match/fc-match.sgml     |   1 +
- fc-pattern/Makefile.am     |  59 +++++++++++++
- fc-pattern/fc-pattern.c    |  195
- ++++++++++++++++++++++++++++++++++++++++++
- fc-pattern/fc-pattern.sgml |  204
- ++++++++++++++++++++++++++++++++++++++++++++
- fc-query/fc-query.sgml     |   1 +
- fc-scan/fc-scan.sgml      |    1 +
+ Makefile.am               |   3 +-
+ configure.in              |   1 +
+ fc-cache/fc-cache.sgml     |  1 +
+ fc-cat/fc-cat.sgml        |   1 +
+ fc-list/fc-list.sgml      |   1 +
+ fc-match/fc-match.sgml     |  1 +
+ fc-pattern/Makefile.am     |  59 +++++++++++++
+ fc-pattern/fc-pattern.c    | 195
+ +++++++++++++++++++++++++++++++++++++++++++
+ fc-pattern/fc-pattern.sgml | 204
+ +++++++++++++++++++++++++++++++++++++++++++++
+ fc-query/fc-query.sgml     |  1 +
+ fc-scan/fc-scan.sgml      |   1 +
  11 files changed, 467 insertions(+), 1 deletion(-)
 
 commit ac5a2336436dadac699bb579d3f6ca30225dbb28
@@ -2687,7 +5019,7 @@ Date:     Mon Apr 12 12:49:53 2010 -0400
 
     Fix comment
 
- src/fcmatch.c |    2 +-
+ src/fcmatch.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 594dcef0f30ca27e27b95a9174087e8c61327e5f
@@ -2696,27 +5028,27 @@ Date:   Mon Apr 12 12:18:50 2010 -0400
 
     Remove all training whitespaces
 
- src/fcatomic.c   |    4 +-
- src/fccache.c   |   66 ++++++++++++------------
- src/fccfg.c     |  118 +++++++++++++++++++++---------------------
- src/fccharset.c  |  150
- +++++++++++++++++++++++++++---------------------------
- src/fcdbg.c     |   14 ++---
- src/fcdefault.c  |    2 +-
- src/fcdir.c     |   14 ++---
- src/fcfreetype.c |   88 ++++++++++++++++----------------
- src/fcfs.c      |    6 +--
- src/fcftint.h   |    2 +-
- src/fcinit.c    |    6 +--
- src/fcint.h     |   42 +++++++--------
- src/fclang.c    |   28 +++++-----
- src/fclist.c    |   30 +++++------
- src/fcmatch.c   |   32 ++++++------
- src/fcmatrix.c   |    6 +--
- src/fcname.c    |   28 +++++-----
- src/fcpat.c     |   70 ++++++++++++-------------
- src/fcstr.c     |   74 +++++++++++++--------------
- src/ftglue.c    |   16 +++---
+ src/fcatomic.c   |   4 +-
+ src/fccache.c   |  66 ++++++++++++------------
+ src/fccfg.c     | 118 +++++++++++++++++++++----------------------
+ src/fccharset.c  | 150
+ +++++++++++++++++++++++++++----------------------------
+ src/fcdbg.c     |  14 +++---
+ src/fcdefault.c  |   2 +-
+ src/fcdir.c     |  14 +++---
+ src/fcfreetype.c |  88 ++++++++++++++++----------------
+ src/fcfs.c      |   6 +--
+ src/fcftint.h   |   2 +-
+ src/fcinit.c    |   6 +--
+ src/fcint.h     |  42 ++++++++--------
+ src/fclang.c    |  28 +++++------
+ src/fclist.c    |  30 +++++------
+ src/fcmatch.c   |  32 ++++++------
+ src/fcmatrix.c   |   6 +--
+ src/fcname.c    |  28 +++++------
+ src/fcpat.c     |  70 +++++++++++++-------------
+ src/fcstr.c     |  74 +++++++++++++--------------
+ src/ftglue.c    |  16 +++---
  20 files changed, 398 insertions(+), 398 deletions(-)
 
 commit d0d1f3904c9f6af9f39a5a085e454cde5ba9d44e
@@ -2725,8 +5057,8 @@ Date:     Mon Apr 12 12:10:05 2010 -0400
 
     More whitespace
 
- src/fcxml.c |  88
- +++++++++++++++++++++++++++++------------------------------
+ src/fcxml.c | 88
+ ++++++++++++++++++++++++++++++-------------------------------
  1 file changed, 44 insertions(+), 44 deletions(-)
 
 commit 2b0f3f1128e479dd3d32022336c967655e6c4821
@@ -2735,7 +5067,7 @@ Date:     Mon Apr 12 11:52:09 2010 -0400
 
     Whitespace
 
- src/fcxml.c |   2 +-
+ src/fcxml.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 632612b810f1c8eb5b75ba1465d10cb31af0cbf0
@@ -2760,7 +5092,7 @@ Date:     Wed Apr 7 12:47:37 2010 -0400
     was doing
     UTF-16BE anyway.
 
- src/fcfreetype.c |    7 ++++---
+ src/fcfreetype.c | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
 commit 300b495dc400df401afaacfa4e986092ea119865
@@ -2771,7 +5103,7 @@ Date:     Wed Mar 3 13:26:55 2010 -0500
 
     Bug 26783 patch: unistd.h not exist on ms windows
 
- fontconfig/fontconfig.h |    1 -
+ fontconfig/fontconfig.h | 1 -
  1 file changed, 1 deletion(-)
 
 commit 111e5b6d690970fce1abaf39e01d6d2498c9cfb3
@@ -2780,7 +5112,7 @@ Date:     Fri Feb 26 01:47:56 2010 -0500
 
     Bug 25152 Don't sleep(2) if all caches were uptodate
 
- fc-cache/fc-cache.c |  12 ++++++++----
+ fc-cache/fc-cache.c | 12 ++++++++----
  1 file changed, 8 insertions(+), 4 deletions(-)
 
 commit 3cd1e673a9b518784183029d5cc1d2adae0cb29a
@@ -2789,7 +5121,7 @@ Date:     Thu Feb 25 17:11:14 2010 -0500
 
     Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
 
- src/fcint.h |   2 +-
+ src/fcint.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 2c93614ea0d0d1d895abe6c44add436c58bd99f8
@@ -2800,7 +5132,7 @@ Date:     Thu Feb 25 15:10:41 2010 -0500
 
     Run the uninstalled fc-cache, not the installed one.
 
- Makefile.am |   4 ++--
+ Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 2e375b68946cafa62dce3abebdd35e20ecbb0b46
@@ -2809,7 +5141,7 @@ Date:     Sun Feb 14 20:27:22 2010 -0500
 
     More doc typo fixes
 
- doc/fcformat.fncs |   4 ++--
+ doc/fcformat.fncs | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 77be30cb9fde6540337a590e5d90e59996e07adc
@@ -2818,7 +5150,7 @@ Date:     Sun Feb 14 20:20:00 2010 -0500
 
     Fix doc typo
 
- doc/fcformat.fncs |   2 +-
+ doc/fcformat.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d6351325056a94e2db0c8c533c7d16eb5c278861
@@ -2827,7 +5159,7 @@ Date:     Tue Jan 26 12:45:09 2010 -0500
 
     Add note about autogen.sh to INSTALL
 
- INSTALL |    7 ++++++-
+ INSTALL | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 commit 0dbbf9f20b8a65af8a8a05ada653d99117192622
@@ -2836,7 +5168,7 @@ Date:     Tue Jan 26 12:43:51 2010 -0500
 
     Update INSTALL
 
- INSTALL |    4 ++--
+ INSTALL | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit af4a82863f60dff79c4ce06a871b737899a3c9e3
@@ -2847,9 +5179,9 @@ Date:     Tue Dec 8 21:15:15 2009 -0500
 
     Remove dolt.  With libtool2, there's not much need for dolt.
 
- acinclude.m4 |  137
- ----------------------------------------------------------
- configure.in |    1 -
+ acinclude.m4 | 137
+ -----------------------------------------------------------
+ configure.in |   1 -
  2 files changed, 138 deletions(-)
 
 commit aabe0f9d7d427097ddfc69ceb6f48999fcd01f60
@@ -2858,7 +5190,7 @@ Date:     Mon Nov 30 16:09:55 2009 -0500
 
     [doc] Fix typo
 
- fc-match/fc-match.sgml |    2 +-
+ fc-match/fc-match.sgml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 38bd85b83b2114d9a18da7b0ea73e0cdad5c7ee4
@@ -2867,7 +5199,7 @@ Date:     Fri Nov 20 18:44:04 2009 -0500
 
     [fc-cache] Document -r argument in man page
 
- fc-cache/fc-cache.sgml |   11 ++++++++++-
+ fc-cache/fc-cache.sgml | 11 ++++++++++-
  1 file changed, 10 insertions(+), 1 deletion(-)
 
 commit 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a
@@ -2876,9 +5208,9 @@ Date:     Wed Nov 18 18:45:19 2009 -0500
 
     Bump version to 2.8.0
 
- README                         |   32 ++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ README                         | 32 ++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  4 ++--
  3 files changed, 33 insertions(+), 5 deletions(-)
 
 commit 2e44cbe1b9bf466718167e9e05077743df36ab21
@@ -2887,7 +5219,7 @@ Date:     Wed Nov 18 18:45:06 2009 -0500
 
     Bump libtool revision in preparation for release
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 91a73751dcd4fd2d2e4e8bcb98af53098c721224
@@ -2899,7 +5231,7 @@ Date:     Wed Nov 18 21:56:16 2009 +0200
     Don't put entries for directories in the zip file. Fetch manpages from
     correct place.
 
- fontconfig-zip.in |   8 ++------
+ fontconfig-zip.in | 8 ++------
  1 file changed, 2 insertions(+), 6 deletions(-)
 
 commit bb8fdae8ad6f0a857569b3e09cf21f1af6b4a41b
@@ -2912,7 +5244,7 @@ Date:     Wed Nov 18 21:54:39 2009 +0200
     lt_current_minus_age for the name of the DLL when generating the MS
     style import library.
 
- src/Makefile.am |    2 +-
+ src/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 1845f3100d15927cc536bc3d38f140c139fb5614
@@ -2936,8 +5268,8 @@ Date:     Wed Nov 18 14:39:34 2009 -0500
        ppc    -> be32d8
        ppc64  -> be64
 
- fc-arch/fcarch.tmpl.h |   67
- +++++++++++++++++++++++++------------------------
+ fc-arch/fcarch.tmpl.h | 67
+ ++++++++++++++++++++++++++-------------------------
  1 file changed, 34 insertions(+), 33 deletions(-)
 
 commit d5ebf48e34e9235cf10e9f7beb49af74823c3fc6
@@ -2946,8 +5278,8 @@ Date:     Wed Nov 18 14:08:00 2009 -0500
 
     [fc-arch] Beautify the arch template
 
- fc-arch/fc-arch.c     |   10 +++++-----
- fc-arch/fcarch.tmpl.h |   42 ++++++++++++++++++++++++++++++++++--------
+ fc-arch/fc-arch.c     | 10 +++++-----
+ fc-arch/fcarch.tmpl.h | 42 ++++++++++++++++++++++++++++++++++--------
  2 files changed, 39 insertions(+), 13 deletions(-)
 
 commit d074706b507226427f5a4018e78fe120a01eb53d
@@ -2956,8 +5288,8 @@ Date:     Wed Nov 18 09:40:11 2009 -0500
 
     [fc-case] Update CaseFolding.txt to Unicode 5.2.0
 
- fc-case/CaseFolding.txt |  116
- +++++++++++++++++++++++++++++++++++++++++++++--
+ fc-case/CaseFolding.txt | 116
+ ++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 112 insertions(+), 4 deletions(-)
 
 commit 13781ba00b0ded28319ff417a254c620231973f1
@@ -2978,11 +5310,11 @@ Date:   Wed Nov 18 09:35:40 2009 -0500
 
     Clean up Makefile's a bit
 
- fc-arch/Makefile.am     |    4 +---
- fc-case/Makefile.am     |    7 +++----
- fc-glyphname/Makefile.am |    3 ++-
- fc-lang/Makefile.am     |    2 +-
- src/Makefile.am         |   12 +++++++++---
+ fc-arch/Makefile.am     |  4 +---
+ fc-case/Makefile.am     |  7 +++----
+ fc-glyphname/Makefile.am |  3 ++-
+ fc-lang/Makefile.am     |  2 +-
+ src/Makefile.am         | 12 +++++++++---
  5 files changed, 16 insertions(+), 12 deletions(-)
 
 commit 192927225c447a8eaba613838aff93f82dee41d0
@@ -2994,8 +5326,8 @@ Date:     Wed Nov 18 09:26:24 2009 -0500
     Although they were static, I was still surprised that gdb was seeing
     our variable "glyphs".  Not helpful.
 
- fc-glyphname/fc-glyphname.c |   6 +++---
- src/fcfreetype.c           |   13 ++++++-------
+ fc-glyphname/fc-glyphname.c | 6 +++---
+ src/fcfreetype.c           | 13 ++++++-------
  2 files changed, 9 insertions(+), 10 deletions(-)
 
 commit 3e5e83e12e051d6ac734f08609c6c584b0f0b807
@@ -3004,7 +5336,7 @@ Date:     Wed Nov 18 09:26:01 2009 -0500
 
     [src] Create fcglyphname.h automatically
 
- src/Makefile.am |    4 +++-
+ src/Makefile.am | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 040c98bcc40617ecbc9eb7e16b1714ebd256cfdc
@@ -3013,7 +5345,7 @@ Date:     Wed Nov 18 09:25:42 2009 -0500
 
     [fc-glyphname] Cleanup Makefile.am
 
- fc-glyphname/Makefile.am |    8 +++-----
+ fc-glyphname/Makefile.am | 8 +++-----
  1 file changed, 3 insertions(+), 5 deletions(-)
 
 commit 77f4e60a32971a815b85f187712191724a00b856
@@ -3026,7 +5358,7 @@ Date:     Wed Nov 18 09:10:05 2009 -0500
     values up to 0x01000000 and not 0x00100000 which I thought before.
     This covers the entire Unicode range.
 
- src/fccharset.c |    1 -
+ src/fccharset.c | 1 -
  1 file changed, 1 deletion(-)
 
 commit a90a3ad97a7cee10225190e13a576e55871b9441
@@ -3035,7 +5367,7 @@ Date:     Tue Nov 17 12:10:01 2009 -0500
 
     Make sure fclang.h and fcarch.h are built
 
- src/Makefile.am |    7 ++++++-
+ src/Makefile.am | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 commit a3b2426819836ab2454c6a7bad27c382f4a245bf
@@ -3044,7 +5376,7 @@ Date:     Mon Nov 16 18:29:26 2009 -0500
 
     [lang] Fix serializing LangSet from older versions
 
- src/fclang.c |    9 ++++++---
+ src/fclang.c | 9 ++++++---
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 commit 8480c6f86327877fce729ebb01b52bd7a40ddfc5
@@ -3053,9 +5385,9 @@ Date:     Mon Nov 16 17:38:40 2009 -0500
 
     [arch] Try to ensure proper FcLangSet alignment in arch
 
- fc-arch/fc-arch.c     |    5 +++--
- fc-arch/fcarch.tmpl.h |   16 ++++++++--------
- src/fclang.c         |    2 +-
+ fc-arch/fc-arch.c     |  5 +++--
+ fc-arch/fcarch.tmpl.h | 16 ++++++++--------
+ src/fclang.c         |  2 +-
  3 files changed, 12 insertions(+), 11 deletions(-)
 
 commit dffcb2a083bc5f959ed96dbdf0f365ebc0e710cc
@@ -3064,7 +5396,7 @@ Date:     Mon Nov 16 17:00:50 2009 -0500
 
     [xml] Remove unused code
 
- src/fcxml.c |  12 ------------
+ src/fcxml.c | 12 ------------
  1 file changed, 12 deletions(-)
 
 commit b2d910123008115813a5cd623389189a2d66880b
@@ -3073,7 +5405,7 @@ Date:     Mon Nov 16 16:57:53 2009 -0500
 
     [int] Remove more unused macros
 
- src/fcint.h |   4 ----
+ src/fcint.h | 4 ----
  1 file changed, 4 deletions(-)
 
 commit 247c4f3df21582260c4799bdbda2be1c13cc8901
@@ -3082,7 +5414,7 @@ Date:     Mon Nov 16 15:48:20 2009 -0500
 
     Enable automake silent rules
 
- configure.in |    1 +
+ configure.in | 1 +
  1 file changed, 1 insertion(+)
 
 commit 963820fcbfdb537fd956f8863f8793cf22093c5d
@@ -3091,9 +5423,9 @@ Date:     Mon Nov 16 15:46:46 2009 -0500
 
     [int] Remove fc_value_* macros that did nothing other than renaming
 
- src/fcint.h   |    6 ------
- src/fcmatch.c |    8 ++++----
- src/fcpat.c   |   12 ++++++------
+ src/fcint.h   |  6 ------
+ src/fcmatch.c |  8 ++++----
+ src/fcpat.c   | 12 ++++++------
  3 files changed, 10 insertions(+), 16 deletions(-)
 
 commit 888f9427ae84195104855d2bb2fbb6d44067a998
@@ -3102,9 +5434,9 @@ Date:     Mon Nov 16 15:43:08 2009 -0500
 
     [int] Remove fc_storage_type() in favor of direct access to v->type
 
- src/fcint.h   |    1 -
- src/fcmatch.c |    2 +-
- src/fcpat.c   |    2 +-
+ src/fcint.h   | 1 -
+ src/fcmatch.c | 2 +-
+ src/fcpat.c   | 2 +-
  3 files changed, 2 insertions(+), 3 deletions(-)
 
 commit 486fa46893d070485738de6e2c0d418650662d63
@@ -3113,7 +5445,7 @@ Date:     Mon Nov 16 15:41:58 2009 -0500
 
     Remove unused macros
 
- src/fcint.h |   5 -----
+ src/fcint.h | 5 -----
  1 file changed, 5 deletions(-)
 
 commit 1f4e6fecde22fd4ce8336b01a5c32c533fcb8bac
@@ -3132,10 +5464,10 @@ Date:   Mon Nov 16 15:39:16 2009 -0500
     changes.
     And change cache format, hence bumping from 2 to 3.
 
- fontconfig/fontconfig.h |    2 +-
- src/fcint.h            |    2 +-
- src/fclang.c           |   67
- ++++++++++++++++++++++++++++++++++++-----------
+ fontconfig/fontconfig.h |  2 +-
+ src/fcint.h            |  2 +-
+ src/fclang.c           | 67
+ ++++++++++++++++++++++++++++++++++++++-----------
  3 files changed, 54 insertions(+), 17 deletions(-)
 
 commit 6b1fc678ca59df3f3f1ffac0e509cf485c9df0c0
@@ -3144,8 +5476,8 @@ Date:     Mon Nov 16 16:57:10 2009 -0500
 
     [int] Define MIN/MAX/ABS macros
 
- src/fcfreetype.c |    3 ---
- src/fcint.h     |    4 ++++
+ src/fcfreetype.c | 3 ---
+ src/fcint.h     | 4 ++++
  2 files changed, 4 insertions(+), 3 deletions(-)
 
 commit b393846860a390ebe35b19320b5eaf9272084042
@@ -3154,8 +5486,8 @@ Date:     Mon Nov 16 15:17:56 2009 -0500
 
     [fc-arch] Add FcAlign to arch signature
 
- fc-arch/fc-arch.c     |    5 +++--
- fc-arch/fcarch.tmpl.h |   16 ++++++++--------
+ fc-arch/fc-arch.c     |  5 +++--
+ fc-arch/fcarch.tmpl.h | 16 ++++++++--------
  2 files changed, 11 insertions(+), 10 deletions(-)
 
 commit 8009229bc5cd9b540ff56a47ddc32ccada2679b0
@@ -3164,8 +5496,8 @@ Date:     Mon Nov 16 15:12:52 2009 -0500
 
     Move FcAlign to fcint.h
 
- src/fcint.h      |    8 ++++++++
- src/fcserialize.c |   8 --------
+ src/fcint.h      | 8 ++++++++
+ src/fcserialize.c | 8 --------
  2 files changed, 8 insertions(+), 8 deletions(-)
 
 commit 36ae1d9563cff4966b293f816cf9eb25c8ebb857
@@ -3176,8 +5508,8 @@ Date:     Mon Nov 9 13:17:17 2009 -0500
 
     Also remove --with-docdir. It can be set by setting docdir variable.
 
- configure.in   |   19 ++-----------------
- doc/Makefile.am |    2 --
+ configure.in   | 19 ++-----------------
+ doc/Makefile.am |  2 --
  2 files changed, 2 insertions(+), 19 deletions(-)
 
 commit b322eb4d7a90778dc9f08c73036836deba7e463e
@@ -3186,9 +5518,9 @@ Date:     Tue Sep 8 11:45:26 2009 -0400
 
     Bump version to 2.7.3
 
- README                         |   14 ++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 14 ++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 14 insertions(+), 4 deletions(-)
 
 commit afc845d930877ac62f6d5a5f50ea87b5182d0a4a
@@ -3197,7 +5529,7 @@ Date:     Tue Sep 8 11:44:59 2009 -0400
 
     Bump libtool version in preparation for release
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 5e544b32d8dc98737c7a268a6a5f877207284e9a
@@ -3210,7 +5542,7 @@ Date:     Sun Sep 6 22:10:22 2009 -0400
     equivalent to FcFreeTypeQuery.  Now fc-scan tool correctly applies
     the configuration to the scanned patterns.
 
- src/fcdir.c |   4 ++--
+ src/fcdir.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 25436fd08fa6d0825a2f7c7b5d51e34873a05187
@@ -3226,14 +5558,14 @@ Date:   Wed Sep 2 20:03:42 2009 -0700
     - Persian dialects Dari/Eastern Farsi (prs) and Western Farsi
     (pes) added
 
- fc-lang/ar.orth  |   81
- +++++++++++-------------------------------------------
- fc-lang/fa.orth  |   80
- +++++++++++++++++++++++++++++++++--------------------
- fc-lang/pes.orth |   26 ++++++++++++++++++
- fc-lang/prs.orth |   29 +++++++++++++++++++
- fc-lang/ur.orth  |   77
- ++++++++++++++++++++++++++-------------------------
+ fc-lang/ar.orth  | 81
+ +++++++++++---------------------------------------------
+ fc-lang/fa.orth  | 80
+ ++++++++++++++++++++++++++++++++++---------------------
+ fc-lang/pes.orth | 26 ++++++++++++++++++
+ fc-lang/prs.orth | 29 ++++++++++++++++++++
+ fc-lang/ur.orth  | 77
+ +++++++++++++++++++++++++++--------------------------
  5 files changed, 161 insertions(+), 132 deletions(-)
 
 commit d9d8b8826402ca75e882a427392bc8209ae8ff1a
@@ -3242,7 +5574,7 @@ Date:     Wed Sep 2 18:54:24 2009 -0700
 
     Correct Ewe (ee) orthography to use U+025B (bug #20711)
 
- fc-lang/ee.orth |    2 +-
+ fc-lang/ee.orth | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit e52fdbd2bc1b9589ca0adc4b0c143034ff60dd18
@@ -3251,9 +5583,9 @@ Date:     Mon Aug 31 17:32:36 2009 -0400
 
     Bump version to 2.7.2
 
- README                         |   19 +++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 19 +++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 19 insertions(+), 4 deletions(-)
 
 commit a74cfb63cb6af3c357b9c33d9f28b9cea5ff3e72
@@ -3262,7 +5594,7 @@ Date:     Mon Aug 31 17:32:13 2009 -0400
 
     Bump libtool version for release
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c5f0a65b36bc863d67bbf1f334262c35445ce610
@@ -3275,7 +5607,7 @@ Date:     Tue Aug 25 20:40:30 2009 -0400
     fixes that bug using the new reverse-map I added in the previous
     commit.
 
- src/fclang.c |   29 ++++++++++++++++++-----------
+ src/fclang.c | 29 ++++++++++++++++++-----------
  1 file changed, 18 insertions(+), 11 deletions(-)
 
 commit d354a321ee51f0bb70a39faeed541d1a90477d7d
@@ -3288,8 +5620,8 @@ Date:     Tue Aug 25 20:39:20 2009 -0400
     Fix bug in FcLangSetContains(), similar to
     5c6d1ff23bda4386984a1d6e4c024958f8f5547c
 
- fc-lang/fc-lang.c |   20 +++++++++++++++++---
- src/fclang.c     |    4 ++--
+ fc-lang/fc-lang.c | 20 +++++++++++++++++---
+ src/fclang.c     |  4 ++--
  2 files changed, 19 insertions(+), 5 deletions(-)
 
 commit f33a23133ecbcc981745051f7c34d96b33b57447
@@ -3301,7 +5633,7 @@ Date:     Fri Aug 21 13:41:41 2009 -0400
 
     Make it easy to install on older Windows
 
- src/fcxml.c |   4 ++++
+ src/fcxml.c | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit 8b1ceef0b7f41703775c163d6ac595a5407e9159
@@ -3314,7 +5646,7 @@ Date:     Fri Aug 14 00:16:18 2009 +0300
     the second byte, so we must use _mbsrchr() instead of strrchr() when
     looking at pathnames in the system codepage.
 
- src/fcxml.c |  11 +++++++++--
+ src/fcxml.c | 11 +++++++++--
  1 file changed, 9 insertions(+), 2 deletions(-)
 
 commit d15678127aeea96c9c8254a171c2f0af0bd7d140
@@ -3327,7 +5659,7 @@ Date:     Fri Aug 14 00:08:17 2009 +0300
     FcStrBufDoneStatic(). In the Windows code don't bother with dynamic
     allocation, just use a local buffer.
 
- src/fcxml.c |  43 +++++++++++--------------------------------
+ src/fcxml.c | 43 +++++++++++--------------------------------
  1 file changed, 11 insertions(+), 32 deletions(-)
 
 commit a1b6e34a9a17a4a675bdc993aa465b92d7122376
@@ -3339,7 +5671,7 @@ Date:     Fri Aug 14 00:02:59 2009 +0300
     Need to define _WIN32_WINNT as 0x0500 to get declaration for
     GetSystemWindowsDirectory().
 
- src/fcxml.c |   1 +
+ src/fcxml.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit 161620108bbb4e70f2817481e4d5bc26772fe67e
@@ -3348,7 +5680,7 @@ Date:     Tue Jul 28 14:24:21 2009 -0400
 
     [ja.orth] Comment out FULLWIDTH YEN SIGN (#22942)
 
- fc-lang/ja.orth |    2 +-
+ fc-lang/ja.orth | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 7c12181f7a75a434e2139f4bee794046258342cf
@@ -3357,8 +5689,8 @@ Date:     Tue Jul 28 14:23:10 2009 -0400
 
     Improve charset printing
 
- src/fcdbg.c  |    4 ++--
- src/fclang.c |    4 ++--
+ src/fcdbg.c  | 4 ++--
+ src/fclang.c | 4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)
 
 commit d2c8ac373e9ac45df66627cfc42679636d017f6e
@@ -3367,9 +5699,9 @@ Date:     Mon Jul 27 17:53:26 2009 -0400
 
     Bump version to 2.7.1
 
- README                         |   27 +++++++++++++++++++++++++--
- configure.in           |    4 ++--
- fontconfig/fontconfig.h |    2 +-
+ README                         | 27 +++++++++++++++++++++++++--
+ configure.in           |  4 ++--
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 28 insertions(+), 5 deletions(-)
 
 commit 16630692ec590bd70f4e426125e358251e05435d
@@ -3378,7 +5710,7 @@ Date:     Mon Jul 27 17:51:17 2009 -0400
 
     Update .gitignore
 
- .gitignore |   1 +
+ .gitignore | 1 +
  1 file changed, 1 insertion(+)
 
 commit 50d937b0e110ee21d9861b8fb973d62534db98ae
@@ -3387,7 +5719,7 @@ Date:     Mon Jul 27 17:48:29 2009 -0400
 
     Bump libtool versions that 2.7.0 (I forgot to do back then)
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 273e22c71f78281ade1c5c30a25ef10d214d7ea6
@@ -3400,7 +5732,7 @@ Date:     Mon Jul 27 15:07:12 2009 -0400
     @CONFDIR@ replaced.  Until we find a better solution, I've hardcoded
     /etc/fonts now.
 
- doc/confdir.sgml.in |   3 ++-
+ doc/confdir.sgml.in | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 21384990ffd045cc0f8379a325612aba6d810359
@@ -3409,7 +5741,7 @@ Date:     Mon Jul 27 14:50:44 2009 -0400
 
     [doc] Add ~/fonts.conf.d to user docs
 
- doc/fontconfig-user.sgml |    7 +++++++
+ doc/fontconfig-user.sgml | 7 +++++++
  1 file changed, 7 insertions(+)
 
 commit 7575c666619c58df00659d4e70b01104b8e114a5
@@ -3420,7 +5752,7 @@ Date:     Sat Jul 25 16:38:52 2009 -0400
 
     Reported by Yuriy Kaminskiy.
 
- src/fcfreetype.c |    2 +-
+ src/fcfreetype.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 558581c434abf0d96c46cf3bb1454be6806e1ffc
@@ -3429,8 +5761,8 @@ Date:     Fri Jul 24 14:59:07 2009 -0400
 
     Fix doc syntax (#22902)
 
- fc-match/fc-match.sgml |    3 ++-
- fc-scan/fc-scan.sgml  |    2 +-
+ fc-match/fc-match.sgml | 3 ++-
+ fc-scan/fc-scan.sgml  | 2 +-
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 commit 5c6d1ff23bda4386984a1d6e4c024958f8f5547c
@@ -3441,7 +5773,7 @@ Date:     Wed Jul 22 19:25:24 2009 -0400
 
     Was broken since ffd6668b469508177c4baf7745ae42aee5b00322
 
- src/fclang.c |   29 +++++++++++------------------
+ src/fclang.c | 29 +++++++++++------------------
  1 file changed, 11 insertions(+), 18 deletions(-)
 
 commit d9741a7f1a73f718ab20b0582fff8aebeba01077
@@ -3450,7 +5782,7 @@ Date:     Wed Jul 22 19:01:06 2009 -0400
 
     Remove unused macros
 
- src/fcmatch.c |   33 ++-------------------------------
+ src/fcmatch.c | 33 ++-------------------------------
  1 file changed, 2 insertions(+), 31 deletions(-)
 
 commit 792ce655cb06c678d4a4ff091866fd0531b141fb
@@ -3463,7 +5795,7 @@ Date:     Wed Jul 22 08:39:23 2009 -0400
     TT_NAME_ID_FONT_FAMILY when both are specified for the default
     language.
 
- src/fclist.c |    5 ++++-
+ src/fclist.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 commit 327fc9d183ba193c307d0ecaec8ad1f4e6ca1330
@@ -3473,7 +5805,7 @@ Date:     Tue Jul 21 15:41:47 2009 -0400
     Use GetSystemWindowsDirectory() instead of GetWindowsDirectory()
     (#22037)
 
- src/fcxml.c |   6 +++---
+ src/fcxml.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 86dd857447f69cf89fd47259055b150f62519c17
@@ -3482,7 +5814,7 @@ Date:     Tue Jul 21 15:39:58 2009 -0400
 
     Improve libtool version parsing (#22122)
 
- autogen.sh |   2 +-
+ autogen.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 16e55c7c85fc5771349172d6eb989dddd48c5c25
@@ -3491,7 +5823,7 @@ Date:     Mon Jul 20 16:30:12 2009 -0400
 
     Fix leak with string VStack objects
 
- src/fcxml.c |   2 +-
+ src/fcxml.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c0ffd7733a735bf2e10834925c63f0039c408649
@@ -3500,8 +5832,8 @@ Date:     Fri Jul 10 18:09:42 2009 +0100
 
     Add Inconsolata to monospace config (#22710)
 
- conf.d/45-latin.conf |    1 +
- conf.d/60-latin.conf |    1 +
+ conf.d/45-latin.conf | 1 +
+ conf.d/60-latin.conf | 1 +
  2 files changed, 2 insertions(+)
 
 commit 55e202a62d95e25cf2c4897afd66eab5711195c3
@@ -3510,11 +5842,11 @@ Date:   Sun Jun 28 14:14:46 2009 -0400
 
     Remove unused ftglue code
 
- src/fcfreetype.c |   66
- +++++++++++++++++++++++-------------------------------
- src/ftglue.c    |   62
- ++------------------------------------------------
- src/ftglue.h    |   33 ---------------------------
+ src/fcfreetype.c | 66
+ ++++++++++++++++++++++++--------------------------------
+ src/ftglue.c    | 62
+ ++--------------------------------------------------
+ src/ftglue.h    | 33 ----------------------------
  3 files changed, 30 insertions(+), 131 deletions(-)
 
 commit 52742ff86b60b1d244c1e87611aff5ceee46e596
@@ -3523,12 +5855,12 @@ Date:   Sun Jun 28 13:49:09 2009 -0400
 
     Replace spaces with tabs in conf files
 
- conf.d/25-unhint-nonlatin.conf |   32 +++----
- conf.d/30-metric-aliases.conf |   48 +++++------
- conf.d/30-urw-aliases.conf    |   36 ++++----
- conf.d/65-fonts-persian.conf  |  184
- ++++++++++++++++++++--------------------
- conf.d/90-synthetic.conf      |    8 +-
+ conf.d/25-unhint-nonlatin.conf |  32 +++----
+ conf.d/30-metric-aliases.conf |  48 +++++------
+ conf.d/30-urw-aliases.conf    |  36 ++++----
+ conf.d/65-fonts-persian.conf  | 184
+ ++++++++++++++++++++---------------------
+ conf.d/90-synthetic.conf      |   8 +-
  5 files changed, 154 insertions(+), 154 deletions(-)
 
 commit 57cf838cccda12dd171d3834b3e9b1275467d9e2
@@ -3537,7 +5869,7 @@ Date:     Sun Jun 28 13:46:41 2009 -0400
 
     Fix win32 build
 
- src/fcint.h |   2 +-
+ src/fcint.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 76374f0edef04e21859122dd8a2026b64fd2b273
@@ -3546,7 +5878,7 @@ Date:     Wed Jun 24 15:19:13 2009 -0400
 
     git-tag -s again
 
- new-version.sh |    2 +-
+ new-version.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 0f40912599a4be1b961c091733ed86d08a4e14e1
@@ -3555,10 +5887,10 @@ Date:   Wed Jun 24 15:04:11 2009 -0400
 
     Bump version to 2.7.0
 
- README                         |  222
- ++++++++++++++++++++++++++++++++++++++++++++++-
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 222
+ +++++++++++++++++++++++++++++++++++++++++++++++-
+ configure.in           |   2 +-
+ fontconfig/fontconfig.h |   2 +-
  3 files changed, 222 insertions(+), 4 deletions(-)
 
 commit 3734d6a5a2c5326bf1cd8b7cc7f3f07fe6943aa5
@@ -3567,7 +5899,7 @@ Date:     Wed Jun 24 15:03:32 2009 -0400
 
     Remove keithp's GPG key id
 
- new-version.sh |    2 +-
+ new-version.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d07059b7a3f8044904d884818d5e03596e7cc1a2
@@ -3576,7 +5908,7 @@ Date:     Wed Jun 24 14:43:32 2009 -0400
 
     Fix distcheck
 
- Makefile.am |   7 +++----
+ Makefile.am | 7 +++----
  1 file changed, 3 insertions(+), 4 deletions(-)
 
 commit b65fa0c3113bd1e1cec38d05f8c4f45f78e3e044
@@ -3585,7 +5917,7 @@ Date:     Thu Jun 11 07:08:10 2009 -0400
 
     Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags
 
- fontconfig.pc.in |    2 +-
+ fontconfig.pc.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 3164ac76229d9817120015401c1f532934d0a3e2
@@ -3594,7 +5926,7 @@ Date:     Fri Jun 5 22:59:06 2009 -0400
 
     [xml] Intern more strings
 
- src/fcxml.c |   9 ++++-----
+ src/fcxml.c | 9 ++++-----
  1 file changed, 4 insertions(+), 5 deletions(-)
 
 commit 390c05e64a3716f6ea6fd81cf3ab63439051fbaa
@@ -3606,10 +5938,10 @@ Date:   Fri Jun 5 22:32:31 2009 -0400
     Reduces number of malloc's for FcExprs from hundreds into single
     digits.
 
- src/fccfg.c |  32 +++++++++++++++++++++++++
- src/fcint.h |  14 +++++++++++
- src/fcxml.c |  75
- +++++++++++++++++++++++++----------------------------------
+ src/fccfg.c | 32 ++++++++++++++++++++++++++
+ src/fcint.h | 14 ++++++++++++
+ src/fcxml.c | 75
+ ++++++++++++++++++++++++++-----------------------------------
  3 files changed, 78 insertions(+), 43 deletions(-)
 
 commit 398d436441d741d6f8edcc25ca01aa9715c0731c
@@ -3618,8 +5950,8 @@ Date:     Fri Jun 5 21:37:01 2009 -0400
 
     [xml] Mark more symbols static
 
- src/fcint.h |  30 ------------------------------
- src/fcxml.c |  22 ++++++++++++----------
+ src/fcint.h | 30 ------------------------------
+ src/fcxml.c | 22 ++++++++++++----------
  2 files changed, 12 insertions(+), 40 deletions(-)
 
 commit a96ecbfa20fbc66fad3847b1d2bc6fb3cd712c91
@@ -3630,7 +5962,7 @@ Date:     Fri Jun 5 18:40:46 2009 -0400
 
     To be improved, using a central pool.
 
- src/fcxml.c |  46 ++++++++++++++++++++--------------------------
+ src/fcxml.c | 46 ++++++++++++++++++++--------------------------
  1 file changed, 20 insertions(+), 26 deletions(-)
 
 commit 5aebb3e299d877c4a66f409a7d448b2ac4e94be0
@@ -3639,8 +5971,8 @@ Date:     Fri Jun 5 18:27:47 2009 -0400
 
     Remove unused prototypes and function
 
- src/fcint.h |  16 ++--------------
- src/fcxml.c |   6 ------
+ src/fcint.h | 16 ++--------------
+ src/fcxml.c | 6 ------
  2 files changed, 2 insertions(+), 20 deletions(-)
 
 commit 900723f3d2396cfb606e5eceb8df0b71c4ffc0dd
@@ -3649,8 +5981,8 @@ Date:     Fri Jun 5 18:16:38 2009 -0400
 
     [charset] Grow internal FcCharset arrays exponentially
 
- src/fccharset.c |   65
- ++++++++++++++++++++++++++++++-------------------------
+ src/fccharset.c | 65
+ ++++++++++++++++++++++++++++++++-------------------------
  1 file changed, 36 insertions(+), 29 deletions(-)
 
 commit cce69b07efd82056c8eb855ef7ac7e02c94439da
@@ -3659,7 +5991,7 @@ Date:     Fri Jun 5 17:15:53 2009 -0400
 
     Always set *changed in FcCharsetMerge
 
- src/fccharset.c |    5 ++++-
+ src/fccharset.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 commit 86bdf4598fb46f7f2a36151016a5d318da073d60
@@ -3668,7 +6000,7 @@ Date:     Fri Jun 5 16:57:35 2009 -0400
 
     Add XXX note about Unicode Plane 16
 
- src/fccharset.c |    6 +++---
+ src/fccharset.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit efe5eae26b2443363b1000b3197d1731a40f8af9
@@ -3677,8 +6009,8 @@ Date:     Fri Jun 5 16:49:07 2009 -0400
 
     Simplify FcValueSave() semantics
 
- src/fccfg.c |   3 ++-
- src/fcpat.c |  12 ++----------
+ src/fccfg.c | 3 ++-
+ src/fcpat.c | 12 ++----------
  2 files changed, 4 insertions(+), 11 deletions(-)
 
 commit 8ea654b2aa6b4e97b369e299325da49807559511
@@ -3687,7 +6019,7 @@ Date:     Mon Jun 1 21:14:56 2009 -0400
 
     Use/prefer WWS family/style (name table id 21/22)
 
- src/fcfreetype.c |   12 ++++++++++++
+ src/fcfreetype.c | 12 ++++++++++++
  1 file changed, 12 insertions(+)
 
 commit 76845a40c58b092a9b1812830dc98b6f32e13da6
@@ -3696,7 +6028,7 @@ Date:     Mon May 25 20:26:56 2009 -0400
 
     Mark matchers array const (#21935)
 
- src/fcmatch.c |    2 +-
+ src/fcmatch.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit aa82a4f81d4d5e547c84266e66274d55e3843746
@@ -3711,12 +6043,12 @@ Date:   Thu May 7 14:31:11 2009 -0700
 
     Signed-off-by: Behdad Esfahbod <behdad@behdad.org>
 
- fc-lang/Makefile.am |   5 +++--
- fc-lang/lah.orth    |  35 ++++++++++++++++++++++++++++++++++
- fc-lang/pa.orth     |  53
- +++++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/pa_in.orth  |  46 --------------------------------------------
- fc-lang/pa_pk.orth  |   7 ++++---
+ fc-lang/Makefile.am | 5 +++--
+ fc-lang/lah.orth    | 35 +++++++++++++++++++++++++++++++++++
+ fc-lang/pa.orth     | 53
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/pa_in.orth  | 46 ----------------------------------------------
+ fc-lang/pa_pk.orth  | 7 ++++---
  5 files changed, 95 insertions(+), 51 deletions(-)
 
 commit 58aa0c8ee83f7bbd232401583106387517d216a9
@@ -3727,7 +6059,7 @@ Date:     Thu Apr 9 13:31:18 2009 -0400
 
     Instead of checking for "face->num_faces >1". (GNOME bug #577952)
 
- src/ftglue.c |   11 +++++++++--
+ src/ftglue.c | 11 +++++++++--
  1 file changed, 9 insertions(+), 2 deletions(-)
 
 commit 1dd95fcb8bb9b5feeabee0dfe334448733f5cb4c
@@ -3736,7 +6068,7 @@ Date:     Sun Apr 5 19:00:18 2009 -0400
 
     Correctly handle mmap() failure (#21062)
 
- src/fccache.c |    2 ++
+ src/fccache.c | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 35c51811515ab316c7279bd779f6685f2aaf7e81
@@ -3745,7 +6077,7 @@ Date:     Wed Mar 25 23:40:40 2009 -0400
 
     [fc-cache] Remove obsolete sentence from man page
 
- fc-cache/fc-cache.sgml |    5 +----
+ fc-cache/fc-cache.sgml | 5 +----
  1 file changed, 1 insertion(+), 4 deletions(-)
 
 commit ffd6668b469508177c4baf7745ae42aee5b00322
@@ -3780,11 +6112,11 @@ Date:   Wed Mar 18 19:28:52 2009 -0400
     but at least the existing caches are still valid and don't cause bugs
     like the above.
 
- configure.in       |    7 --
- fc-lang/Makefile.am | 248
- ++++++++++++++++++++++++++++++++++++++++++++++++++-
- fc-lang/fc-lang.c   |  49 ++++++----
- src/fclang.c       |    4 +-
+ configure.in       |   7 --
+ fc-lang/Makefile.am | 248
+ +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ fc-lang/fc-lang.c   | 49 +++++++----
+ src/fclang.c       |   4 +-
  4 files changed, 282 insertions(+), 26 deletions(-)
 
 commit 4d13536db49bdfba97f84f702325d1a99796c06b
@@ -3793,7 +6125,7 @@ Date:     Wed Mar 18 18:50:14 2009 -0400
 
     [fcstr] Remove unused variable
 
- src/fcstr.c |   2 --
+ src/fcstr.c | 2 --
  1 file changed, 2 deletions(-)
 
 commit bb36e67685dc4139fc4199c57c9d74d97f7923c8
@@ -3806,7 +6138,7 @@ Date:     Wed Mar 18 18:43:09 2009 -0400
     hence was totally failing to populate same-lang-different-territory
     map.
 
- fc-lang/fc-lang.c |   2 +-
+ fc-lang/fc-lang.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 0f11354877323edc2145f687f9127d2de83c5b3b
@@ -3819,7 +6151,7 @@ Date:     Tue Mar 17 12:52:48 2009 -0400
     Apparently disabling hinting can cause worse rendering with certain
     fonts.  This is better handled on a per font basis.
 
- conf.d/90-synthetic.conf |   11 -----------
+ conf.d/90-synthetic.conf | 11 -----------
  1 file changed, 11 deletions(-)
 
 commit 7042e236495399aab4eaf268232177d4b1680a12
@@ -3828,7 +6160,7 @@ Date:     Mon Mar 16 17:59:50 2009 -0400
 
     [Makefile.am] Don't clean ChangeLog in distclean
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit caeea376da54a6337bfcb1bb20f50c8c2302458f
@@ -3837,12 +6169,12 @@ Date:   Fri Mar 13 17:26:21 2009 -0400
 
     Document FcPatternFormat() format
 
- doc/Makefile.am          |    2 +
- doc/fcformat.fncs        |  301
- +++++++++++++++++++++++++++++++++++++++++++++
- doc/fcpattern.fncs       |   20 ---
- doc/fontconfig-devel.sgml |   2 +
- src/fcformat.c                   |   94 +++++++-------
+ doc/Makefile.am          |   2 +
+ doc/fcformat.fncs        | 301
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ doc/fcpattern.fncs       |  20 ---
+ doc/fontconfig-devel.sgml |   2 +
+ src/fcformat.c                   |  94 ++++++++-------
  5 files changed, 353 insertions(+), 66 deletions(-)
 
 commit f6d83439890c165e5a7f6a8a746ffdb189dbbd0d
@@ -3851,7 +6183,7 @@ Date:     Fri Mar 13 12:11:13 2009 -0400
 
     [fcformat] Fix default-value handling
 
- src/fcformat.c |   21 +++++++++++----------
+ src/fcformat.c | 21 +++++++++++----------
  1 file changed, 11 insertions(+), 10 deletions(-)
 
 commit 3074a73b418b40135d4a4f4e0713fcf987d34795
@@ -3861,260 +6193,260 @@ Date: Thu Mar 12 16:00:08 2009 -0400
     Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in
     all files
 
- COPYING                        |    4 ++--
- Makefile.am                    |    4 ++--
- conf.d/65-fonts-persian.conf   |    2 +-
- conf.d/Makefile.am             |    4 ++--
- config/Makedefs.in             |    4 ++--
- configure.in                   |    4 ++--
- doc/Makefile.am                |    4 ++--
- doc/confdir.sgml.in            |    4 ++--
- doc/edit-sgml.c                |    4 ++--
- doc/fcatomic.fncs              |    4 ++--
- doc/fcblanks.fncs              |    4 ++--
- doc/fccache.fncs               |    4 ++--
- doc/fccharset.fncs             |    4 ++--
- doc/fcconfig.fncs              |    4 ++--
- doc/fcconstant.fncs            |    4 ++--
- doc/fcfile.fncs                |    4 ++--
- doc/fcfontset.fncs             |    4 ++--
- doc/fcfreetype.fncs            |    4 ++--
- doc/fcinit.fncs                |    4 ++--
- doc/fcmatrix.fncs              |    4 ++--
- doc/fcobjectset.fncs           |    4 ++--
- doc/fcobjecttype.fncs          |    4 ++--
- doc/fcpattern.fncs             |    4 ++--
- doc/fcstring.fncs              |    4 ++--
- doc/fcstrset.fncs              |    4 ++--
- doc/fcvalue.fncs               |    4 ++--
- doc/fontconfig-devel.sgml      |    8 ++++----
- doc/fontconfig-user.sgml       |    4 ++--
- doc/func.sgml                  |    4 ++--
- doc/version.sgml.in            |    4 ++--
- fc-arch/Makefile.am            |    4 ++--
- fc-arch/fcarch.tmpl.h          |    4 ++--
- fc-cache/Makefile.am           |    4 ++--
- fc-cache/fc-cache.c            |    4 ++--
- fc-case/Makefile.am            |    4 ++--
- fc-case/fc-case.c              |    4 ++--
- fc-case/fccase.tmpl.h          |    4 ++--
- fc-cat/Makefile.am             |    4 ++--
- fc-cat/fc-cat.c                |    4 ++--
- fc-glyphname/Makefile.am       |    4 ++--
- fc-glyphname/fc-glyphname.c    |    4 ++--
- fc-glyphname/fcglyphname.tmpl.h |    4 ++--
- fc-lang/Makefile.am            |    4 ++--
- fc-lang/aa.orth                |    4 ++--
- fc-lang/ab.orth                |    4 ++--
- fc-lang/af.orth                |    4 ++--
- fc-lang/am.orth                |    4 ++--
- fc-lang/ar.orth                |    4 ++--
- fc-lang/ast.orth               |    4 ++--
- fc-lang/av.orth                |    4 ++--
- fc-lang/ay.orth                |    4 ++--
- fc-lang/az_ir.orth             |    4 ++--
- fc-lang/ba.orth                |    4 ++--
- fc-lang/be.orth                |    4 ++--
- fc-lang/bg.orth                |    4 ++--
- fc-lang/bh.orth                |    4 ++--
- fc-lang/bho.orth               |    4 ++--
- fc-lang/bi.orth                |    4 ++--
- fc-lang/bin.orth               |    4 ++--
- fc-lang/bm.orth                |    4 ++--
- fc-lang/bo.orth                |    4 ++--
- fc-lang/br.orth                |    4 ++--
- fc-lang/bs.orth                |    4 ++--
- fc-lang/bua.orth               |    4 ++--
- fc-lang/ca.orth                |    4 ++--
- fc-lang/ce.orth                |    4 ++--
- fc-lang/ch.orth                |    4 ++--
- fc-lang/chm.orth               |    4 ++--
- fc-lang/chr.orth               |    4 ++--
- fc-lang/co.orth                |    4 ++--
- fc-lang/cs.orth                |    4 ++--
- fc-lang/cu.orth                |    4 ++--
- fc-lang/cv.orth                |    4 ++--
- fc-lang/cy.orth                |    4 ++--
- fc-lang/da.orth                |    4 ++--
- fc-lang/de.orth                |    4 ++--
- fc-lang/dz.orth                |    4 ++--
- fc-lang/el.orth                |    4 ++--
- fc-lang/en.orth                |    4 ++--
- fc-lang/eo.orth                |    4 ++--
- fc-lang/es.orth                |    4 ++--
- fc-lang/et.orth                |    4 ++--
- fc-lang/eu.orth                |    4 ++--
- fc-lang/fa.orth                |    4 ++--
- fc-lang/fc-lang.c              |    4 ++--
- fc-lang/fc-lang.man            |    4 ++--
- fc-lang/fclang.tmpl.h          |    4 ++--
- fc-lang/ff.orth                |    4 ++--
- fc-lang/fi.orth                |    4 ++--
- fc-lang/fj.orth                |    4 ++--
- fc-lang/fo.orth                |    4 ++--
- fc-lang/fr.orth                |    4 ++--
- fc-lang/fur.orth               |    4 ++--
- fc-lang/fy.orth                |    4 ++--
- fc-lang/ga.orth                |    4 ++--
- fc-lang/gd.orth                |    4 ++--
- fc-lang/gez.orth               |    4 ++--
- fc-lang/gl.orth                |    4 ++--
- fc-lang/gn.orth                |    4 ++--
- fc-lang/gu.orth                |    4 ++--
- fc-lang/gv.orth                |    4 ++--
- fc-lang/ha.orth                |    4 ++--
- fc-lang/haw.orth               |    4 ++--
- fc-lang/he.orth                |    4 ++--
- fc-lang/hi.orth                |    4 ++--
- fc-lang/ho.orth                |    4 ++--
- fc-lang/hr.orth                |    4 ++--
- fc-lang/hu.orth                |    4 ++--
- fc-lang/hy.orth                |    4 ++--
- fc-lang/ia.orth                |    4 ++--
- fc-lang/id.orth                |    4 ++--
- fc-lang/ie.orth                |    4 ++--
- fc-lang/ig.orth                |    4 ++--
- fc-lang/ik.orth                |    4 ++--
- fc-lang/io.orth                |    4 ++--
- fc-lang/is.orth                |    4 ++--
- fc-lang/it.orth                |    4 ++--
- fc-lang/iu.orth                |    4 ++--
- fc-lang/ja.orth                |    4 ++--
- fc-lang/ka.orth                |    4 ++--
- fc-lang/kaa.orth               |    4 ++--
- fc-lang/ki.orth                |    4 ++--
- fc-lang/kk.orth                |    4 ++--
- fc-lang/kl.orth                |    4 ++--
- fc-lang/kn.orth                |    4 ++--
- fc-lang/ko.orth                |    4 ++--
- fc-lang/kok.orth               |    4 ++--
- fc-lang/ku_am.orth             |    4 ++--
- fc-lang/ku_ir.orth             |    4 ++--
- fc-lang/kum.orth               |    4 ++--
- fc-lang/kv.orth                |    4 ++--
- fc-lang/kw.orth                |    4 ++--
- fc-lang/ky.orth                |    4 ++--
- fc-lang/la.orth                |    4 ++--
- fc-lang/lb.orth                |    4 ++--
- fc-lang/lez.orth               |    4 ++--
- fc-lang/ln.orth                |    4 ++--
- fc-lang/lo.orth                |    4 ++--
- fc-lang/lt.orth                |    4 ++--
- fc-lang/lv.orth                |    4 ++--
- fc-lang/mai.orth               |    4 ++--
- fc-lang/mg.orth                |    4 ++--
- fc-lang/mh.orth                |    4 ++--
- fc-lang/mi.orth                |    4 ++--
- fc-lang/mk.orth                |    4 ++--
- fc-lang/ml.orth                |    4 ++--
- fc-lang/mn_cn.orth             |    4 ++--
- fc-lang/mo.orth                |    4 ++--
- fc-lang/mr.orth                |    4 ++--
- fc-lang/mt.orth                |    4 ++--
- fc-lang/my.orth                |    4 ++--
- fc-lang/nb.orth                |    4 ++--
- fc-lang/nds.orth               |    4 ++--
- fc-lang/ne.orth                |    4 ++--
- fc-lang/nl.orth                |    4 ++--
- fc-lang/nn.orth                |    4 ++--
- fc-lang/no.orth                |    4 ++--
- fc-lang/ny.orth                |    4 ++--
- fc-lang/oc.orth                |    4 ++--
- fc-lang/om.orth                |    4 ++--
- fc-lang/or.orth                |    4 ++--
- fc-lang/os.orth                |    4 ++--
- fc-lang/pa_in.orth             |    2 +-
- fc-lang/pl.orth                |    4 ++--
- fc-lang/ps_af.orth             |    4 ++--
- fc-lang/ps_pk.orth             |    4 ++--
- fc-lang/pt.orth                |    4 ++--
- fc-lang/rm.orth                |    4 ++--
- fc-lang/ro.orth                |    4 ++--
- fc-lang/ru.orth                |    4 ++--
- fc-lang/sa.orth                |    4 ++--
- fc-lang/sah.orth               |    4 ++--
- fc-lang/sco.orth               |    4 ++--
- fc-lang/se.orth                |    4 ++--
- fc-lang/sel.orth               |    4 ++--
- fc-lang/sk.orth                |    4 ++--
- fc-lang/sl.orth                |    4 ++--
- fc-lang/sm.orth                |    4 ++--
- fc-lang/sma.orth               |    4 ++--
- fc-lang/smj.orth               |    4 ++--
- fc-lang/smn.orth               |    4 ++--
- fc-lang/sms.orth               |    4 ++--
- fc-lang/so.orth                |    4 ++--
- fc-lang/sq.orth                |    4 ++--
- fc-lang/sr.orth                |    4 ++--
- fc-lang/sv.orth                |    4 ++--
- fc-lang/sw.orth                |    4 ++--
- fc-lang/syr.orth               |    4 ++--
- fc-lang/ta.orth                |    4 ++--
- fc-lang/te.orth                |    4 ++--
- fc-lang/tg.orth                |    4 ++--
- fc-lang/th.orth                |    4 ++--
- fc-lang/ti_er.orth             |    4 ++--
- fc-lang/ti_et.orth             |    4 ++--
- fc-lang/tig.orth               |    4 ++--
- fc-lang/tn.orth                |    4 ++--
- fc-lang/to.orth                |    4 ++--
- fc-lang/tr.orth                |    4 ++--
- fc-lang/ts.orth                |    4 ++--
- fc-lang/tt.orth                |    4 ++--
- fc-lang/tw.orth                |    4 ++--
- fc-lang/tyv.orth               |    4 ++--
- fc-lang/ug.orth                |    4 ++--
- fc-lang/uk.orth                |    4 ++--
- fc-lang/ur.orth                |    4 ++--
- fc-lang/ve.orth                |    4 ++--
- fc-lang/vi.orth                |    4 ++--
- fc-lang/vo.orth                |    4 ++--
- fc-lang/vot.orth               |    4 ++--
- fc-lang/wa.orth                |    4 ++--
- fc-lang/wen.orth               |    4 ++--
- fc-lang/wo.orth                |    4 ++--
- fc-lang/xh.orth                |    4 ++--
- fc-lang/yap.orth               |    4 ++--
- fc-lang/yi.orth                |    4 ++--
- fc-lang/yo.orth                |    4 ++--
- fc-lang/zh_cn.orth             |    4 ++--
- fc-lang/zh_hk.orth             |    4 ++--
- fc-lang/zh_mo.orth             |    4 ++--
- fc-lang/zh_sg.orth             |    4 ++--
- fc-lang/zh_tw.orth             |    4 ++--
- fc-lang/zu.orth                |    4 ++--
- fc-list/Makefile.am            |    4 ++--
- fc-list/fc-list.c              |    4 ++--
- fc-match/Makefile.am           |    4 ++--
- fc-match/fc-match.c            |    4 ++--
- fc-query/Makefile.am           |    4 ++--
- fc-query/fc-query.c            |    4 ++--
- fc-scan/Makefile.am            |    4 ++--
- fc-scan/fc-scan.c              |    4 ++--
- fontconfig/fcfreetype.h        |    4 ++--
- fontconfig/fcprivate.h                 |    4 ++--
- fontconfig/fontconfig.h        |    4 ++--
- src/Makefile.am                |    4 ++--
- src/fcatomic.c                         |    4 ++--
- src/fcblanks.c                         |    4 ++--
- src/fccache.c                  |    4 ++--
- src/fccfg.c                    |    4 ++--
- src/fccharset.c                |    4 ++--
- src/fcdbg.c                    |    4 ++--
- src/fcdefault.c                |    4 ++--
- src/fcdir.c                    |    4 ++--
- src/fcformat.c                         |    4 ++--
- src/fcfreetype.c               |    4 ++--
- src/fcfs.c                     |    4 ++--
- src/fcinit.c                   |    4 ++--
- src/fcint.h                    |    4 ++--
- src/fclang.c                   |    4 ++--
- src/fclist.c                   |    4 ++--
- src/fcmatch.c                  |    4 ++--
- src/fcname.c                   |    4 ++--
- src/fcpat.c                    |    4 ++--
- src/fcstr.c                    |    4 ++--
- src/fcxml.c                    |    4 ++--
+ COPYING                        | 4 ++--
+ Makefile.am                    | 4 ++--
+ conf.d/65-fonts-persian.conf   | 2 +-
+ conf.d/Makefile.am             | 4 ++--
+ config/Makedefs.in             | 4 ++--
+ configure.in                   | 4 ++--
+ doc/Makefile.am                | 4 ++--
+ doc/confdir.sgml.in            | 4 ++--
+ doc/edit-sgml.c                | 4 ++--
+ doc/fcatomic.fncs              | 4 ++--
+ doc/fcblanks.fncs              | 4 ++--
+ doc/fccache.fncs               | 4 ++--
+ doc/fccharset.fncs             | 4 ++--
+ doc/fcconfig.fncs              | 4 ++--
+ doc/fcconstant.fncs            | 4 ++--
+ doc/fcfile.fncs                | 4 ++--
+ doc/fcfontset.fncs             | 4 ++--
+ doc/fcfreetype.fncs            | 4 ++--
+ doc/fcinit.fncs                | 4 ++--
+ doc/fcmatrix.fncs              | 4 ++--
+ doc/fcobjectset.fncs           | 4 ++--
+ doc/fcobjecttype.fncs          | 4 ++--
+ doc/fcpattern.fncs             | 4 ++--
+ doc/fcstring.fncs              | 4 ++--
+ doc/fcstrset.fncs              | 4 ++--
+ doc/fcvalue.fncs               | 4 ++--
+ doc/fontconfig-devel.sgml      | 8 ++++----
+ doc/fontconfig-user.sgml       | 4 ++--
+ doc/func.sgml                  | 4 ++--
+ doc/version.sgml.in            | 4 ++--
+ fc-arch/Makefile.am            | 4 ++--
+ fc-arch/fcarch.tmpl.h          | 4 ++--
+ fc-cache/Makefile.am           | 4 ++--
+ fc-cache/fc-cache.c            | 4 ++--
+ fc-case/Makefile.am            | 4 ++--
+ fc-case/fc-case.c              | 4 ++--
+ fc-case/fccase.tmpl.h          | 4 ++--
+ fc-cat/Makefile.am             | 4 ++--
+ fc-cat/fc-cat.c                | 4 ++--
+ fc-glyphname/Makefile.am       | 4 ++--
+ fc-glyphname/fc-glyphname.c    | 4 ++--
+ fc-glyphname/fcglyphname.tmpl.h | 4 ++--
+ fc-lang/Makefile.am            | 4 ++--
+ fc-lang/aa.orth                | 4 ++--
+ fc-lang/ab.orth                | 4 ++--
+ fc-lang/af.orth                | 4 ++--
+ fc-lang/am.orth                | 4 ++--
+ fc-lang/ar.orth                | 4 ++--
+ fc-lang/ast.orth               | 4 ++--
+ fc-lang/av.orth                | 4 ++--
+ fc-lang/ay.orth                | 4 ++--
+ fc-lang/az_ir.orth             | 4 ++--
+ fc-lang/ba.orth                | 4 ++--
+ fc-lang/be.orth                | 4 ++--
+ fc-lang/bg.orth                | 4 ++--
+ fc-lang/bh.orth                | 4 ++--
+ fc-lang/bho.orth               | 4 ++--
+ fc-lang/bi.orth                | 4 ++--
+ fc-lang/bin.orth               | 4 ++--
+ fc-lang/bm.orth                | 4 ++--
+ fc-lang/bo.orth                | 4 ++--
+ fc-lang/br.orth                | 4 ++--
+ fc-lang/bs.orth                | 4 ++--
+ fc-lang/bua.orth               | 4 ++--
+ fc-lang/ca.orth                | 4 ++--
+ fc-lang/ce.orth                | 4 ++--
+ fc-lang/ch.orth                | 4 ++--
+ fc-lang/chm.orth               | 4 ++--
+ fc-lang/chr.orth               | 4 ++--
+ fc-lang/co.orth                | 4 ++--
+ fc-lang/cs.orth                | 4 ++--
+ fc-lang/cu.orth                | 4 ++--
+ fc-lang/cv.orth                | 4 ++--
+ fc-lang/cy.orth                | 4 ++--
+ fc-lang/da.orth                | 4 ++--
+ fc-lang/de.orth                | 4 ++--
+ fc-lang/dz.orth                | 4 ++--
+ fc-lang/el.orth                | 4 ++--
+ fc-lang/en.orth                | 4 ++--
+ fc-lang/eo.orth                | 4 ++--
+ fc-lang/es.orth                | 4 ++--
+ fc-lang/et.orth                | 4 ++--
+ fc-lang/eu.orth                | 4 ++--
+ fc-lang/fa.orth                | 4 ++--
+ fc-lang/fc-lang.c              | 4 ++--
+ fc-lang/fc-lang.man            | 4 ++--
+ fc-lang/fclang.tmpl.h          | 4 ++--
+ fc-lang/ff.orth                | 4 ++--
+ fc-lang/fi.orth                | 4 ++--
+ fc-lang/fj.orth                | 4 ++--
+ fc-lang/fo.orth                | 4 ++--
+ fc-lang/fr.orth                | 4 ++--
+ fc-lang/fur.orth               | 4 ++--
+ fc-lang/fy.orth                | 4 ++--
+ fc-lang/ga.orth                | 4 ++--
+ fc-lang/gd.orth                | 4 ++--
+ fc-lang/gez.orth               | 4 ++--
+ fc-lang/gl.orth                | 4 ++--
+ fc-lang/gn.orth                | 4 ++--
+ fc-lang/gu.orth                | 4 ++--
+ fc-lang/gv.orth                | 4 ++--
+ fc-lang/ha.orth                | 4 ++--
+ fc-lang/haw.orth               | 4 ++--
+ fc-lang/he.orth                | 4 ++--
+ fc-lang/hi.orth                | 4 ++--
+ fc-lang/ho.orth                | 4 ++--
+ fc-lang/hr.orth                | 4 ++--
+ fc-lang/hu.orth                | 4 ++--
+ fc-lang/hy.orth                | 4 ++--
+ fc-lang/ia.orth                | 4 ++--
+ fc-lang/id.orth                | 4 ++--
+ fc-lang/ie.orth                | 4 ++--
+ fc-lang/ig.orth                | 4 ++--
+ fc-lang/ik.orth                | 4 ++--
+ fc-lang/io.orth                | 4 ++--
+ fc-lang/is.orth                | 4 ++--
+ fc-lang/it.orth                | 4 ++--
+ fc-lang/iu.orth                | 4 ++--
+ fc-lang/ja.orth                | 4 ++--
+ fc-lang/ka.orth                | 4 ++--
+ fc-lang/kaa.orth               | 4 ++--
+ fc-lang/ki.orth                | 4 ++--
+ fc-lang/kk.orth                | 4 ++--
+ fc-lang/kl.orth                | 4 ++--
+ fc-lang/kn.orth                | 4 ++--
+ fc-lang/ko.orth                | 4 ++--
+ fc-lang/kok.orth               | 4 ++--
+ fc-lang/ku_am.orth             | 4 ++--
+ fc-lang/ku_ir.orth             | 4 ++--
+ fc-lang/kum.orth               | 4 ++--
+ fc-lang/kv.orth                | 4 ++--
+ fc-lang/kw.orth                | 4 ++--
+ fc-lang/ky.orth                | 4 ++--
+ fc-lang/la.orth                | 4 ++--
+ fc-lang/lb.orth                | 4 ++--
+ fc-lang/lez.orth               | 4 ++--
+ fc-lang/ln.orth                | 4 ++--
+ fc-lang/lo.orth                | 4 ++--
+ fc-lang/lt.orth                | 4 ++--
+ fc-lang/lv.orth                | 4 ++--
+ fc-lang/mai.orth               | 4 ++--
+ fc-lang/mg.orth                | 4 ++--
+ fc-lang/mh.orth                | 4 ++--
+ fc-lang/mi.orth                | 4 ++--
+ fc-lang/mk.orth                | 4 ++--
+ fc-lang/ml.orth                | 4 ++--
+ fc-lang/mn_cn.orth             | 4 ++--
+ fc-lang/mo.orth                | 4 ++--
+ fc-lang/mr.orth                | 4 ++--
+ fc-lang/mt.orth                | 4 ++--
+ fc-lang/my.orth                | 4 ++--
+ fc-lang/nb.orth                | 4 ++--
+ fc-lang/nds.orth               | 4 ++--
+ fc-lang/ne.orth                | 4 ++--
+ fc-lang/nl.orth                | 4 ++--
+ fc-lang/nn.orth                | 4 ++--
+ fc-lang/no.orth                | 4 ++--
+ fc-lang/ny.orth                | 4 ++--
+ fc-lang/oc.orth                | 4 ++--
+ fc-lang/om.orth                | 4 ++--
+ fc-lang/or.orth                | 4 ++--
+ fc-lang/os.orth                | 4 ++--
+ fc-lang/pa_in.orth             | 2 +-
+ fc-lang/pl.orth                | 4 ++--
+ fc-lang/ps_af.orth             | 4 ++--
+ fc-lang/ps_pk.orth             | 4 ++--
+ fc-lang/pt.orth                | 4 ++--
+ fc-lang/rm.orth                | 4 ++--
+ fc-lang/ro.orth                | 4 ++--
+ fc-lang/ru.orth                | 4 ++--
+ fc-lang/sa.orth                | 4 ++--
+ fc-lang/sah.orth               | 4 ++--
+ fc-lang/sco.orth               | 4 ++--
+ fc-lang/se.orth                | 4 ++--
+ fc-lang/sel.orth               | 4 ++--
+ fc-lang/sk.orth                | 4 ++--
+ fc-lang/sl.orth                | 4 ++--
+ fc-lang/sm.orth                | 4 ++--
+ fc-lang/sma.orth               | 4 ++--
+ fc-lang/smj.orth               | 4 ++--
+ fc-lang/smn.orth               | 4 ++--
+ fc-lang/sms.orth               | 4 ++--
+ fc-lang/so.orth                | 4 ++--
+ fc-lang/sq.orth                | 4 ++--
+ fc-lang/sr.orth                | 4 ++--
+ fc-lang/sv.orth                | 4 ++--
+ fc-lang/sw.orth                | 4 ++--
+ fc-lang/syr.orth               | 4 ++--
+ fc-lang/ta.orth                | 4 ++--
+ fc-lang/te.orth                | 4 ++--
+ fc-lang/tg.orth                | 4 ++--
+ fc-lang/th.orth                | 4 ++--
+ fc-lang/ti_er.orth             | 4 ++--
+ fc-lang/ti_et.orth             | 4 ++--
+ fc-lang/tig.orth               | 4 ++--
+ fc-lang/tn.orth                | 4 ++--
+ fc-lang/to.orth                | 4 ++--
+ fc-lang/tr.orth                | 4 ++--
+ fc-lang/ts.orth                | 4 ++--
+ fc-lang/tt.orth                | 4 ++--
+ fc-lang/tw.orth                | 4 ++--
+ fc-lang/tyv.orth               | 4 ++--
+ fc-lang/ug.orth                | 4 ++--
+ fc-lang/uk.orth                | 4 ++--
+ fc-lang/ur.orth                | 4 ++--
+ fc-lang/ve.orth                | 4 ++--
+ fc-lang/vi.orth                | 4 ++--
+ fc-lang/vo.orth                | 4 ++--
+ fc-lang/vot.orth               | 4 ++--
+ fc-lang/wa.orth                | 4 ++--
+ fc-lang/wen.orth               | 4 ++--
+ fc-lang/wo.orth                | 4 ++--
+ fc-lang/xh.orth                | 4 ++--
+ fc-lang/yap.orth               | 4 ++--
+ fc-lang/yi.orth                | 4 ++--
+ fc-lang/yo.orth                | 4 ++--
+ fc-lang/zh_cn.orth             | 4 ++--
+ fc-lang/zh_hk.orth             | 4 ++--
+ fc-lang/zh_mo.orth             | 4 ++--
+ fc-lang/zh_sg.orth             | 4 ++--
+ fc-lang/zh_tw.orth             | 4 ++--
+ fc-lang/zu.orth                | 4 ++--
+ fc-list/Makefile.am            | 4 ++--
+ fc-list/fc-list.c              | 4 ++--
+ fc-match/Makefile.am           | 4 ++--
+ fc-match/fc-match.c            | 4 ++--
+ fc-query/Makefile.am           | 4 ++--
+ fc-query/fc-query.c            | 4 ++--
+ fc-scan/Makefile.am            | 4 ++--
+ fc-scan/fc-scan.c              | 4 ++--
+ fontconfig/fcfreetype.h        | 4 ++--
+ fontconfig/fcprivate.h                 | 4 ++--
+ fontconfig/fontconfig.h        | 4 ++--
+ src/Makefile.am                | 4 ++--
+ src/fcatomic.c                         | 4 ++--
+ src/fcblanks.c                         | 4 ++--
+ src/fccache.c                  | 4 ++--
+ src/fccfg.c                    | 4 ++--
+ src/fccharset.c                | 4 ++--
+ src/fcdbg.c                    | 4 ++--
+ src/fcdefault.c                | 4 ++--
+ src/fcdir.c                    | 4 ++--
+ src/fcformat.c                         | 4 ++--
+ src/fcfreetype.c               | 4 ++--
+ src/fcfs.c                     | 4 ++--
+ src/fcinit.c                   | 4 ++--
+ src/fcint.h                    | 4 ++--
+ src/fclang.c                   | 4 ++--
+ src/fclist.c                   | 4 ++--
+ src/fcmatch.c                  | 4 ++--
+ src/fcname.c                   | 4 ++--
+ src/fcpat.c                    | 4 ++--
+ src/fcstr.c                    | 4 ++--
+ src/fcxml.c                    | 4 ++--
  254 files changed, 508 insertions(+), 508 deletions(-)
 
 commit b9b01b6ed0849f770200fb6ae2a3ac0ca2166877
@@ -4125,8 +6457,8 @@ Date:     Thu Mar 12 13:48:07 2009 -0400
 
     Recent git doesn't install the git-* commands in path.
 
- Makefile.am   |    2 +-
- new-version.sh |   10 +++++-----
+ Makefile.am   |  2 +-
+ new-version.sh | 10 +++++-----
  2 files changed, 6 insertions(+), 6 deletions(-)
 
 commit de69ee14d3ed094cd2bc4df603a03675c28d1b5b
@@ -4139,8 +6471,8 @@ Date:     Thu Mar 12 12:31:57 2009 -0400
     small test
     from 160 down to 6.
 
- src/fcstr.c |   4 ++--
- src/fcxml.c |  23 +++++++++++++++--------
+ src/fcstr.c | 4 ++--
+ src/fcxml.c | 23 +++++++++++++++--------
  2 files changed, 17 insertions(+), 10 deletions(-)
 
 commit 39861b7d9c69e71b9a8fb0d0d04279520cb30f04
@@ -4152,8 +6484,8 @@ Date:     Thu Mar 12 12:22:37 2009 -0400
     This reduces the number of mallocs called from FcVStackPush from
     over 800 down to zero.
 
- src/fcxml.c | 218
- ++++++++++++++++++++++++++++-------------------------------
+ src/fcxml.c | 218
+ +++++++++++++++++++++++++++++-------------------------------
  1 file changed, 105 insertions(+), 113 deletions(-)
 
 commit 1d7b47da9da574a8adf39b0b5d11aab3d3cf4a37
@@ -4165,7 +6497,7 @@ Date:     Thu Mar 12 11:58:04 2009 -0400
     This reduces the number of mallocs called from FcPStackPush from
     over 900 down to zero.
 
- src/fcxml.c |  28 ++++++++++++++++++++++------
+ src/fcxml.c | 28 ++++++++++++++++++++++------
  1 file changed, 22 insertions(+), 6 deletions(-)
 
 commit 532d8a1dbc2baebc2603d091952a640b954b6f71
@@ -4177,7 +6509,7 @@ Date:     Thu Mar 12 09:27:20 2009 -0400
     Reduces number of mallocs from FcConfigSaveAttr() in my small test
     from over 900 down to 157.
 
- src/fcxml.c |  19 ++++++-------------
+ src/fcxml.c | 19 ++++++-------------
  1 file changed, 6 insertions(+), 13 deletions(-)
 
 commit 3ed70071cdc8a03229c009f5565c23948264a5e0
@@ -4189,9 +6521,9 @@ Date:     Wed Mar 11 14:07:15 2009 -0400
     We can simply NUL-terminate the buffer and use it. Reduces number of
     mallocs called from FcStrBufDone in my small test from 631 down to 66.
 
- src/fcint.h |   3 +++
- src/fcstr.c |  13 +++++++++++++
- src/fcxml.c |  28 ++++++++++++++--------------
+ src/fcint.h | 3 +++
+ src/fcstr.c | 13 +++++++++++++
+ src/fcxml.c | 28 ++++++++++++++--------------
  3 files changed, 30 insertions(+), 14 deletions(-)
 
 commit 7d35c11b3304659d8be43913c9b125f2b5b38516
@@ -4203,8 +6535,8 @@ Date:     Wed Mar 11 13:56:09 2009 -0400
     Reduces number of mallocs called from FcStrBufChar in my small test
     from 900 down to 6.
 
- src/fcint.h |   1 +
- src/fcstr.c |  11 +++++++++--
+ src/fcint.h | 1 +
+ src/fcstr.c | 11 +++++++++--
  2 files changed, 10 insertions(+), 2 deletions(-)
 
 commit 916640ce40b995d1d97244975139ec0c030483e4
@@ -4213,8 +6545,8 @@ Date:     Tue Mar 10 02:15:37 2009 -0400
 
     Fix Makefile's to not create target file in case of failure
 
- fc-arch/Makefile.am |   3 ++-
- fc-lang/Makefile.am |   3 ++-
+ fc-arch/Makefile.am | 3 ++-
+ fc-lang/Makefile.am | 3 ++-
  2 files changed, 4 insertions(+), 2 deletions(-)
 
 commit 26ce979e825d661be046b1440563115ddc5ea4ab
@@ -4223,7 +6555,7 @@ Date:     Tue Mar 10 02:14:15 2009 -0400
 
     Fix Fanti (fat) orth file (#20390)
 
- fc-lang/fat.orth |    2 +-
+ fc-lang/fat.orth | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 49111c11fb5dca2af06004cc2ae443517f6c9557
@@ -4232,7 +6564,7 @@ Date:     Mon Mar 2 22:48:37 2009 -0800
 
     Add Sundanese (su) orthography (bug #20440)
 
- fc-lang/su.orth |   33 +++++++++++++++++++++++++++++++++
+ fc-lang/su.orth | 33 +++++++++++++++++++++++++++++++++
  1 file changed, 33 insertions(+)
 
 commit 0eaed16d34687bddc831d1ab3c50406c7c56792d
@@ -4241,7 +6573,7 @@ Date:     Mon Mar 2 20:53:26 2009 -0800
 
     Add Kanuri (kr) orthography (bug #20438)
 
- fc-lang/kr.orth |   43 +++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/kr.orth | 43 +++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 43 insertions(+)
 
 commit fe4838588b0b9eb84f66bd4ad70ee12013e0b49a
@@ -4250,7 +6582,7 @@ Date:     Mon Mar 2 02:21:17 2009 -0800
 
     Add Nauru (na) orthography (bug #20418)
 
- fc-lang/na.orth |   40 ++++++++++++++++++++++++++++++++++++++++
+ fc-lang/na.orth | 40 ++++++++++++++++++++++++++++++++++++++++
  1 file changed, 40 insertions(+)
 
 commit 9141b4bbe9a100200b09597f02521cd6e30d0f06
@@ -4259,7 +6591,7 @@ Date:     Sun Mar 1 03:53:11 2009 -0800
 
     Add Javanese (jv) orthography (bug #20403)
 
- fc-lang/jv.orth |   36 ++++++++++++++++++++++++++++++++++++
+ fc-lang/jv.orth | 36 ++++++++++++++++++++++++++++++++++++
  1 file changed, 36 insertions(+)
 
 commit dc6daae9494e30d8c2d9657bab04d8f88751f751
@@ -4268,7 +6600,7 @@ Date:     Sun Mar 1 03:50:46 2009 -0800
 
     Add Sichuan Yi (ii) orthography (bug #20402)
 
- fc-lang/ii.orth |   34 ++++++++++++++++++++++++++++++++++
+ fc-lang/ii.orth | 34 ++++++++++++++++++++++++++++++++++
  1 file changed, 34 insertions(+)
 
 commit 43517045f885c0e463c8a784c65f0b783658fc9b
@@ -4277,7 +6609,7 @@ Date:     Sun Mar 1 03:46:48 2009 -0800
 
     Add Shona (sn) orthography (bug #20394)
 
- fc-lang/sn.orth |   35 +++++++++++++++++++++++++++++++++++
+ fc-lang/sn.orth | 35 +++++++++++++++++++++++++++++++++++
  1 file changed, 35 insertions(+)
 
 commit 42a8008df14c7dcdd85ab7d3ce12b4191b807f27
@@ -4289,9 +6621,9 @@ Date:     Sun Mar 1 03:30:58 2009 -0800
     The languages are Kuanyama/Kwanyama (kj), Ndonga (ng), and Kwambi
     (kwm).
 
- fc-lang/kj.orth  |   34 ++++++++++++++++++++++++++++++++++
- fc-lang/kwm.orth |   29 +++++++++++++++++++++++++++++
- fc-lang/ng.orth  |   29 +++++++++++++++++++++++++++++
+ fc-lang/kj.orth  | 34 ++++++++++++++++++++++++++++++++++
+ fc-lang/kwm.orth | 29 +++++++++++++++++++++++++++++
+ fc-lang/ng.orth  | 29 +++++++++++++++++++++++++++++
  3 files changed, 92 insertions(+)
 
 commit f0b546372967434418aa6cfe6f2d709795fdff24
@@ -4300,7 +6632,7 @@ Date:     Sun Mar 1 02:33:54 2009 -0800
 
     Add Zhuang (za) orthography (bug #20399)
 
- fc-lang/za.orth |   39 +++++++++++++++++++++++++++++++++++++++
+ fc-lang/za.orth | 39 +++++++++++++++++++++++++++++++++++++++
  1 file changed, 39 insertions(+)
 
 commit 7886b147834decbcab6f556b1c43cc003e2bf893
@@ -4309,7 +6641,7 @@ Date:     Sun Mar 1 02:12:38 2009 -0800
 
     Add Rundi (rn) orthography (bug #20398)
 
- fc-lang/rn.orth |   32 ++++++++++++++++++++++++++++++++
+ fc-lang/rn.orth | 32 ++++++++++++++++++++++++++++++++
  1 file changed, 32 insertions(+)
 
 commit 10a85249d9e79ae474c996d3e4f14d0ea8aa50b8
@@ -4318,7 +6650,7 @@ Date:     Sat Feb 28 19:43:02 2009 -0800
 
     Add Navajo (nv) orthography (bug #20395)
 
- fc-lang/nv.orth |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/nv.orth | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 48 insertions(+)
 
 commit bf20886085a18227702f67b70dd7ef5f0e919469
@@ -4327,7 +6659,7 @@ Date:     Sat Feb 28 18:25:20 2009 -0800
 
     Add Tahitian (ty) orthography (bug #20391)
 
- fc-lang/ty.orth |   41 +++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ty.orth | 41 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 41 insertions(+)
 
 commit 0e05d7e5c730a1740d4c289a66f43f11a527c840
@@ -4336,7 +6668,7 @@ Date:     Sat Feb 28 18:01:11 2009 -0800
 
     Add Sango (sg) orthography (bug #20393)
 
- fc-lang/sg.orth |   47 +++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/sg.orth | 47 +++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 47 insertions(+)
 
 commit bdbdc64dd1e0a1727e2486c3320f9598695e4ab4
@@ -4345,7 +6677,7 @@ Date:     Sat Feb 28 17:38:21 2009 -0800
 
     Added Quechua (qu) orthography (bug #20392)
 
- fc-lang/qu.orth |   36 ++++++++++++++++++++++++++++++++++++
+ fc-lang/qu.orth | 36 ++++++++++++++++++++++++++++++++++++
  1 file changed, 36 insertions(+)
 
 commit 16159d0fae1d8d0d2ba6ac1fc7f845582dec351b
@@ -4354,8 +6686,8 @@ Date:     Sat Feb 28 17:05:11 2009 -0800
 
     Add Akan (ak) and Fanti (fat) orthographies (bug #20390)
 
- fc-lang/ak.orth  |   30 ++++++++++++++++++++++++++++++
- fc-lang/fat.orth |   30 ++++++++++++++++++++++++++++++
+ fc-lang/ak.orth  | 30 ++++++++++++++++++++++++++++++
+ fc-lang/fat.orth | 30 ++++++++++++++++++++++++++++++
  2 files changed, 60 insertions(+)
 
 commit 881a7cd93b3358e371a25bc7ad4818baa3c8968b
@@ -4364,7 +6696,7 @@ Date:     Sat Feb 28 16:29:07 2009 -0800
 
     Add Herero (hz) orthograhy (bug #20387)
 
- fc-lang/hz.orth |   35 +++++++++++++++++++++++++++++++++++
+ fc-lang/hz.orth | 35 +++++++++++++++++++++++++++++++++++
  1 file changed, 35 insertions(+)
 
 commit bc701d2a5b7dc687ba25bafc5fea282adad37ecb
@@ -4373,8 +6705,8 @@ Date:     Sat Feb 28 16:03:51 2009 -0800
 
     Add Ewe (ee) orthography (bug #20386)
 
- fc-lang/ee.orth |   77
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ee.orth | 77
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 77 insertions(+)
 
 commit 5a83914b733755ff6c710ff398cb5668fdb74a19
@@ -4383,7 +6715,7 @@ Date:     Fri Feb 27 14:41:07 2009 -0800
 
     Update Serbo-Croatian (sh) orthography (bug #20368)
 
- fc-lang/sh.orth |   18 +++++++++++++-----
+ fc-lang/sh.orth | 18 +++++++++++++-----
  1 file changed, 13 insertions(+), 5 deletions(-)
 
 commit 505ea8ce37dff9cc35dba6a98de4a31ed1ac5f8c
@@ -4392,7 +6724,7 @@ Date:     Thu Feb 26 23:27:20 2009 -0800
 
     Extend Crimean Tatar (crh) orthography (bug #19891)
 
- fc-lang/crh.orth |    7 ++++---
+ fc-lang/crh.orth | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
 commit 4c7da799f3b90fb2f1117f9e9c45fa7fc1bd268c
@@ -4401,7 +6733,7 @@ Date:     Wed Feb 18 21:21:01 2009 -0800
 
     Add Divehi (dv) orthography (bug #20207)
 
- fc-lang/dv.orth |   34 ++++++++++++++++++++++++++++++++++
+ fc-lang/dv.orth | 34 ++++++++++++++++++++++++++++++++++
  1 file changed, 34 insertions(+)
 
 commit 5cac0a4fd681087562c84b3d2534cecff6876048
@@ -4414,13 +6746,13 @@ Date:   Wed Feb 18 17:09:51 2009 -0800
     (lo),
     Malayalam (ml), Oriya (or), Telugu (te), and Thai (th).
 
- fc-lang/gu.orth |    4 ++--
- fc-lang/kn.orth |    4 ++--
- fc-lang/lo.orth |    4 ++--
- fc-lang/ml.orth |    4 ++--
- fc-lang/or.orth |    5 +++--
- fc-lang/te.orth |    4 ++--
- fc-lang/th.orth |    8 ++++++--
+ fc-lang/gu.orth | 4 ++--
+ fc-lang/kn.orth | 4 ++--
+ fc-lang/lo.orth | 4 ++--
+ fc-lang/ml.orth | 4 ++--
+ fc-lang/or.orth | 5 +++--
+ fc-lang/te.orth | 4 ++--
+ fc-lang/th.orth | 8 ++++++--
  7 files changed, 19 insertions(+), 14 deletions(-)
 
 commit ea628d97706e842cb5555ceb5368fd972c941e0c
@@ -4429,7 +6761,7 @@ Date:     Wed Feb 18 16:44:10 2009 -0800
 
     Tighten Central Khmer (km) orthography (bug #20202)
 
- fc-lang/km.orth |   24 +++++++++++++++++-------
+ fc-lang/km.orth | 24 +++++++++++++++++-------
  1 file changed, 17 insertions(+), 7 deletions(-)
 
 commit 4a5805d9c6b20b4c8f56f3b8201653e88e3706be
@@ -4438,7 +6770,7 @@ Date:     Wed Feb 18 16:03:30 2009 -0800
 
     Change Kashmiri (ks) orthography to Arabic script (bug #20200)
 
- fc-lang/ks.orth |   19 ++++++++++++-------
+ fc-lang/ks.orth | 19 ++++++++++++-------
  1 file changed, 12 insertions(+), 7 deletions(-)
 
 commit cda57219229025db963d3db0f984974187a409f8
@@ -4447,8 +6779,8 @@ Date:     Tue Feb 17 23:33:07 2009 -0800
 
     Rename Fulah orthography from 'ful' to 'ff' (bug #20177)
 
- fc-lang/ff.orth  |   38 ++++++++++++++++++++++++++++++++++++++
- fc-lang/ful.orth |   38 --------------------------------------
+ fc-lang/ff.orth  | 38 ++++++++++++++++++++++++++++++++++++++
+ fc-lang/ful.orth | 38 --------------------------------------
  2 files changed, 38 insertions(+), 38 deletions(-)
 
 commit a32b79c3a5251916597bb871d2cd7698baeb5e58
@@ -4457,8 +6789,8 @@ Date:     Tue Feb 17 22:45:17 2009 -0800
 
     Rename Bambara orthography from 'bam' to 'bm' (bug #20175)
 
- fc-lang/bam.orth |   37 -------------------------------------
- fc-lang/bm.orth  |   37 +++++++++++++++++++++++++++++++++++++
+ fc-lang/bam.orth | 37 -------------------------------------
+ fc-lang/bm.orth  | 37 +++++++++++++++++++++++++++++++++++++
  2 files changed, 37 insertions(+), 37 deletions(-)
 
 commit 74a0a28695a24e02bc623d1b2c1c72054ff03d52
@@ -4467,10 +6799,10 @@ Date:   Tue Feb 17 22:40:50 2009 -0800
 
     Rename Avaric orthography from 'ava' to 'av' (bug #20174)
 
- fc-lang/av.orth  |   97
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ava.orth |   97
- ------------------------------------------------------
+ fc-lang/av.orth  | 97
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ava.orth | 97
+ --------------------------------------------------------
  2 files changed, 97 insertions(+), 97 deletions(-)
 
 commit eba32fa3f3024fb94f75cdedaa8d4c17d786a761
@@ -4482,7 +6814,7 @@ Date:     Tue Feb 17 22:09:53 2009 -0800
     Removed Cyrillic that is no longer in use. Removed "A WITH DIAERESIS"
     too, since it was only temporarily used in 1991-1992.
 
- fc-lang/az_az.orth |  41 ++++++++++++++---------------------------
+ fc-lang/az_az.orth | 41 ++++++++++++++---------------------------
  1 file changed, 14 insertions(+), 27 deletions(-)
 
 commit 1c7bacc214f6e6e507f932230ec52744337cdf47
@@ -4491,8 +6823,8 @@ Date:     Tue Feb 17 21:37:45 2009 -0800
 
     Switch Uzbek (uz) orthography to Latin (bug #19851)
 
- fc-lang/uz.orth |   94
- ++++++++++---------------------------------------------
+ fc-lang/uz.orth | 94
+ ++++++++++-----------------------------------------------
  1 file changed, 16 insertions(+), 78 deletions(-)
 
 commit dfd5d0937ce44b4a60b5ee7e2e82650a5e31a456
@@ -4501,7 +6833,7 @@ Date:     Tue Feb 17 20:02:39 2009 -0800
 
     Add Crimean Tatar (crh) orthography (bug #19891)
 
- fc-lang/crh.orth |   45 +++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/crh.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 45 insertions(+)
 
 commit 502c46c23d3e36dbfff29484486091f140756535
@@ -4510,8 +6842,8 @@ Date:     Tue Feb 17 19:41:30 2009 -0800
 
     Add Papiamento (pap_aw, pap_an) orthographies (bug #19891)
 
- fc-lang/pap_an.orth |  46 ++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/pap_aw.orth |  31 +++++++++++++++++++++++++++++++
+ fc-lang/pap_an.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/pap_aw.orth | 31 +++++++++++++++++++++++++++++++
  2 files changed, 77 insertions(+)
 
 commit b4cd4cb6cc2cfd6432bfd4a5b2ec9c63cf653f6d
@@ -4520,7 +6852,7 @@ Date:     Tue Feb 17 17:30:15 2009 -0800
 
     Add Blin (byn) orthography (bug #19891)
 
- fc-lang/byn.orth |   27 +++++++++++++++++++++++++++
+ fc-lang/byn.orth | 27 +++++++++++++++++++++++++++
  1 file changed, 27 insertions(+)
 
 commit 4d7412a28b834830d0d1749852115846b3554932
@@ -4532,9 +6864,9 @@ Date:     Tue Feb 17 17:03:54 2009 -0800
     Previous Panjabi orthography was in the Gurmukhi script only, while in
     Pakistan, the Arabic script (called Shahmukhi) is used for Panjani.
 
- fc-lang/pa.orth    |  46 ----------------------------------------------
- fc-lang/pa_in.orth |  46 ++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/pa_pk.orth |  28 ++++++++++++++++++++++++++++
+ fc-lang/pa.orth    | 46 ----------------------------------------------
+ fc-lang/pa_in.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/pa_pk.orth | 28 ++++++++++++++++++++++++++++
  3 files changed, 74 insertions(+), 46 deletions(-)
 
 commit 7a22c9d3471cd4963c529937df823148ab8e1a7d
@@ -4543,7 +6875,7 @@ Date:     Fri Feb 13 20:04:42 2009 -0800
 
     Add Ottoman Turkish (ota) orthography (bug #20114)
 
- fc-lang/ota.orth |   41 +++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ota.orth | 41 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 41 insertions(+)
 
 commit b5675e4c920dbb146ab76d49b4807693749e8143
@@ -4552,15 +6884,15 @@ Date:   Fri Feb 13 17:14:14 2009 -0800
 
     Remove Euro Sign from all orthographies (bug #19865)
 
- fc-lang/de.orth |    1 -
- fc-lang/el.orth |    1 -
- fc-lang/en.orth |    1 -
- fc-lang/es.orth |    1 -
- fc-lang/fi.orth |    1 -
- fc-lang/fr.orth |    1 -
- fc-lang/it.orth |    1 -
- fc-lang/nl.orth |    1 -
- fc-lang/pt.orth |    1 -
+ fc-lang/de.orth | 1 -
+ fc-lang/el.orth | 1 -
+ fc-lang/en.orth | 1 -
+ fc-lang/es.orth | 1 -
+ fc-lang/fi.orth | 1 -
+ fc-lang/fr.orth | 1 -
+ fc-lang/it.orth | 1 -
+ fc-lang/nl.orth | 1 -
+ fc-lang/pt.orth | 1 -
  9 files changed, 9 deletions(-)
 
 commit f6993c880345b45abc0f7e7f0bb14dd0ddae0caa
@@ -4569,7 +6901,7 @@ Date:     Mon Mar 2 13:25:37 2009 +0330
 
     [fc-lang] Continue parsing after an "include" (#20179)
 
- fc-lang/fc-lang.c |   29 ++++++++++++++++++-----------
+ fc-lang/fc-lang.c | 29 ++++++++++++++++++-----------
  1 file changed, 18 insertions(+), 11 deletions(-)
 
 commit abe0e056d5a93dee80d8e964569563dc4d131a90
@@ -4580,8 +6912,8 @@ Date:     Fri Feb 13 16:47:11 2009 -0800
 
     Removing digits, symbols, and the letters not used in the languages.
 
- fc-lang/as.orth |   37 +++++++++++++++++++++++++++----------
- fc-lang/bn.orth |   21 ++++++++++++---------
+ fc-lang/as.orth | 37 +++++++++++++++++++++++++++----------
+ fc-lang/bn.orth | 21 ++++++++++++---------
  2 files changed, 39 insertions(+), 19 deletions(-)
 
 commit 40b2904c8984db90cc35eecbec571552c2e4d120
@@ -4590,8 +6922,8 @@ Date:     Fri Feb 13 16:07:14 2009 -0800
 
     Add Sidamo (sid) and Wolaitta (wal) orthographies (bug #19891)
 
- fc-lang/sid.orth |   27 +++++++++++++++++++++++++++
- fc-lang/wal.orth |   27 +++++++++++++++++++++++++++
+ fc-lang/sid.orth | 27 +++++++++++++++++++++++++++
+ fc-lang/wal.orth | 27 +++++++++++++++++++++++++++
  2 files changed, 54 insertions(+)
 
 commit d333969e0c809b3175193c7dda26703287d57fd4
@@ -4600,7 +6932,7 @@ Date:     Fri Feb 13 15:52:23 2009 -0800
 
     Add Sardinian (sc) orthography (bug #19891)
 
- fc-lang/sc.orth |   42 ++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/sc.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 42 insertions(+)
 
 commit 1ae2e9b479818835ba3ddddb3c613cdb5acf46d4
@@ -4609,7 +6941,7 @@ Date:     Fri Feb 13 13:31:10 2009 -0800
 
     Add Limburgan (li) orthography (bug #19891)
 
- fc-lang/li.orth |   43 +++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/li.orth | 43 +++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 43 insertions(+)
 
 commit d8a4ee921a3bf0e78dffcea8f27d457cc1bc378e
@@ -4618,7 +6950,7 @@ Date:     Wed Feb 11 01:59:56 2009 -0800
 
     Ad Ganda (lg) orthography (bug #19891)
 
- fc-lang/lg.orth |   33 +++++++++++++++++++++++++++++++++
+ fc-lang/lg.orth | 33 +++++++++++++++++++++++++++++++++
  1 file changed, 33 insertions(+)
 
 commit f4159adaa88d55118fe1c2c62b05600d0a8fbc0a
@@ -4627,7 +6959,7 @@ Date:     Wed Feb 11 01:44:45 2009 -0800
 
     Add Haitian Creole (ht) orthography (bug #19891)
 
- fc-lang/ht.orth |   35 +++++++++++++++++++++++++++++++++++
+ fc-lang/ht.orth | 35 +++++++++++++++++++++++++++++++++++
  1 file changed, 35 insertions(+)
 
 commit 190b4b5b2bd9a4822660b134639a759a5949c862
@@ -4636,7 +6968,7 @@ Date:     Wed Feb 11 01:11:30 2009 -0800
 
     Add Aragonese (an) orthography (bug #19891)
 
- fc-lang/an.orth |   45 +++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/an.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 45 insertions(+)
 
 commit 3541f01828be06e2a414fa5bcd9543dbb2c9e0fd
@@ -4645,7 +6977,7 @@ Date:     Wed Feb 11 00:34:10 2009 -0800
 
     Add Kurdish in Turkey (ku_tr) orthography (bug #19891)
 
- fc-lang/ku_tr.orth |  42 ++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ku_tr.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 42 insertions(+)
 
 commit 3792f0199065cdf808d723eacf3fa86910453f70
@@ -4654,7 +6986,7 @@ Date:     Wed Feb 11 00:22:53 2009 -0800
 
     Use newly added Cyrillic letters for Kurdish (bug #20049)
 
- fc-lang/ku_am.orth |   5 +----
+ fc-lang/ku_am.orth | 5 +----
  1 file changed, 1 insertion(+), 4 deletions(-)
 
 commit 0d8b15f00f11a5150d842a3bd10e8dd05413fb9c
@@ -4663,7 +6995,7 @@ Date:     Wed Feb 11 00:05:16 2009 -0800
 
     Add Chhattisgarhi (hne) orthography (bug #19891)
 
- fc-lang/hne.orth |   28 ++++++++++++++++++++++++++++
+ fc-lang/hne.orth | 28 ++++++++++++++++++++++++++++
  1 file changed, 28 insertions(+)
 
 commit 04ac14fc14131a66f0c391d8bb3894a01e556a05
@@ -4672,7 +7004,7 @@ Date:     Fri Feb 13 17:18:11 2009 -0800
 
     [fcformat] Add list of undocumented language features
 
- src/fcformat.c |   35 +++++++++++++++++++++++++++++++++++
+ src/fcformat.c | 35 +++++++++++++++++++++++++++++++++++
  1 file changed, 35 insertions(+)
 
 commit 384542fa915b27285ec22d899c4aa19be8c275f1
@@ -4691,7 +7023,7 @@ Date:     Fri Feb 13 16:41:37 2009 -0800
     font(:lang=yo)
     font(:lang=zu)
 
- src/fcformat.c |    2 ++
+ src/fcformat.c | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 9d58d01c5c061c1fcfb3cca3a3a4622f9bbec727
@@ -4703,8 +7035,8 @@ Date:     Fri Feb 13 16:33:58 2009 -0800
     If one asks for a format like '%{[]elt{expr}}' and the first value
     for elt is a langset, we enumerate the langset languages in expr.
 
- src/fcformat.c |   59
- ++++++++++++++++++++++++++++++++++++++++++++------------
+ src/fcformat.c | 59
+ ++++++++++++++++++++++++++++++++++++++++++++++------------
  1 file changed, 47 insertions(+), 12 deletions(-)
 
 commit d62b85af21777582ad720efd9c319fde97b67d82
@@ -4713,9 +7045,9 @@ Date:     Fri Feb 13 16:30:43 2009 -0800
 
     [fclang] Implement FcLangSetGetLangs() (#18846)
 
- doc/fclangset.fncs     |    8 ++++++++
- fontconfig/fontconfig.h |    3 +++
- src/fclang.c           |   32 ++++++++++++++++++++++++++++++++
+ doc/fclangset.fncs     |  8 ++++++++
+ fontconfig/fontconfig.h |  3 +++
+ src/fclang.c           | 32 ++++++++++++++++++++++++++++++++
  3 files changed, 43 insertions(+)
 
 commit cdfb76585e7afbe739d00ed83a029ce1f909142f
@@ -4730,8 +7062,8 @@ Date:     Thu Feb 12 21:48:22 2009 -0600
     both lists
     are exhausted.
 
- src/fcformat.c |   90
- ++++++++++++++++++++++++++++++++++++++++++++++++++++----
+ src/fcformat.c | 90
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 85 insertions(+), 5 deletions(-)
 
 commit 0673ef3881d24820e627b9a8cd3a4b3e3889c545
@@ -4744,7 +7076,7 @@ Date:     Wed Feb 11 23:55:11 2009 -0500
     is not defined.
     Also works for things like '%{family[1]:-XXX}'.
 
- src/fcformat.c |   30 +++++++++++++++++++++++++-----
+ src/fcformat.c | 30 +++++++++++++++++++++++++-----
  1 file changed, 25 insertions(+), 5 deletions(-)
 
 commit 9c83a8376f7db19421fb42d311fba81b398c67b0
@@ -4756,9 +7088,9 @@ Date:     Wed Feb 11 23:44:36 2009 -0500
     The format '%{family[0]}' will only output the first value for
     element family.
 
- src/fcformat.c |   43 +++++++++++++++++++++++++++++++++++++++----
- src/fcint.h   |    5 +++++
- src/fcname.c  |    2 +-
+ src/fcformat.c | 43 +++++++++++++++++++++++++++++++++++++++----
+ src/fcint.h   |  5 +++++
+ src/fcname.c  |  2 +-
  3 files changed, 45 insertions(+), 5 deletions(-)
 
 commit d04a750764d89a7048f49d655fb7e4aabbcd10b3
@@ -4774,8 +7106,8 @@ Date:     Tue Feb 10 20:56:39 2009 -0500
     Also added the '%{=fclist}' and '%{=fcmatch}' which format like the
     default format of fc-list and fc-match respectively.
 
- src/fcformat.c |  137
- +++++++++++++++++++++++++++++++++++++++-----------------
+ src/fcformat.c | 137
+ +++++++++++++++++++++++++++++++++++++++------------------
  1 file changed, 95 insertions(+), 42 deletions(-)
 
 commit 85c7fb67ce9f77574f71de7d9b69867bb974cd48
@@ -4784,8 +7116,8 @@ Date:     Tue Feb 10 18:57:34 2009 -0500
 
     [fcformat] Refactor code to avoid malloc
 
- src/fcformat.c |  246
- +++++++++++++++++++++++++++++++++-----------------------
+ src/fcformat.c | 246
+ +++++++++++++++++++++++++++++++++------------------------
  1 file changed, 144 insertions(+), 102 deletions(-)
 
 commit d4f7a4c6af5420afbbcf2217f9fe396623671294
@@ -4794,7 +7126,7 @@ Date:     Tue Feb 10 06:22:55 2009 -0500
 
     [fcformat] Start adding builtins
 
- src/fcformat.c |   27 ++++++++++++++++++++++++++-
+ src/fcformat.c | 27 ++++++++++++++++++++++++++-
  1 file changed, 26 insertions(+), 1 deletion(-)
 
 commit c8f5933d13efa6705854d8f89b22d40cf720e68d
@@ -4812,8 +7144,8 @@ Date:     Tue Feb 10 05:57:10 2009 -0500
     The format '%{family|escape(\\ )}' expands to family values with space
     escaped using backslash.
 
- src/fcformat.c |  219
- +++++++++++++++++++++++++++++++++++++++++++++++++-------
+ src/fcformat.c | 219
+ ++++++++++++++++++++++++++++++++++++++++++++++++++-------
  1 file changed, 194 insertions(+), 25 deletions(-)
 
 commit b6a23028beb3b99022599344ebd8511c12dc7fd0
@@ -4826,8 +7158,8 @@ Date:     Tue Feb 10 05:05:53 2009 -0500
     element
     'family', or '0' if no such element exists in the pattern.
 
- src/fcformat.c |  116
- ++++++++++++++++++++++++++++++++++++--------------------
+ src/fcformat.c | 116
+ +++++++++++++++++++++++++++++++++++++--------------------
  1 file changed, 75 insertions(+), 41 deletions(-)
 
 commit dccbbe83eff54097c55fdc560810cdc56b679a60
@@ -4838,7 +7170,7 @@ Date:     Tue Feb 10 04:47:24 2009 -0500
 
     If buffer has failed allocation, return NULL when done.
 
- src/fcstr.c |   8 +++++++-
+ src/fcstr.c | 8 +++++++-
  1 file changed, 7 insertions(+), 1 deletion(-)
 
 commit ced38254b49ab616df79930bbb798a93e5ce51fa
@@ -4847,8 +7179,8 @@ Date:     Tue Feb 10 04:44:54 2009 -0500
 
     [fcformat] Implement 'cescape', 'shescape', and 'xmlescape' converters
 
- src/fcformat.c |   87
- +++++++++++++++++++++++++++++++++++++++++++++++++-------
+ src/fcformat.c | 87
+ ++++++++++++++++++++++++++++++++++++++++++++++++++--------
  1 file changed, 76 insertions(+), 11 deletions(-)
 
 commit 2017a5eb79a0774cc5bace8c76304e1a9ef157b9
@@ -4861,8 +7193,8 @@ Date:     Tue Feb 10 03:38:22 2009 -0500
     the family element.  Three converters are defined right now:
     'downcase', 'basename', and 'dirname'.
 
- src/fcformat.c |  224
- +++++++++++++++++++++++++++++++++-----------------------
+ src/fcformat.c | 224
+ +++++++++++++++++++++++++++++++++------------------------
  1 file changed, 131 insertions(+), 93 deletions(-)
 
 commit 7717b25ffdd9507b0d73ef60b70b692f7286c0a2
@@ -4875,8 +7207,8 @@ Date:     Tue Feb 10 00:15:08 2009 -0500
     expr1 if elt1 and elt2 exist in pattern and elt3 doesn't exist, and
     expr2 otherwise.  The '{expr2}' part is optional.
 
- src/fcformat.c |  158
- ++++++++++++++++++++++++++++++++++++++++++++++++++++----
+ src/fcformat.c | 158
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++----
  1 file changed, 147 insertions(+), 11 deletions(-)
 
 commit 8c31a2434d5dfa475ef710ad52c992111caac424
@@ -4892,13 +7224,13 @@ Date:   Mon Feb 9 23:08:08 2009 -0500
     The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr
     with a the surrounding pattern sans the listed elements.
 
- doc/fcpattern.fncs  |   2 +-
- fc-list/fc-list.c   |   7 +-
- fc-match/fc-match.c |   6 +-
- fc-query/fc-query.c |   7 +-
- fc-scan/fc-scan.c   |   7 +-
- src/fcformat.c      | 214
- ++++++++++++++++++++++++++++++++++++++-------------
+ doc/fcpattern.fncs  |  2 +-
+ fc-list/fc-list.c   |  7 +-
+ fc-match/fc-match.c |  6 +-
+ fc-query/fc-query.c |  7 +-
+ fc-scan/fc-scan.c   |  7 +-
+ src/fcformat.c      | 214
+ +++++++++++++++++++++++++++++++++++++++-------------
  6 files changed, 183 insertions(+), 60 deletions(-)
 
 commit d6506ff6eeb4a4cb0bfe827174e474c7b91ff045
@@ -4911,8 +7243,8 @@ Date:     Mon Feb 9 20:49:45 2009 -0500
     an entire
     subexpr for example.
 
- src/fcformat.c |  149
- ++++++++++++++++++++++++++++++++++++++++++++++----------
+ src/fcformat.c | 149
+ +++++++++++++++++++++++++++++++++++++++++++++++----------
  1 file changed, 124 insertions(+), 25 deletions(-)
 
 commit 27b3e2dddf6a89c66e8d79f4a28b1a0653e8e100
@@ -4923,8 +7255,8 @@ Date:     Mon Feb 9 19:13:07 2009 -0500
 
     Also makes it thread-safe.
 
- src/fcformat.c |  165
- ++++++++++++++++++++++++++++++++------------------------
+ src/fcformat.c | 165
+ +++++++++++++++++++++++++++++++++------------------------
  1 file changed, 96 insertions(+), 69 deletions(-)
 
 commit c493c3b770ab12ab1c61a4fb10419c490d2b5ba6
@@ -4936,8 +7268,8 @@ Date:     Mon Feb 9 18:18:59 2009 -0500
     One can do '%30{family}' for example.  Or '%-30{family}' for the
     left-aligned version.
 
- doc/fcpattern.fncs |   6 ++++--
- src/fcformat.c     |  46 +++++++++++++++++++++++++++++++++++++++++++---
+ doc/fcpattern.fncs |  6 ++++--
+ src/fcformat.c     | 46 +++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 47 insertions(+), 5 deletions(-)
 
 commit 967267556c762d2746f819eca85f3c59fbb95875
@@ -4946,7 +7278,7 @@ Date:     Thu Feb 5 23:37:16 2009 -0500
 
     Further update Sinhala orthography (#19288)
 
- fc-lang/si.orth |    7 +++++--
+ fc-lang/si.orth | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit b697fa2523a6d3fe091e14710d14720a9e051bf1
@@ -4962,7 +7294,7 @@ Date:     Thu Feb 5 02:46:16 2009 -0500
 
     Based on patch from Diego Santa Cruz.
 
- src/fccache.c |   16 ++++++++++++++++
+ src/fccache.c | 16 ++++++++++++++++
  1 file changed, 16 insertions(+)
 
 commit ecce22d40cfbc50bbe19891035c06bbbeef5232f
@@ -4973,7 +7305,7 @@ Date:     Wed Feb 4 15:58:36 2009 -0500
 
     Patch from Harshula Jayasuriya.
 
- fc-lang/si.orth |   45 ++++++++++++++++++++++++++++++++++-----------
+ fc-lang/si.orth | 45 ++++++++++++++++++++++++++++++++++-----------
  1 file changed, 34 insertions(+), 11 deletions(-)
 
 commit 6bb5d72fe788f897e30ab39ac7585c624282303f
@@ -4984,7 +7316,7 @@ Date:     Tue Feb 3 21:06:15 2009 -0500
 
     Reported by Diego Santa Cruz.
 
- src/fccache.c |    8 +++++++-
+ src/fccache.c | 8 +++++++-
  1 file changed, 7 insertions(+), 1 deletion(-)
 
 commit f9feb587faa5a3df0f03e5ba945d228b8b49ec51
@@ -4995,7 +7327,7 @@ Date:     Tue Feb 3 20:50:29 2009 -0500
 
     Raised by Diego Santa Cruz.
 
- src/fcstr.c |   8 +++++++-
+ src/fcstr.c | 8 +++++++-
  1 file changed, 7 insertions(+), 1 deletion(-)
 
 commit 1cdf7efb224867c41b2dea48884d87c5fb67bdaf
@@ -5007,7 +7339,7 @@ Date:     Tue Feb 3 20:35:10 2009 -0500
 
     Proposed by Diego Santa Cruz.
 
- src/fcxml.c |  21 +++++++++++++++++++++
+ src/fcxml.c | 21 +++++++++++++++++++++
  1 file changed, 21 insertions(+)
 
 commit e62058abb9cf04b3f2270a45f3c0760287f12033
@@ -5020,7 +7352,7 @@ Date:     Tue Feb 3 20:31:30 2009 -0500
     The forth argument is a pointer to a pointer.  Turns out we don't
     need that arugment and it accepts NULL, so just pass that.
 
- src/fcstr.c |   4 +---
+ src/fcstr.c | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
 
 commit c4d557ab90c7ef6eccb998550190ccccde80670d
@@ -5029,7 +7361,7 @@ Date:     Tue Feb 3 17:15:52 2009 -0500
 
     Add ICONV_LIBS to fontconfig.pc.in (#19606)
 
- fontconfig.pc.in |    2 +-
+ fontconfig.pc.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 10609af4aa4030a15c19573198462fa002d2ef13
@@ -5045,7 +7377,7 @@ Date:     Tue Feb 3 16:57:01 2009 -0500
     fix it in current freetype2. So as a workaround, just turn off
     hinting if we want to do embolden.
 
- conf.d/90-synthetic.conf |   11 +++++++++++
+ conf.d/90-synthetic.conf | 11 +++++++++++
  1 file changed, 11 insertions(+)
 
 commit fe00689cddb42df141d891c2cd5b4a8ea3a42816
@@ -5056,7 +7388,7 @@ Date:     Mon Feb 2 00:27:58 2009 -0800
 
     Also fix the URL for orthography.
 
- fc-lang/ast.orth |   12 ++++--------
+ fc-lang/ast.orth | 12 ++++--------
  1 file changed, 4 insertions(+), 8 deletions(-)
 
 commit a4f651241e2db62bd058e773b4e5931d205af0f6
@@ -5065,8 +7397,8 @@ Date:     Sun Feb 1 23:52:10 2009 -0800
 
     Rename Igbo from "ibo" to "ig" (bug #19892)
 
- fc-lang/ibo.orth |   35 -----------------------------------
- fc-lang/ig.orth  |   35 +++++++++++++++++++++++++++++++++++
+ fc-lang/ibo.orth | 35 -----------------------------------
+ fc-lang/ig.orth  | 35 +++++++++++++++++++++++++++++++++++
  2 files changed, 35 insertions(+), 35 deletions(-)
 
 commit ff71a83c207891323b487d9cbec0658e16ca11c3
@@ -5075,10 +7407,10 @@ Date:   Sun Feb 1 22:14:53 2009 -0800
 
     Renamed az to az_az (bug #19889)
 
- fc-lang/az.orth    |  66
- ----------------------------------------------------
- fc-lang/az_az.orth |  66
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/az.orth    | 66
+ ------------------------------------------------------
+ fc-lang/az_az.orth | 66
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 66 insertions(+), 66 deletions(-)
 
 commit e53956ee5e6340c5c8a78bf65e9c9df0757af439
@@ -5087,9 +7419,9 @@ Date:     Sun Feb 1 20:46:23 2009 -0800
 
     Add Berber orthographies in Latin and Tifinagh scripts (bug #19881)
 
- fc-lang/ber_dz.orth |  27 +++++++++++++++++++++++++++
- fc-lang/ber_ma.orth |  46 ++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/kab.orth    |  42 ++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ber_dz.orth | 27 +++++++++++++++++++++++++++
+ fc-lang/ber_ma.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/kab.orth    | 42 ++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 115 insertions(+)
 
 commit 3765a7483e1d313c6d0ced8a20cd5a258165f8e0
@@ -5098,7 +7430,7 @@ Date:     Sun Feb 1 20:42:54 2009 -0800
 
     Add Upper Sorbian (hsb) orthography (bug #19870)
 
- fc-lang/hsb.orth |   42 ++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/hsb.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 42 insertions(+)
 
 commit 9f54d9db2912287358c1c01771a1bc8263e9539a
@@ -5107,7 +7439,7 @@ Date:     Sun Feb 1 20:41:14 2009 -0800
 
     Add Kinyarwanda (rw) orthography (bug #19868)
 
- fc-lang/rw.orth |   31 +++++++++++++++++++++++++++++++
+ fc-lang/rw.orth | 31 +++++++++++++++++++++++++++++++
  1 file changed, 31 insertions(+)
 
 commit 3889de9e3c0a0b6aacd0558ce41953d9aa35878b
@@ -5116,7 +7448,7 @@ Date:     Sun Feb 1 20:39:03 2009 -0800
 
     Add Malay (ms) orthography (bug #19867)
 
- fc-lang/ms.orth |   32 ++++++++++++++++++++++++++++++++
+ fc-lang/ms.orth | 32 ++++++++++++++++++++++++++++++++
  1 file changed, 32 insertions(+)
 
 commit 0896d14ab7fe5a7233102f5ff7c59199f893c734
@@ -5125,7 +7457,7 @@ Date:     Sun Feb 1 20:36:55 2009 -0800
 
     Add Kashubian (csb) orth file (bug #19866)
 
- fc-lang/csb.orth |   46 ++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/csb.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 46 insertions(+)
 
 commit a32870457eb8f35a19193bc3e9e66db9948186fb
@@ -5142,11 +7474,11 @@ Date:   Sun Feb 1 20:29:12 2009 -0800
 
     Turkey and Syria need more research.
 
- fc-lang/ku.orth    |  94
- ----------------------------------------------------
- fc-lang/ku_am.orth |  94
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ku_iq.orth |  27 +++++++++++++++
+ fc-lang/ku.orth    | 94
+ ------------------------------------------------------
+ fc-lang/ku_am.orth | 94
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ku_iq.orth | 27 ++++++++++++++++
  3 files changed, 121 insertions(+), 94 deletions(-)
 
 commit 2199c6e321c92cf42711180b483e3f1b0091d980
@@ -5157,8 +7489,8 @@ Date:     Sun Feb 1 20:21:45 2009 -0800
 
     Since ISO 639-1 code exists, we should use it.
 
- fc-lang/ve.orth  |   34 ++++++++++++++++++++++++++++++++++
- fc-lang/ven.orth |   34 ----------------------------------
+ fc-lang/ve.orth  | 34 ++++++++++++++++++++++++++++++++++
+ fc-lang/ven.orth | 34 ----------------------------------
  2 files changed, 34 insertions(+), 34 deletions(-)
 
 commit d7dd87649c07b7b73cf4ecfe7273cb0fcedc5be0
@@ -5167,8 +7499,8 @@ Date:     Sun Feb 1 20:00:15 2009 -0800
 
     Change Turkmen orth from Cyrillic to Latin (bug #19849)
 
- fc-lang/tk.orth |  114
- +++++++++++++------------------------------------------
+ fc-lang/tk.orth | 114
+ +++++++++++++-------------------------------------------
  1 file changed, 26 insertions(+), 88 deletions(-)
 
 commit b25a42963d70f9ead6bc026f57ae2433b4ac5e85
@@ -5177,7 +7509,7 @@ Date:     Sun Feb 1 19:35:37 2009 -0800
 
     Fix doubly encoded UTF-8 in comments (bug #19848)
 
- fc-lang/nb.orth |    2 +-
+ fc-lang/nb.orth | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit f3c214a1cd799dc1eb965ced8107f52cc9dd065e
@@ -5189,9 +7521,9 @@ Date:     Sun Feb 1 19:29:21 2009 -0800
     The orth file for Mongolia uses Cyrillic, while that of
     China uses the classical Mongolian script.
 
- fc-lang/mn.orth    |  37 -------------------------------------
- fc-lang/mn_cn.orth |  37 +++++++++++++++++++++++++++++++++++++
- fc-lang/mn_mn.orth |  35 +++++++++++++++++++++++++++++++++++
+ fc-lang/mn.orth    | 37 -------------------------------------
+ fc-lang/mn_cn.orth | 37 +++++++++++++++++++++++++++++++++++++
+ fc-lang/mn_mn.orth | 35 +++++++++++++++++++++++++++++++++++
  3 files changed, 72 insertions(+), 37 deletions(-)
 
 commit 0d5f9a2592634e6f9c74f48bbad9f6b443d1b574
@@ -5204,8 +7536,8 @@ Date:     Sun Feb 1 18:55:31 2009 -0800
     not in
     modern use.
 
- fc-lang/fil.orth |   45 +++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/tl.orth  |   23 ++++++++---------------
+ fc-lang/fil.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/tl.orth  | 23 ++++++++---------------
  2 files changed, 53 insertions(+), 15 deletions(-)
 
 commit 2bf7d799bf8c9e116f08864f4f62575a6a25b380
@@ -5214,7 +7546,7 @@ Date:     Sun Feb 1 18:52:41 2009 -0800
 
     Remove Sinhala characters not in modern use (bug #19288)
 
- fc-lang/si.orth |   30 ++++++++++++++++++++----------
+ fc-lang/si.orth | 30 ++++++++++++++++++++----------
  1 file changed, 20 insertions(+), 10 deletions(-)
 
 commit 2f3b07fe80415873ef3e0e0a7e753a55e766986b
@@ -5230,7 +7562,7 @@ Date:     Sun Feb 1 18:32:21 2009 -0800
     prove to be useful, if we decide on how we should name such files (see
     bug #17208 and bug #19869).
 
- fc-lang/sd.orth |   48 +++++++++++++++++++++++++++++++++++++++---------
+ fc-lang/sd.orth | 48 +++++++++++++++++++++++++++++++++++++++---------
  1 file changed, 39 insertions(+), 9 deletions(-)
 
 commit 574805478c19cdb487aea96922ff7177dd0844d7
@@ -5242,7 +7574,7 @@ Date:     Sat Jan 31 03:38:19 2009 -0500
     This was causing failure when opening iconv converter, hence rendering
     GB2312-encoded fonts with no other usable encoding unusable.
 
- src/fcfreetype.c |    2 +-
+ src/fcfreetype.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 575ee6cddd391857339f57331d2677fcc868369e
@@ -5258,11 +7590,11 @@ Date:   Tue Jan 27 03:35:51 2009 -0500
     Also changes the implementation of FcCharSetMerge and
     FcCharSetIsSubset
 
- doc/fccharset.fncs     |   16 +++---
- fontconfig/fontconfig.h |    4 +-
- src/fccharset.c        |  129
- +++++++++++++++++++----------------------------
- src/fcmatch.c          |   64 ++++++++++++-----------
+ doc/fccharset.fncs     |  16 +++---
+ fontconfig/fontconfig.h |   4 +-
+ src/fccharset.c        | 129
+ ++++++++++++++++++++----------------------------
+ src/fcmatch.c          |  64 +++++++++++++-----------
  4 files changed, 99 insertions(+), 114 deletions(-)
 
 commit b8860e2faffa8b3f62b3c7aafd2d3b6962566f41
@@ -5271,7 +7603,7 @@ Date:     Fri Jan 23 14:17:08 2009 -0500
 
     [fcmatch] Fix crash when no fonts are available.
 
- src/fcmatch.c |   10 ++++++++--
+ src/fcmatch.c | 10 ++++++++--
  1 file changed, 8 insertions(+), 2 deletions(-)
 
 commit c08216c6f468ce22cb7c0c1959019a7caad3484a
@@ -5285,8 +7617,8 @@ Date:     Mon Jan 19 17:02:55 2009 -0500
     correctly
     expanded. Ugly, but works.
 
- Makefile.am  |   13 ++++++++++++-
- configure.in |    3 +--
+ Makefile.am  | 13 ++++++++++++-
+ configure.in |  3 +--
  2 files changed, 13 insertions(+), 3 deletions(-)
 
 commit 98d765a53ba33d28283e499ebd1098d27cbe6d02
@@ -5298,13 +7630,13 @@ Date:   Thu Jan 15 19:27:53 2009 -0500
     Recent doc2man generates files called manpage.log. This was
     breaking build.
 
- doc/Makefile.am      |    5 ++---
- fc-cache/Makefile.am |    2 +-
- fc-cat/Makefile.am   |    2 +-
- fc-list/Makefile.am  |    2 +-
- fc-match/Makefile.am |    2 +-
- fc-query/Makefile.am |    2 +-
- fc-scan/Makefile.am  |    2 +-
+ doc/Makefile.am      | 5 ++---
+ fc-cache/Makefile.am | 2 +-
+ fc-cat/Makefile.am   | 2 +-
+ fc-list/Makefile.am  | 2 +-
+ fc-match/Makefile.am | 2 +-
+ fc-query/Makefile.am | 2 +-
+ fc-scan/Makefile.am  | 2 +-
  7 files changed, 8 insertions(+), 9 deletions(-)
 
 commit 41af588f543ca5c0efaeb699992376d89cb35763
@@ -5316,11 +7648,11 @@ Date:   Thu Jan 15 19:12:37 2009 -0500
     Also make --verbose not ignore list of elements and only print those.
     Update docs.
 
- fc-list/fc-list.c     |   29 ++++++++++++++---------------
- fc-list/fc-list.sgml  |   12 ++++++------
- fc-match/fc-match.c   |   48
+ fc-list/fc-list.c     | 29 ++++++++++++++---------------
+ fc-list/fc-list.sgml  | 12 ++++++------
+ fc-match/fc-match.c   | 48
  +++++++++++++++++++++++++++++++++++++-----------
- fc-match/fc-match.sgml |   29 ++++++++++++++++++++---------
+ fc-match/fc-match.sgml | 29 ++++++++++++++++++++---------
  4 files changed, 77 insertions(+), 41 deletions(-)
 
 commit 263f16ced279b0c09834bb4ca0df87fd0f76dcaf
@@ -5329,7 +7661,7 @@ Date:     Thu Jan 15 19:12:27 2009 -0500
 
     Oops, fix FcPatternFilter
 
- src/fcpat.c |   2 +-
+ src/fcpat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6bffe1a95bfd6609358d38590ad638c688232575
@@ -5342,20 +7674,20 @@ Date:   Thu Jan 15 18:39:48 2009 -0500
     instead
     of FcFreeTypeQuery.
 
- .gitignore            |    2 +
- Makefile.am           |    2 +-
- configure.in          |    1 +
- doc/fcfile.fncs       |   18 ++---
- fc-cache/fc-cache.sgml |    1 +
- fc-cat/fc-cat.sgml    |    1 +
- fc-list/fc-list.sgml  |    7 +-
- fc-match/fc-match.sgml |    7 +-
- fc-query/fc-query.sgml |    5 +-
- fc-scan/Makefile.am   |   59 ++++++++++++++++
- fc-scan/fc-scan.c     |  181
- ++++++++++++++++++++++++++++++++++++++++++++++++
- fc-scan/fc-scan.sgml  |  176
- ++++++++++++++++++++++++++++++++++++++++++++++
+ .gitignore            |   2 +
+ Makefile.am           |   2 +-
+ configure.in          |   1 +
+ doc/fcfile.fncs       |  18 ++---
+ fc-cache/fc-cache.sgml |   1 +
+ fc-cat/fc-cat.sgml    |   1 +
+ fc-list/fc-list.sgml  |   7 +-
+ fc-match/fc-match.sgml |   7 +-
+ fc-query/fc-query.sgml |   5 +-
+ fc-scan/Makefile.am   |  59 ++++++++++++++++
+ fc-scan/fc-scan.c     | 181
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-scan/fc-scan.sgml  | 176
+ +++++++++++++++++++++++++++++++++++++++++++++++
  12 files changed, 442 insertions(+), 18 deletions(-)
 
 commit 4074fd254e5ad707448d3665a034e0fbdf6de033
@@ -5367,8 +7699,8 @@ Date:     Thu Jan 15 18:35:09 2009 -0500
     FcConfigScan() with parameters cache=NULL and force=FcTrue can be used
     to scan font dirs without any caching side effect.
 
- src/fcdir.c | 155
- ++++++++++++++++++++++++++++++++++-------------------------
+ src/fcdir.c | 155
+ +++++++++++++++++++++++++++++++++++-------------------------
  1 file changed, 90 insertions(+), 65 deletions(-)
 
 commit 46e405cb9ab5870bda1947f3afd80f8f54c7ac75
@@ -5377,7 +7709,7 @@ Date:     Thu Jan 15 17:34:26 2009 -0500
 
     Oops.  Fix usage output.
 
- fc-query/fc-query.c |   5 ++---
+ fc-query/fc-query.c | 5 ++---
  1 file changed, 2 insertions(+), 3 deletions(-)
 
 commit 25a09eb9bf2d993228a3d98d1dd271f55efb2358
@@ -5388,8 +7720,8 @@ Date:     Thu Jan 8 03:04:34 2009 -0500
 
     The Copy function is actually a ref, not real copy.
 
- doc/fccharset.fncs |   2 +-
- src/fccharset.c    |   7 ++++---
+ doc/fccharset.fncs | 2 +-
+ src/fccharset.c    | 7 ++++---
  2 files changed, 5 insertions(+), 4 deletions(-)
 
 commit d230cf144f84c8a50b932c8b89daa55c1a3620d8
@@ -5401,9 +7733,9 @@ Date:     Wed Jan 7 20:15:20 2009 -0500
     That's needed for apps to be abled to do pruning themselves without
     the performance penalty of recreating new charsets all the time.
 
- doc/fccharset.fncs     |   13 +++++++++++++
- fontconfig/fontconfig.h |    3 +++
- src/fcint.h            |    3 ---
+ doc/fccharset.fncs     | 13 +++++++++++++
+ fontconfig/fontconfig.h |  3 +++
+ src/fcint.h            |  3 ---
  3 files changed, 16 insertions(+), 3 deletions(-)
 
 commit 3b725d0a318623bba08a9f7c75e4fe71527f5dec
@@ -5413,7 +7745,7 @@ Date:     Thu Jan 1 16:29:01 2009 -0500
     [doc] Note that fontset returned by FcConfigGetFonts should not
     be modified
 
- doc/fcconfig.fncs |   2 +-
+ doc/fcconfig.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6d764a3f9b89f21b5c2cdf48cbd913b9706d42b2
@@ -5428,7 +7760,7 @@ Date:     Wed Dec 31 20:16:40 2008 -0500
     FcFontSetMatch()
     intact.
 
- src/fcmatch.c |   42 +++++++++++++++++++++++++++++-------------
+ src/fcmatch.c | 42 +++++++++++++++++++++++++++++-------------
  1 file changed, 29 insertions(+), 13 deletions(-)
 
 commit a5a384c5ffb479e095092c2aaedd406f8785280a
@@ -5456,7 +7788,7 @@ Date:     Wed Dec 31 19:44:32 2008 -0500
     previously the font returned was nondeterministic. Now the scalable
     version will always be preferred.
 
- src/fcmatch.c |    2 +-
+ src/fcmatch.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c7641f2872329197250db6ffe194df3d33ff42b3
@@ -5474,7 +7806,7 @@ Date:     Wed Dec 31 19:35:27 2008 -0500
     To keep things relatively in order, the lang multiplier is changed
     from 1000 to 10000.
 
- src/fcmatch.c |    4 ++--
+ src/fcmatch.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 1b43ccc805f26a78934267d92275cd19b5648e91
@@ -5483,7 +7815,7 @@ Date:     Wed Dec 31 18:10:31 2008 -0500
 
     [fcmatch.c] Fix debug formatting
 
- src/fcmatch.c |    1 +
+ src/fcmatch.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit a291cfc710c5989ba3e787ae20911d3176bea307
@@ -5497,7 +7829,7 @@ Date:     Wed Dec 31 18:06:07 2008 -0500
     This was because of a bug in FcCompareFamily's short-circuit check
     that forgot to ignore spaces.
 
- src/fcmatch.c |    3 ++-
+ src/fcmatch.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 0c93b91db0cdf7c5e901477c266b45c8baeadd00
@@ -5509,19 +7841,19 @@ Date:   Mon Dec 29 20:00:26 2008 -0500
     Still need to add more features, but the API is there, and used
     by cmdline tools with -f or --format.
 
- doc/fcpattern.fncs     |   18 ++++++
- fc-list/fc-list.c      |   38 +++++++++---
- fc-list/fc-list.sgml   |   22 ++++++-
- fc-match/fc-match.c    |   31 +++++++---
- fc-match/fc-match.sgml  |   47 +++++++++-----
- fc-query/fc-query.c    |   25 +++++++-
- fc-query/fc-query.sgml  |   36 ++++++++---
- fontconfig/fontconfig.h |    3 +
- src/Makefile.am        |    1 +
- src/fcformat.c                 |  155
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/fcint.h            |    5 ++
- src/fcname.c           |    2 +-
+ doc/fcpattern.fncs     |  18 ++++++
+ fc-list/fc-list.c      |  38 ++++++++----
+ fc-list/fc-list.sgml   |  22 ++++++-
+ fc-match/fc-match.c    |  31 +++++++---
+ fc-match/fc-match.sgml  |  47 ++++++++++-----
+ fc-query/fc-query.c    |  25 +++++++-
+ fc-query/fc-query.sgml  |  36 +++++++----
+ fontconfig/fontconfig.h |   3 +
+ src/Makefile.am        |   1 +
+ src/fcformat.c                 | 155
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h            |   5 ++
+ src/fcname.c           |   2 +-
  12 files changed, 333 insertions(+), 50 deletions(-)
 
 commit 5cf04b201fb5e9dc989d30cf5c30f7575dda56bc
@@ -5530,7 +7862,7 @@ Date:     Mon Dec 29 19:27:00 2008 -0500
 
     [.gitignore] Update
 
- .gitignore |   2 ++
+ .gitignore | 2 ++
  1 file changed, 2 insertions(+)
 
 commit f9806ab4b9bfa88a782008156511e29f37ce967d
@@ -5544,7 +7876,7 @@ Date:     Mon Dec 29 18:58:29 2008 -0500
     does not make any difference in the "fc-match --verbose" output, and
     that's the only time fc-match uses FcPatternPrint.
 
- src/fcdbg.c |  21 +--------------------
+ src/fcdbg.c | 21 +--------------------
  1 file changed, 1 insertion(+), 20 deletions(-)
 
 commit 8ae1e3d5dc323542e7def06a42deea62c7ba7027
@@ -5564,7 +7896,7 @@ Date:     Sun Dec 28 16:54:44 2008 -0500
        affected
        us with older versions.
 
- src/fccache.c |   14 +++++++++++---
+ src/fccache.c | 14 +++++++++++---
  1 file changed, 11 insertions(+), 3 deletions(-)
 
 commit b6cf885a0a71a0e8f03832fe038e57e6f2778974
@@ -5573,7 +7905,7 @@ Date:     Sun Dec 28 09:03:29 2008 -0500
 
     Don't use identifier named complex
 
- src/fcfreetype.c |   42 +++++++++++++++++++++---------------------
+ src/fcfreetype.c | 42 +++++++++++++++++++++---------------------
  1 file changed, 21 insertions(+), 21 deletions(-)
 
 commit 627dd913cf1588436936bc8731c7dd9c96baee90
@@ -5583,7 +7915,7 @@ Date:     Sun Dec 28 08:06:07 2008 -0500
     [65-fonts-persian.conf] Set foundry in target=scan instead of
     target=font
 
- conf.d/65-fonts-persian.conf |   14 +++++++-------
+ conf.d/65-fonts-persian.conf | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
 
 commit 030983185bb6f3f3885dc2e4d80fec330455f11c
@@ -5592,7 +7924,7 @@ Date:     Sun Dec 28 06:13:19 2008 -0500
 
     Fix Sinhala coverage (bug #19288)
 
- fc-lang/si.orth |    9 ++++-----
+ fc-lang/si.orth | 9 ++++-----
  1 file changed, 4 insertions(+), 5 deletions(-)
 
 commit 6ca36812b4ece5368468278a9ff18f5a9c62b39f
@@ -5601,7 +7933,7 @@ Date:     Sun Dec 28 05:15:45 2008 -0500
 
     Use human-readable file names in the docs (bug #16278)
 
- doc/Makefile.am |    2 +-
+ doc/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit f26062b277e1781876a30d3170fca8bbba2409ab
@@ -5612,7 +7944,7 @@ Date:     Sun Dec 28 04:58:14 2008 -0500
 
     Exits 1 if no fonts matched, 0 otherwise.
 
- fc-list/fc-list.c |   27 ++++++++++++++++++++-------
+ fc-list/fc-list.c | 27 ++++++++++++++++++++-------
  1 file changed, 20 insertions(+), 7 deletions(-)
 
 commit 00c0972acae849ca3b18a7c76894c078185d3be4
@@ -5622,8 +7954,8 @@ Date:     Sun Dec 28 04:48:54 2008 -0500
     Fix compile with old FreeType that doesn't have FT_Select_Size()
     (bug #17498)
 
- configure.in    |   10 +---------
- src/fcfreetype.c |    2 ++
+ configure.in    | 10 +---------
+ src/fcfreetype.c |  2 ++
  2 files changed, 3 insertions(+), 9 deletions(-)
 
 commit 350dc5f35091e7e5635a6cf239e4cad56e992d01
@@ -5632,7 +7964,7 @@ Date:     Sun Dec 28 04:26:26 2008 -0500
 
     Use __builtin_popcount() when available (bug #17592)
 
- src/fccharset.c |    4 ++++
+ src/fccharset.c | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit 4c209d5f0c217ff9d8f3b517017212d6362b07a8
@@ -5641,7 +7973,7 @@ Date:     Sun Dec 28 04:10:53 2008 -0500
 
     Add config for new Indic fonts (bug #17856)
 
- conf.d/65-nonlatin.conf |   35 ++++++++++++++++++++++++++++-------
+ conf.d/65-nonlatin.conf | 35 ++++++++++++++++++++++++++++-------
  1 file changed, 28 insertions(+), 7 deletions(-)
 
 commit f69db8d49cbd929b80527719be6c0b1e6d49ccac
@@ -5650,11 +7982,11 @@ Date:   Sun Dec 28 04:06:01 2008 -0500
 
     Consistently use FcStat() over stat() in all places
 
- src/fcatomic.c |    2 +-
- src/fccache.c |    7 +------
- src/fccfg.c   |    2 +-
- src/fcdir.c   |    4 ++--
- src/fcint.h   |    7 +++++++
+ src/fcatomic.c | 2 +-
+ src/fccache.c | 7 +------
+ src/fccfg.c   | 2 +-
+ src/fcdir.c   | 4 ++--
+ src/fcint.h   | 7 +++++++
  5 files changed, 12 insertions(+), 10 deletions(-)
 
 commit 9e2ed2513bb4c2ecc7ee09c48c1dc677ea58a723
@@ -5663,7 +7995,7 @@ Date:     Sun Dec 28 04:00:09 2008 -0500
 
     [fccache] Consistently use FcStat() over stat() (bug #18195)
 
- src/fccache.c |    2 +-
+ src/fccache.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ee2463fbcbe105a413021aa870e8a3f0094a1a24
@@ -5672,7 +8004,7 @@ Date:     Sun Dec 28 03:40:21 2008 -0500
 
     Cleanup symlinks in "make uninstall" (bug #18885)
 
- conf.d/Makefile.am |   7 +++++++
+ conf.d/Makefile.am | 7 +++++++
  1 file changed, 7 insertions(+)
 
 commit fe8e8a1dd777ab53f57c4d31dc9547b3e4ba0d70
@@ -5681,7 +8013,7 @@ Date:     Sun Dec 28 03:23:58 2008 -0500
 
     Don't use variables named 'bool' (bug #18851)
 
- src/fcxml.c |  16 ++++++++--------
+ src/fcxml.c | 16 ++++++++--------
  1 file changed, 8 insertions(+), 8 deletions(-)
 
 commit a9ac5c52a658920f1054a12435d8c07205953153
@@ -5690,7 +8022,7 @@ Date:     Sun Dec 28 03:08:38 2008 -0500
 
     [.gitignore] Update
 
- .gitignore |   4 ++++
+ .gitignore | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit 1c7f4de80cc4819b504707ae143a2d718af42733
@@ -5699,7 +8031,7 @@ Date:     Tue Dec 2 06:07:41 2008 -0500
 
     Fix two more doc typos
 
- doc/fcpattern.fncs |   4 ++--
+ doc/fcpattern.fncs | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 355ed50b185b7879a5c95e1f8697824c6dec6f9f
@@ -5709,7 +8041,7 @@ Date:     Mon Sep 22 18:51:11 2008 -0400
     Don't call FcPatternGetCharSet in FcSortWalk unless we need to
     (#17361)
 
- src/fcmatch.c |   55
+ src/fcmatch.c | 55
  +++++++++++++++++++++++++++++++------------------------
  1 file changed, 31 insertions(+), 24 deletions(-)
 
@@ -5721,8 +8053,8 @@ Date:     Mon Sep 22 18:16:30 2008 -0400
 
     Patch from Caolan McNamara.
 
- src/fcpat.c |  10 +++++-----
- src/fcxml.c |   2 ++
+ src/fcpat.c | 10 +++++-----
+ src/fcxml.c | 2 ++
  2 files changed, 7 insertions(+), 5 deletions(-)
 
 commit 311da2316f5d40d9b8c72c9965f7d70330f3c498
@@ -5769,10 +8101,10 @@ Date:   Wed Apr 23 09:07:28 2008 +0100
        FcPatternObjectAddWithBinding 526029    10520580
        tt_face_load_eblc           42103           2529892
 
- src/fccharset.c |   62
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/fcint.h    |    3 +++
- src/fcmatch.c  |   13 +++---------
+ src/fccharset.c | 62
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h    |  3 +++
+ src/fcmatch.c  | 13 +++---------
  3 files changed, 68 insertions(+), 10 deletions(-)
 
 commit 8072f4b1304efc59fee5e61efc4c4b0fc05bb8fb
@@ -5781,7 +8113,7 @@ Date:     Fri Aug 22 18:25:22 2008 -0400
 
     Document how to free return value of FcNameUnparse()
 
- doc/fcpattern.fncs |   2 +-
+ doc/fcpattern.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 241fbde1ab28d7beb9b861d8804d0416f0d5589c
@@ -5790,10 +8122,10 @@ Date:   Fri Aug 22 18:08:07 2008 -0400
 
     Add FcConfigReference() (#17124)
 
- doc/fcconfig.fncs      |   20 +++++++++++++++++---
- fontconfig/fontconfig.h |    3 +++
- src/fccfg.c            |   20 ++++++++++++++++++++
- src/fcint.h            |    2 ++
+ doc/fcconfig.fncs      | 20 +++++++++++++++++---
+ fontconfig/fontconfig.h |  3 +++
+ src/fccfg.c            | 20 ++++++++++++++++++++
+ src/fcint.h            |  2 ++
  4 files changed, 42 insertions(+), 3 deletions(-)
 
 commit 03dcaaa08fe324a058c427ab2da993fddaa7b3fd
@@ -5808,9 +8140,9 @@ Date:     Fri Aug 22 17:49:02 2008 -0400
     unused internally (FcFontSetList uses it, but we can remove that
     too).
 
- doc/fcconfig.fncs  |  21 +++++++++++++++++++++
- doc/fcfontset.fncs |   3 +++
- src/fclist.c      |    3 +++
+ doc/fcconfig.fncs  | 21 +++++++++++++++++++++
+ doc/fcfontset.fncs |  3 +++
+ src/fclist.c      |  3 +++
  3 files changed, 27 insertions(+)
 
 commit 1439c8f21af1533a920b54333f79459f456a402e
@@ -5825,19 +8157,17 @@ Date:   Fri Aug 22 16:51:33 2008 -0400
     -? still works like before as that's what getopt returns upon unknown
     arguments.
 
- fc-cache/fc-cache.c   |   47
+ fc-cache/fc-cache.c   | 47
  +++++++++++++++++++++++++----------------------
- fc-cache/fc-cache.sgml |    4 ++--
- fc-cat/fc-cat.c       |   45
- ++++++++++++++++++++++++---------------------
- fc-cat/fc-cat.sgml    |    4 ++--
- fc-list/fc-list.c     |   36 ++++++++++++++++++++----------------
- fc-list/fc-list.sgml  |    4 ++--
- fc-match/fc-match.c   |   44
- ++++++++++++++++++++++++--------------------
- fc-match/fc-match.sgml |    4 ++--
- fc-query/fc-query.c   |   40 ++++++++++++++++++++++------------------
- fc-query/fc-query.sgml |    4 ++--
+ fc-cache/fc-cache.sgml |  4 ++--
+ fc-cat/fc-cat.c       | 45 ++++++++++++++++++++++++---------------------
+ fc-cat/fc-cat.sgml    |  4 ++--
+ fc-list/fc-list.c     | 36 ++++++++++++++++++++----------------
+ fc-list/fc-list.sgml  |  4 ++--
+ fc-match/fc-match.c   | 44 ++++++++++++++++++++++++--------------------
+ fc-match/fc-match.sgml |  4 ++--
+ fc-query/fc-query.c   | 40 ++++++++++++++++++++++------------------
+ fc-query/fc-query.sgml |  4 ++--
  10 files changed, 125 insertions(+), 107 deletions(-)
 
 commit df243f93be4306e788aebf6b2ac4a7c1b97550ae
@@ -5846,7 +8176,7 @@ Date:     Fri Aug 22 13:02:14 2008 -0400
 
     Add WenQuanYi fonts to default conf (#17262, from Mandriva)
 
- conf.d/65-nonlatin.conf |    4 ++++
+ conf.d/65-nonlatin.conf | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit f31d8b1b1a93334611353d7ea846f8006fda855c
@@ -5855,7 +8185,7 @@ Date:     Fri Aug 22 03:51:57 2008 -0400
 
     Add Sindhi .orth file. (#17140)
 
- fc-lang/sd.orth |   28 ++++++++++++++++++++++++++++
+ fc-lang/sd.orth | 28 ++++++++++++++++++++++++++++
  1 file changed, 28 insertions(+)
 
 commit b9f18922f112f2f551429b692d793dda7d02cd86
@@ -5864,7 +8194,7 @@ Date:     Thu Aug 21 17:17:04 2008 -0400
 
     Update sr.orth to actul subset of Cyrillic used by Serbian (#17208)
 
- fc-lang/sr.orth |   24 +++++++-----------------
+ fc-lang/sr.orth | 24 +++++++-----------------
  1 file changed, 7 insertions(+), 17 deletions(-)
 
 commit 74e16ceeeab86f50c4b6bea12800f70110cd4794
@@ -5876,9 +8206,9 @@ Date:     Thu Aug 14 15:27:16 2008 -0400
     Now call it 'p' or 'pattern', since it's modified in place.
     There is no copying.
 
- doc/fcpattern.fncs     |    6 +++---
- fontconfig/fontconfig.h |    4 ++--
- src/fcpat.c            |   12 ++++++------
+ doc/fcpattern.fncs     |  6 +++---
+ fontconfig/fontconfig.h |  4 ++--
+ src/fcpat.c            | 12 ++++++------
  3 files changed, 11 insertions(+), 11 deletions(-)
 
 commit bb65f58f6354b8ad363021457852ad9e841cef89
@@ -5890,7 +8220,7 @@ Date:     Wed Aug 13 16:45:18 2008 -0400
     We should write a test to automatically cross-check signatures
     from public headers to docs.
 
- doc/fcconfig.fncs |   5 +++--
+ doc/fcconfig.fncs | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit e690fbb20ec41ef018a32ac01118a41103c01289
@@ -5899,42 +8229,42 @@ Date:   Wed Aug 13 03:30:23 2008 -0400
 
     Get rid of $Id$ tags
 
- COPYING                        |    2 +-
- Makefile.am                    |    2 +-
- conf.d/Makefile.am             |    2 +-
- configure.in                   |    2 +-
- doc/Makefile.am                |    2 +-
- doc/confdir.sgml.in            |    2 +-
- doc/edit-sgml.c                |    2 +-
- doc/fcatomic.fncs              |    2 +-
- doc/fcblanks.fncs              |    2 +-
- doc/fccharset.fncs             |    2 +-
- doc/fcconfig.fncs              |    2 +-
- doc/fcconstant.fncs            |    2 +-
- doc/fcfile.fncs                |    2 +-
- doc/fcfontset.fncs             |    2 +-
- doc/fcfreetype.fncs            |    2 +-
- doc/fcinit.fncs                |    2 +-
- doc/fcmatrix.fncs              |    2 +-
- doc/fcobjectset.fncs           |    2 +-
- doc/fcobjecttype.fncs          |    2 +-
- doc/fcpattern.fncs             |    2 +-
- doc/fcstring.fncs              |    2 +-
- doc/fcstrset.fncs              |    2 +-
- doc/fcvalue.fncs               |    2 +-
- doc/fontconfig-devel.sgml      |    2 +-
- doc/func.sgml                  |    2 +-
- doc/version.sgml.in            |    2 +-
- fc-cache/Makefile.am           |    2 +-
- fc-case/fc-case.c              |    2 +-
- fc-case/fccase.tmpl.h          |    2 +-
- fc-cat/Makefile.am             |    2 +-
- fc-glyphname/fc-glyphname.c    |    2 +-
- fc-glyphname/fcglyphname.tmpl.h |    2 +-
- fc-list/Makefile.am            |    2 +-
- fc-match/Makefile.am           |    2 +-
- fc-query/Makefile.am           |    2 +-
- src/Makefile.am                |    2 +-
+ COPYING                        | 2 +-
+ Makefile.am                    | 2 +-
+ conf.d/Makefile.am             | 2 +-
+ configure.in                   | 2 +-
+ doc/Makefile.am                | 2 +-
+ doc/confdir.sgml.in            | 2 +-
+ doc/edit-sgml.c                | 2 +-
+ doc/fcatomic.fncs              | 2 +-
+ doc/fcblanks.fncs              | 2 +-
+ doc/fccharset.fncs             | 2 +-
+ doc/fcconfig.fncs              | 2 +-
+ doc/fcconstant.fncs            | 2 +-
+ doc/fcfile.fncs                | 2 +-
+ doc/fcfontset.fncs             | 2 +-
+ doc/fcfreetype.fncs            | 2 +-
+ doc/fcinit.fncs                | 2 +-
+ doc/fcmatrix.fncs              | 2 +-
+ doc/fcobjectset.fncs           | 2 +-
+ doc/fcobjecttype.fncs          | 2 +-
+ doc/fcpattern.fncs             | 2 +-
+ doc/fcstring.fncs              | 2 +-
+ doc/fcstrset.fncs              | 2 +-
+ doc/fcvalue.fncs               | 2 +-
+ doc/fontconfig-devel.sgml      | 2 +-
+ doc/func.sgml                  | 2 +-
+ doc/version.sgml.in            | 2 +-
+ fc-cache/Makefile.am           | 2 +-
+ fc-case/fc-case.c              | 2 +-
+ fc-case/fccase.tmpl.h          | 2 +-
+ fc-cat/Makefile.am             | 2 +-
+ fc-glyphname/fc-glyphname.c    | 2 +-
+ fc-glyphname/fcglyphname.tmpl.h | 2 +-
+ fc-list/Makefile.am            | 2 +-
+ fc-match/Makefile.am           | 2 +-
+ fc-query/Makefile.am           | 2 +-
+ src/Makefile.am                | 2 +-
  36 files changed, 36 insertions(+), 36 deletions(-)
 
 commit 3042050954ddbe205e3166c9910886839829e788
@@ -5944,7 +8274,7 @@ Date:     Wed Aug 13 03:16:39 2008 -0400
     [doc] Document that a zero rescanInterval disables automatic checks
     (#17103)
 
- doc/fcconfig.fncs |   2 ++
+ doc/fcconfig.fncs | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 41fc0fe68d88c1fdd38469a51a322dab6a30757d
@@ -5953,9 +8283,9 @@ Date:     Wed Aug 13 02:50:35 2008 -0400
 
     Add FcPatternFilter() (#13016)
 
- doc/fcpattern.fncs     |   12 ++++++++++++
- fontconfig/fontconfig.h |    3 +++
- src/fcpat.c            |   37 +++++++++++++++++++++++++++++++++++++
+ doc/fcpattern.fncs     | 12 ++++++++++++
+ fontconfig/fontconfig.h |  3 +++
+ src/fcpat.c            | 37 +++++++++++++++++++++++++++++++++++++
  3 files changed, 52 insertions(+)
 
 commit e6f14d3c513a9f2e7d75c389db4f65aa0dc0502f
@@ -5964,7 +8294,7 @@ Date:     Wed Aug 13 02:47:12 2008 -0400
 
     [doc] Add const decorator for FcPatternDuplicate()
 
- doc/fcpattern.fncs |   2 +-
+ doc/fcpattern.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 29874098537e763e8e4cd3fefb1ecc0f36b808a5
@@ -5985,11 +8315,11 @@ Date:   Wed Aug 13 02:24:42 2008 -0400
     Currently fc-list ignores user-provided elements if --verbose
     is specified.
 
- fc-list/fc-list.c    |   41 ++++++++++++++++++++++++-----------------
- fc-list/fc-list.sgml |   10 +++++++---
- src/fcint.h         |    3 +++
- src/fclist.c        |   10 ++++++++++
- src/fcname.c        |   14 ++++++++++++++
+ fc-list/fc-list.c    | 41 ++++++++++++++++++++++++-----------------
+ fc-list/fc-list.sgml | 10 +++++++---
+ src/fcint.h         |  3 +++
+ src/fclist.c        | 10 ++++++++++
+ src/fcname.c        | 14 ++++++++++++++
  5 files changed, 58 insertions(+), 20 deletions(-)
 
 commit 77c0d8bce86ca088782d5631617c0ef681d91312
@@ -5998,19 +8328,19 @@ Date:   Wed Aug 13 01:31:18 2008 -0400
 
     Add fc-query (#13019)
 
- .gitignore              |    2 +
- Makefile.am             |    2 +-
- configure.in            |    1 +
- doc/fontconfig-user.sgml |    2 +-
- fc-cache/fc-cache.sgml   |    1 +
- fc-cat/fc-cat.sgml      |    1 +
- fc-list/fc-list.sgml    |    1 +
- fc-match/fc-match.sgml   |    1 +
- fc-query/Makefile.am    |   59 ++++++++++++++++
- fc-query/fc-query.c     |  166
- +++++++++++++++++++++++++++++++++++++++++++
- fc-query/fc-query.sgml   |  174
- ++++++++++++++++++++++++++++++++++++++++++++++
+ .gitignore              |   2 +
+ Makefile.am             |   2 +-
+ configure.in            |   1 +
+ doc/fontconfig-user.sgml |   2 +-
+ fc-cache/fc-cache.sgml   |   1 +
+ fc-cat/fc-cat.sgml      |   1 +
+ fc-list/fc-list.sgml    |   1 +
+ fc-match/fc-match.sgml   |   1 +
+ fc-query/Makefile.am    |  59 ++++++++++++++++
+ fc-query/fc-query.c     | 166
+ ++++++++++++++++++++++++++++++++++++++++++++
+ fc-query/fc-query.sgml   | 174
+ +++++++++++++++++++++++++++++++++++++++++++++++
  11 files changed, 408 insertions(+), 2 deletions(-)
 
 commit d5b6085c3e40b4e2605cab7ff6c8a621b961b2d2
@@ -6019,10 +8349,10 @@ Date:   Wed Aug 13 00:42:12 2008 -0400
 
     Update man pages
 
- fc-cache/fc-cache.sgml |   16 ++++++++++------
- fc-cat/fc-cat.sgml    |   15 +++++++++++----
- fc-list/fc-list.sgml  |   12 ++++++++----
- fc-match/fc-match.sgml |   30 +++++++++++++++++++++++-------
+ fc-cache/fc-cache.sgml | 16 ++++++++++------
+ fc-cat/fc-cat.sgml    | 15 +++++++++++----
+ fc-list/fc-list.sgml  | 12 ++++++++----
+ fc-match/fc-match.sgml | 30 +++++++++++++++++++++++-------
  4 files changed, 52 insertions(+), 21 deletions(-)
 
 commit 88261bafff30ec02b5a2180f1f9b786c8ff44e3d
@@ -6031,7 +8361,7 @@ Date:     Tue Aug 12 23:44:44 2008 -0400
 
     [fc-match] Fix list of getopt options in --help
 
- fc-match/fc-match.c |   4 ++--
+ fc-match/fc-match.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 43291847c58002fca99984dcec4f1bbbb0d0f61d
@@ -6040,7 +8370,7 @@ Date:     Tue Aug 12 18:00:35 2008 -0400
 
     Add ~/.fonts.conf.d to default config (#17100)
 
- conf.d/50-user.conf |   1 +
+ conf.d/50-user.conf | 1 +
  1 file changed, 1 insertion(+)
 
 commit 4f468454d80bf4f1d256f084afd69cabecf1243e
@@ -6051,7 +8381,7 @@ Date:     Tue Aug 12 17:54:45 2008 -0400
 
     Patch from Theppitak Karoonboonyanan
 
- conf.d/65-nonlatin.conf |   13 +++++++++----
+ conf.d/65-nonlatin.conf | 13 +++++++++----
  1 file changed, 9 insertions(+), 4 deletions(-)
 
 commit 2e08e0f243633386b6441784926f928359c92453
@@ -6061,7 +8391,7 @@ Date:     Tue Aug 12 17:52:02 2008 -0400
     [doc] Fix signatures of FcPatternGetFTFace and FcPatternGetLangSet
     (#16272)
 
- doc/fcpattern.fncs |   6 ++++--
+ doc/fcpattern.fncs | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 commit 317b849215ab16cfcd0dda0e424efc9216a74f28
@@ -6070,226 +8400,226 @@ Date: Tue Aug 12 16:34:24 2008 -0400
 
     Replace RCS Id tags with the file name
 
- config/Makedefs.in     |    2 +-
- config/install.sh      |    2 +-
- fc-cache/fc-cache.c    |    2 +-
- fc-cat/fc-cat.c        |    2 +-
- fc-lang/aa.orth        |    2 +-
- fc-lang/ab.orth        |    2 +-
- fc-lang/af.orth        |    2 +-
- fc-lang/am.orth        |    2 +-
- fc-lang/ar.orth        |    2 +-
- fc-lang/ast.orth       |    2 +-
- fc-lang/ava.orth       |    2 +-
- fc-lang/ay.orth        |    2 +-
- fc-lang/az.orth        |    2 +-
- fc-lang/az_ir.orth     |    2 +-
- fc-lang/ba.orth        |    2 +-
- fc-lang/bam.orth       |    2 +-
- fc-lang/be.orth        |    2 +-
- fc-lang/bg.orth        |    2 +-
- fc-lang/bh.orth        |    2 +-
- fc-lang/bho.orth       |    2 +-
- fc-lang/bi.orth        |    2 +-
- fc-lang/bin.orth       |    2 +-
- fc-lang/bn.orth        |    2 +-
- fc-lang/bo.orth        |    2 +-
- fc-lang/br.orth        |    2 +-
- fc-lang/bs.orth        |    2 +-
- fc-lang/bua.orth       |    2 +-
- fc-lang/ca.orth        |    2 +-
- fc-lang/ce.orth        |    2 +-
- fc-lang/ch.orth        |    2 +-
- fc-lang/chm.orth       |    2 +-
- fc-lang/chr.orth       |    2 +-
- fc-lang/co.orth        |    2 +-
- fc-lang/cs.orth        |    2 +-
- fc-lang/cu.orth        |    2 +-
- fc-lang/cv.orth        |    2 +-
- fc-lang/cy.orth        |    2 +-
- fc-lang/da.orth        |    2 +-
- fc-lang/de.orth        |    2 +-
- fc-lang/dz.orth        |    2 +-
- fc-lang/el.orth        |    2 +-
- fc-lang/en.orth        |    2 +-
- fc-lang/eo.orth        |    2 +-
- fc-lang/es.orth        |    2 +-
- fc-lang/et.orth        |    2 +-
- fc-lang/eu.orth        |    2 +-
- fc-lang/fa.orth        |    2 +-
- fc-lang/fc-lang.c      |    2 +-
- fc-lang/fc-lang.man    |    2 +-
- fc-lang/fclang.tmpl.h  |    2 +-
- fc-lang/fi.orth        |    2 +-
- fc-lang/fj.orth        |    2 +-
- fc-lang/fo.orth        |    2 +-
- fc-lang/fr.orth        |    2 +-
- fc-lang/ful.orth       |    2 +-
- fc-lang/fur.orth       |    2 +-
- fc-lang/fy.orth        |    2 +-
- fc-lang/ga.orth        |    2 +-
- fc-lang/gd.orth        |    2 +-
- fc-lang/gez.orth       |    2 +-
- fc-lang/gl.orth        |    2 +-
- fc-lang/gn.orth        |    2 +-
- fc-lang/gu.orth        |    2 +-
- fc-lang/gv.orth        |    2 +-
- fc-lang/ha.orth        |    2 +-
- fc-lang/haw.orth       |    2 +-
- fc-lang/he.orth        |    2 +-
- fc-lang/hi.orth        |    2 +-
- fc-lang/ho.orth        |    2 +-
- fc-lang/hr.orth        |    2 +-
- fc-lang/hu.orth        |    2 +-
- fc-lang/hy.orth        |    2 +-
- fc-lang/ia.orth        |    2 +-
- fc-lang/ibo.orth       |    2 +-
- fc-lang/id.orth        |    2 +-
- fc-lang/ie.orth        |    2 +-
- fc-lang/ik.orth        |    2 +-
- fc-lang/io.orth        |    2 +-
- fc-lang/is.orth        |    2 +-
- fc-lang/it.orth        |    2 +-
- fc-lang/iu.orth        |    2 +-
- fc-lang/ja.orth        |    2 +-
- fc-lang/ka.orth        |    2 +-
- fc-lang/kaa.orth       |    2 +-
- fc-lang/ki.orth        |    2 +-
- fc-lang/kk.orth        |    2 +-
- fc-lang/kl.orth        |    2 +-
- fc-lang/km.orth        |    2 +-
- fc-lang/kn.orth        |    2 +-
- fc-lang/ko.orth        |    2 +-
- fc-lang/kok.orth       |    2 +-
- fc-lang/ks.orth        |    2 +-
- fc-lang/ku.orth        |    2 +-
- fc-lang/ku_ir.orth     |    2 +-
- fc-lang/kum.orth       |    2 +-
- fc-lang/kv.orth        |    2 +-
- fc-lang/kw.orth        |    2 +-
- fc-lang/ky.orth        |    2 +-
- fc-lang/la.orth        |    2 +-
- fc-lang/lb.orth        |    2 +-
- fc-lang/lez.orth       |    2 +-
- fc-lang/ln.orth        |    2 +-
- fc-lang/lo.orth        |    2 +-
- fc-lang/lt.orth        |    2 +-
- fc-lang/lv.orth        |    2 +-
- fc-lang/mai.orth       |    2 +-
- fc-lang/mg.orth        |    2 +-
- fc-lang/mh.orth        |    2 +-
- fc-lang/mi.orth        |    2 +-
- fc-lang/mk.orth        |    2 +-
- fc-lang/ml.orth        |    2 +-
- fc-lang/mn.orth        |    2 +-
- fc-lang/mo.orth        |    2 +-
- fc-lang/mr.orth        |    2 +-
- fc-lang/mt.orth        |    2 +-
- fc-lang/my.orth        |    2 +-
- fc-lang/nb.orth        |    2 +-
- fc-lang/nds.orth       |    2 +-
- fc-lang/ne.orth        |    2 +-
- fc-lang/nl.orth        |    2 +-
- fc-lang/nn.orth        |    2 +-
- fc-lang/no.orth        |    2 +-
- fc-lang/nr.orth        |    2 +-
- fc-lang/nso.orth       |    2 +-
- fc-lang/ny.orth        |    2 +-
- fc-lang/oc.orth        |    2 +-
- fc-lang/om.orth        |    2 +-
- fc-lang/or.orth        |    2 +-
- fc-lang/os.orth        |    2 +-
- fc-lang/pa.orth        |    2 +-
- fc-lang/pl.orth        |    2 +-
- fc-lang/ps_af.orth     |    2 +-
- fc-lang/ps_pk.orth     |    2 +-
- fc-lang/pt.orth        |    2 +-
- fc-lang/rm.orth        |    2 +-
- fc-lang/ro.orth        |    2 +-
- fc-lang/ru.orth        |    2 +-
- fc-lang/sa.orth        |    2 +-
- fc-lang/sah.orth       |    2 +-
- fc-lang/sco.orth       |    2 +-
- fc-lang/se.orth        |    2 +-
- fc-lang/sel.orth       |    2 +-
- fc-lang/sh.orth        |    2 +-
- fc-lang/shs.orth       |    2 +-
- fc-lang/si.orth        |    2 +-
- fc-lang/sk.orth        |    2 +-
- fc-lang/sl.orth        |    2 +-
- fc-lang/sm.orth        |    2 +-
- fc-lang/sma.orth       |    2 +-
- fc-lang/smj.orth       |    2 +-
- fc-lang/smn.orth       |    2 +-
- fc-lang/sms.orth       |    2 +-
- fc-lang/so.orth        |    2 +-
- fc-lang/sq.orth        |    2 +-
- fc-lang/sr.orth        |    2 +-
- fc-lang/ss.orth        |    2 +-
- fc-lang/st.orth        |    2 +-
- fc-lang/sv.orth        |    2 +-
- fc-lang/sw.orth        |    2 +-
- fc-lang/syr.orth       |    2 +-
- fc-lang/ta.orth        |    2 +-
- fc-lang/te.orth        |    2 +-
- fc-lang/tg.orth        |    2 +-
- fc-lang/th.orth        |    2 +-
- fc-lang/ti_er.orth     |    2 +-
- fc-lang/ti_et.orth     |    2 +-
- fc-lang/tig.orth       |    2 +-
- fc-lang/tk.orth        |    2 +-
- fc-lang/tl.orth        |    2 +-
- fc-lang/tn.orth        |    2 +-
- fc-lang/to.orth        |    2 +-
- fc-lang/tr.orth        |    2 +-
- fc-lang/ts.orth        |    2 +-
- fc-lang/tt.orth        |    2 +-
- fc-lang/tw.orth        |    2 +-
- fc-lang/tyv.orth       |    2 +-
- fc-lang/ug.orth        |    2 +-
- fc-lang/uk.orth        |    2 +-
- fc-lang/ur.orth        |    2 +-
- fc-lang/uz.orth        |    2 +-
- fc-lang/ven.orth       |    2 +-
- fc-lang/vi.orth        |    2 +-
- fc-lang/vo.orth        |    2 +-
- fc-lang/vot.orth       |    2 +-
- fc-lang/wa.orth        |    2 +-
- fc-lang/wen.orth       |    2 +-
- fc-lang/wo.orth        |    2 +-
- fc-lang/xh.orth        |    2 +-
- fc-lang/yap.orth       |    2 +-
- fc-lang/yi.orth        |    2 +-
- fc-lang/yo.orth        |    2 +-
- fc-lang/zh_cn.orth     |    2 +-
- fc-lang/zh_hk.orth     |    2 +-
- fc-lang/zh_mo.orth     |    2 +-
- fc-lang/zh_sg.orth     |    2 +-
- fc-lang/zh_tw.orth     |    2 +-
- fc-lang/zu.orth        |    2 +-
- fc-list/fc-list.c      |    2 +-
- fc-match/fc-match.c    |    2 +-
- fontconfig/fcfreetype.h |    2 +-
- fontconfig/fcprivate.h  |    2 +-
- fontconfig/fontconfig.h |    2 +-
- src/fcatomic.c                 |    2 +-
- src/fcblanks.c                 |    2 +-
- src/fccfg.c            |    2 +-
- src/fccharset.c        |    2 +-
- src/fcdbg.c            |    2 +-
- src/fcdefault.c        |    2 +-
- src/fcdir.c            |    2 +-
- src/fcfreetype.c       |    2 +-
- src/fcfs.c             |    2 +-
- src/fcinit.c           |    2 +-
- src/fcint.h            |    2 +-
- src/fclang.c           |    2 +-
- src/fclist.c           |    2 +-
- src/fcmatch.c          |    2 +-
- src/fcmatrix.c                 |    2 +-
- src/fcname.c           |    2 +-
- src/fcstr.c            |    2 +-
- src/fcxml.c            |    2 +-
+ config/Makedefs.in     | 2 +-
+ config/install.sh      | 2 +-
+ fc-cache/fc-cache.c    | 2 +-
+ fc-cat/fc-cat.c        | 2 +-
+ fc-lang/aa.orth        | 2 +-
+ fc-lang/ab.orth        | 2 +-
+ fc-lang/af.orth        | 2 +-
+ fc-lang/am.orth        | 2 +-
+ fc-lang/ar.orth        | 2 +-
+ fc-lang/ast.orth       | 2 +-
+ fc-lang/ava.orth       | 2 +-
+ fc-lang/ay.orth        | 2 +-
+ fc-lang/az.orth        | 2 +-
+ fc-lang/az_ir.orth     | 2 +-
+ fc-lang/ba.orth        | 2 +-
+ fc-lang/bam.orth       | 2 +-
+ fc-lang/be.orth        | 2 +-
+ fc-lang/bg.orth        | 2 +-
+ fc-lang/bh.orth        | 2 +-
+ fc-lang/bho.orth       | 2 +-
+ fc-lang/bi.orth        | 2 +-
+ fc-lang/bin.orth       | 2 +-
+ fc-lang/bn.orth        | 2 +-
+ fc-lang/bo.orth        | 2 +-
+ fc-lang/br.orth        | 2 +-
+ fc-lang/bs.orth        | 2 +-
+ fc-lang/bua.orth       | 2 +-
+ fc-lang/ca.orth        | 2 +-
+ fc-lang/ce.orth        | 2 +-
+ fc-lang/ch.orth        | 2 +-
+ fc-lang/chm.orth       | 2 +-
+ fc-lang/chr.orth       | 2 +-
+ fc-lang/co.orth        | 2 +-
+ fc-lang/cs.orth        | 2 +-
+ fc-lang/cu.orth        | 2 +-
+ fc-lang/cv.orth        | 2 +-
+ fc-lang/cy.orth        | 2 +-
+ fc-lang/da.orth        | 2 +-
+ fc-lang/de.orth        | 2 +-
+ fc-lang/dz.orth        | 2 +-
+ fc-lang/el.orth        | 2 +-
+ fc-lang/en.orth        | 2 +-
+ fc-lang/eo.orth        | 2 +-
+ fc-lang/es.orth        | 2 +-
+ fc-lang/et.orth        | 2 +-
+ fc-lang/eu.orth        | 2 +-
+ fc-lang/fa.orth        | 2 +-
+ fc-lang/fc-lang.c      | 2 +-
+ fc-lang/fc-lang.man    | 2 +-
+ fc-lang/fclang.tmpl.h  | 2 +-
+ fc-lang/fi.orth        | 2 +-
+ fc-lang/fj.orth        | 2 +-
+ fc-lang/fo.orth        | 2 +-
+ fc-lang/fr.orth        | 2 +-
+ fc-lang/ful.orth       | 2 +-
+ fc-lang/fur.orth       | 2 +-
+ fc-lang/fy.orth        | 2 +-
+ fc-lang/ga.orth        | 2 +-
+ fc-lang/gd.orth        | 2 +-
+ fc-lang/gez.orth       | 2 +-
+ fc-lang/gl.orth        | 2 +-
+ fc-lang/gn.orth        | 2 +-
+ fc-lang/gu.orth        | 2 +-
+ fc-lang/gv.orth        | 2 +-
+ fc-lang/ha.orth        | 2 +-
+ fc-lang/haw.orth       | 2 +-
+ fc-lang/he.orth        | 2 +-
+ fc-lang/hi.orth        | 2 +-
+ fc-lang/ho.orth        | 2 +-
+ fc-lang/hr.orth        | 2 +-
+ fc-lang/hu.orth        | 2 +-
+ fc-lang/hy.orth        | 2 +-
+ fc-lang/ia.orth        | 2 +-
+ fc-lang/ibo.orth       | 2 +-
+ fc-lang/id.orth        | 2 +-
+ fc-lang/ie.orth        | 2 +-
+ fc-lang/ik.orth        | 2 +-
+ fc-lang/io.orth        | 2 +-
+ fc-lang/is.orth        | 2 +-
+ fc-lang/it.orth        | 2 +-
+ fc-lang/iu.orth        | 2 +-
+ fc-lang/ja.orth        | 2 +-
+ fc-lang/ka.orth        | 2 +-
+ fc-lang/kaa.orth       | 2 +-
+ fc-lang/ki.orth        | 2 +-
+ fc-lang/kk.orth        | 2 +-
+ fc-lang/kl.orth        | 2 +-
+ fc-lang/km.orth        | 2 +-
+ fc-lang/kn.orth        | 2 +-
+ fc-lang/ko.orth        | 2 +-
+ fc-lang/kok.orth       | 2 +-
+ fc-lang/ks.orth        | 2 +-
+ fc-lang/ku.orth        | 2 +-
+ fc-lang/ku_ir.orth     | 2 +-
+ fc-lang/kum.orth       | 2 +-
+ fc-lang/kv.orth        | 2 +-
+ fc-lang/kw.orth        | 2 +-
+ fc-lang/ky.orth        | 2 +-
+ fc-lang/la.orth        | 2 +-
+ fc-lang/lb.orth        | 2 +-
+ fc-lang/lez.orth       | 2 +-
+ fc-lang/ln.orth        | 2 +-
+ fc-lang/lo.orth        | 2 +-
+ fc-lang/lt.orth        | 2 +-
+ fc-lang/lv.orth        | 2 +-
+ fc-lang/mai.orth       | 2 +-
+ fc-lang/mg.orth        | 2 +-
+ fc-lang/mh.orth        | 2 +-
+ fc-lang/mi.orth        | 2 +-
+ fc-lang/mk.orth        | 2 +-
+ fc-lang/ml.orth        | 2 +-
+ fc-lang/mn.orth        | 2 +-
+ fc-lang/mo.orth        | 2 +-
+ fc-lang/mr.orth        | 2 +-
+ fc-lang/mt.orth        | 2 +-
+ fc-lang/my.orth        | 2 +-
+ fc-lang/nb.orth        | 2 +-
+ fc-lang/nds.orth       | 2 +-
+ fc-lang/ne.orth        | 2 +-
+ fc-lang/nl.orth        | 2 +-
+ fc-lang/nn.orth        | 2 +-
+ fc-lang/no.orth        | 2 +-
+ fc-lang/nr.orth        | 2 +-
+ fc-lang/nso.orth       | 2 +-
+ fc-lang/ny.orth        | 2 +-
+ fc-lang/oc.orth        | 2 +-
+ fc-lang/om.orth        | 2 +-
+ fc-lang/or.orth        | 2 +-
+ fc-lang/os.orth        | 2 +-
+ fc-lang/pa.orth        | 2 +-
+ fc-lang/pl.orth        | 2 +-
+ fc-lang/ps_af.orth     | 2 +-
+ fc-lang/ps_pk.orth     | 2 +-
+ fc-lang/pt.orth        | 2 +-
+ fc-lang/rm.orth        | 2 +-
+ fc-lang/ro.orth        | 2 +-
+ fc-lang/ru.orth        | 2 +-
+ fc-lang/sa.orth        | 2 +-
+ fc-lang/sah.orth       | 2 +-
+ fc-lang/sco.orth       | 2 +-
+ fc-lang/se.orth        | 2 +-
+ fc-lang/sel.orth       | 2 +-
+ fc-lang/sh.orth        | 2 +-
+ fc-lang/shs.orth       | 2 +-
+ fc-lang/si.orth        | 2 +-
+ fc-lang/sk.orth        | 2 +-
+ fc-lang/sl.orth        | 2 +-
+ fc-lang/sm.orth        | 2 +-
+ fc-lang/sma.orth       | 2 +-
+ fc-lang/smj.orth       | 2 +-
+ fc-lang/smn.orth       | 2 +-
+ fc-lang/sms.orth       | 2 +-
+ fc-lang/so.orth        | 2 +-
+ fc-lang/sq.orth        | 2 +-
+ fc-lang/sr.orth        | 2 +-
+ fc-lang/ss.orth        | 2 +-
+ fc-lang/st.orth        | 2 +-
+ fc-lang/sv.orth        | 2 +-
+ fc-lang/sw.orth        | 2 +-
+ fc-lang/syr.orth       | 2 +-
+ fc-lang/ta.orth        | 2 +-
+ fc-lang/te.orth        | 2 +-
+ fc-lang/tg.orth        | 2 +-
+ fc-lang/th.orth        | 2 +-
+ fc-lang/ti_er.orth     | 2 +-
+ fc-lang/ti_et.orth     | 2 +-
+ fc-lang/tig.orth       | 2 +-
+ fc-lang/tk.orth        | 2 +-
+ fc-lang/tl.orth        | 2 +-
+ fc-lang/tn.orth        | 2 +-
+ fc-lang/to.orth        | 2 +-
+ fc-lang/tr.orth        | 2 +-
+ fc-lang/ts.orth        | 2 +-
+ fc-lang/tt.orth        | 2 +-
+ fc-lang/tw.orth        | 2 +-
+ fc-lang/tyv.orth       | 2 +-
+ fc-lang/ug.orth        | 2 +-
+ fc-lang/uk.orth        | 2 +-
+ fc-lang/ur.orth        | 2 +-
+ fc-lang/uz.orth        | 2 +-
+ fc-lang/ven.orth       | 2 +-
+ fc-lang/vi.orth        | 2 +-
+ fc-lang/vo.orth        | 2 +-
+ fc-lang/vot.orth       | 2 +-
+ fc-lang/wa.orth        | 2 +-
+ fc-lang/wen.orth       | 2 +-
+ fc-lang/wo.orth        | 2 +-
+ fc-lang/xh.orth        | 2 +-
+ fc-lang/yap.orth       | 2 +-
+ fc-lang/yi.orth        | 2 +-
+ fc-lang/yo.orth        | 2 +-
+ fc-lang/zh_cn.orth     | 2 +-
+ fc-lang/zh_hk.orth     | 2 +-
+ fc-lang/zh_mo.orth     | 2 +-
+ fc-lang/zh_sg.orth     | 2 +-
+ fc-lang/zh_tw.orth     | 2 +-
+ fc-lang/zu.orth        | 2 +-
+ fc-list/fc-list.c      | 2 +-
+ fc-match/fc-match.c    | 2 +-
+ fontconfig/fcfreetype.h | 2 +-
+ fontconfig/fcprivate.h  | 2 +-
+ fontconfig/fontconfig.h | 2 +-
+ src/fcatomic.c                 | 2 +-
+ src/fcblanks.c                 | 2 +-
+ src/fccfg.c            | 2 +-
+ src/fccharset.c        | 2 +-
+ src/fcdbg.c            | 2 +-
+ src/fcdefault.c        | 2 +-
+ src/fcdir.c            | 2 +-
+ src/fcfreetype.c       | 2 +-
+ src/fcfs.c             | 2 +-
+ src/fcinit.c           | 2 +-
+ src/fcint.h            | 2 +-
+ src/fclang.c           | 2 +-
+ src/fclist.c           | 2 +-
+ src/fcmatch.c          | 2 +-
+ src/fcmatrix.c                 | 2 +-
+ src/fcname.c           | 2 +-
+ src/fcstr.c            | 2 +-
+ src/fcxml.c            | 2 +-
  220 files changed, 220 insertions(+), 220 deletions(-)
 
 commit aef608efed2feb867128e528cd9d39ee7e10a0ac
@@ -6298,7 +8628,7 @@ Date:     Tue Aug 12 16:11:29 2008 -0400
 
     Add orth file for Maithili mai.orth (#15821)
 
- fc-lang/mai.orth |   25 +++++++++++++++++++++++++
+ fc-lang/mai.orth | 25 +++++++++++++++++++++++++
  1 file changed, 25 insertions(+)
 
 commit 1bcf4ae5f2348d7956c435d34f2856ebfaccd6c8
@@ -6311,7 +8641,7 @@ Date:     Tue Aug 12 15:10:04 2008 -0400
     checking that the file name represents a directory may surprise some,
     but it doesn't bother me really.
 
- src/fcstr.c |   3 +++
+ src/fcstr.c | 3 +++
  1 file changed, 3 insertions(+)
 
 commit b21bea3731106ef30224f9255c4232d6e2607803
@@ -6320,7 +8650,7 @@ Date:     Tue Aug 12 14:32:40 2008 -0400
 
     [doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)
 
- doc/fcconfig.fncs |   2 +-
+ doc/fcconfig.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit e04afe83de409b880be9a854b34fb624bca5c3b0
@@ -6329,8 +8659,8 @@ Date:     Tue Aug 12 14:10:03 2008 -0400
 
     Avoid C99ism in Win32 code (#16651)
 
- src/fccfg.c |   3 ++-
- src/fcxml.c |   3 ++-
+ src/fccfg.c | 3 ++-
+ src/fcxml.c | 3 ++-
  2 files changed, 4 insertions(+), 2 deletions(-)
 
 commit f7364e6273df6f660e6b01ea5189e88b34ba4602
@@ -6339,7 +8669,7 @@ Date:     Thu Feb 12 10:23:40 2009 +1030
 
     Remove build manpage logfile if it exists
 
- doc/Makefile.am |    1 +
+ doc/Makefile.am | 1 +
  1 file changed, 1 insertion(+)
 
 commit 0e21b5a4d5609a5dd0f332b412d878b6f1037d29
@@ -6350,7 +8680,7 @@ Date:     Sun Jun 22 09:21:05 2008 -0700
 
     Signed-off-by: Keith Packard <keithp@keithp.com>
 
- fc-case/Makefile.am |   4 +++-
+ fc-case/Makefile.am | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit a93b4c2aab1d79573abd646147596a8a34b19350
@@ -6359,9 +8689,9 @@ Date:     Sat May 31 19:24:35 2008 -0700
 
     Bump version to 2.6.0
 
- README                         |    6 ++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ README                         | 6 ++++--
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 4 ++--
  3 files changed, 7 insertions(+), 5 deletions(-)
 
 commit d0902ee0867bd11e4ff266876a69c258eee8d08d
@@ -6370,9 +8700,9 @@ Date:     Sat May 24 17:52:41 2008 -0700
 
     Bump version to 2.5.93
 
- README                         |   34 ++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 34 ++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 34 insertions(+), 4 deletions(-)
 
 commit 8ade2369238a0b439192a847f12fcc9748a6d73a
@@ -6384,7 +8714,7 @@ Date:     Sat May 24 17:14:24 2008 -0700
     An empty element would cause every file starting with the current
     directory to be scanned, probably not what the user wanted.
 
- src/fcxml.c |   4 +++-
+ src/fcxml.c | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 83c5c357abc8d626680943537b4dbc020d6c378c
@@ -6395,7 +8725,7 @@ Date:     Sat May 24 17:01:12 2008 -0700
 
     fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache.
 
- Makefile.am |   4 ++--
+ Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit e91e7efd7b0e0ca6f9f2e718541f99331447b40a
@@ -6407,7 +8737,7 @@ Date:     Sat May 24 16:32:27 2008 -0700
     To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in
     Libs.private.
 
- fontconfig.pc.in |    2 +-
+ fontconfig.pc.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ad3fc667914d19435ade56adc8afe584d5605d10
@@ -6429,7 +8759,7 @@ Date:     Sat May 24 16:15:27 2008 -0700
     directories
     are in the future.
 
- src/fccfg.c |  13 ++++++++++++-
+ src/fccfg.c | 13 ++++++++++++-
  1 file changed, 12 insertions(+), 1 deletion(-)
 
 commit b808204023ab47eb06dc520665eb7a0473320a9b
@@ -6444,7 +8774,7 @@ Date:     Sat May 24 16:09:17 2008 -0700
 
     And MATCH_RASTERIZER_INDEX should be 13, not 12, right?
 
- src/fcmatch.c |    7 +++----
+ src/fcmatch.c | 7 +++----
  1 file changed, 3 insertions(+), 4 deletions(-)
 
 commit c6228a34b0ebaab3df395163b3b9246da2aa7d8c
@@ -6464,7 +8794,7 @@ Date:     Sat May 24 15:59:35 2008 -0700
 
     (the second part of this patch was already in the tree)
 
- Makefile.am |   4 ++--
+ Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 557f87f7337df1d78c04d2c993916d1d1748360f
@@ -6473,7 +8803,7 @@ Date:     Sat May 24 15:51:41 2008 -0700
 
     Add Secwepemctsin Orthography. Bug 15996.
 
- fc-lang/shs.orth |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/shs.orth | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 48 insertions(+)
 
 commit a572f547fd46bf169b617108552ab0fa280f4813
@@ -6482,8 +8812,8 @@ Date:     Sat May 24 15:48:00 2008 -0700
 
     Persian conf update. (bug 16066).
 
- conf.d/40-nonlatin.conf      |   37 +++++++++++++++++++++++++++++++++++++
- conf.d/65-fonts-persian.conf |   24 ++++++++++++++++++++----
+ conf.d/40-nonlatin.conf      | 37 +++++++++++++++++++++++++++++++++++++
+ conf.d/65-fonts-persian.conf | 24 ++++++++++++++++++++----
  2 files changed, 57 insertions(+), 4 deletions(-)
 
 commit 0faca4ff826c214c5c5bb0ff7e64a09802230f9d
@@ -6501,7 +8831,7 @@ Date:     Sat May 24 15:44:00 2008 -0700
     of the
     previous function is absent.
 
- doc/fcstring.fncs |   1 +
+ doc/fcstring.fncs | 1 +
  1 file changed, 1 insertion(+)
 
 commit 4dfb4aa1d4e1a3195d6f2f6873cb48d1d739a1bd
@@ -6514,8 +8844,8 @@ Date:     Mon May 5 08:30:44 2008 -0700
     a broken
     build on non-Linux systems.
 
- acinclude.m4 |  137
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ acinclude.m4 | 137
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 137 insertions(+)
 
 commit 8d0139b0e68b081c9cdbeaa025fb278105ebf50c
@@ -6532,8 +8862,8 @@ Date:     Sun May 4 19:08:31 2008 -0700
     have been fixed. Thus this is a request to enable the autohinting in
     fontconfig again for all the indic fonts.
 
- conf.d/25-unhint-nonlatin.conf |  119
- ----------------------------------------
+ conf.d/25-unhint-nonlatin.conf | 119
+ -----------------------------------------
  1 file changed, 119 deletions(-)
 
 commit 3a3f687b759ceb76fc1e6407980a4b2717a47219
@@ -6545,7 +8875,7 @@ Date:     Sun May 4 01:27:42 2008 -0700
     extended -> expanded.
     caps, dunhill -> decorative
 
- src/fcfreetype.c |    5 +++--
+ src/fcfreetype.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit 13a14cbf56d56c14d53e5f55d7fcc4bdec900994
@@ -6558,11 +8888,11 @@ Date:   Sun May 4 01:26:40 2008 -0700
     of manual
     function call tracking. A pain, but it helps debug leaks.
 
- src/fcatomic.c  |    2 +-
- src/fccharset.c |    6 ++++++
- src/fcinit.c   |    2 ++
- src/fcpat.c    |    2 +-
- src/fcstr.c    |    9 +++++++--
+ src/fcatomic.c  | 2 +-
+ src/fccharset.c | 6 ++++++
+ src/fcinit.c   | 2 ++
+ src/fcpat.c    | 2 +-
+ src/fcstr.c    | 9 +++++++--
  5 files changed, 17 insertions(+), 4 deletions(-)
 
 commit c6c9400d67ffefa95100d03e6650ea901b05116b
@@ -6574,7 +8904,7 @@ Date:     Sun May 4 01:25:04 2008 -0700
     FcFini frees all libary data structures so valgrind should report 0
     allocations in use when the program exits.
 
- fc-cache/fc-cache.c |   1 +
+ fc-cache/fc-cache.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit d33d23ada05a688046e4cc0a48b149fbf44c9ce3
@@ -6583,9 +8913,9 @@ Date:     Sat May 3 20:39:07 2008 -0700
 
     Bump version to 2.5.92
 
- README                         |   40 ++++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 40 ++++++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 40 insertions(+), 4 deletions(-)
 
 commit 366887c3845973a6f81dd2e9e7aec60afbc61c32
@@ -6594,7 +8924,7 @@ Date:     Sat May 3 20:38:29 2008 -0700
 
     git ignore doltcompile
 
- .gitignore |   1 +
+ .gitignore | 1 +
  1 file changed, 1 insertion(+)
 
 commit 0b15b5f38b94ca1eda2b8b25de939776198c017a
@@ -6603,7 +8933,7 @@ Date:     Sat May 3 20:37:49 2008 -0700
 
     Allow for RC versions in README update
 
- new-version.sh |    4 ++--
+ new-version.sh | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 19d124dc4f9a68e1c9ddce58bf79a5e11d2ccbfd
@@ -6620,9 +8950,9 @@ Date:     Sat May 3 20:23:37 2008 -0700
 
     Rename the LT_ variables to LIBT_ to work around this restriction.
 
- configure.in     |   18 +++++++++---------
- fontconfig-zip.in |   2 +-
- src/Makefile.am   |   6 +++---
+ configure.in     | 18 +++++++++---------
+ fontconfig-zip.in |  2 +-
+ src/Makefile.am   |  6 +++---
  3 files changed, 13 insertions(+), 13 deletions(-)
 
 commit 0028f72bc818ca3bc343383fb644765ae12ce769
@@ -6635,7 +8965,7 @@ Date:     Sat May 3 20:17:16 2008 -0700
     symbols, those
     must be added to the fontconfig.def file build process.
 
- src/Makefile.am |    4 ++--
+ src/Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit bdbc26f3d970581a3248c245451f7fbfb1609601
@@ -6644,7 +8974,7 @@ Date:     Sat May 3 20:14:07 2008 -0700
 
     Make fc-match behave better when style is unknown (bug 15332)
 
- fc-match/fc-match.c |   2 +-
+ fc-match/fc-match.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 3322ca855330631e0d849e6beca0c2d82390898f
@@ -6673,7 +9003,7 @@ Date:     Sat May 3 20:07:35 2008 -0700
     variable; it's not like evaluating it more than once would be
     a problem.
 
- src/Makefile.am |    2 +-
+ src/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit df8ceebdbe735226bef602614921d517321c690f
@@ -6682,7 +9012,7 @@ Date:     Sat May 3 20:06:48 2008 -0700
 
     Remove doltcompile in distclean
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 9ffa2fa7efa7815b8808e744c3601631fe1810d7
@@ -6697,7 +9027,7 @@ Date:     Sat May 3 19:49:07 2008 -0700
 
     using "sed -n 1p" instead of "head -1" would be a suitable workaround.
 
- src/makealias |    2 +-
+ src/makealias | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6d65081e35fc1ffae1212f173853b0693645192e
@@ -6720,8 +9050,8 @@ Date:     Sat May 3 19:45:31 2008 -0700
     for a
     fonts/ directory where the exe is located.
 
- src/fccfg.c |  26 +++++++++++++++++++++-----
- src/fcxml.c |  22 +++++++++++++++++++++-
+ src/fccfg.c | 26 +++++++++++++++++++++-----
+ src/fcxml.c | 22 +++++++++++++++++++++-
  2 files changed, 42 insertions(+), 6 deletions(-)
 
 commit ae6fac08029bce11487d2d20184b1cabb4e0ec34
@@ -6739,8 +9069,8 @@ Date:     Sat May 3 19:39:56 2008 -0700
     desktops
     (antialiased, GNOME or KDE, high resolution).
 
- conf.d/40-nonlatin.conf |    2 ++
- conf.d/65-nonlatin.conf |    4 ++++
+ conf.d/40-nonlatin.conf | 2 ++
+ conf.d/65-nonlatin.conf | 4 ++++
  2 files changed, 6 insertions(+)
 
 commit 53aec111074cf7b46d15eb84a55791d3c95bc15e
@@ -6756,11 +9086,11 @@ Date:   Sat May 3 19:33:45 2008 -0700
     patch
     follows that would correspond to one available for Cairo in bug 10301.
 
- doc/fontconfig-devel.sgml |   1 +
- doc/fontconfig-user.sgml  |   5 +++++
- fontconfig/fontconfig.h   |   9 ++++++++-
- src/fcint.h              |    3 ++-
- src/fcname.c             |    7 ++++++-
+ doc/fontconfig-devel.sgml | 1 +
+ doc/fontconfig-user.sgml  | 5 +++++
+ fontconfig/fontconfig.h   | 9 ++++++++-
+ src/fcint.h              | 3 ++-
+ src/fcname.c             | 7 ++++++-
  5 files changed, 22 insertions(+), 3 deletions(-)
 
 commit c26344ecfc1d3b85671f5d948a10d5cc27c21c2f
@@ -6774,11 +9104,11 @@ Date:   Sat May 3 19:26:09 2008 -0700
     adding and
     documenting fonts to common aliases.
 
- conf.d/25-unhint-nonlatin.conf |   20 ++++++++++
- conf.d/60-latin.conf          |    3 ++
- conf.d/65-nonlatin.conf       |   81
- ++++++++++++++++++++++++++++++++++++----
- conf.d/69-unifont.conf                |    4 ++
+ conf.d/25-unhint-nonlatin.conf | 20 +++++++++++
+ conf.d/60-latin.conf          |  3 ++
+ conf.d/65-nonlatin.conf       | 81
+ ++++++++++++++++++++++++++++++++++++++----
+ conf.d/69-unifont.conf                |  4 +++
  4 files changed, 101 insertions(+), 7 deletions(-)
 
 commit c014142a207d6f3ac63580dfb0cacb243776f7c5
@@ -6787,7 +9117,7 @@ Date:     Sat May 3 19:09:57 2008 -0700
 
     Add --all flag to fc-match to show the untrimmed list. Bug 13018.
 
- fc-match/fc-match.c |  18 ++++++++++++------
+ fc-match/fc-match.c | 18 ++++++++++++------
  1 file changed, 12 insertions(+), 6 deletions(-)
 
 commit 8415442f9bb8ad624c9940adf187390468c70548
@@ -6796,8 +9126,8 @@ Date:     Sat May 3 18:04:32 2008 -0700
 
     Add some sample cursive and fantasy families.
 
- conf.d/45-latin.conf |   20 ++++++++++++++++++++
- conf.d/60-latin.conf |   24 ++++++++++++++++++++++++
+ conf.d/45-latin.conf | 20 ++++++++++++++++++++
+ conf.d/60-latin.conf | 24 ++++++++++++++++++++++++
  2 files changed, 44 insertions(+)
 
 commit 73e8ae3ac8890af2dd8dd769686e2d34b749e3d0
@@ -6809,7 +9139,7 @@ Date:     Sat May 3 17:43:39 2008 -0700
     The only relevant information is the pixel size; don't report
     anything else.
 
- src/fcfreetype.c |   34 ----------------------------------
+ src/fcfreetype.c | 34 ----------------------------------
  1 file changed, 34 deletions(-)
 
 commit 60421f5d68e81478430c2d9c796eedbf6d43b3cf
@@ -6825,8 +9155,8 @@ Date:     Sat May 3 17:19:43 2008 -0700
     fonts that have no
     glyphs and select a single strike to measure the glyph map with.
 
- src/fcfreetype.c |   58
- +++++++++++++++++++++++++++++++++++++++++++++++-------
+ src/fcfreetype.c | 58
+ +++++++++++++++++++++++++++++++++++++++++++++++++-------
  1 file changed, 51 insertions(+), 7 deletions(-)
 
 commit ef9db2e2d286c4c26a2cb06aef14d175c33d0898
@@ -6835,7 +9165,7 @@ Date:     Sat May 3 17:18:01 2008 -0700
 
     Use DOLT if available
 
- configure.in |    1 +
+ configure.in | 1 +
  1 file changed, 1 insertion(+)
 
 commit ba884599133e444b5f6d0b9b6981079cf8059b9f
@@ -6844,10 +9174,10 @@ Date:   Fri Apr 18 11:52:41 2008 -0700
 
     Fix build with !ENABLE_DOCS and no built manpages.
 
- fc-cache/Makefile.am |    8 ++++++--
- fc-cat/Makefile.am   |    8 ++++++--
- fc-list/Makefile.am  |    8 ++++++--
- fc-match/Makefile.am |    8 ++++++--
+ fc-cache/Makefile.am | 8 ++++++--
+ fc-cat/Makefile.am   | 8 ++++++--
+ fc-list/Makefile.am  | 8 ++++++--
+ fc-match/Makefile.am | 8 ++++++--
  4 files changed, 24 insertions(+), 8 deletions(-)
 
 commit 0dffe625d43c1165f8b84f97e8ba098793e2cf7b
@@ -6856,9 +9186,9 @@ Date:     Thu Jan 10 10:58:25 2008 -0800
 
     Bump version to 2.5.91
 
- README                         |   26 ++++++++++++++++++++++----
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 26 ++++++++++++++++++++++----
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 24 insertions(+), 6 deletions(-)
 
 commit b2cbf483ab520ff21ca2152f960498d181613608
@@ -6867,7 +9197,7 @@ Date:     Thu Jan 10 10:58:22 2008 -0800
 
     git-tag requires space after -m flag
 
- new-version.sh |    2 +-
+ new-version.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 51f1536479064c2d224860c15271a9b14c87fd62
@@ -6876,7 +9206,7 @@ Date:     Thu Jan 10 10:56:52 2008 -0800
 
     new-version.sh was mis-editing files
 
- new-version.sh |   19 ++++++++-----------
+ new-version.sh | 19 ++++++++-----------
  1 file changed, 8 insertions(+), 11 deletions(-)
 
 commit 554dc2e7b7e3c1cb6409d0cd786cfbea480fcf69
@@ -6885,7 +9215,7 @@ Date:     Thu Jan 10 10:48:00 2008 -0800
 
     Add more files to .gitignore
 
- .gitignore |   7 +++++--
+ .gitignore | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit 94d4f51d854f33b158e7eef2df75a5b21e95fb27
@@ -6894,8 +9224,8 @@ Date:     Thu Jan 10 10:43:33 2008 -0800
 
     Distribute khmer font aliases
 
- conf.d/65-khmer.conf |   16 ++++++++++++++++
- conf.d/Makefile.am   |    1 +
+ conf.d/65-khmer.conf | 16 ++++++++++++++++
+ conf.d/Makefile.am   |  1 +
  2 files changed, 17 insertions(+)
 
 commit fba7c37f98658e3ee94bb454868885b7f3a8ec5e
@@ -6905,9 +9235,9 @@ Date:     Thu Jan 10 10:40:41 2008 -0800
     Create new-version.sh to help with releases, update INSTALL
     instructions
 
- INSTALL       |   36 +++++------------
- new-version.sh |  121
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ INSTALL       |  36 +++++------------
+ new-version.sh | 121
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 131 insertions(+), 26 deletions(-)
 
 commit ad43ccaafa4f987b982afa2fff07ee8003c51a81
@@ -6916,7 +9246,7 @@ Date:     Thu Jan 10 08:58:57 2008 -0800
 
     Distribute new fcftint.h file
 
- src/Makefile.am |    2 +-
+ src/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 32fed4572754c2d484cd1605ff273c3fbfbd09bb
@@ -6928,10 +9258,10 @@ Date:   Tue Jan 8 12:34:19 2008 -0800
     The utility programs don't use any freetype interfaces, so they
     don't need to directly refer to freetype headers or libraries.
 
- fc-cache/Makefile.am |    4 ++--
- fc-cat/Makefile.am   |    4 ++--
- fc-list/Makefile.am  |    4 ++--
- fc-match/Makefile.am |    4 ++--
+ fc-cache/Makefile.am | 4 ++--
+ fc-cat/Makefile.am   | 4 ++--
+ fc-list/Makefile.am  | 4 ++--
+ fc-match/Makefile.am | 4 ++--
  4 files changed, 8 insertions(+), 8 deletions(-)
 
 commit a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f
@@ -6943,9 +9273,9 @@ Date:     Mon Jan 7 16:31:06 2008 -0800
     This header file needs to be included at the end of every file that
     exports any freetype symbols.
 
- src/fcfreetype.c |    1 +
- src/fclang.c    |    1 +
- src/fcpat.c     |    1 +
+ src/fcfreetype.c | 1 +
+ src/fclang.c    | 1 +
+ src/fcpat.c     | 1 +
  3 files changed, 3 insertions(+)
 
 commit dbd065ad312921308add99fc4cb31457d9045e6a
@@ -6957,18 +9287,18 @@ Date:   Wed Jan 2 08:47:14 2008 -0800
     This avoids requiring the freetype development files when cross
     compiling
 
- fc-arch/Makefile.am     |    2 +-
- fc-case/Makefile.am     |    2 +-
- fc-glyphname/Makefile.am |    2 +-
- fc-lang/Makefile.am     |    2 +-
- src/Makefile.am         |   13 ++++++++---
- src/fcfreetype.c        |    1 +
- src/fcftint.h           |   54
- ++++++++++++++++++++++++++++++++++++++++++++++
- src/fcint.h             |   18 +---------------
- src/fclang.c            |    1 +
- src/fcpat.c             |    1 +
- src/makealias           |    6 ++++--
+ fc-arch/Makefile.am     |  2 +-
+ fc-case/Makefile.am     |  2 +-
+ fc-glyphname/Makefile.am |  2 +-
+ fc-lang/Makefile.am     |  2 +-
+ src/Makefile.am         | 13 +++++++++---
+ src/fcfreetype.c        |  1 +
+ src/fcftint.h           | 54
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcint.h             | 18 +---------------
+ src/fclang.c            |  1 +
+ src/fcpat.c             |  1 +
+ src/makealias           |  6 ++++--
  11 files changed, 76 insertions(+), 26 deletions(-)
 
 commit 0aa5fbaa0df9d6c7bee8e0839dd443de9c48a402
@@ -6981,7 +9311,7 @@ Date:     Sun Dec 23 14:06:41 2007 -0800
     allocation
     and report failure.
 
- src/fcxml.c |   5 +++++
+ src/fcxml.c | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit 0f7870887adff6db3cffda5485418143f2bfa1f6
@@ -7006,7 +9336,7 @@ Date:     Wed Dec 12 21:47:33 2007 -0800
     inverse of
     "Contain", not the same as "Equal".
 
- src/fccfg.c |   2 +-
+ src/fccfg.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 6e5d2cb931f11f0aba8d187e49ddc7cc92a5be85
@@ -7019,7 +9349,7 @@ Date:     Sun Nov 25 16:35:55 2007 -0800
     the top
     of the README file says conf.d/README too.
 
- conf.d/Makefile.am |   7 +++++--
+ conf.d/Makefile.am | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit 8a0bd93e8a81b105206c1433e2da55b1acef1070
@@ -7028,9 +9358,9 @@ Date:     Tue Nov 13 18:56:44 2007 -0800
 
     Bump version number to 2.5
 
- README                         |   15 +++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ README                         | 15 +++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  4 ++--
  3 files changed, 16 insertions(+), 5 deletions(-)
 
 commit 8a3dc4880c1182ea446cdbc0885e956c6517cf83
@@ -7079,11 +9409,11 @@ Date:   Tue Nov 13 16:41:55 2007 -0800
     end-users, most of which who wouldn't know how to edit it anyway. And
     requiring an installer to edit it gets complicated.
 
- configure.in        |    6 +++-
- fc-cache/Makefile.am |    3 ++
- src/fccache.c       |   93
- +++++++++++++++++++++++++++++++++++++++++++++++++-
- src/fcxml.c         |   24 +++++++++++++
+ configure.in        |  6 +++-
+ fc-cache/Makefile.am |  3 ++
+ src/fccache.c       | 93
+ +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/fcxml.c         | 24 ++++++++++++++
  4 files changed, 124 insertions(+), 2 deletions(-)
 
 commit 1315db01b626aedd27e3e05bde96ce46c253629b
@@ -7102,15 +9432,15 @@ Date:   Tue Nov 13 15:48:30 2007 -0800
     macros and
     include fcprivate.h in the published header files.
 
- doc/check-missing-doc  |    1 +
- doc/fcobjectset.fncs   |   11 +++++
- doc/fcpattern.fncs     |   12 ++++-
- fontconfig/Makefile.am  |    3 +-
- fontconfig/fcprivate.h  |  123
- +++++++++++++++++++++++++++++++++++++++++++++++
- fontconfig/fontconfig.h |    2 +-
- src/Makefile.am        |    3 +-
- src/fcint.h            |   95 +-----------------------------------
+ doc/check-missing-doc  |   1 +
+ doc/fcobjectset.fncs   |  11 +++++
+ doc/fcpattern.fncs     |  12 ++++-
+ fontconfig/Makefile.am  |   3 +-
+ fontconfig/fcprivate.h  | 123
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig/fontconfig.h |   2 +-
+ src/Makefile.am        |   3 +-
+ src/fcint.h            |  95 +------------------------------------
  8 files changed, 152 insertions(+), 98 deletions(-)
 
 commit eaf4470a465cbfb95e2ba4df017d45f7b1d9c131
@@ -7124,7 +9454,7 @@ Date:     Tue Nov 13 15:16:58 2007 -0800
     which
     must not be freed by the application or 'bad things' will happen.
 
- doc/fcconfig.fncs |   3 ++-
+ doc/fcconfig.fncs | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 3fb38716aefef0fac300dee059403c04c1cbaa6c
@@ -7137,8 +9467,8 @@ Date:     Tue Nov 13 15:11:35 2007 -0800
     without
     knowing that they call FcFontRenderPrepare.
 
- doc/fcconfig.fncs  |  12 ++++++++----
- doc/fcfontset.fncs |  12 ++++++++----
+ doc/fcconfig.fncs  | 12 ++++++++----
+ doc/fcfontset.fncs | 12 ++++++++----
  2 files changed, 16 insertions(+), 8 deletions(-)
 
 commit fab44f3cb63dc8bd1285dcbd6ad4f1f468f91daf
@@ -7150,14 +9480,14 @@ Date:   Tue Nov 13 14:58:39 2007 -0800
     Several functions had no indication of what the return value would be,
     mostly these were allocation failure returns.
 
- doc/fcatomic.fncs     |    4 +++-
- doc/fcconfig.fncs     |   21 ++++++++++++++-------
- doc/fcconstant.fncs   |    8 ++++++--
- doc/fcfile.fncs       |   28 +++++++++++++++-------------
- doc/fcfontset.fncs    |    3 ++-
- doc/fcinit.fncs       |    7 +++++--
- doc/fcobjectset.fncs  |    3 ++-
- doc/fcobjecttype.fncs |    6 ++++--
+ doc/fcatomic.fncs     |  4 +++-
+ doc/fcconfig.fncs     | 21 ++++++++++++++-------
+ doc/fcconstant.fncs   |  8 ++++++--
+ doc/fcfile.fncs       | 28 +++++++++++++++-------------
+ doc/fcfontset.fncs    |  3 ++-
+ doc/fcinit.fncs       |  7 +++++--
+ doc/fcobjectset.fncs  |  3 ++-
+ doc/fcobjecttype.fncs |  6 ++++--
  8 files changed, 51 insertions(+), 29 deletions(-)
 
 commit ed7955a58f93927eb304ecf8d4d5274dbdc2362b
@@ -7170,7 +9500,7 @@ Date:     Mon Nov 5 16:08:55 2007 -0800
     subdirectory to
     avoid collisions.
 
- doc/Makefile.am |    8 +++++---
+ doc/Makefile.am | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)
 
 commit 37e9d33950df03f76b6938ae5675ecfc853eb903
@@ -7179,9 +9509,9 @@ Date:     Mon Nov 5 15:52:45 2007 -0800
 
     Update version numbers to 2.4.92 (2.5 RC2)
 
- README                         |   49
- +++++++++++++++++++++++++++++++++++++++++++++--
- fontconfig/fontconfig.h |    2 +-
+ README                         | 49
+ +++++++++++++++++++++++++++++++++++++++++++++++--
+ fontconfig/fontconfig.h |  2 +-
  2 files changed, 48 insertions(+), 3 deletions(-)
 
 commit a504f6b5394b96d2c6a24772b61705227a8e88ab
@@ -7190,8 +9520,8 @@ Date:     Mon Nov 5 18:12:51 2007 -0500
 
     Simplify/improve 30-metric-aliases.conf
 
- conf.d/30-metric-aliases.conf |  192
- +++++++++++++++++++++++------------------
+ conf.d/30-metric-aliases.conf | 192
+ ++++++++++++++++++++++++------------------
  1 file changed, 109 insertions(+), 83 deletions(-)
 
 commit cbff442c69bfbb6895f5033dfcda325c0508cb3f
@@ -7201,7 +9531,7 @@ Date:     Mon Nov 5 17:07:36 2007 -0500
     Remove list of available conf files from README.
     It was redundant and out-dated.
 
- conf.d/README |   29 +----------------------------
+ conf.d/README | 29 +----------------------------
  1 file changed, 1 insertion(+), 28 deletions(-)
 
 commit 0294bda4800b94828b59139e6205730c74261c40
@@ -7210,7 +9540,7 @@ Date:     Mon Nov 5 17:05:36 2007 -0500
 
     Fix documented conf-file naming format in README
 
- conf.d/README |    8 ++++----
+ conf.d/README | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit 07d04da76c4009552866ae0d2f85659186ef77d6
@@ -7220,7 +9550,7 @@ Date:     Mon Nov 5 17:01:44 2007 -0500
     Remove 25-unhint-nonlatin.conf from default configuration by not
     linking it.
 
- conf.d/Makefile.am |   1 -
+ conf.d/Makefile.am | 1 -
  1 file changed, 1 deletion(-)
 
 commit 9bac30859b9b2b532b9028dc6fe1730b87e95686
@@ -7229,7 +9559,7 @@ Date:     Mon Nov 5 16:46:19 2007 -0500
 
     Oops, fix Makefile.am.
 
- conf.d/Makefile.am |   4 ++--
+ conf.d/Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 93b4049c9ac6283fbf05a2a414ff3b4edaef822e
@@ -7239,8 +9569,8 @@ Date:     Mon Nov 5 16:43:49 2007 -0500
     Remove 20-lohit-gujarati.conf.  It's covered by
     25-unhint-nonlatin.conf now.
 
- conf.d/20-lohit-gujarati.conf |   11 -----------
- conf.d/Makefile.am           |    2 --
+ conf.d/20-lohit-gujarati.conf | 11 -----------
+ conf.d/Makefile.am           |  2 --
  2 files changed, 13 deletions(-)
 
 commit 7465091fa90753440ed775de5783387bc4fd9cc4
@@ -7253,24 +9583,24 @@ Date:   Mon Nov 5 16:43:14 2007 -0500
     This was outdated and wrong in most cases. There's no real use
     in that.
 
- 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-unhint-small-vera.conf |    1 -
- conf.d/25-unhint-nonlatin.conf   |    1 -
- conf.d/30-metric-aliases.conf   |    1 -
- conf.d/30-urw-aliases.conf      |    1 -
- conf.d/50-user.conf             |    1 -
- conf.d/51-local.conf            |    1 -
- conf.d/65-fonts-persian.conf    |    1 -
- conf.d/70-no-bitmaps.conf       |    1 -
- conf.d/70-yes-bitmaps.conf      |    1 -
- conf.d/80-delicious.conf        |    1 -
+ 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-unhint-small-vera.conf | 1 -
+ conf.d/25-unhint-nonlatin.conf   | 1 -
+ conf.d/30-metric-aliases.conf   | 1 -
+ conf.d/30-urw-aliases.conf      | 1 -
+ conf.d/50-user.conf             | 1 -
+ conf.d/51-local.conf            | 1 -
+ conf.d/65-fonts-persian.conf    | 1 -
+ conf.d/70-no-bitmaps.conf       | 1 -
+ conf.d/70-yes-bitmaps.conf      | 1 -
+ conf.d/80-delicious.conf        | 1 -
  18 files changed, 18 deletions(-)
 
 commit 531a143858aa1b5c82ee20bdacc292c0a31b6cfb
@@ -7284,7 +9614,7 @@ Date:     Mon Nov 5 16:40:25 2007 -0500
     30-metric-aliases.conf.
     Remove them here and add a comment instead.
 
- conf.d/30-urw-aliases.conf |  27 ++++++++-------------------
+ conf.d/30-urw-aliases.conf | 27 ++++++++-------------------
  1 file changed, 8 insertions(+), 19 deletions(-)
 
 commit 4b51f173c99152586db26b03752873a4b4020672
@@ -7293,12 +9623,12 @@ Date:   Mon Nov 5 16:36:55 2007 -0500
 
     Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf
 
- conf.d/40-generic.conf  |   80
- -----------------------------------------------
- conf.d/40-nonlatin.conf |   51 ++++++++++++++++++++++++++++++
- conf.d/45-latin.conf   |   56 +++++++++++++++++++++++++++++++++
- conf.d/Makefile.am     |    6 ++--
- conf.d/README          |    5 +--
+ conf.d/40-generic.conf  | 80
+ -------------------------------------------------
+ conf.d/40-nonlatin.conf | 51 +++++++++++++++++++++++++++++++
+ conf.d/45-latin.conf   | 56 ++++++++++++++++++++++++++++++++++
+ conf.d/Makefile.am     |  6 ++--
+ conf.d/README          |  5 ++--
  5 files changed, 114 insertions(+), 84 deletions(-)
 
 commit 39968fb223bf2eeb5502553c8d316dc4914a32ba
@@ -7307,14 +9637,14 @@ Date:   Mon Nov 5 16:14:35 2007 -0500
 
     Add/update config files from Fedora.
 
- conf.d/25-unhint-nonlatin.conf |  228
- ++++++++++++++++++++++++++++++++++++++++
- conf.d/30-amt-aliases.conf    |   21 ----
- conf.d/30-metric-aliases.conf |  186 ++++++++++++++++++++++++++++++++
- conf.d/40-generic.conf                |   22 +++-
- conf.d/65-nonlatin.conf       |   45 ++++++++
- conf.d/Makefile.am            |    6 +-
- conf.d/README                 |    3 +-
+ conf.d/25-unhint-nonlatin.conf | 228
+ +++++++++++++++++++++++++++++++++++++++++
+ conf.d/30-amt-aliases.conf    |  21 ----
+ conf.d/30-metric-aliases.conf | 186 +++++++++++++++++++++++++++++++++
+ conf.d/40-generic.conf                |  22 +++-
+ conf.d/65-nonlatin.conf       |  45 ++++++++
+ conf.d/Makefile.am            |   6 +-
+ conf.d/README                 |   3 +-
  7 files changed, 483 insertions(+), 28 deletions(-)
 
 commit cf223cc7bcae94e839d7ac1e980f289cca5199b0
@@ -7323,10 +9653,10 @@ Date:   Mon Nov 5 15:29:44 2007 -0500
 
     Add FcGetLangs() and FcLangGetCharSet().
 
- doc/fclangset.fncs     |   16 ++++++++++++++++
- fontconfig/fontconfig.h |    6 ++++++
- src/fcint.h            |    3 ---
- src/fclang.c           |   20 ++++++++++++++++++--
+ doc/fclangset.fncs     | 16 ++++++++++++++++
+ fontconfig/fontconfig.h |  6 ++++++
+ src/fcint.h            |  3 ---
+ src/fclang.c           | 20 ++++++++++++++++++--
  4 files changed, 40 insertions(+), 5 deletions(-)
 
 commit 811995b79db16be39046dbbffcc5a7d66f88b731
@@ -7335,7 +9665,7 @@ Date:     Mon Nov 5 15:29:03 2007 -0500
 
     Fix trivial bugs in edit-sgml.c
 
- doc/edit-sgml.c |    3 ++-
+ doc/edit-sgml.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit de1faa42d1425f80366707a730ea919c57e57b2f
@@ -7356,12 +9686,12 @@ Date:   Sun Nov 4 12:20:45 2007 -0800
     instead of bumping the major version of the library (for removing
     APIs).
 
- configure.in           |    6 +++---
- fontconfig/fontconfig.h |   13 +++++++++++++
- src/Makefile.am        |    5 +++--
- src/fccfg.c            |   16 ++++++++++++++++
- src/fcdeprecate.h      |   36 ++++++++++++++++++++++++++++++++++++
- src/fcint.h            |    1 +
+ configure.in           |  6 +++---
+ fontconfig/fontconfig.h | 13 +++++++++++++
+ src/Makefile.am        |  5 +++--
+ src/fccfg.c            | 16 ++++++++++++++++
+ src/fcdeprecate.h      | 36 ++++++++++++++++++++++++++++++++++++
+ src/fcint.h            |  1 +
  6 files changed, 72 insertions(+), 5 deletions(-)
 
 commit 69d3eb9cb8e58ab771170f68868748204a4793ab
@@ -7370,7 +9700,7 @@ Date:     Sat Nov 3 23:43:48 2007 -0700
 
     Ignore new generated documentation
 
- .gitignore |   3 +++
+ .gitignore | 3 +++
  1 file changed, 3 insertions(+)
 
 commit dc7b6f1d79b5508706be9242b79180727701e54f
@@ -7379,7 +9709,7 @@ Date:     Sat Nov 3 23:42:32 2007 -0700
 
     Link new function documentation into the fontconfig-devel.sgml
 
- doc/fontconfig-devel.sgml |   31 +++++++++++++++++++++++++++++++
+ doc/fontconfig-devel.sgml | 31 +++++++++++++++++++++++++++++++
  1 file changed, 31 insertions(+)
 
 commit dac27f2f1a766b042487827c726b3ccae147d282
@@ -7390,7 +9720,7 @@ Date:     Sat Nov 3 23:41:38 2007 -0700
 
     <parameter>ls</function> needed to be <parameter>ls</parameter>.
 
- doc/fclangset.fncs |   2 +-
+ doc/fclangset.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 9bfb41ffefe41c90c8b16e155e04e6c6a5a2c1fd
@@ -7401,7 +9731,7 @@ Date:     Sat Nov 3 23:23:55 2007 -0700
 
     Just adding the .fncs versions doesn't get these files generated.
 
- doc/Makefile.am |    3 +++
+ doc/Makefile.am | 3 +++
  1 file changed, 3 insertions(+)
 
 commit bfdc0047c670b0ac38bf050bbb81e0ef7299aa1f
@@ -7410,7 +9740,7 @@ Date:     Sat Nov 3 23:23:09 2007 -0700
 
     Fix formatting syntax in doc/fccache.fncs
 
- doc/fccache.fncs |    8 ++++----
+ doc/fccache.fncs | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit f2772d6b45bcfc27618968fdbb08dcc50a18be22
@@ -7420,11 +9750,11 @@ Date:   Sat Nov 3 23:03:11 2007 -0700
     Replace incorrect documentation uses of 'char' with 'FcChar8'
     (bug 13002).
 
- doc/fcconfig.fncs        |   10 +++++-----
- doc/fcfile.fncs          |    6 +++---
- doc/fcfreetype.fncs      |    4 ++--
- doc/fcpattern.fncs       |    6 +++---
- doc/fontconfig-devel.sgml |   2 +-
+ doc/fcconfig.fncs        | 10 +++++-----
+ doc/fcfile.fncs          |  6 +++---
+ doc/fcfreetype.fncs      |  4 ++--
+ doc/fcpattern.fncs       |  6 +++---
+ doc/fontconfig-devel.sgml |  2 +-
  5 files changed, 14 insertions(+), 14 deletions(-)
 
 commit b4a3e834126a3cac7fbf2212087825f886be1f1d
@@ -7435,7 +9765,7 @@ Date:     Sat Nov 3 22:53:12 2007 -0700
 
     These functions no longer exist.
 
- doc/fcconfig.fncs |   3 +--
+ doc/fcconfig.fncs | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 commit fc141b492bab23d58d248fc3b6d34bcb9c5faa99
@@ -7446,7 +9776,7 @@ Date:     Sat Nov 3 22:45:31 2007 -0700
     return
     without updating anything.
 
- src/fccfg.c |   3 +++
+ src/fccfg.c | 3 +++
  1 file changed, 3 insertions(+)
 
 commit 7c6939793b1691b4b950a856cdcd31f1e020b14a
@@ -7457,7 +9787,7 @@ Date:     Sat Nov 3 22:39:54 2007 -0700
 
     The old per-user cache filename is no longer used.
 
- doc/fcconfig.fncs |   5 +++--
+ doc/fcconfig.fncs | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit 026fe895e487d0a9607a8506ab8be2ff6022ea19
@@ -7472,7 +9802,7 @@ Date:     Sat Nov 3 22:31:16 2007 -0700
     resulting
     path.
 
- doc/fcstring.fncs |   15 ++++++++++-----
+ doc/fcstring.fncs | 15 ++++++++++-----
  1 file changed, 10 insertions(+), 5 deletions(-)
 
 commit a190678e3c4497870679808dde418191407be91d
@@ -7481,23 +9811,23 @@ Date:   Sat Nov 3 22:23:28 2007 -0700
 
     Document previously undocumented functions. (bug 12963)
 
- doc/Makefile.am          |    3 ++
- doc/check-missing-doc    |    4 +-
- doc/fccache.fncs         |   68 +++++++++++++++++++++++++
- doc/fccharset.fncs       |   24 +++++++++
- doc/fcconfig.fncs        |   31 ++++++++++++
- doc/fcdircache.fncs      |   88 ++++++++++++++++++++++++++++++++
- doc/fcfile.fncs          |   29 ++++++-----
- doc/fcfontset.fncs       |   83 ++++++++++++++++++++++++++++++
- doc/fcfreetype.fncs      |   22 ++++++++
- doc/fclangset.fncs       |  124
- +++++++++++++++++++++++++++++++++++++++++++++
- doc/fcmatrix.fncs        |    2 +
- doc/fcpattern.fncs       |   52 ++++++++++++++++++-
- doc/fcstring.fncs        |   80 ++++++++++++++++++++++++-----
- doc/fcstrset.fncs        |   11 ++++
- doc/fcvalue.fncs         |   21 ++++++++
- doc/fontconfig-devel.sgml |   26 +++++++++-
+ doc/Makefile.am          |   3 ++
+ doc/check-missing-doc    |   4 +-
+ doc/fccache.fncs         |  68 +++++++++++++++++++++++++
+ doc/fccharset.fncs       |  24 +++++++++
+ doc/fcconfig.fncs        |  31 ++++++++++++
+ doc/fcdircache.fncs      |  88 ++++++++++++++++++++++++++++++++
+ doc/fcfile.fncs          |  29 ++++++-----
+ doc/fcfontset.fncs       |  83 +++++++++++++++++++++++++++++++
+ doc/fcfreetype.fncs      |  22 ++++++++
+ doc/fclangset.fncs       | 124
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ doc/fcmatrix.fncs        |   2 +
+ doc/fcpattern.fncs       |  52 ++++++++++++++++++-
+ doc/fcstring.fncs        |  80 ++++++++++++++++++++++++------
+ doc/fcstrset.fncs        |  11 ++++
+ doc/fcvalue.fncs         |  21 ++++++++
+ doc/fontconfig-devel.sgml |  26 +++++++++-
  16 files changed, 638 insertions(+), 30 deletions(-)
 
 commit 9a54f8a1945e614e07446412a2df534fbc1f77cb
@@ -7511,8 +9841,8 @@ Date:     Sat Nov 3 22:01:33 2007 -0700
     complete list of symbols exported from the header files before
     release.
 
- doc/Makefile.am       |    6 +++++-
- doc/check-missing-doc |   23 +++++++++++++++++++++++
+ doc/Makefile.am       |  6 +++++-
+ doc/check-missing-doc | 23 +++++++++++++++++++++++
  2 files changed, 28 insertions(+), 1 deletion(-)
 
 commit c833409f6b68c191ac354cd2fdeb183f73a65c4c
@@ -7521,7 +9851,7 @@ Date:     Sat Nov 3 21:58:34 2007 -0700
 
     Use FcLangDifferentTerritory instead of FcLangDifferentCountry.
 
- src/fclang.c |    8 ++++----
+ src/fclang.c | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit 9b84ecff92b8dccf6559a858e35762c0f664429a
@@ -7534,7 +9864,7 @@ Date:     Sat Nov 3 21:57:51 2007 -0700
     encoded in
     the cache.
 
- fc-cache/fc-cache.c |  10 +---------
+ fc-cache/fc-cache.c | 10 +---------
  1 file changed, 1 insertion(+), 9 deletions(-)
 
 commit 1d93c1752f03b833603ea31c2cfbd16868c44922
@@ -7543,7 +9873,7 @@ Date:     Sat Nov 3 21:56:36 2007 -0700
 
     Typo error in function name: Inverval -> interval
 
- src/fccfg.c |   4 ++--
+ src/fccfg.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit b868a1447341ebe9962007069ec8658550e62483
@@ -7556,8 +9886,8 @@ Date:     Sat Nov 3 21:55:39 2007 -0700
     outputs the
     line number where the problem exists.
 
- doc/edit-sgml.c |   85
- ++++++++++++++++++++++++++++++++++---------------------
+ doc/edit-sgml.c | 85
+ +++++++++++++++++++++++++++++++++++----------------------
  1 file changed, 52 insertions(+), 33 deletions(-)
 
 commit 088b582a26bce1ab3ec081a80fd6a6fe43223da5
@@ -7570,7 +9900,7 @@ Date:     Sat Nov 3 21:54:49 2007 -0700
     Remove FcPattern *p from FcValue (unused)
     Remove spurious FcPublic from formals.
 
- fontconfig/fontconfig.h |   24 +++++++++++++-----------
+ fontconfig/fontconfig.h | 24 +++++++++++++-----------
  1 file changed, 13 insertions(+), 11 deletions(-)
 
 commit e37d10fa74217a6102003882d49ac323f28db678
@@ -7582,7 +9912,7 @@ Date:     Sat Nov 3 14:16:29 2007 -0700
     Allow file_stat to be NULL by using a local stat structure in
     that case.
 
- src/fccache.c |    3 +++
+ src/fccache.c | 3 +++
  1 file changed, 3 insertions(+)
 
 commit 2ddce88cde79d8bf8959d614af883999d5c66a85
@@ -7594,7 +9924,7 @@ Date:     Sat Nov 3 13:44:59 2007 -0700
     FcFileScan and FcDirScan will skip fonts under direction of the
     configuration and default fontconfig policy.
 
- doc/fcfile.fncs |    7 +++++--
+ doc/fcfile.fncs | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit 5d82c4c85d201011e60adcf887d15341ecdd5729
@@ -7609,7 +9939,7 @@ Date:     Sat Nov 3 13:26:16 2007 -0700
     the API
     since then are not considered.
 
- doc/fcconfig.fncs |   4 ++--
+ doc/fcconfig.fncs | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit b607922909acfc7ae96de688ed34efd19cd038ac
@@ -7625,11 +9955,11 @@ Date:   Sat Nov 3 13:09:01 2007 -0700
     from the
     installation and hence from the defacto public API.
 
- fontconfig/Makefile.am |    3 +-
- fontconfig/fcprivate.h |  123
- ------------------------------------------------
- src/Makefile.am       |    3 +-
- src/fcint.h           |   95 ++++++++++++++++++++++++++++++++++++-
+ fontconfig/Makefile.am |   3 +-
+ fontconfig/fcprivate.h | 123
+ -------------------------------------------------
+ src/Makefile.am       |   3 +-
+ src/fcint.h           |  95 +++++++++++++++++++++++++++++++++++++-
  4 files changed, 96 insertions(+), 128 deletions(-)
 
 commit 910db318ae67693f7bc17f0bdc61caaf555365ae
@@ -7640,7 +9970,7 @@ Date:     Sat Nov 3 13:05:25 2007 -0700
 
     FcAtomicLock can only be called once from any process.
 
- doc/fcatomic.fncs |   6 +++---
+ doc/fcatomic.fncs | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit d0e2a0f3a37ace2d5de6f18e7871a8efaf6580c2
@@ -7651,8 +9981,8 @@ Date:     Fri Oct 26 02:02:19 2007 -0400
 
     Signed-off-by: Keith Packard <keithp@koto.keithp.com>
 
- conf.d/65-fonts-persian.conf |  377
- ++++++++++++++----------------------------
+ conf.d/65-fonts-persian.conf | 377
+ ++++++++++++++-----------------------------
  1 file changed, 121 insertions(+), 256 deletions(-)
 
 commit 681bb379de1847cf288ba27cf29243c8395cff17
@@ -7664,8 +9994,8 @@ Date:     Thu Oct 25 22:30:49 2007 -0700
     This makes creating "same" aliases for renamed font families far
     easier.
 
- fonts.dtd   |   2 ++
- src/fcxml.c |  58
+ fonts.dtd   | 2 ++
+ src/fcxml.c | 58
  ++++++++++++++++++++++++++++++++++++----------------------
  2 files changed, 38 insertions(+), 22 deletions(-)
 
@@ -7677,7 +10007,7 @@ Date:    Thu Oct 25 21:35:45 2007 -0700
 
     This makes the --sort and regular output the same for each font.
 
- fc-match/fc-match.c |  20 ++++++++++++++++++--
+ fc-match/fc-match.c | 20 ++++++++++++++++++--
  1 file changed, 18 insertions(+), 2 deletions(-)
 
 commit ad27687f725faf7df83b161c77e99bc7bedf5b3d
@@ -7690,7 +10020,7 @@ Date:    Thu Oct 25 21:23:36 2007 -0700
     affect only a configuration directory. Check those to catch any
     changes.
 
- src/fccfg.c |  17 +++--------------
+ src/fccfg.c | 17 +++--------------
  1 file changed, 3 insertions(+), 14 deletions(-)
 
 commit 89d6119c0283969cb28dc6dfc8eac4cc1b52bf6a
@@ -7699,8 +10029,8 @@ Date:    Thu Oct 25 15:19:14 2007 -0700
 
     A few fixups for make distcheck
 
- Makefile.am    |    2 +-
- doc/Makefile.am |    2 +-
+ Makefile.am    | 2 +-
+ doc/Makefile.am | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit e66c65fd41928babb3ba2ae2dc58f13d25e57661
@@ -7709,10 +10039,10 @@ Date:  Thu Oct 25 15:07:54 2007 -0700
 
     Set version numbers to 2.4.91 (2.5 RC1)
 
- README                         |   59
- +++++++++++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 59
+ +++++++++++++++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 59 insertions(+), 4 deletions(-)
 
 commit 7a1a7c0c15793e77cb162dd3393971332896460e
@@ -7724,7 +10054,7 @@ Date:    Thu Oct 25 14:36:24 2007 -0700
     Solaris 10 with GCC doesn't appear capable of supporting the symbol
     visibility stuff, so disable it.
 
- src/fcint.h |   2 +-
+ src/fcint.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit fc990b2e86008967f499fe0df88de8e074a3670e
@@ -7733,9 +10063,9 @@ Date:    Thu Oct 25 14:20:06 2007 -0700
 
     Update CaseFolding.txt to Unicode 5.1.0
 
- fc-case/CaseFolding.txt |  184
- +++++++++++++++++++++++++++++++++++++++++++++--
- src/fcstr.c            |    2 +-
+ fc-case/CaseFolding.txt | 184
+ ++++++++++++++++++++++++++++++++++++++++++++++--
+ src/fcstr.c            |   2 +-
  2 files changed, 178 insertions(+), 8 deletions(-)
 
 commit 4ee9ca67867ec9517c90d6947bb88d3f25707746
@@ -7747,10 +10077,9 @@ Date:   Fri Sep 1 20:25:21 2006 -0700
 
     Added FcStrContainsWord to detect strings on word boundaries.
 
- src/fcfreetype.c |   15 +++++++++++++--
- src/fcint.h     |    3 +++
- src/fcstr.c     |   50
- +++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/fcfreetype.c | 15 +++++++++++++--
+ src/fcint.h     |  3 +++
+ src/fcstr.c     | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
  3 files changed, 65 insertions(+), 3 deletions(-)
 
 commit 349182784fdd0acf5d1262d8876c967f69dc30aa
@@ -7763,7 +10092,7 @@ Date:    Thu Oct 25 01:51:38 2007 -0700
     the test
     for libiconv to always fail.
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 7f46cdbb87a4a2113effb45c6e67b00a86363234
@@ -7778,7 +10107,7 @@ Date:    Thu Oct 25 01:35:32 2007 -0700
     using the weight and slant values by ensuring that those are in
     the pattern.
 
- src/fcdefault.c |   16 +++++-----------
+ src/fcdefault.c | 16 +++++-----------
  1 file changed, 5 insertions(+), 11 deletions(-)
 
 commit 43d0454597dfb5375b1268edb79172779cc51113
@@ -7791,10 +10120,10 @@ Date:  Thu Oct 25 01:26:09 2007 -0700
     line program
     manual pages in .man format.
 
- fc-cache/Makefile.am |    6 +++---
- fc-cat/Makefile.am   |    6 +++---
- fc-list/Makefile.am  |    6 +++---
- fc-match/Makefile.am |    6 +++---
+ fc-cache/Makefile.am | 6 +++---
+ fc-cat/Makefile.am   | 6 +++---
+ fc-list/Makefile.am  | 6 +++---
+ fc-match/Makefile.am | 6 +++---
  4 files changed, 12 insertions(+), 12 deletions(-)
 
 commit cf3e888b71a22e5c5875b96bf29557746044bd2b
@@ -7809,13 +10138,13 @@ Date:  Thu Oct 25 01:16:06 2007 -0700
     (tn)
     orth file.
 
- fc-lang/iso639-1 |    4 ++--
- fc-lang/iso639-2 |    8 ++++----
- fc-lang/nr.orth  |   29 +++++++++++++++++++++++++++++
- fc-lang/nso.orth |   34 ++++++++++++++++++++++++++++++++++
- fc-lang/ss.orth  |   29 +++++++++++++++++++++++++++++
- fc-lang/st.orth  |   29 +++++++++++++++++++++++++++++
- fc-lang/tn.orth  |    2 ++
+ fc-lang/iso639-1 |  4 ++--
+ fc-lang/iso639-2 |  8 ++++----
+ fc-lang/nr.orth  | 29 +++++++++++++++++++++++++++++
+ fc-lang/nso.orth | 34 ++++++++++++++++++++++++++++++++++
+ fc-lang/ss.orth  | 29 +++++++++++++++++++++++++++++
+ fc-lang/st.orth  | 29 +++++++++++++++++++++++++++++
+ fc-lang/tn.orth  |  2 ++
  7 files changed, 129 insertions(+), 6 deletions(-)
 
 commit 28a4ea7f714956d34f7ac65354577b87bec5620d
@@ -7824,7 +10153,7 @@ Date:    Thu Oct 25 01:09:11 2007 -0700
 
     Fix parallel build in fontconfig/docs (bug 10481).
 
- doc/Makefile.am |    2 +-
+ doc/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 79641a3b0c2b4a0c2e1a315028f0e54a9d846003
@@ -7837,8 +10166,8 @@ Date:    Thu Oct 25 01:03:40 2007 -0700
     and value
     encoding it as fontconfig weight 215.
 
- fontconfig/fontconfig.h |    2 ++
- src/fcfreetype.c       |    7 ++++++-
+ fontconfig/fontconfig.h | 2 ++
+ src/fcfreetype.c       | 7 ++++++-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit d02f6a70f1cb4cdad882ffe429918a119641ddbb
@@ -7847,7 +10176,7 @@ Date:    Thu Oct 25 01:02:58 2007 -0700
 
     Oops. Left debugging printf in previous commit.
 
- src/fcfreetype.c |    1 -
+ src/fcfreetype.c | 1 -
  1 file changed, 1 deletion(-)
 
 commit 61139cf638becf023a9d5e01c90adc5aa19f83c5
@@ -7858,8 +10187,8 @@ Date:    Thu Oct 25 00:49:19 2007 -0700
 
     Thanks to David <ssdk@ispras.ru> for spotting these.
 
- doc/fcconfig.fncs |   4 ++--
- doc/fcstring.fncs |   2 +-
+ doc/fcconfig.fncs | 4 ++--
+ doc/fcstring.fncs | 2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit feecc86cea6bd1cb588f68e06b85d85727289989
@@ -7871,7 +10200,7 @@ Date:    Thu Oct 25 00:46:41 2007 -0700
     The Eritrean Tigrinya orthography mistakenly included this unicode
     value.
 
- fc-lang/ti_er.orth |   2 +-
+ fc-lang/ti_er.orth | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 4657944d0c39a640b2e30dfbd95f13d79a99460b
@@ -7883,7 +10212,7 @@ Date:    Thu Oct 25 00:41:28 2007 -0700
 
     Thanks to David <ssdk@ispras.ru> for spotting this error.
 
- src/fcinit.c |    2 +-
+ src/fcinit.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 28baf727367513ad06ddb1c53daff062e8f39e8c
@@ -7894,8 +10223,8 @@ Date:    Thu Oct 25 00:38:44 2007 -0700
 
     Create fixed size strings for vendor and foundry.
 
- src/fcfreetype.c |   62
- +++++++++++++++++++++++++++---------------------------
+ src/fcfreetype.c | 62
+ ++++++++++++++++++++++++++++----------------------------
  1 file changed, 31 insertions(+), 31 deletions(-)
 
 commit 481f6c23079b6dbf5239478f2bb22ee4c72404b4
@@ -7906,8 +10235,8 @@ Date:    Thu Oct 25 00:36:37 2007 -0700
 
     Use a single character array and a separate table of integer indices.
 
- src/fcfreetype.c |   75
- ++++++++++++++++++++++++++++++++++++------------------
+ src/fcfreetype.c | 75
+ +++++++++++++++++++++++++++++++++++++-------------------
  1 file changed, 50 insertions(+), 25 deletions(-)
 
 commit a72ef35ce68efa3687dee84d49dc40a5ccd22917
@@ -7922,7 +10251,7 @@ Date:    Thu Oct 25 00:22:04 2007 -0700
     created something that should be supported everywhere (famous
     last words).
 
- src/makealias |    2 +-
+ src/makealias | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 369b6b5bfbab57bbc7fb6482f6fd9c88e5057e5a
@@ -7933,7 +10262,7 @@ Date:    Wed Oct 24 21:59:33 2007 -0700
 
     Braille pattern blank is often imaged as a blank glyph.
 
- fonts.conf.in |    1 +
+ fonts.conf.in | 1 +
  1 file changed, 1 insertion(+)
 
 commit 007cae508c831561c7a4f06092858ea7bf517e2e
@@ -7946,7 +10275,7 @@ Date:    Wed Oct 24 21:52:56 2007 -0700
     ahead of
     the 'standard' directories.
 
- fonts.conf.in |   10 +++++-----
+ fonts.conf.in | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit d50cfeb805f7dec304c1d51d7a7c1c35f55d2e68
@@ -7962,10 +10291,10 @@ Date:  Wed Oct 24 21:47:40 2007 -0700
     this generates the wrong result (fcarch.h). Leaving them out of the
     distribution forces them to be built.
 
- fc-arch/Makefile.am     |    4 +---
- fc-case/Makefile.am     |    4 +---
- fc-glyphname/Makefile.am |    4 +---
- fc-lang/Makefile.am     |    4 +---
+ fc-arch/Makefile.am     | 4 +---
+ fc-case/Makefile.am     | 4 +---
+ fc-glyphname/Makefile.am | 4 +---
+ fc-lang/Makefile.am     | 4 +---
  4 files changed, 4 insertions(+), 12 deletions(-)
 
 commit 1bd0b5ba7365fc7b4ef39e46efc66a6f25c052c5
@@ -7977,7 +10306,7 @@ Date:    Thu Oct 18 09:48:31 2007 -0700
     FcCodePageRange was using char pointers; replace them with char
     arrays.
 
- src/fcfreetype.c |   12 ++++++------
+ src/fcfreetype.c | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 commit 96925b99c0551c4ed6bf7099473d0d36964f52cd
@@ -7991,8 +10320,8 @@ Date:    Thu Oct 18 09:43:22 2007 -0700
     pointers with
     table indices, shrinking table size and elimninating relocations.
 
- fc-glyphname/fc-glyphname.c |  28 ++++++++++++++++++++--------
- src/fcfreetype.c           |   16 ++++++++--------
+ fc-glyphname/fc-glyphname.c | 28 ++++++++++++++++++++--------
+ src/fcfreetype.c           | 16 ++++++++--------
  2 files changed, 28 insertions(+), 16 deletions(-)
 
 commit bc5e8adb4d05d1d03007951f46aaacc63c3b2197
@@ -8008,7 +10337,7 @@ Date:    Thu Oct 18 09:41:00 2007 -0700
     now freed cache would be left in the hash table. FcFini would fail an
     assertion as a result.
 
- src/fccache.c |    4 ++--
+ src/fccache.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit e85789a99770dbd1a4abe9da3eadb355c19f5216
@@ -8022,8 +10351,8 @@ Date:    Thu Oct 18 08:58:14 2007 -0700
     string, so this actually saves memory and eliminates a pile of
     relocations.
 
- fc-lang/fc-lang.c |   2 +-
- src/fclang.c     |    2 +-
+ fc-lang/fc-lang.c | 2 +-
+ src/fclang.c     | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 26437d4924b0f53f03915e5f3616992eb1fb72e7
@@ -8034,7 +10363,7 @@ Date:    Thu Oct 18 08:56:42 2007 -0700
 
     Typo lost the last param to this function.
 
- doc/fcconfig.fncs |   2 +-
+ doc/fcconfig.fncs | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 07e646cc8422bda778ecf1c084129556a39a0f2a
@@ -8071,7 +10400,7 @@ Date:    Thu Oct 18 05:44:28 2007 -0700
     discarded
     shortly after being loaded as it contained an error.
 
- src/fcxml.c |   4 ++++
+ src/fcxml.c | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit fa9a7448d83da498b3494fd0ff7d756569f94425
@@ -8082,7 +10411,7 @@ Date:    Thu Oct 18 05:17:36 2007 -0700
 
     Add some commonly available Japanese fonts to the standard aliases.
 
- conf.d/65-nonlatin.conf |   11 +++++++++++
+ conf.d/65-nonlatin.conf | 11 +++++++++++
  1 file changed, 11 insertions(+)
 
 commit 2a3e3c442de4c675e28e754dea0fe2f7f0686ade
@@ -8098,7 +10427,7 @@ Date:    Thu Oct 18 05:05:59 2007 -0700
     match the fontconfig cache file format, so other files will be
     left alone.
 
- fc-cache/fc-cache.c |  34 ++++++++++++++++++----------------
+ fc-cache/fc-cache.c | 34 ++++++++++++++++++----------------
  1 file changed, 18 insertions(+), 16 deletions(-)
 
 commit 238489030a64fa883f8f9fc3d73247b7f7257899
@@ -8115,8 +10444,8 @@ Date:    Thu Oct 18 05:04:39 2007 -0700
     and not
     sensible access control.
 
- fc-cache/fc-cache.c |   2 +-
- src/fccache.c      |    4 ++--
+ fc-cache/fc-cache.c | 2 +-
+ src/fccache.c      | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit 2b0d3d8af5a83604972e4e0fe80802e448d6dd11
@@ -8129,7 +10458,7 @@ Date:    Thu Oct 18 05:01:41 2007 -0700
     instead of
     'unwritable'.
 
- fc-cache/fc-cache.c |   3 ++-
+ fc-cache/fc-cache.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 50124d1e484b84796abb7d8a6c1995edaff23e80
@@ -8144,7 +10473,7 @@ Date:    Thu Oct 18 04:58:31 2007 -0700
     valid' or
     'new cache contents' to these messages to explain what it is doing.
 
- fc-cache/fc-cache.c |   4 ++--
+ fc-cache/fc-cache.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit e12f718f65fc874e9170761f670930124815663e
@@ -8160,7 +10489,7 @@ Date:    Thu Oct 18 04:54:51 2007 -0700
     stored in the font directory as that would check for write permission
     correctly.
 
- fc-cache/fc-cache.c |  18 +++---------------
+ fc-cache/fc-cache.c | 18 +++---------------
  1 file changed, 3 insertions(+), 15 deletions(-)
 
 commit f7da903d370dcf662a301930b003485f25db618f
@@ -8176,8 +10505,8 @@ Date:    Thu Oct 18 04:31:33 2007 -0700
     is not
     helpful.
 
- src/fcfreetype.c |   64
- ------------------------------------------------------
+ src/fcfreetype.c | 64
+ --------------------------------------------------------
  1 file changed, 64 deletions(-)
 
 commit 144ca878311af885db820a35db31563ba87ee6ad
@@ -8186,7 +10515,7 @@ Date:    Thu Oct 18 04:29:13 2007 -0700
 
     Comment about mmaping cache files was misleading.
 
- src/fccache.c |    3 ++-
+ src/fccache.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit db6f19f13b1719617c54a1658b8faa31da56e1d4
@@ -8205,11 +10534,11 @@ Date:  Thu Oct 18 04:13:51 2007 -0700
     files, but
     new programs will need new cache files.
 
- fc-arch/fcarch.tmpl.h |   14 +++++------
- src/fccache.c        |   64
- +++++++++++++++++++++++++++++++------------------
- src/fcdir.c          |    8 ++++++-
- src/fcint.h          |    5 ++--
+ fc-arch/fcarch.tmpl.h | 14 +++++------
+ src/fccache.c        | 64
+ +++++++++++++++++++++++++++++++++------------------
+ src/fcdir.c          |  8 ++++++-
+ src/fcint.h          |  5 ++--
  4 files changed, 58 insertions(+), 33 deletions(-)
 
 commit 00268a50e8b99e80ff25ee2a77a925398f89693f
@@ -8218,7 +10547,7 @@ Date:    Thu Oct 18 03:52:29 2007 -0700
 
     Fix ChangeLog generation to avoid circular make dependency
 
- Makefile.am |  11 ++++-------
+ Makefile.am | 11 ++++-------
  1 file changed, 4 insertions(+), 7 deletions(-)
 
 commit 3ae9258f9e825ed576dc315ec79009188bb422e2
@@ -8237,7 +10566,7 @@ Date:    Sun Aug 5 12:31:03 2007 -0700
 
     Reported by Ben Combee.
 
- src/fccache.c |    1 +
+ src/fccache.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit c80a08d6bf08a27ede95035f3f02cd5abfa2cafd
@@ -8252,7 +10581,7 @@ Date:    Mon Mar 12 10:32:23 2007 -0700
     hold any
     PS name (127 bytes).
 
- src/fcfreetype.c |   21 +++++++++++++++++----
+ src/fcfreetype.c | 21 +++++++++++++++++----
  1 file changed, 17 insertions(+), 4 deletions(-)
 
 commit fa741cd4fffbbaa5d4ba9a15f53550ac7817cc92
@@ -8263,7 +10592,7 @@ Date:    Mon Mar 12 10:30:51 2007 -0700
 
     Bump the rehash value by one so that it is always positive.
 
- fc-glyphname/fc-glyphname.c |   2 +-
+ fc-glyphname/fc-glyphname.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 9b74b78fe87f75f7026bfb23ab43ef347e109ca6
@@ -8279,7 +10608,7 @@ Date:    Mon Mar 12 10:21:35 2007 -0700
     changing all weak bindings to strong bindings and as such changes the
     semantic of the match: FcPatternDuplicate.
 
- src/fcpat.c |  10 +++++++---
+ src/fcpat.c | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
 commit 2373f904265a05761039cfc5fe305bf588e831c5
@@ -8288,10 +10617,10 @@ Date:  Sat Dec 2 16:09:47 2006 -0800
 
     Update for version 2.4.2
 
- INSTALL                |    2 +-
- README                         |   36 ++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ INSTALL                |  2 +-
+ README                         | 36 ++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 37 insertions(+), 5 deletions(-)
 
 commit e3b65ee06808cda296215b88111a259a200cc37c
@@ -8307,8 +10636,8 @@ Date:    Sat Dec 2 15:09:57 2006 -0800
 
     (2) The fc-cat.1 manpage was fairly broken (unreadable).
 
- fc-cat/fc-cat.c    |   9 +++++++--
- fc-cat/fc-cat.sgml |  26 +++++++++++++++++++++++---
+ fc-cat/fc-cat.c    |  9 +++++++--
+ fc-cat/fc-cat.sgml | 26 +++++++++++++++++++++++---
  2 files changed, 30 insertions(+), 5 deletions(-)
 
 commit 61895ed16c0c06e4d6b2abeb8ff292d53b4ea499
@@ -8320,19 +10649,19 @@ Date:  Sat Dec 2 15:06:13 2006 -0800
     Most parameters are pointers and have '*' in the type; for those
     which do not, use '%' to mark where a space needs to be inserted.
 
- doc/edit-sgml.c       |    5 +++++
- doc/fcblanks.fncs     |    4 ++--
- doc/fccharset.fncs    |    8 ++++----
- doc/fcconfig.fncs     |   12 ++++++------
- doc/fcconstant.fncs   |    4 ++--
- doc/fcfile.fncs       |    4 ++--
- doc/fcfreetype.fncs   |   12 ++++++------
- doc/fcmatrix.fncs     |   12 ++++++------
- doc/fcobjectset.fncs  |    2 +-
- doc/fcobjecttype.fncs |    4 ++--
- doc/fcpattern.fncs    |   32 ++++++++++++++++----------------
- doc/fcstring.fncs     |   16 ++++++++--------
- doc/fcvalue.fncs      |    4 ++--
+ doc/edit-sgml.c       |  5 +++++
+ doc/fcblanks.fncs     |  4 ++--
+ doc/fccharset.fncs    |  8 ++++----
+ doc/fcconfig.fncs     | 12 ++++++------
+ doc/fcconstant.fncs   |  4 ++--
+ doc/fcfile.fncs       |  4 ++--
+ doc/fcfreetype.fncs   | 12 ++++++------
+ doc/fcmatrix.fncs     | 12 ++++++------
+ doc/fcobjectset.fncs  |  2 +-
+ doc/fcobjecttype.fncs |  4 ++--
+ doc/fcpattern.fncs    | 32 ++++++++++++++++----------------
+ doc/fcstring.fncs     | 16 ++++++++--------
+ doc/fcvalue.fncs      |  4 ++--
  13 files changed, 62 insertions(+), 57 deletions(-)
 
 commit b1aa20098f641a16d02e70a161450e6b85afe410
@@ -8342,8 +10671,8 @@ Date:    Sat Dec 2 14:28:03 2006 -0800
     Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug
     8935.
 
- doc/fontconfig-user.sgml |   87
- +++++++++++++++++++++++-----------------------
+ doc/fontconfig-user.sgml | 87
+ ++++++++++++++++++++++++------------------------
  1 file changed, 43 insertions(+), 44 deletions(-)
 
 commit 2cae0512cdf3544ff78b04f6c05a4cb585e50bb8
@@ -8355,8 +10684,8 @@ Date:    Sat Dec 2 14:18:11 2006 -0800
     VPATH builds without doctools breaks as it cannot find the distributed
     pre-formatted documentation.
 
- configure.in   |    2 +-
- doc/Makefile.am |   14 +++++++++-----
+ configure.in   |  2 +-
+ doc/Makefile.am | 14 +++++++++-----
  2 files changed, 10 insertions(+), 6 deletions(-)
 
 commit 0f963b0d3ec417a39f6aa2ba22ba56c2a79d05aa
@@ -8371,9 +10700,9 @@ Date:    Sat Dec 2 13:57:45 2006 -0800
     edited variables are in the predefined set; otherwise, the resulting
     cache files will not be stable.
 
- src/fcdir.c |   2 +-
- src/fcint.h |   1 +
- src/fcxml.c |   6 ++++++
+ src/fcdir.c | 2 +-
+ src/fcint.h | 1 +
+ src/fcxml.c | 6 ++++++
  3 files changed, 8 insertions(+), 1 deletion(-)
 
 commit c9c6875014661d4326100bae0464279d76bd657f
@@ -8387,7 +10716,7 @@ Date:    Sat Dec 2 13:36:56 2006 -0800
     macro name. It does this using the varargs args() macro. Replace that
     with separate macros for each number of formals.
 
- src/fccache.c |   13 +++++++------
+ src/fccache.c | 13 +++++++------
  1 file changed, 7 insertions(+), 6 deletions(-)
 
 commit 72ffe6536a6825a32095c8185aff836a12326ac5
@@ -8399,11 +10728,11 @@ Date:  Sat Dec 2 13:22:27 2006 -0800
     Expose ability to build an FcPattern directly from an FT_Face
     object.
 
- configure.in           |    4 ++--
- doc/fcfreetype.fncs    |   17 +++++++++++++++-
- fontconfig/fcfreetype.h |    6 ++++++
- src/fcfreetype.c       |   50
- ++++++++++++++++++++++++++---------------------
+ configure.in           |  4 ++--
+ doc/fcfreetype.fncs    | 17 ++++++++++++++++-
+ fontconfig/fcfreetype.h |  6 ++++++
+ src/fcfreetype.c       | 50
+ +++++++++++++++++++++++++++----------------------
  4 files changed, 52 insertions(+), 25 deletions(-)
 
 commit 5e234d9e764d8c52d93b918a5c92b7956c95882b
@@ -8417,7 +10746,7 @@ Date:    Sat Dec 2 13:14:23 2006 -0800
     report the filename more than once (!), so add | head -1
     to pick just the first one.
 
- src/makealias |    2 +-
+ src/makealias | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 2b77216ee21de95ec352672aa025195a83925b32
@@ -8432,7 +10761,7 @@ Date:    Sat Dec 2 13:04:05 2006 -0800
     fields to avoid writing whichever bytes serve as padding within the
     structure.
 
- src/fcpat.c |  17 ++++++++++++++++-
+ src/fcpat.c | 17 ++++++++++++++++-
  1 file changed, 16 insertions(+), 1 deletion(-)
 
 commit 64d7e303df441f274ee194a401dcd14dfb58af7e
@@ -8453,7 +10782,7 @@ Date:    Sat Dec 2 12:14:49 2006 -0800
     system cache
     directory and the normal per-user cache directory.
 
- src/fcinit.c |   19 +++++++++++++++++++
+ src/fcinit.c | 19 +++++++++++++++++++
  1 file changed, 19 insertions(+)
 
 commit 253ec7609c13b46c717c801206ebb1a6c7f06e27
@@ -8494,8 +10823,8 @@ Date:    Sat Dec 2 11:47:07 2006 -0800
     moves more
     of the font description to the style name.
 
- src/fcfreetype.c |  237
- ++++++++++++++++++++++++++++++++++--------------------
+ src/fcfreetype.c | 237
+ ++++++++++++++++++++++++++++++++++---------------------
  1 file changed, 149 insertions(+), 88 deletions(-)
 
 commit b5803016d74856eb44b05876f0d7178bfec0df47
@@ -8504,7 +10833,7 @@ Date:    Sun Nov 12 17:15:55 2006 -0800
 
     FcStrCanonAbsoluteFilename should be static.
 
- src/fcstr.c |   2 +-
+ src/fcstr.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit bae5db78ddab473695a7efee374a75d6fe02426f
@@ -8513,7 +10842,7 @@ Date:    Sun Nov 12 17:15:24 2006 -0800
 
     Add sparc64 architecture string.
 
- fc-arch/fcarch.tmpl.h |    1 +
+ fc-arch/fcarch.tmpl.h | 1 +
  1 file changed, 1 insertion(+)
 
 commit 0334e5a294dd6a36c94936f6c9c709e86773cf64
@@ -8528,7 +10857,7 @@ Date:    Fri Oct 27 10:26:50 2006 -0700
     filenames are
     under fontconfig control.
 
- fc-cache/fc-cache.c |   9 +++++++++
+ fc-cache/fc-cache.c | 9 +++++++++
  1 file changed, 9 insertions(+)
 
 commit 0596d7296c94b2bb9817338b8c1a76da91673fb9
@@ -8543,8 +10872,8 @@ Date:    Sun Sep 17 17:03:33 2006 -0700
 
     Fix typo in fccache.c
 
- autogen.sh    |    7 +++++++
- src/fccache.c |    3 ++-
+ autogen.sh    | 7 +++++++
+ src/fccache.c | 3 ++-
  2 files changed, 9 insertions(+), 1 deletion(-)
 
 commit 1de7a4cc09172bbc99912e1410f46fc16c1a05ec
@@ -8564,9 +10893,9 @@ Date:    Sun Sep 17 14:34:46 2006 -0700
     patch,
     LilyPond actually produces output on Windows.
 
- src/fccache.c |    5 ++++
- src/fcstr.c   |   88
- +++++++++++++++++++++++++++++++++++++++++++++++----------
+ src/fccache.c |  5 ++++
+ src/fcstr.c   | 88
+ +++++++++++++++++++++++++++++++++++++++++++++++++----------
  2 files changed, 78 insertions(+), 15 deletions(-)
 
 commit cc104e6a910427db009be36ec34125962889ecb8
@@ -8577,8 +10906,8 @@ Date:    Sun Sep 17 14:20:18 2006 -0700
 
     Prefer random over lrand48 over rand
 
- configure.in  |    2 +-
- src/fccache.c |   13 ++++++++++++-
+ configure.in  |  2 +-
+ src/fccache.c | 13 ++++++++++++-
  2 files changed, 13 insertions(+), 2 deletions(-)
 
 commit 706a1b367abc4589c7eccfd7cea3af1029bc2d8c
@@ -8592,10 +10921,10 @@ Date:  Sun Sep 17 14:09:12 2006 -0700
     header files
     to ensure it exports the public API.
 
- configure.in         |    1 -
- src/Makefile.am       |   18 ++-
- src/fontconfig.def.in |  303
- -------------------------------------------------
+ configure.in         |   1 -
+ src/Makefile.am       |  18 ++-
+ src/fontconfig.def.in | 303
+ --------------------------------------------------
  3 files changed, 17 insertions(+), 305 deletions(-)
 
 commit 6262fefe54823476070053d53eb3f52fd516ebfe
@@ -8608,7 +10937,7 @@ Date:    Sun Sep 17 13:50:31 2006 -0700
     but not
     in the final 2.4 release. However, the documentation persisted.
 
- doc/fcconfig.fncs |   11 -----------
+ doc/fcconfig.fncs | 11 -----------
  1 file changed, 11 deletions(-)
 
 commit b9cc1c4ed81c8caefb5b857f37fdc24e804a5ef9
@@ -8617,9 +10946,9 @@ Date:    Fri Sep 15 10:12:15 2006 -0700
 
     Update for version 2.4.1
 
- README                         |   13 +++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 13 +++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 13 insertions(+), 4 deletions(-)
 
 commit 97c3d5b692c7a45dc1d923fe04b6f2e011583d2d
@@ -8634,10 +10963,10 @@ Date:  Fri Sep 15 00:23:40 2006 -0700
     font
     directories.
 
- src/fccfg.c |  86
- +++++++++++++++++++++++++++++------------------------------
- src/fcdir.c |   4 +--
- src/fcint.h |   3 ++-
+ src/fccfg.c | 86
+ ++++++++++++++++++++++++++++++-------------------------------
+ src/fcdir.c | 4 +--
+ src/fcint.h | 3 ++-
  3 files changed, 46 insertions(+), 47 deletions(-)
 
 commit b190ad9da46ff2e8a9ede0afcb59a6c59641515b
@@ -8652,8 +10981,8 @@ Date:    Wed Sep 13 18:55:45 2006 -0700
     vs FcChar8
     * issues (why, oh why is FcChar8 not just char...)
 
- fc-cache/Makefile.am |    2 +-
- fc-cache/fc-cache.c  |   31 ++++++++-----------------------
+ fc-cache/Makefile.am |  2 +-
+ fc-cache/fc-cache.c  | 31 ++++++++-----------------------
  2 files changed, 9 insertions(+), 24 deletions(-)
 
 commit 7943a75b7d6750d8a71eb8316bd3bbcb32f1cc47
@@ -8662,7 +10991,7 @@ Date:    Wed Sep 13 18:51:11 2006 -0700
 
     Add signatures for m68k and mipsel (thanks debian buildd)
 
- fc-arch/fcarch.tmpl.h |    2 ++
+ fc-arch/fcarch.tmpl.h | 2 ++
  1 file changed, 2 insertions(+)
 
 commit fb47a1f752417d45ad0eac98526cf9de893fc9ca
@@ -8671,7 +11000,7 @@ Date:    Mon Sep 11 11:10:48 2006 -0700
 
     Add ppc64 signature. Bug 8227
 
- fc-arch/fcarch.tmpl.h |    1 +
+ fc-arch/fcarch.tmpl.h | 1 +
  1 file changed, 1 insertion(+)
 
 commit 0fc03ffe443f4bfb1c830eb75c14ca336f2186e1
@@ -8680,7 +11009,7 @@ Date:    Mon Sep 11 11:09:26 2006 -0700
 
     Update installation notes for 2.4 base.
 
- INSTALL |   19 ++++++++++++-------
+ INSTALL | 19 ++++++++++++-------
  1 file changed, 12 insertions(+), 7 deletions(-)
 
 commit 76c443222313577236c898f7644098e7cad80c75
@@ -8689,10 +11018,10 @@ Date:  Sat Sep 9 22:08:40 2006 -0700
 
     Update to version 2.4.0
 
- INSTALL                |    3 +++
- README                         |   38 ++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ INSTALL                |  3 +++
+ README                         | 38 ++++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  4 ++--
  4 files changed, 42 insertions(+), 5 deletions(-)
 
 commit 6c5619a08575943f75d2341e1a4931ec5faf716b
@@ -8708,47 +11037,47 @@ Date:  Sat Sep 9 21:32:14 2006 -0700
     README and the files have been renumbered. Config files have been
     validated against the DTD and a few minor errors fixed.
 
- conf.d/10-autohint.conf         |    9 +
- conf.d/10-no-sub-pixel.conf     |    9 +
- conf.d/10-sub-pixel-bgr.conf    |    9 +
- conf.d/10-sub-pixel-rgb.conf    |    9 +
- conf.d/10-sub-pixel-vbgr.conf   |    9 +
- conf.d/10-sub-pixel-vrgb.conf   |    9 +
- conf.d/10-unhinted.conf         |    9 +
- conf.d/10-urw-aliases.conf      |   52 ----
- conf.d/15-amt-aliases.conf      |   21 --
- conf.d/20-lohit-gujarati.conf   |   11 +
- conf.d/20-unhint-small-vera.conf |   49 ++++
- conf.d/30-amt-aliases.conf      |   21 ++
- conf.d/30-unhint-small-vera.conf |   49 ----
- conf.d/30-urw-aliases.conf      |   52 ++++
- conf.d/40-generic.conf                  |   66 +++++
- conf.d/49-sansserif.conf        |   21 ++
- conf.d/60-LohitGujarati.conf    |    5 -
- conf.d/60-delicious.conf        |   20 --
- conf.d/60-fonts-persian.conf    |  539
- --------------------------------------
- conf.d/60-latin.conf            |   42 +++
- conf.d/65-fonts-persian.conf    |  539
- ++++++++++++++++++++++++++++++++++++++
- conf.d/65-nonlatin.conf         |   38 +++
- conf.d/69-unifont.conf                  |   24 ++
- conf.d/70-no-bitmaps.conf       |   13 +
- conf.d/70-no-sub-pixel.conf     |    9 -
- conf.d/70-sub-pixel-bgr.conf    |    9 -
- conf.d/70-sub-pixel-rgb.conf    |    9 -
- conf.d/70-sub-pixel-vbgr.conf   |    9 -
- conf.d/70-sub-pixel-vrgb.conf   |    9 -
- conf.d/70-yes-bitmaps.conf      |   13 +
- conf.d/73-autohint.conf         |    9 -
- conf.d/73-unhinted.conf         |    9 -
- conf.d/76-no-bitmaps.conf       |   13 -
- conf.d/76-yes-bitmaps.conf      |   13 -
- conf.d/80-delicious.conf        |   20 ++
- conf.d/90-synthetic.conf        |   64 +++++
- conf.d/Makefile.am              |   55 ++--
- conf.d/README                   |   46 +++-
- fonts.conf.in                   |  207 ---------------
+ conf.d/10-autohint.conf         |   9 +
+ conf.d/10-no-sub-pixel.conf     |   9 +
+ conf.d/10-sub-pixel-bgr.conf    |   9 +
+ conf.d/10-sub-pixel-rgb.conf    |   9 +
+ conf.d/10-sub-pixel-vbgr.conf   |   9 +
+ conf.d/10-sub-pixel-vrgb.conf   |   9 +
+ conf.d/10-unhinted.conf         |   9 +
+ conf.d/10-urw-aliases.conf      |  52 ----
+ conf.d/15-amt-aliases.conf      |  21 --
+ conf.d/20-lohit-gujarati.conf   |  11 +
+ conf.d/20-unhint-small-vera.conf |  49 ++++
+ conf.d/30-amt-aliases.conf      |  21 ++
+ conf.d/30-unhint-small-vera.conf |  49 ----
+ conf.d/30-urw-aliases.conf      |  52 ++++
+ conf.d/40-generic.conf                  |  66 +++++
+ conf.d/49-sansserif.conf        |  21 ++
+ conf.d/60-LohitGujarati.conf    |   5 -
+ conf.d/60-delicious.conf        |  20 --
+ conf.d/60-fonts-persian.conf    | 539
+ ---------------------------------------
+ conf.d/60-latin.conf            |  42 +++
+ conf.d/65-fonts-persian.conf    | 539
+ +++++++++++++++++++++++++++++++++++++++
+ conf.d/65-nonlatin.conf         |  38 +++
+ conf.d/69-unifont.conf                  |  24 ++
+ conf.d/70-no-bitmaps.conf       |  13 +
+ conf.d/70-no-sub-pixel.conf     |   9 -
+ conf.d/70-sub-pixel-bgr.conf    |   9 -
+ conf.d/70-sub-pixel-rgb.conf    |   9 -
+ conf.d/70-sub-pixel-vbgr.conf   |   9 -
+ conf.d/70-sub-pixel-vrgb.conf   |   9 -
+ conf.d/70-yes-bitmaps.conf      |  13 +
+ conf.d/73-autohint.conf         |   9 -
+ conf.d/73-unhinted.conf         |   9 -
+ conf.d/76-no-bitmaps.conf       |  13 -
+ conf.d/76-yes-bitmaps.conf      |  13 -
+ conf.d/80-delicious.conf        |  20 ++
+ conf.d/90-synthetic.conf        |  64 +++++
+ conf.d/Makefile.am              |  55 ++--
+ conf.d/README                   |  46 +++-
+ fonts.conf.in                   | 207 ---------------
  39 files changed, 1113 insertions(+), 1006 deletions(-)
 
 commit 9596dce93b751c01770da175d208d78aeaf6ae00
@@ -8760,7 +11089,7 @@ Date:    Sat Sep 9 21:30:06 2006 -0700
     Make install output quieter by eliding the shell commands
     used to test for DESTDIR being set during make install.
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d08feb851a585b6cfe3ef1f390d60dd8886249b2
@@ -8771,7 +11100,7 @@ Date:    Sat Sep 9 21:29:08 2006 -0700
 
     Fonts.dtd <fontconfig> element was missing the new cachedir element.
 
- fonts.dtd |   7 ++++---
+ fonts.dtd | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
 commit 9419bb34f6eac685fcf957faf6a38a5cdfa811d9
@@ -8782,7 +11111,7 @@ Date:    Sat Sep 9 21:21:01 2006 -0700
 
     Sort was using broken comparison function.
 
- src/fcxml.c |  10 +++++++++-
+ src/fcxml.c | 10 +++++++++-
  1 file changed, 9 insertions(+), 1 deletion(-)
 
 commit 248b5903b7057b3c44ea1cd3a9b0d27624eba24a
@@ -8791,50 +11120,50 @@ Date:  Sat Sep 9 19:37:22 2006 -0700
 
     Rename conf.avail to conf.d
 
- Makefile.am                         |    2 +-
- conf.avail/10-urw-aliases.conf       |   52 ----
- conf.avail/15-amt-aliases.conf       |   21 --
- conf.avail/20-fix-globaladvance.conf |   29 --
- conf.avail/30-unhint-small-vera.conf |   49 ----
- conf.avail/50-user.conf             |    7 -
- conf.avail/51-local.conf            |    7 -
- conf.avail/60-LohitGujarati.conf     |    5 -
- conf.avail/60-delicious.conf        |   20 --
- conf.avail/60-fonts-persian.conf     |  539
- ----------------------------------
- conf.avail/70-no-sub-pixel.conf      |    9 -
- conf.avail/70-sub-pixel-bgr.conf     |    9 -
- conf.avail/70-sub-pixel-rgb.conf     |    9 -
- conf.avail/70-sub-pixel-vbgr.conf    |    9 -
- conf.avail/70-sub-pixel-vrgb.conf    |    9 -
- conf.avail/73-autohint.conf         |    9 -
- conf.avail/73-unhinted.conf         |    9 -
- conf.avail/76-no-bitmaps.conf       |   13 -
- conf.avail/76-yes-bitmaps.conf       |   13 -
- conf.avail/Makefile.am                      |   71 -----
- conf.avail/README                   |    8 -
- conf.d/10-urw-aliases.conf          |   52 ++++
- conf.d/15-amt-aliases.conf          |   21 ++
- conf.d/20-fix-globaladvance.conf     |   29 ++
- conf.d/30-unhint-small-vera.conf     |   49 ++++
- conf.d/50-user.conf                 |    7 +
- conf.d/51-local.conf                |    7 +
- conf.d/60-LohitGujarati.conf        |    5 +
- conf.d/60-delicious.conf            |   20 ++
- conf.d/60-fonts-persian.conf        |  539
- ++++++++++++++++++++++++++++++++++
- conf.d/70-no-sub-pixel.conf         |    9 +
- conf.d/70-sub-pixel-bgr.conf        |    9 +
- conf.d/70-sub-pixel-rgb.conf        |    9 +
- conf.d/70-sub-pixel-vbgr.conf       |    9 +
- conf.d/70-sub-pixel-vrgb.conf       |    9 +
- conf.d/73-autohint.conf             |    9 +
- conf.d/73-unhinted.conf             |    9 +
- conf.d/76-no-bitmaps.conf           |   13 +
- conf.d/76-yes-bitmaps.conf          |   13 +
- conf.d/Makefile.am                  |   71 +++++
- conf.d/README                       |    8 +
- configure.in                        |    1 -
+ Makefile.am                         |   2 +-
+ conf.avail/10-urw-aliases.conf       |  52 ----
+ conf.avail/15-amt-aliases.conf       |  21 --
+ conf.avail/20-fix-globaladvance.conf |  29 --
+ conf.avail/30-unhint-small-vera.conf |  49 ----
+ conf.avail/50-user.conf             |   7 -
+ conf.avail/51-local.conf            |   7 -
+ conf.avail/60-LohitGujarati.conf     |   5 -
+ conf.avail/60-delicious.conf        |  20 --
+ conf.avail/60-fonts-persian.conf     | 539
+ -----------------------------------
+ conf.avail/70-no-sub-pixel.conf      |   9 -
+ conf.avail/70-sub-pixel-bgr.conf     |   9 -
+ conf.avail/70-sub-pixel-rgb.conf     |   9 -
+ conf.avail/70-sub-pixel-vbgr.conf    |   9 -
+ conf.avail/70-sub-pixel-vrgb.conf    |   9 -
+ conf.avail/73-autohint.conf         |   9 -
+ conf.avail/73-unhinted.conf         |   9 -
+ conf.avail/76-no-bitmaps.conf       |  13 -
+ conf.avail/76-yes-bitmaps.conf       |  13 -
+ conf.avail/Makefile.am                      |  71 -----
+ conf.avail/README                   |   8 -
+ conf.d/10-urw-aliases.conf          |  52 ++++
+ conf.d/15-amt-aliases.conf          |  21 ++
+ conf.d/20-fix-globaladvance.conf     |  29 ++
+ conf.d/30-unhint-small-vera.conf     |  49 ++++
+ conf.d/50-user.conf                 |   7 +
+ conf.d/51-local.conf                |   7 +
+ conf.d/60-LohitGujarati.conf        |   5 +
+ conf.d/60-delicious.conf            |  20 ++
+ conf.d/60-fonts-persian.conf        | 539
+ +++++++++++++++++++++++++++++++++++
+ conf.d/70-no-sub-pixel.conf         |   9 +
+ conf.d/70-sub-pixel-bgr.conf        |   9 +
+ conf.d/70-sub-pixel-rgb.conf        |   9 +
+ conf.d/70-sub-pixel-vbgr.conf       |   9 +
+ conf.d/70-sub-pixel-vrgb.conf       |   9 +
+ conf.d/73-autohint.conf             |   9 +
+ conf.d/73-unhinted.conf             |   9 +
+ conf.d/76-no-bitmaps.conf           |  13 +
+ conf.d/76-yes-bitmaps.conf          |  13 +
+ conf.d/Makefile.am                  |  71 +++++
+ conf.d/README                       |   8 +
+ configure.in                        |   1 -
  42 files changed, 898 insertions(+), 899 deletions(-)
 
 commit 9e292c889f1138b1af2f60621d7e2bfd8c490ff7
@@ -8849,13 +11178,13 @@ Date:  Sat Sep 9 16:52:21 2006 -0700
     both
     steps.
 
- conf.avail/10-urw-aliases.conf       |    5 ++++
- conf.avail/15-amt-aliases.conf       |    5 ++++
- conf.avail/20-fix-globaladvance.conf |    5 ++++
- conf.avail/30-unhint-small-vera.conf |    5 ++++
- conf.avail/Makefile.am                      |   22 ++++++++++++++
- conf.d/Makefile.am                  |   52
- ----------------------------------
+ conf.avail/10-urw-aliases.conf       |  5 ++++
+ conf.avail/15-amt-aliases.conf       |  5 ++++
+ conf.avail/20-fix-globaladvance.conf |  5 ++++
+ conf.avail/30-unhint-small-vera.conf |  5 ++++
+ conf.avail/Makefile.am                      | 22 +++++++++++++++
+ conf.d/Makefile.am                  | 52
+ ------------------------------------
  6 files changed, 42 insertions(+), 52 deletions(-)
 
 commit 49b44b277f2a8a67009a3b68b178b2f1a4c7f72a
@@ -8872,7 +11201,7 @@ Date:    Sat Sep 9 16:41:58 2006 -0700
     references
     were still present.
 
- src/fccache.c |   17 ++++++++++++++---
+ src/fccache.c | 17 ++++++++++++++---
  1 file changed, 14 insertions(+), 3 deletions(-)
 
 commit 766a9b2f61458202be0fbf5745ce1e02ecd95c6e
@@ -8894,7 +11223,7 @@ Date:    Sat Sep 9 10:04:42 2006 -0700
     territory
     as that will cause fontconfig to fall back to 'en'.
 
- src/fcdefault.c |   16 ++++++++++++++++
+ src/fcdefault.c | 16 ++++++++++++++++
  1 file changed, 16 insertions(+)
 
 commit 164e267d286eccbbdde69e8935a658dced4331b4
@@ -8908,9 +11237,9 @@ Date:    Sat Sep 9 01:24:08 2006 -0400
     Add install: target to conf.d/Makefile.am to
     create the initial symlinks to conf.avail
 
- conf.d/Makefile.am |  52
+ conf.d/Makefile.am | 52
  ++++++++++++++++++++++++++++++++++++++++++++++++++++
- configure.in      |    1 +
+ configure.in      |  1 +
  2 files changed, 53 insertions(+)
 
 commit f6cfbe16bfc252b46532f699b496e4a41a1a1c22
@@ -8923,8 +11252,8 @@ Date:    Thu Sep 7 15:17:10 2006 -0700
     support it.
     Provided solution still generates these files, but does not use them.
 
- src/fcint.h   |    3 ++-
- src/makealias |    2 ++
+ src/fcint.h   | 3 ++-
+ src/makealias | 2 ++
  2 files changed, 4 insertions(+), 1 deletion(-)
 
 commit 6cff1dca81b60fcd75e19f3ed827aae98f643fd1
@@ -8938,8 +11267,8 @@ Date:    Thu Sep 7 14:37:52 2006 -0700
     simple (and more robuse) grep command. Also, found a bug in the public
     header file that was leaving one symbol out of the process.
 
- fontconfig/fontconfig.h |    2 +-
- src/makealias          |    2 +-
+ fontconfig/fontconfig.h | 2 +-
+ src/makealias          | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 31e0f0321057a7612ed5a7fa890dad09e6a53ee6
@@ -8954,8 +11283,8 @@ Date:    Thu Sep 7 14:29:35 2006 -0700
     cleaner and
     faster.
 
- src/fcfreetype.c |   83
- ++++++++++++++++++++----------------------------------
+ src/fcfreetype.c | 83
+ ++++++++++++++++++++------------------------------------
  1 file changed, 30 insertions(+), 53 deletions(-)
 
 commit 8d779ce4b3cdac796e20ca568654c0ef1c576809
@@ -8968,7 +11297,7 @@ Date:    Thu Sep 7 14:22:16 2006 -0700
     so the
     cache stays around while the font set is in use.
 
- src/fccache.c |    7 ++++++-
+ src/fccache.c | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 commit 4c34c0c52a4e943c6770a6178e5012a3d6fe96d0
@@ -8977,7 +11306,7 @@ Date:    Thu Sep 7 10:37:24 2006 -0700
 
     Create fc_cachedir at install time. Bug 8157.
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 88b6bebc3d648464ad9bcb7f106694ed85a84460
@@ -8986,10 +11315,10 @@ Date:  Wed Sep 6 23:58:14 2006 -0700
 
     Update for version 2.3.97.
 
- Makefile.am            |    2 +-
- README                         |   41 +++++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ Makefile.am            |  2 +-
+ README                         | 41 +++++++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 42 insertions(+), 5 deletions(-)
 
 commit c3796ac6061373bcf0276a931036987c01741215
@@ -9003,7 +11332,7 @@ Date:    Wed Sep 6 17:45:40 2006 -0700
     multiple
     font directories.
 
- src/fccharset.c |    4 ++--
+ src/fccharset.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 08bef687018f2391c2f2b6fc3849878c121b67dd
@@ -9016,7 +11345,7 @@ Date:    Wed Sep 6 17:43:08 2006 -0700
     dependency rule
     caused parallel make to run the script twice.
 
- src/Makefile.am |    4 +++-
+ src/Makefile.am | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 8e0b03f55085d6fd80f6a262b496303f5a74d2ad
@@ -9028,7 +11357,7 @@ Date:    Wed Sep 6 17:14:46 2006 -0700
     I think the cache file data types are stable for now; add-back the
     signatures for x86-64 and ppc.
 
- fc-arch/fcarch.tmpl.h |    4 ++--
+ fc-arch/fcarch.tmpl.h | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 23816bf9acbd6cc5dd942daaba3cc084ea70d99d
@@ -9048,37 +11377,37 @@ Date:  Tue Sep 5 02:24:01 2006 -0700
     discovered
     through this process
 
- .gitignore              |    2 ++
- fc-arch/Makefile.am     |    9 ++++++++-
- fc-case/Makefile.am     |    9 ++++++++-
- fc-glyphname/Makefile.am |    9 ++++++++-
- fc-lang/Makefile.am     |    9 ++++++++-
- fc-lang/fc-lang.c       |    1 -
- fontconfig/fontconfig.h  |   10 +++++-----
- src/Makefile.am         |   15 ++++++++++++++-
- src/fcatomic.c                  |    3 +++
- src/fcblanks.c                  |    3 +++
- src/fccache.c           |    3 +++
- src/fccfg.c             |    3 +++
- src/fccharset.c         |    3 +++
- src/fcdbg.c             |    3 +++
- src/fcdefault.c         |    3 +++
- src/fcdir.c             |    3 +++
- src/fcfreetype.c        |    4 ++++
- src/fcfs.c              |    3 +++
- src/fcinit.c            |    3 +++
- src/fcint.h             |    5 ++++-
- src/fclang.c            |    3 +++
- src/fclist.c            |    3 +++
- src/fcmatch.c           |    3 +++
- src/fcmatrix.c                  |    3 +++
- src/fcname.c            |    3 +++
- src/fcpat.c             |    3 +++
- src/fcserialize.c       |    3 +++
- src/fcstr.c             |    3 +++
- src/fcxml.c             |    3 +++
- src/ftglue.c            |    3 +++
- src/makealias           |   24 ++++++++++++++++++++++++
+ .gitignore              |  2 ++
+ fc-arch/Makefile.am     |  9 ++++++++-
+ fc-case/Makefile.am     |  9 ++++++++-
+ fc-glyphname/Makefile.am |  9 ++++++++-
+ fc-lang/Makefile.am     |  9 ++++++++-
+ fc-lang/fc-lang.c       |  1 -
+ fontconfig/fontconfig.h  | 10 +++++-----
+ src/Makefile.am         | 15 ++++++++++++++-
+ src/fcatomic.c                  |  3 +++
+ src/fcblanks.c                  |  3 +++
+ src/fccache.c           |  3 +++
+ src/fccfg.c             |  3 +++
+ src/fccharset.c         |  3 +++
+ src/fcdbg.c             |  3 +++
+ src/fcdefault.c         |  3 +++
+ src/fcdir.c             |  3 +++
+ src/fcfreetype.c        |  4 ++++
+ src/fcfs.c              |  3 +++
+ src/fcinit.c            |  3 +++
+ src/fcint.h             |  5 ++++-
+ src/fclang.c            |  3 +++
+ src/fclist.c            |  3 +++
+ src/fcmatch.c           |  3 +++
+ src/fcmatrix.c                  |  3 +++
+ src/fcname.c            |  3 +++
+ src/fcpat.c             |  3 +++
+ src/fcserialize.c       |  3 +++
+ src/fcstr.c             |  3 +++
+ src/fcxml.c             |  3 +++
+ src/ftglue.c            |  3 +++
+ src/makealias           | 24 ++++++++++++++++++++++++
  31 files changed, 145 insertions(+), 12 deletions(-)
 
 commit 323ecd0cd3b8eeb50c4af87d57f2ea7b19f37215
@@ -9091,7 +11420,7 @@ Date:    Mon Sep 4 23:19:59 2006 -0700
     bump the
     cache object reference count in this case
 
- src/fccache.c |    4 +++-
+ src/fccache.c | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit afe5a6716058e4b952a6ec1ab3f328a1c069a8c4
@@ -9102,7 +11431,7 @@ Date:    Mon Sep 4 22:39:51 2006 -0700
 
     Add FcCacheObjectReference/FcCacheObjectDereference stubs to fc-cache.
 
- fc-lang/fc-lang.c |   10 ++++++++++
+ fc-lang/fc-lang.c | 10 ++++++++++
  1 file changed, 10 insertions(+)
 
 commit 17389539a046f7231447d531ef7f3d131c1d7515
@@ -9117,9 +11446,9 @@ Date:    Mon Sep 4 22:26:24 2006 -0700
     count once by that amount. I think this makes this refernece technique
     efficient enough for use.
 
- src/fccache.c |    9 +++++++++
- src/fccfg.c   |    5 ++++-
- src/fcint.h   |    3 +++
+ src/fccache.c | 9 +++++++++
+ src/fccfg.c   | 5 ++++-
+ src/fcint.h   | 3 +++
  3 files changed, 16 insertions(+), 1 deletion(-)
 
 commit 9e612141df7e693ef98071f102cecb5d777ceecb
@@ -9140,12 +11469,12 @@ Date:  Mon Sep 4 22:20:25 2006 -0700
     to actually
     look for changes in the font configuration.
 
- src/fccache.c  |  255
- +++++++++++++++++++++++++++++++++++++++++--------------
- src/fccfg.c    |   22 +----
- src/fccharset.c |    5 ++
- src/fcint.h    |   16 ++--
- src/fcpat.c    |   10 ++-
+ src/fccache.c  | 255
+ ++++++++++++++++++++++++++++++++++++++++++--------------
+ src/fccfg.c    |  22 +----
+ src/fccharset.c |   5 ++
+ src/fcint.h    |  16 ++--
+ src/fcpat.c    |  10 ++-
  5 files changed, 213 insertions(+), 95 deletions(-)
 
 commit 8fe2104a1e5771ac8079a438fa21e00f946be8b3
@@ -9165,10 +11494,10 @@ Date:  Mon Sep 4 13:59:58 2006 -0700
     of this, ensure that each instance of a cache file is mapped only
     once.
 
- src/fccache.c |  143
- ++++++++++++++++++++++++++++++++++++++++++++-------------
- src/fcinit.c  |    1 +
- src/fcint.h   |    3 ++
+ src/fccache.c | 143
+ +++++++++++++++++++++++++++++++++++++++++++++-------------
+ src/fcinit.c  |   1 +
+ src/fcint.h   |   3 ++
  3 files changed, 116 insertions(+), 31 deletions(-)
 
 commit 469010c1bdd5cc8801405ef809540bd4b17f41c1
@@ -9177,8 +11506,8 @@ Date:    Mon Sep 4 15:57:19 2006 -0400
 
     Update Makefile.am files
 
- Makefile.am           |    2 +-
- conf.avail/Makefile.am |   34 ++++++++++++++++++++--------------
+ Makefile.am           |  2 +-
+ conf.avail/Makefile.am | 34 ++++++++++++++++++++--------------
  2 files changed, 21 insertions(+), 15 deletions(-)
 
 commit c3425fa671663b11aa5288a0b52a0618c5d075ef
@@ -9192,12 +11521,12 @@ Date:  Mon Sep 4 15:47:52 2006 -0400
     sections all moved into conf.avail, to load before user and local
     confs.
 
- conf.avail/10-urw-aliases.conf       |   47 ++++++++++++
- conf.avail/15-amt-aliases.conf       |   16 ++++
- conf.avail/20-fix-globaladvance.conf |   24 ++++++
- conf.avail/30-unhint-small-vera.conf |   44 +++++++++++
- fonts.conf.in                       |  133
- ----------------------------------
+ conf.avail/10-urw-aliases.conf       |  47 +++++++++++++
+ conf.avail/15-amt-aliases.conf       |  16 +++++
+ conf.avail/20-fix-globaladvance.conf |  24 +++++++
+ conf.avail/30-unhint-small-vera.conf |  44 ++++++++++++
+ fonts.conf.in                       | 133
+ -----------------------------------
  5 files changed, 131 insertions(+), 133 deletions(-)
 
 commit 9a9fd975a1330e21f0184cdb237cfb2a2f19c098
@@ -9210,7 +11539,7 @@ Date:    Mon Sep 4 12:46:01 2006 -0700
     predefined
     types, so we can't typecheck them.
 
- src/fcxml.c |   2 ++
+ src/fcxml.c | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 60018915891bd146271b687278782fe38b4c4461
@@ -9221,30 +11550,30 @@ Date:  Mon Sep 4 15:45:28 2006 -0400
 
     Make sure they continue to load after ~/.fonts.conf and local.conf
 
- conf.avail/20-LohitGujarati.conf  |   5 -
- conf.avail/20-fonts-persian.conf  |  539
- -------------------------------------
- conf.avail/30-no-sub-pixel.conf   |   9 -
- conf.avail/30-sub-pixel-bgr.conf  |   9 -
- conf.avail/30-sub-pixel-rgb.conf  |   9 -
- conf.avail/30-sub-pixel-vbgr.conf |   9 -
- conf.avail/30-sub-pixel-vrgb.conf |   9 -
- conf.avail/33-autohint.conf      |    9 -
- conf.avail/33-unhinted.conf      |    9 -
- conf.avail/36-no-bitmaps.conf    |   13 -
- conf.avail/36-yes-bitmaps.conf    |   13 -
- conf.avail/60-LohitGujarati.conf  |   5 +
- conf.avail/60-fonts-persian.conf  |  539
- +++++++++++++++++++++++++++++++++++++
- conf.avail/70-no-sub-pixel.conf   |   9 +
- conf.avail/70-sub-pixel-bgr.conf  |   9 +
- conf.avail/70-sub-pixel-rgb.conf  |   9 +
- conf.avail/70-sub-pixel-vbgr.conf |   9 +
- conf.avail/70-sub-pixel-vrgb.conf |   9 +
- conf.avail/73-autohint.conf      |    9 +
- conf.avail/73-unhinted.conf      |    9 +
- conf.avail/76-no-bitmaps.conf    |   13 +
- conf.avail/76-yes-bitmaps.conf    |   13 +
+ conf.avail/20-LohitGujarati.conf  |   5 -
+ conf.avail/20-fonts-persian.conf  | 539
+ --------------------------------------
+ conf.avail/30-no-sub-pixel.conf   |   9 -
+ conf.avail/30-sub-pixel-bgr.conf  |   9 -
+ conf.avail/30-sub-pixel-rgb.conf  |   9 -
+ conf.avail/30-sub-pixel-vbgr.conf |   9 -
+ conf.avail/30-sub-pixel-vrgb.conf |   9 -
+ conf.avail/33-autohint.conf      |   9 -
+ conf.avail/33-unhinted.conf      |   9 -
+ conf.avail/36-no-bitmaps.conf    |  13 -
+ conf.avail/36-yes-bitmaps.conf    |  13 -
+ conf.avail/60-LohitGujarati.conf  |   5 +
+ conf.avail/60-fonts-persian.conf  | 539
+ ++++++++++++++++++++++++++++++++++++++
+ conf.avail/70-no-sub-pixel.conf   |   9 +
+ conf.avail/70-sub-pixel-bgr.conf  |   9 +
+ conf.avail/70-sub-pixel-rgb.conf  |   9 +
+ conf.avail/70-sub-pixel-vbgr.conf |   9 +
+ conf.avail/70-sub-pixel-vrgb.conf |   9 +
+ conf.avail/73-autohint.conf      |   9 +
+ conf.avail/73-unhinted.conf      |   9 +
+ conf.avail/76-no-bitmaps.conf    |  13 +
+ conf.avail/76-yes-bitmaps.conf    |  13 +
  22 files changed, 633 insertions(+), 633 deletions(-)
 
 commit 31f8061b5d0a60f497eaafe6d38006ae71e53163
@@ -9253,12 +11582,12 @@ Date:  Mon Sep 4 15:36:46 2006 -0400
 
     Make room for chunks from fonts.conf in conf.avail
 
- conf.avail/10-LohitGujarati.conf |    5 -
- conf.avail/10-fonts-persian.conf |  539
- --------------------------------------
- conf.avail/20-LohitGujarati.conf |    5 +
- conf.avail/20-fonts-persian.conf |  539
- ++++++++++++++++++++++++++++++++++++++
+ conf.avail/10-LohitGujarati.conf |   5 -
+ conf.avail/10-fonts-persian.conf | 539
+ ---------------------------------------
+ conf.avail/20-LohitGujarati.conf |   5 +
+ conf.avail/20-fonts-persian.conf | 539
+ +++++++++++++++++++++++++++++++++++++++
  4 files changed, 544 insertions(+), 544 deletions(-)
 
 commit d55620c90676951fc70ec9430c2670edca2147cb
@@ -9267,7 +11596,7 @@ Date:    Mon Sep 4 15:32:37 2006 -0400
 
     Replace load of conf.d in fonts.conf.in
 
- fonts.conf.in |    5 +++++
+ fonts.conf.in | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit f6e645c4993fff77d596dba734c09cdb255f4ca0
@@ -9276,7 +11605,7 @@ Date:    Mon Sep 4 15:30:10 2006 -0400
 
     Update Makefile.am to match conf.avail changes
 
- conf.avail/Makefile.am |   21 ++++++++++++---------
+ conf.avail/Makefile.am | 21 ++++++++++++---------
  1 file changed, 12 insertions(+), 9 deletions(-)
 
 commit cbdd74d6569b5975b86bd425b56b1b50aa73d2bb
@@ -9285,24 +11614,24 @@ Date:  Mon Sep 4 15:27:29 2006 -0400
 
     Number the remaining conf.avail files
 
- conf.avail/30-no-sub-pixel.conf   |   9 +++++++++
- conf.avail/30-sub-pixel-bgr.conf  |   9 +++++++++
- conf.avail/30-sub-pixel-rgb.conf  |   9 +++++++++
- conf.avail/30-sub-pixel-vbgr.conf |   9 +++++++++
- conf.avail/30-sub-pixel-vrgb.conf |   9 +++++++++
- conf.avail/33-autohint.conf      |    9 +++++++++
- conf.avail/33-unhinted.conf      |    9 +++++++++
- conf.avail/36-no-bitmaps.conf    |   13 +++++++++++++
- conf.avail/36-yes-bitmaps.conf    |   13 +++++++++++++
- conf.avail/autohint.conf         |    9 ---------
- conf.avail/no-bitmaps.conf       |   13 -------------
- conf.avail/no-sub-pixel.conf     |    9 ---------
- conf.avail/sub-pixel-bgr.conf    |    9 ---------
- conf.avail/sub-pixel-rgb.conf    |    9 ---------
- conf.avail/sub-pixel-vbgr.conf    |   9 ---------
- conf.avail/sub-pixel-vrgb.conf    |   9 ---------
- conf.avail/unhinted.conf         |    9 ---------
- conf.avail/yes-bitmaps.conf      |   13 -------------
+ conf.avail/30-no-sub-pixel.conf   |  9 +++++++++
+ conf.avail/30-sub-pixel-bgr.conf  |  9 +++++++++
+ conf.avail/30-sub-pixel-rgb.conf  |  9 +++++++++
+ conf.avail/30-sub-pixel-vbgr.conf |  9 +++++++++
+ conf.avail/30-sub-pixel-vrgb.conf |  9 +++++++++
+ conf.avail/33-autohint.conf      |  9 +++++++++
+ conf.avail/33-unhinted.conf      |  9 +++++++++
+ conf.avail/36-no-bitmaps.conf    | 13 +++++++++++++
+ conf.avail/36-yes-bitmaps.conf    | 13 +++++++++++++
+ conf.avail/autohint.conf         |  9 ---------
+ conf.avail/no-bitmaps.conf       | 13 -------------
+ conf.avail/no-sub-pixel.conf     |  9 ---------
+ conf.avail/sub-pixel-bgr.conf    |  9 ---------
+ conf.avail/sub-pixel-rgb.conf    |  9 ---------
+ conf.avail/sub-pixel-vbgr.conf    |  9 ---------
+ conf.avail/sub-pixel-vrgb.conf    |  9 ---------
+ conf.avail/unhinted.conf         |  9 ---------
+ conf.avail/yes-bitmaps.conf      | 13 -------------
  18 files changed, 89 insertions(+), 89 deletions(-)
 
 commit a04ac99f0f3e487c7611772442727a6eb4f44393
@@ -9313,7 +11642,7 @@ Date:    Mon Sep 4 02:13:13 2006 -0700
 
     FreeType glue code was escaping the shared library.
 
- src/ftglue.h |    4 +++-
+ src/ftglue.h | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 4984242e3681a50a9c19f352783f145f91ecb868
@@ -9336,16 +11665,16 @@ Date:  Mon Sep 4 00:47:07 2006 -0700
     version number
     in the process.
 
- configure.in           |    9 +-
- fc-cache/fc-cache.c    |   30 ++--
- fc-cat/Makefile.am     |    2 +-
- fc-cat/fc-cat.c        |   37 ++---
- fontconfig/fcfreetype.h |   14 +-
- fontconfig/fontconfig.h |  403
- +++++++++++++++++++++++++++--------------------
- src/fccache.c          |   48 ++++++
- src/fccharset.c        |    5 -
- src/fcint.h            |  337 ++++++++++++++++++---------------------
+ configure.in           |   9 +-
+ fc-cache/fc-cache.c    |  30 ++--
+ fc-cat/Makefile.am     |   2 +-
+ fc-cat/fc-cat.c        |  37 ++---
+ fontconfig/fcfreetype.h |  14 +-
+ fontconfig/fontconfig.h | 403
+ ++++++++++++++++++++++++++++--------------------
+ src/fccache.c          |  48 ++++++
+ src/fccharset.c        |   5 -
+ src/fcint.h            | 337 +++++++++++++++++++---------------------
  9 files changed, 481 insertions(+), 404 deletions(-)
 
 commit 57b42cef2ad2f18618ca0748325fc800165bdc1b
@@ -9354,9 +11683,9 @@ Date:    Mon Sep 4 01:33:09 2006 -0400
 
     Move user and local conf file loading into conf.avail files
 
- conf.avail/50-user.conf  |    7 +++++++
- conf.avail/51-local.conf |    7 +++++++
- fonts.conf.in           |   11 -----------
+ conf.avail/50-user.conf  |  7 +++++++
+ conf.avail/51-local.conf |  7 +++++++
+ fonts.conf.in           | 11 -----------
  3 files changed, 14 insertions(+), 11 deletions(-)
 
 commit 04ceb322c8e8c4bfc5f4df27d15e8353058a19b8
@@ -9368,11 +11697,11 @@ Date:  Mon Sep 4 01:28:07 2006 -0400
     Make sub-pixel.conf be sub-pixel-rgb.conf and add the
     three other possibilites: bgr, vrgb and vbgr.
 
- conf.avail/sub-pixel-bgr.conf |    9 +++++++++
- conf.avail/sub-pixel-rgb.conf |    9 +++++++++
- conf.avail/sub-pixel-vbgr.conf |    9 +++++++++
- conf.avail/sub-pixel-vrgb.conf |    9 +++++++++
- conf.avail/sub-pixel.conf     |    9 ---------
+ conf.avail/sub-pixel-bgr.conf | 9 +++++++++
+ conf.avail/sub-pixel-rgb.conf | 9 +++++++++
+ conf.avail/sub-pixel-vbgr.conf | 9 +++++++++
+ conf.avail/sub-pixel-vrgb.conf | 9 +++++++++
+ conf.avail/sub-pixel.conf     | 9 ---------
  5 files changed, 36 insertions(+), 9 deletions(-)
 
 commit 085d12cd4bcc215a5fb2bc403148e68c45bd3d2a
@@ -9383,8 +11712,8 @@ Date:    Mon Sep 4 01:24:02 2006 -0400
 
     Always use \d- rather than just \d as prefix
 
- conf.avail/10-LohitGujarati.conf |    5 +++++
- conf.avail/10LohitGujarati.conf  |    5 -----
+ conf.avail/10-LohitGujarati.conf | 5 +++++
+ conf.avail/10LohitGujarati.conf  | 5 -----
  2 files changed, 5 insertions(+), 5 deletions(-)
 
 commit 709f32438d814f73b6ce677a48b81a238cd0d6aa
@@ -9396,31 +11725,31 @@ Date:  Mon Sep 4 01:21:55 2006 -0400
     All of the files in conf.d are now in conf.avail
     Makefile.am is updated to reflect the change
 
- Makefile.am                     |    2 +-
- conf.avail/10-fonts-persian.conf |  539
- ++++++++++++++++++++++++++++++++++++++
- conf.avail/10LohitGujarati.conf  |    5 +
- conf.avail/60-delicious.conf    |   20 ++
- conf.avail/Makefile.am                  |   40 +++
- conf.avail/README               |    8 +
- conf.avail/autohint.conf        |    9 +
- conf.avail/no-bitmaps.conf      |   13 +
- conf.avail/no-sub-pixel.conf    |    9 +
- conf.avail/sub-pixel.conf       |    9 +
- conf.avail/unhinted.conf        |    9 +
- conf.avail/yes-bitmaps.conf     |   13 +
- conf.d/10-fonts-persian.conf    |  539
- --------------------------------------
- conf.d/10LohitGujarati.conf     |    5 -
- conf.d/60-delicious.conf        |   20 --
- conf.d/Makefile.am              |   40 ---
- conf.d/README                   |    8 -
- conf.d/autohint.conf            |    9 -
- conf.d/no-bitmaps.conf                  |   13 -
- conf.d/no-sub-pixel.conf        |    9 -
- conf.d/sub-pixel.conf           |    9 -
- conf.d/unhinted.conf            |    9 -
- conf.d/yes-bitmaps.conf         |   13 -
+ Makefile.am                     |   2 +-
+ conf.avail/10-fonts-persian.conf | 539
+ +++++++++++++++++++++++++++++++++++++++
+ conf.avail/10LohitGujarati.conf  |   5 +
+ conf.avail/60-delicious.conf    |  20 ++
+ conf.avail/Makefile.am                  |  40 +++
+ conf.avail/README               |   8 +
+ conf.avail/autohint.conf        |   9 +
+ conf.avail/no-bitmaps.conf      |  13 +
+ conf.avail/no-sub-pixel.conf    |   9 +
+ conf.avail/sub-pixel.conf       |   9 +
+ conf.avail/unhinted.conf        |   9 +
+ conf.avail/yes-bitmaps.conf     |  13 +
+ conf.d/10-fonts-persian.conf    | 539
+ ---------------------------------------
+ conf.d/10LohitGujarati.conf     |   5 -
+ conf.d/60-delicious.conf        |  20 --
+ conf.d/Makefile.am              |  40 ---
+ conf.d/README                   |   8 -
+ conf.d/autohint.conf            |   9 -
+ conf.d/no-bitmaps.conf                  |  13 -
+ conf.d/no-sub-pixel.conf        |   9 -
+ conf.d/sub-pixel.conf           |   9 -
+ conf.d/unhinted.conf            |   9 -
+ conf.d/yes-bitmaps.conf         |  13 -
  23 files changed, 675 insertions(+), 675 deletions(-)
 
 commit 34227592c23db4d462d36773532cef67731e2831
@@ -9429,19 +11758,19 @@ Date:  Sun Sep 3 16:27:09 2006 -0700
 
     Remove all .cvsignore files
 
- .cvsignore             |   35 -----------------------------------
- conf.d/.cvsignore      |    2 --
- doc/.cvsignore                 |   16 ----------------
- fc-cache/.cvsignore    |    6 ------
- fc-case/.cvsignore     |    6 ------
- fc-cat/.cvsignore      |    6 ------
- fc-glyphname/.cvsignore |    6 ------
- fc-lang/.cvsignore     |    6 ------
- fc-list/.cvsignore     |    6 ------
- fc-match/.cvsignore    |    6 ------
- fontconfig/.cvsignore  |    2 --
- src/.cvsignore                 |    7 -------
- test/.cvsignore        |    2 --
+ .cvsignore             | 35 -----------------------------------
+ conf.d/.cvsignore      |  2 --
+ doc/.cvsignore                 | 16 ----------------
+ fc-cache/.cvsignore    |  6 ------
+ fc-case/.cvsignore     |  6 ------
+ fc-cat/.cvsignore      |  6 ------
+ fc-glyphname/.cvsignore |  6 ------
+ fc-lang/.cvsignore     |  6 ------
+ fc-list/.cvsignore     |  6 ------
+ fc-match/.cvsignore    |  6 ------
+ fontconfig/.cvsignore  |  2 --
+ src/.cvsignore                 |  7 -------
+ test/.cvsignore        |  2 --
  13 files changed, 106 deletions(-)
 
 commit 822ec78c54a24a0f1589154ac2d4906b02b111ef
@@ -9459,8 +11788,8 @@ Date:    Sun Sep 3 15:20:46 2006 -0700
 
     Finish INSTALL changes. .gitignore ChangeLog
 
- .gitignore |   1 +
- INSTALL    |   2 +-
+ .gitignore | 1 +
+ INSTALL    | 2 +-
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit 2ec3ed0806cfd2cd17cae4117a7047451a52cf95
@@ -9470,8 +11799,8 @@ Date:    Sun Sep 3 14:58:49 2006 -0700
     Update instructions for doing a release. Autogen ChangeLog from
     git-log.
 
- INSTALL     |  21 ++++++++++++++++-----
- Makefile.am |  39 +++++++++++++++++++++++++++++++++++++++
+ INSTALL     | 21 ++++++++++++++++-----
+ Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
  2 files changed, 55 insertions(+), 5 deletions(-)
 
 commit d3c392b6693ce79fbab42e9a8cf543f6182c5917
@@ -9490,10 +11819,10 @@ Date:  Sun Sep 3 14:42:48 2006 -0700
 
     Change version to 2.3.96
 
- README                         |   67
- +++++++++++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 67
+ +++++++++++++++++++++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 67 insertions(+), 4 deletions(-)
 
 commit 2a5ea80023657724e3e6ba629d828ab5e33bdb70
@@ -9505,7 +11834,7 @@ Date:    Sat Sep 2 23:10:59 2006 -0700
     This file fixes Delicious Heavy fonts to have the correct weight
     value.
 
- conf.d/60-delicious.conf |   20 ++++++++++++++++++++
+ conf.d/60-delicious.conf | 20 ++++++++++++++++++++
  1 file changed, 20 insertions(+)
 
 commit e3b771a63e837b341bbd1e3e7e9c868244506f62
@@ -9516,7 +11845,7 @@ Date:    Sat Sep 2 23:09:44 2006 -0700
 
     A typo from the change in where filename canonicalization occurs.
 
- src/fcstr.c |   2 +-
+ src/fcstr.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 04cedae0d5a720662bdc0de3d4cb97f6c77e7d1a
@@ -9530,7 +11859,7 @@ Date:    Sat Sep 2 20:23:31 2006 -0700
     instead of
     a charset/langset value with a NULL pointer in it (which is invalid).
 
- src/fcname.c |    6 ++++++
+ src/fcname.c | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit fb6e30ab3ef74021978d260fb7f2c40a0b5a0b06
@@ -9544,7 +11873,7 @@ Date:    Sat Sep 2 20:07:29 2006 -0700
     'scan'
     match target.
 
- src/fccfg.c |   2 ++
+ src/fccfg.c | 2 ++
  1 file changed, 2 insertions(+)
 
 commit c2c6976d1a88cc35143ffcc34f3c38d0a28d34f4
@@ -9576,19 +11905,19 @@ Date:  Sat Sep 2 17:52:12 2006 -0700
     except
     for this value.
 
- conf.d/Makefile.am      |    1 +
- doc/fontconfig-user.sgml |    6 ++++--
- fontconfig/fontconfig.h  |    3 ++-
- fonts.dtd               |    6 +++++-
- src/fccfg.c             |   35 +++++++++++++++++++++++++++--------
- src/fcdbg.c             |    7 +++++++
- src/fcdefault.c         |    1 +
- src/fcdir.c             |   18 +++++++++++++++++-
- src/fcfreetype.c        |   34 +++++++++++++++++++++++++++++++++-
- src/fcint.h             |    2 ++
- src/fcmatch.c           |   33 ++++++++++++++++++++-------------
- src/fcname.c            |   34 ++++++++++++++++++++++++++++++----
- src/fcxml.c             |    4 ++++
+ conf.d/Makefile.am      |  1 +
+ doc/fontconfig-user.sgml |  6 ++++--
+ fontconfig/fontconfig.h  |  3 ++-
+ fonts.dtd               |  6 +++++-
+ src/fccfg.c             | 35 +++++++++++++++++++++++++++--------
+ src/fcdbg.c             |  7 +++++++
+ src/fcdefault.c         |  1 +
+ src/fcdir.c             | 18 +++++++++++++++++-
+ src/fcfreetype.c        | 34 +++++++++++++++++++++++++++++++++-
+ src/fcint.h             |  2 ++
+ src/fcmatch.c           | 33 ++++++++++++++++++++-------------
+ src/fcname.c            | 34 ++++++++++++++++++++++++++++++----
+ src/fcxml.c             |  4 ++++
  13 files changed, 153 insertions(+), 31 deletions(-)
 
 commit 3b8a03c09d3a45f578680b5fe80255af9761b3fa
@@ -9603,7 +11932,7 @@ Date:    Sat Sep 2 14:54:14 2006 -0700
     incompatible
     changes.
 
- src/fccache.c |    4 ++--
+ src/fccache.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 9b511b290548ad2920cda94507a3311efc461e8a
@@ -9618,10 +11947,10 @@ Date:  Sat Sep 2 14:52:37 2006 -0700
     that
     function at one point.
 
- fc-cache/fc-cache.c |   2 +-
- fc-cat/fc-cat.c     |   2 +-
- src/fcdir.c        |   17 ++++-------------
- src/fcstr.c        |   24 +++++++++++-------------
+ fc-cache/fc-cache.c | 2 +-
+ fc-cat/fc-cat.c     | 2 +-
+ src/fcdir.c        | 17 ++++-------------
+ src/fcstr.c        | 24 +++++++++++-------------
  4 files changed, 17 insertions(+), 28 deletions(-)
 
 commit 813258dc8e3a8c964af49abe810e76a95241926d
@@ -9637,7 +11966,7 @@ Date:    Fri Sep 1 22:08:41 2006 -0700
     should improve
     font selection.
 
- fonts.conf.in |    6 +++---
+ fonts.conf.in | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 5cafbd4da08aa8110a94deba59dc631c39ef7285
@@ -9652,7 +11981,7 @@ Date:    Fri Sep 1 22:04:52 2006 -0700
     including
     how family name and values have different escape requirements.
 
- doc/fontconfig-user.sgml |   40 ++++++++++++++++++++++++++++++++++++++--
+ doc/fontconfig-user.sgml | 40 ++++++++++++++++++++++++++++++++++++++--
  1 file changed, 38 insertions(+), 2 deletions(-)
 
 commit 7295c6f5faa595422e0825aa2e91883147d5b50e
@@ -9668,8 +11997,8 @@ Date:    Fri Sep 1 21:30:54 2006 -0700
     Guess that names with a large number of high bits set are SJIS encoded
     Japanese names rather than English names.
 
- src/fcfreetype.c |   81
- ++++++++++++++++++++++++++++++++++++++++++------------
+ src/fcfreetype.c | 81
+ ++++++++++++++++++++++++++++++++++++++++++++------------
  1 file changed, 64 insertions(+), 17 deletions(-)
 
 commit db970d3596fbbc75f652f1a9fe7f7ce98e651ad2
@@ -9686,7 +12015,7 @@ Date:    Fri Sep 1 21:12:44 2006 -0700
     Bitstream
     Vera (where installed).
 
- fonts.conf.in |   11 ++++++-----
+ fonts.conf.in | 11 ++++++-----
  1 file changed, 6 insertions(+), 5 deletions(-)
 
 commit 3bb1812f0d173b153415e2191ecdd27a95fc4b05
@@ -9701,7 +12030,7 @@ Date:    Fri Sep 1 15:33:27 2006 -0700
     requiring
     that the lang tags match exactly, causing this sort to fail.
 
- src/fcmatch.c |    2 +-
+ src/fcmatch.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit cfccd4873a44da5b041368d5fca4f05180dcf041
@@ -9713,7 +12042,7 @@ Date:    Fri Sep 1 13:22:45 2006 -0700
     Oops. Fix actual fc-cache command line instead of just the displayed
     version.
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit caf996342b53bf2ca4eedbe54bc86b68456d7470
@@ -9726,8 +12055,8 @@ Date:    Fri Sep 1 12:59:09 2006 -0700
     just uses
     bn.orth.
 
- fc-lang/as.orth  |   28 ++++++++++++++++++++++++++++
- fc-lang/iso639-1 |    2 +-
+ fc-lang/as.orth  | 28 ++++++++++++++++++++++++++++
+ fc-lang/iso639-1 |  2 +-
  2 files changed, 29 insertions(+), 1 deletion(-)
 
 commit c9e6d2c8cc920937546faa63c889570fa7b4745c
@@ -9750,7 +12079,7 @@ Date:    Fri Sep 1 12:45:43 2006 -0700
     Taiwan). So it
     should include zh_hk.orth instead.
 
- fc-lang/zh_mo.orth |   9 +++++++--
+ fc-lang/zh_mo.orth | 9 +++++++--
  1 file changed, 7 insertions(+), 2 deletions(-)
 
 commit 5b8e43a48ea1a5fb4e54dd12fe965439df2bf95d
@@ -9761,8 +12090,8 @@ Date:    Fri Sep 1 12:36:31 2006 -0700
 
     Detect GCC and use #warning only on GCC systems.
 
- configure.in    |    4 +++-
- src/fcfreetype.c |    2 ++
+ configure.in    | 4 +++-
+ src/fcfreetype.c | 2 ++
  2 files changed, 5 insertions(+), 1 deletion(-)
 
 commit ab2cb932b25af20896c08f4641dfa696ed651418
@@ -9775,7 +12104,7 @@ Date:    Fri Sep 1 12:26:15 2006 -0700
     shared
     library dependencies.
 
- fontconfig.pc.in |    1 +
+ fontconfig.pc.in | 1 +
  1 file changed, 1 insertion(+)
 
 commit 1741499e2387f0c1e692801a1ef3c6ce5d043f9f
@@ -9786,7 +12115,7 @@ Date:    Fri Sep 1 12:07:10 2006 -0700
 
     valgrind found a few leaks in the new cache cleaning code.
 
- fc-cache/fc-cache.c |   9 +++++++++
+ fc-cache/fc-cache.c | 9 +++++++++
  1 file changed, 9 insertions(+)
 
 commit fd7223c770e74730480bdf9ecf36f3152a12473e
@@ -9799,7 +12128,7 @@ Date:    Fri Sep 1 12:05:04 2006 -0700
     the system
     font cache directory.
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 8587d77ce64147b7fb324458ba100910ebba93f4
@@ -9808,7 +12137,7 @@ Date:    Fri Sep 1 02:27:45 2006 -0700
 
     Add some ignores
 
- .gitignore |   2 ++
+ .gitignore | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 09bd9ae2be032efb05a8be7bae584fa18756d951
@@ -9821,7 +12150,7 @@ Date:    Fri Sep 1 02:22:59 2006 -0700
     When stored as offsets, the offsets are relative to the fontset object
     itself, not the base of the array of pointers.
 
- src/fcint.h |   2 +-
+ src/fcint.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 18b6857c6476517db7932025847ae952feba758d
@@ -9835,9 +12164,9 @@ Date:    Fri Sep 1 01:49:47 2006 -0700
     charset freezer code to remove assumption that all input charsets are
     persistant.
 
- fc-lang/fc-lang.c |   30 ++++++++++++++++++------------
- src/fccharset.c   |   11 +++++------
- src/fcint.h      |    6 ++++++
+ fc-lang/fc-lang.c | 30 ++++++++++++++++++------------
+ src/fccharset.c   | 11 +++++------
+ src/fcint.h      |  6 ++++++
  3 files changed, 29 insertions(+), 18 deletions(-)
 
 commit bc5e487f2a1ad9946aa5c6e19cd75794fc38d530
@@ -9855,18 +12184,18 @@ Date:  Fri Sep 1 01:15:14 2006 -0700
     them to
     share across multiple fonts in the same cache.
 
- fc-cache/fc-cache.c        |  109 ++++-----
- fc-cat/fc-cat.c            |   83 ++-----
- fc-glyphname/fc-glyphname.c |  13 -
- src/fccache.c              |  300 ++++++++++-------------
- src/fccfg.c                |  169 +++++++------
- src/fccharset.c            |  550
- ++++++++++++++++++++++---------------------
- src/fcdir.c                |  177 +++++++-------
- src/fcinit.c               |    1 -
- src/fcint.h                |   60 ++---
- src/fcpat.c                |    8 +
- src/fcserialize.c          |    3 +
+ fc-cache/fc-cache.c        | 109 ++++-----
+ fc-cat/fc-cat.c            |  83 ++-----
+ fc-glyphname/fc-glyphname.c | 13 --
+ src/fccache.c              | 300 ++++++++++--------------
+ src/fccfg.c                | 169 ++++++++------
+ src/fccharset.c            | 550
+ +++++++++++++++++++++++---------------------
+ src/fcdir.c                | 177 +++++++-------
+ src/fcinit.c               |   1 -
+ src/fcint.h                |  60 ++---
+ src/fcpat.c                |   8 +
+ src/fcserialize.c          |   3 +
  11 files changed, 702 insertions(+), 771 deletions(-)
 
 commit aec8c90b450c115718fd87bc270e35ee6b605967
@@ -9877,7 +12206,7 @@ Date:    Fri Sep 1 01:12:13 2006 -0700
 
     All but x86 are known to be wrong.
 
- fc-arch/fcarch.tmpl.h |    7 +++----
+ fc-arch/fcarch.tmpl.h | 7 +++----
  1 file changed, 3 insertions(+), 4 deletions(-)
 
 commit 551b6b2cd7d94dd90a9eb22bdb752f264afc48ce
@@ -9889,7 +12218,7 @@ Date:    Thu Aug 31 18:16:00 2006 -0700
     Applications explicitly setting FC_LANG with string would fail due
     to typechecking disallowing this case.
 
- src/fcname.c |    4 ++++
+ src/fcname.c | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit bf0c80fc4996157dda7bed8b8b2e4c8a13611ada
@@ -9902,8 +12231,8 @@ Date:    Thu Aug 31 18:14:45 2006 -0700
     make distcheck caught this bug; the effect of 'make uninstall'
     would have been to execute 'rm -rf /', somewhat less that desirable.
 
- fc-cache/Makefile.am |    6 ++----
- fc-cat/Makefile.am   |    2 --
+ fc-cache/Makefile.am | 6 ++----
+ fc-cat/Makefile.am   | 2 --
  2 files changed, 2 insertions(+), 6 deletions(-)
 
 commit f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e
@@ -9915,11 +12244,11 @@ Date:  Thu Aug 31 14:38:18 2006 -0700
     Accidental ABI changes and additions were discovered by looking at the
     differences in fontconfig.h. All of those have been reverted.
 
- fc-cache/fc-cache.c    |    4 ++--
- fc-list/fc-list.c      |    2 +-
- fontconfig/fontconfig.h |   23 +++++------------------
- src/fccache.c          |   16 ++++++++++++++--
- src/fcint.h            |    6 ++++++
+ fc-cache/fc-cache.c    |  4 ++--
+ fc-list/fc-list.c      |  2 +-
+ fontconfig/fontconfig.h | 23 +++++------------------
+ src/fccache.c          | 16 ++++++++++++++--
+ src/fcint.h            |  6 ++++++
  5 files changed, 28 insertions(+), 23 deletions(-)
 
 commit 0a87ce715e1862c56702f5be43af9f246aa34e68
@@ -9935,10 +12264,10 @@ Date:  Thu Aug 31 11:56:43 2006 -0700
     with the
     related directory name.
 
- fc-cat/fc-cat.c |  119
- +++++++++++++++++++++++++++++++++++++++++++------------
- src/fccache.c  |   16 +++++---
- src/fcint.h    |    2 +-
+ fc-cat/fc-cat.c | 119
+ +++++++++++++++++++++++++++++++++++++++++++-------------
+ src/fccache.c  |  16 +++++---
+ src/fcint.h    |   2 +-
  3 files changed, 104 insertions(+), 33 deletions(-)
 
 commit d8ab9e6c42cb3513a6623df0c2866e1ebbd96485
@@ -9950,12 +12279,12 @@ Date:  Thu Aug 31 09:42:49 2006 -0700
     Cache files for missing or more recently modified directories are
     automatically removed at the end of every fc-cache run.
 
- fc-cache/Makefile.am |    2 +-
- fc-cache/fc-cache.c  |  130
- +++++++++++++++++++++++++++++++++++++++++++++++++-
- fc-cat/fc-cat.c      |    3 +-
- src/fccache.c       |    6 +--
- src/fcint.h         |    2 +-
+ fc-cache/Makefile.am |   2 +-
+ fc-cache/fc-cache.c  | 130
+ ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ fc-cat/fc-cat.c      |   3 +-
+ src/fccache.c       |   6 +--
+ src/fcint.h         |   2 +-
  5 files changed, 135 insertions(+), 8 deletions(-)
 
 commit e9a564e2cd3cb40109a1133dbbcee9f938f141b3
@@ -9968,7 +12297,7 @@ Date:    Thu Aug 31 09:07:32 2006 -0700
     so they
     were truncated at a single value.
 
- src/fcpat.c |   1 +
+ src/fcpat.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit c50ea916b0e56520948804b67fc7df57bb490575
@@ -9979,8 +12308,8 @@ Date:    Wed Aug 30 23:09:39 2006 -0700
 
     This avoids OS-dependencies in the cache file structure.
 
- src/fcint.h      |    2 +-
- src/fcserialize.c |   1 -
+ src/fcint.h      | 2 +-
+ src/fcserialize.c | 1 -
  2 files changed, 1 insertion(+), 2 deletions(-)
 
 commit 76abb77f26c43d069919f80e960c71c2242fb5c2
@@ -9991,9 +12320,9 @@ Date:    Wed Aug 30 22:23:25 2006 -0700
 
     Internal interfaces in cache management changed again...
 
- fc-cat/fc-cat.c |   37 +++++++++++++++++++++++++------------
- src/fccache.c  |   19 ++++++++++---------
- src/fcint.h    |    9 ++++++---
+ fc-cat/fc-cat.c | 37 +++++++++++++++++++++++++------------
+ src/fccache.c  | 19 ++++++++++---------
+ src/fcint.h    |  9 ++++++---
  3 files changed, 41 insertions(+), 24 deletions(-)
 
 commit 2d3387fd720f33f80847ae6cbb83d94c9a52fde3
@@ -10023,15 +12352,15 @@ Date: Wed Aug 30 21:59:53 2006 -0700
 
     Call FcFini from fc-match to make valgrind happy.
 
- fc-cache/fc-cache.c |  25 +++++----
- fc-match/fc-match.c |   1 +
- src/fccache.c      |  148
- +++++++++++++++++++++++++++------------------------
- src/fccfg.c        |   80 ++++++++--------------------
- src/fccharset.c     |  56 ++++++++++---------
- src/fcdir.c        |    2 +-
- src/fcint.h        |   19 +++++--
- src/fcxml.c        |   19 +++----
+ fc-cache/fc-cache.c | 25 +++++----
+ fc-match/fc-match.c |  1 +
+ src/fccache.c      | 148
+ +++++++++++++++++++++++++++-------------------------
+ src/fccfg.c        |  80 ++++++++--------------------
+ src/fccharset.c     | 56 +++++++++++---------
+ src/fcdir.c        |   2 +-
+ src/fcint.h        |  19 +++++--
+ src/fcxml.c        |  19 +++----
  8 files changed, 169 insertions(+), 181 deletions(-)
 
 commit 09f9f6f62ac94f7b1a6df649a00c64f78ab132f5
@@ -10046,12 +12375,12 @@ Date: Wed Aug 30 18:50:58 2006 -0700
     values to
     avoid mis-typed pattern elements.
 
- fc-case/fc-case.c |   13 --
- src/fcint.h      |    7 +-
- src/fcmatch.c    |    9 +-
- src/fcname.c     |  389
- ++++++++++++++++++++++++++++++-----------------------
- src/fcpat.c      |    2 +-
+ fc-case/fc-case.c |  13 --
+ src/fcint.h      |   7 +-
+ src/fcmatch.c    |   9 +-
+ src/fcname.c     | 389
+ ++++++++++++++++++++++++++++++------------------------
+ src/fcpat.c      |   2 +-
  5 files changed, 233 insertions(+), 187 deletions(-)
 
 commit c02886485b293179e8492cad9a34eb431dd4bfc9
@@ -10068,13 +12397,13 @@ Date: Wed Aug 30 13:51:03 2006 -0700
 
     Various debug messages extended to help diagnose serialization errors.
 
- fc-cat/fc-cat.c |  134
- +++++++++++++++++++++++++++++--------------------------
- src/fccache.c  |    6 +--
- src/fccharset.c |    3 +-
- src/fcdbg.c    |   20 +++++++--
- src/fcint.h    |   15 +++++--
- src/fcpat.c    |    7 +++
+ fc-cat/fc-cat.c | 134
+ ++++++++++++++++++++++++++++++--------------------------
+ src/fccache.c  |   6 +--
+ src/fccharset.c |   3 +-
+ src/fcdbg.c    |  20 +++++++--
+ src/fcint.h    |  15 +++++--
+ src/fcpat.c    |   7 +++
  6 files changed, 110 insertions(+), 75 deletions(-)
 
 commit e3096d90fd3e0ba8b62d2c6df4cfb24f08a0766c
@@ -10092,11 +12421,11 @@ Date: Wed Aug 30 04:24:03 2006 -0700
     fc-lang now requires fcserialize.c, which has been added to the
     repository.
 
- fc-arch/fc-arch.c     |   14 +----
- fc-arch/fcarch.tmpl.h |    4 +-
- fc-lang/fc-lang.c     |    1 +
- src/fcserialize.c     |  159
- +++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-arch/fc-arch.c     |  14 +----
+ fc-arch/fcarch.tmpl.h |   4 +-
+ fc-lang/fc-lang.c     |   1 +
+ src/fcserialize.c     | 159
+ ++++++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 165 insertions(+), 13 deletions(-)
 
 commit 7ce196733129b0e664c1bdc20f973f15167292f7
@@ -10153,8 +12482,8 @@ Date:   Mon Aug 28 11:51:12 2006 -0700
     ensure that FcFontSetMatch always matches the first font in the
     FcFontSetSort return list.
 
- src/fcmatch.c |  229
- ++++++++-------------------------------------------------
+ src/fcmatch.c | 229
+ ++++++++--------------------------------------------------
  1 file changed, 32 insertions(+), 197 deletions(-)
 
 commit ad05e3135b43f82c64d74f17dfec0b44fe7efcf0
@@ -10163,7 +12492,7 @@ Date:   Mon Aug 28 10:38:27 2006 -0700
 
     Add ppc architecture
 
- fc-arch/fcarch.tmpl.h |    1 +
+ fc-arch/fcarch.tmpl.h | 1 +
  1 file changed, 1 insertion(+)
 
 commit 7a03bbdceb4ea5b673caf89bfcafa84211a456f0
@@ -10178,8 +12507,8 @@ Date:   Mon Aug 28 10:30:22 2006 -0700
     is run.
     Also, remove mention of the old cache file from the test config file.
 
- test/fonts.conf.in |   1 -
- test/run-test.sh   |   4 +---
+ test/fonts.conf.in | 1 -
+ test/run-test.sh   | 4 +---
  2 files changed, 1 insertion(+), 4 deletions(-)
 
 commit 1e4080ea49160c5af24400b8daf701412a0cc7cb
@@ -10188,7 +12517,7 @@ Date:   Mon Aug 28 10:07:43 2006 -0700
 
     Add x86-64 architecture and signature.
 
- fc-arch/fcarch.tmpl.h |    1 +
+ fc-arch/fcarch.tmpl.h | 1 +
  1 file changed, 1 insertion(+)
 
 commit 7db39f729859827b246da242a26ddba13cb8c4b1
@@ -10199,9 +12528,9 @@ Date:   Mon Aug 28 09:43:12 2006 -0700
 
     Also remove spurious printf of directory names.
 
- fc-arch/Makefile.am   |    2 +-
- fc-arch/fcarch.tmpl.h |    2 +-
- src/fcdir.c          |    1 -
+ fc-arch/Makefile.am   | 2 +-
+ fc-arch/fcarch.tmpl.h | 2 +-
+ src/fcdir.c          | 1 -
  3 files changed, 2 insertions(+), 3 deletions(-)
 
 commit 0d9e31c810a36cddadff7572fdbb5a1b505e495e
@@ -10216,9 +12545,9 @@ Date:   Sun Aug 27 23:40:51 2006 -0700
     prepending the
     current working directory.
 
- src/fcdir.c |  45 ++++++++++++++++++++++++++++++---------------
- src/fcint.h |   3 +++
- src/fcstr.c |  57
+ src/fcdir.c | 45 ++++++++++++++++++++++++++++++---------------
+ src/fcint.h | 3 +++
+ src/fcstr.c | 57
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 90 insertions(+), 15 deletions(-)
 
@@ -10231,12 +12560,12 @@ Date: Sun Aug 27 22:24:39 2006 -0700
     fc-cache and fc-cat use internal (fcint.h) APIs that have
     changed with the elimination of the global cache.
 
- fc-cache/fc-cache.c |   2 +-
- fc-cat/fc-cat.c     | 119
- ++++++---------------------------------------------
- src/fccache.c      |   77 ++++++++++++++++++++++-----------
- src/fcdir.c        |   13 +++---
- src/fcint.h        |    4 ++
+ fc-cache/fc-cache.c |  2 +-
+ fc-cat/fc-cat.c     | 119
+ ++++++----------------------------------------------
+ src/fccache.c      |  77 +++++++++++++++++++++++-----------
+ src/fcdir.c        |  13 +++---
+ src/fcint.h        |   4 ++
  5 files changed, 76 insertions(+), 139 deletions(-)
 
 commit 00f059e930f12ca7c66cf2ffbc6c4ae789912af7
@@ -10270,7 +12599,7 @@ Date:   Sun Aug 27 18:29:51 2006 -0700
     into the
     filename.
 
- src/fccache.c |    5 +++--
+ src/fccache.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit db50cbdaf592349c204ab0af0e7061ea72237044
@@ -10289,11 +12618,11 @@ Date: Sun Aug 27 18:19:39 2006 -0700
     is loaded
     with an access and stat call.
 
- fc-cache/fc-cache.c |   7 ++--
- src/fccache.c      |   55 ++--------------------------
- src/fccfg.c        |  100
- ---------------------------------------------------
- src/fcdir.c        |    6 ----
+ fc-cache/fc-cache.c |  7 ++--
+ src/fccache.c      |  55 ++---------------------------
+ src/fccfg.c        | 100
+ ----------------------------------------------------
+ src/fcdir.c        |   6 ----
  4 files changed, 4 insertions(+), 164 deletions(-)
 
 commit d2f786849c0c4503360a5c09469505b05164c6d2
@@ -10313,9 +12642,9 @@ Date:   Sun Aug 27 17:04:01 2006 -0700
     file wasn't
     valid.
 
- fonts.conf.in |    2 +-
- src/fccache.c |   90
- +++++++++++++++++++++++++++------------------------------
+ fonts.conf.in |  2 +-
+ src/fccache.c | 90
+ ++++++++++++++++++++++++++++-------------------------------
  2 files changed, 43 insertions(+), 49 deletions(-)
 
 commit 2b629781d74b5a7db1fff873ce5322e59a0f863a
@@ -10333,12 +12662,12 @@ Date: Sun Aug 27 16:25:07 2006 -0700
     be overridden
     with the --with-arch=ARCH configure option.
 
- Makefile.am          |    2 +-
- configure.in         |   17 ++++++
- fc-arch/Makefile.am   |   50 +++++++++++++++++
- fc-arch/fc-arch.c     |  144
- +++++++++++++++++++++++++++++++++++++++++++++++++
- fc-arch/fcarch.tmpl.h |   32 +++++++++++
+ Makefile.am          |   2 +-
+ configure.in         |  17 ++++++
+ fc-arch/Makefile.am   |  50 ++++++++++++++++++
+ fc-arch/fc-arch.c     | 144
+ ++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-arch/fcarch.tmpl.h |  32 +++++++++++
  5 files changed, 244 insertions(+), 1 deletion(-)
 
 commit 199a92241151c391d9becca4fae1cc7e5e32ca80
@@ -10347,8 +12676,8 @@ Date:   Sun Aug 27 16:21:16 2006 -0700
 
     Add .gitignore
 
- .gitignore |  73
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ .gitignore | 73
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 73 insertions(+)
 
 commit 7410e40bd93beb4ab1a577d084112413431cede2
@@ -10360,22 +12689,22 @@ Date: Fri Aug 4 16:13:00 2006 +0000
     code which
        deals with per-directory caches.
 
- ChangeLog              |   24 ++++
- configure.in           |   22 +++-
- fc-cache/fc-cache.c    |    7 +-
- fontconfig/fontconfig.h |    4 +-
- fonts.conf.in          |    5 +
- fonts.dtd              |   12 ++
- src/Makefile.am        |    3 +-
- src/fccache.c          |  323
- ++++++++++++++++++++++++-----------------------
- src/fccfg.c            |   28 +++-
- src/fcdir.c            |    6 +-
- src/fcinit.c           |    2 +
- src/fcint.h            |   13 +-
- src/fcxml.c            |   17 +++
- test/fonts.conf.in     |    1 +
- test/run-test.sh       |    6 +-
+ ChangeLog              |  24 ++++
+ configure.in           |  22 +++-
+ fc-cache/fc-cache.c    |   7 +-
+ fontconfig/fontconfig.h |   4 +-
+ fonts.conf.in          |   5 +
+ fonts.dtd              |  12 ++
+ src/Makefile.am        |   3 +-
+ src/fccache.c          | 323
+ +++++++++++++++++++++++++-----------------------
+ src/fccfg.c            |  28 ++++-
+ src/fcdir.c            |   6 +-
+ src/fcinit.c           |   2 +
+ src/fcint.h            |  13 +-
+ src/fcxml.c            |  17 +++
+ test/fonts.conf.in     |   1 +
+ test/run-test.sh       |   6 +-
  15 files changed, 294 insertions(+), 179 deletions(-)
 
 commit 62a4a8459adaf26833e1dad0ee96ea5a4b8c3d54
@@ -10385,8 +12714,8 @@ Date:   Wed Jul 19 02:14:28 2006 +0000
     2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed by: plam
     Fix file-descriptor leak in FcGlobalCacheDestroy.
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    2 ++
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 2 ++
  2 files changed, 9 insertions(+)
 
 commit 1c14f2d96390ebafb390a953aa9b847e4a7303d7
@@ -10397,8 +12726,8 @@ Date:   Fri Jun 2 18:48:30 2006 +0000
     Esfahbod
     TrueType Collection table offsets are absolute, not relative.
 
- ChangeLog    |    7 +++++++
- src/ftglue.c |    2 +-
+ ChangeLog    | 7 +++++++
+ src/ftglue.c | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 31b7e6d7f58616ebdc6281c3230282a2d7b57d6d
@@ -10408,8 +12737,8 @@ Date:   Fri Apr 28 07:00:25 2006 +0000
     2006-04-27 Paolo Borelli (pborelli@katamail.com) reviewed by: plam
     Make FcStrCopy slightly more efficient.
 
- ChangeLog   |   7 +++++++
- src/fcstr.c |  12 +++++++-----
+ ChangeLog   | 7 +++++++
+ src/fcstr.c | 12 +++++++-----
  2 files changed, 14 insertions(+), 5 deletions(-)
 
 commit 0037aad501e18e53acd2590483b99aaa2a1fba8c
@@ -10420,8 +12749,8 @@ Date:   Thu Apr 27 08:13:45 2006 +0000
     Reduce transient memory usage during config file parsing by allocating
        smaller buffers (64 seems to be a magic number).
 
- ChangeLog   |  20 +++++++-------------
- src/fcstr.c |   2 +-
+ ChangeLog   | 20 +++++++-------------
+ src/fcstr.c | 2 +-
  2 files changed, 8 insertions(+), 14 deletions(-)
 
 commit 529291bef436384a06db246fda30e08d5812de14
@@ -10430,12 +12759,12 @@ Date: Thu Apr 27 07:54:07 2006 +0000
 
     Eliminate pattern freezing
 
- ChangeLog    |    8 ++
- src/fcinit.c |    4 -
- src/fcint.h  |    3 -
- src/fcpat.c  |  370
- ----------------------------------------------------------
- src/fcxml.c  |    3 +-
+ ChangeLog    |   8 ++
+ src/fcinit.c |   4 -
+ src/fcint.h  |   3 -
+ src/fcpat.c  | 370
+ -----------------------------------------------------------
+ src/fcxml.c  |   3 +-
  5 files changed, 9 insertions(+), 379 deletions(-)
 
 commit c1c3ba06d5f5e00a1bfef4ef0dbf10f28fa86ce2
@@ -10448,14 +12777,14 @@ Date: Thu Apr 27 07:11:44 2006 +0000
        Don't include /fonts.cache-2 in cache hash construction.
     reviewed by: Patrick Lam <plam@mit.edu>
 
- ChangeLog       |   30 +++++++++++++
- src/fccache.c   |  104 +++++++++++--------------------------------
- src/fcfreetype.c |   10 +----
- src/fcint.h     |    8 +---
- src/fclist.c    |    4 --
- src/fcmatch.c   |    3 --
- src/fcpat.c     |  130
- ------------------------------------------------------
+ ChangeLog       |  30 +++++++++++++
+ src/fccache.c   | 104 +++++++++++---------------------------------
+ src/fcfreetype.c |  10 +----
+ src/fcint.h     |   8 +---
+ src/fclist.c    |   4 --
+ src/fcmatch.c   |   3 --
+ src/fcpat.c     | 130
+ -------------------------------------------------------
  7 files changed, 57 insertions(+), 232 deletions(-)
 
 commit 3b013a034acac70f3ceee05505bf5bb4dd45963b
@@ -10464,7 +12793,7 @@ Date:   Wed Apr 26 14:50:41 2006 +0000
 
     Really update for 2.3.95.
 
- README |    6 ++++--
+ README | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 commit 73775d8f28bd8f5c40b524fe1ede63d3dfaff171
@@ -10476,10 +12805,10 @@ Date: Tue Apr 25 15:33:07 2006 +0000
        Solarii). Approach suggested by Tim Mooney.
     reviewed by: plam
 
- ChangeLog       |   12 +++++++++++-
- configure.in    |   37 +++++++++++++++++++++++++++++++++++--
- src/Makefile.am  |    2 +-
- src/fcfreetype.c |    3 +--
+ ChangeLog       | 12 +++++++++++-
+ configure.in    | 37 +++++++++++++++++++++++++++++++++++--
+ src/Makefile.am  |  2 +-
+ src/fcfreetype.c |  3 +--
  4 files changed, 48 insertions(+), 6 deletions(-)
 
 commit 49512317264da1996bddf0b3c82d8d2de0c201eb
@@ -10490,7 +12819,7 @@ Date:   Tue Apr 25 06:12:06 2006 +0000
     Shuffle order of includes for building out of srcdir on win32.
     reviewed by: plam
 
- ChangeLog |   17 ++++++++++++++++-
+ ChangeLog | 17 ++++++++++++++++-
  1 file changed, 16 insertions(+), 1 deletion(-)
 
 commit f045376c0831f068e8fd8fd61773a5ed83dede7f
@@ -10501,24 +12830,24 @@ Date: Tue Apr 25 05:57:41 2006 +0000
     Shuffle order of includes for building out of srcdir on win32.
     reviewed by: plam
 
- fc-cache/fc-cache.c |  15 ++++++++-------
- fc-cat/fc-cat.c     |  17 +++++++++--------
- fc-match/fc-match.c |  11 ++++++-----
- src/Makefile.am     |   6 +++---
- src/fccache.c      |    2 +-
- src/fccfg.c        |    2 +-
- src/fccharset.c     |   2 +-
- src/fcdbg.c        |    2 +-
- src/fcfreetype.c    |   2 +-
- src/fcfs.c         |    2 +-
- src/fcinit.c       |    2 +-
- src/fclist.c       |    2 +-
- src/fcmatch.c      |    2 +-
- src/fcmatrix.c      |   2 +-
- src/fcname.c       |    2 +-
- src/fcpat.c        |    2 +-
- src/fcstr.c        |    2 +-
- src/fcxml.c        |    2 +-
+ fc-cache/fc-cache.c | 15 ++++++++-------
+ fc-cat/fc-cat.c     | 17 +++++++++--------
+ fc-match/fc-match.c | 11 ++++++-----
+ src/Makefile.am     | 6 +++---
+ src/fccache.c      |  2 +-
+ src/fccfg.c        |  2 +-
+ src/fccharset.c     | 2 +-
+ src/fcdbg.c        |  2 +-
+ src/fcfreetype.c    | 2 +-
+ src/fcfs.c         |  2 +-
+ src/fcinit.c       |  2 +-
+ src/fclist.c       |  2 +-
+ src/fcmatch.c      |  2 +-
+ src/fcmatrix.c      | 2 +-
+ src/fcname.c       |  2 +-
+ src/fcpat.c        |  2 +-
+ src/fcstr.c        |  2 +-
+ src/fcxml.c        |  2 +-
  18 files changed, 40 insertions(+), 37 deletions(-)
 
 commit 55e145b0250e5c233d9fed1f8f5efe690374cdf2
@@ -10528,8 +12857,8 @@ Date:   Thu Apr 20 16:57:50 2006 +0000
     Prevent terrible perf regression by getting the if-condition right
        (reported by Wouter Bolsterlee).
 
- ChangeLog     |    8 +++++++-
- src/fcmatch.c |    2 +-
+ ChangeLog     | 8 +++++++-
+ src/fcmatch.c | 2 +-
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 commit 93f67dfc73601ea2f73c1fa2d9f4f13a84cf1232
@@ -10539,8 +12868,8 @@ Date:   Wed Apr 19 16:53:50 2006 +0000
     Dominic Lachowicz <cinamod@hotmail.com>
     Implement mmap-like code for Windows using MapViewOfFile.
 
- ChangeLog     |    7 +++++++
- src/fccache.c |   23 ++++++++++++++++++++---
+ ChangeLog     |  7 +++++++
+ src/fccache.c | 23 ++++++++++++++++++++---
  2 files changed, 27 insertions(+), 3 deletions(-)
 
 commit 56f8358364ad9078d99a35a12d7734884b8fccc2
@@ -10549,7 +12878,7 @@ Date:   Wed Apr 19 16:17:46 2006 +0000
 
     Bump version to 2.3.95.
 
- ChangeLog |   8 ++++++++
+ ChangeLog | 8 ++++++++
  1 file changed, 8 insertions(+)
 
 commit c001a192af784a3e7aa680cc925a4f6fc8f5b502
@@ -10558,11 +12887,11 @@ Date: Wed Apr 19 16:17:19 2006 +0000
 
     Bail gracefully if the cache file does not contain enough data.
 
- ChangeLog              |    5 +++++
- README                         |   23 +++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
- src/fccache.c          |   19 ++++++++++++++++++-
+ ChangeLog              |  5 +++++
+ README                         | 23 +++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
+ src/fccache.c          | 19 ++++++++++++++++++-
  5 files changed, 46 insertions(+), 5 deletions(-)
 
 commit a77572948ed9ce3e7fdffcfadd8772a5f962e4ed
@@ -10571,8 +12900,8 @@ Date:   Sat Apr 15 00:25:20 2006 +0000
 
     Give the 'Standard Symbols L' match a strong (vs. weak) binding.
 
- ChangeLog     |    5 +++++
- fonts.conf.in |   13 ++++++++-----
+ ChangeLog     |  5 +++++
+ fonts.conf.in | 13 ++++++++-----
  2 files changed, 13 insertions(+), 5 deletions(-)
 
 commit 8cfa0bbc822169c5c2dae8a0e089c225c5944558
@@ -10582,8 +12911,8 @@ Date:   Fri Apr 14 18:35:16 2006 +0000
     Fix Gecko-exposed segfault from my last hack to FcObjectToPtrLookup.
        Simplify code and get things straight.
 
- ChangeLog    |    6 ++++++
- src/fcname.c |   20 +++++---------------
+ ChangeLog    |  6 ++++++
+ src/fcname.c | 20 +++++---------------
  2 files changed, 11 insertions(+), 15 deletions(-)
 
 commit b43dbbdc92fc81d6f8e54b30c2d5062c1a20a105
@@ -10594,8 +12923,8 @@ Date:   Fri Apr 14 15:40:58 2006 +0000
     fonts.
        (reported by Miguel Rodriguez).
 
- ChangeLog     |    6 ++++++
- fonts.conf.in |   36 ++++++++++++++++++++++++++++++------
+ ChangeLog     |  6 ++++++
+ fonts.conf.in | 36 ++++++++++++++++++++++++++++++------
  2 files changed, 36 insertions(+), 6 deletions(-)
 
 commit ca2556f2632f80ae4ed7e5c9e5f5bf8f3e738992
@@ -10604,8 +12933,8 @@ Date:   Fri Apr 14 14:51:22 2006 +0000
 
     Add an alias 'Standard Symbols L' for 'Symbol'.
 
- ChangeLog     |    5 +++++
- fonts.conf.in |    6 +++++-
+ ChangeLog     | 5 +++++
+ fonts.conf.in | 6 +++++-
  2 files changed, 10 insertions(+), 1 deletion(-)
 
 commit 2f02e38361b24032945e24f7f8480999bf9df1e2
@@ -10622,11 +12951,11 @@ Date: Wed Apr 12 14:36:36 2006 +0000
        Kenichi Handa).
     reviewed by: plam
 
- ChangeLog       |   21 +++++++++++++++++++++
- src/fccfg.c     |    4 +++-
- src/fcfreetype.c |    5 +----
- src/fcmatch.c   |   33 ++++++++++++++++++++-------------
- src/fcpat.c     |    7 ++++++-
+ ChangeLog       | 21 +++++++++++++++++++++
+ src/fccfg.c     |  4 +++-
+ src/fcfreetype.c |  5 +----
+ src/fcmatch.c   | 33 ++++++++++++++++++++-------------
+ src/fcpat.c     |  7 ++++++-
  5 files changed, 51 insertions(+), 19 deletions(-)
 
 commit a56e89ab4f21aa6288345c63d2c43e55561632e0
@@ -10636,8 +12965,8 @@ Date:   Wed Apr 12 03:02:57 2006 +0000
     Fix bad behaviour on realloc resulting in crash.
     reviewed by: plam
 
- ChangeLog    |    7 +++++++
- src/fcname.c |   17 ++++++++++-------
+ ChangeLog    |  7 +++++++
+ src/fcname.c | 17 ++++++++++-------
  2 files changed, 17 insertions(+), 7 deletions(-)
 
 commit 5c90509c073b3879fd9e3a2dc9dddeb724757ccf
@@ -10646,8 +12975,8 @@ Date:   Wed Apr 12 02:38:28 2006 +0000
 
     Don't crash if config is null (Coverity defect #984).
 
- ChangeLog     |   13 +++++++++----
- src/fccache.c |    5 +++--
+ ChangeLog     | 13 +++++++++----
+ src/fccache.c |  5 +++--
  2 files changed, 12 insertions(+), 6 deletions(-)
 
 commit 2de24638b23f65b5586cebe3e9d9f4577a40673e
@@ -10662,11 +12991,11 @@ Date: Tue Apr 11 16:54:24 2006 +0000
        (Coverity defect #780).
     reviewed by: plam
 
- ChangeLog      |   18 ++++++++++++++++++
- src/fccfg.c    |   13 +++++++++----
- src/fccharset.c |    5 ++++-
- src/fclang.c   |    1 +
- src/fcxml.c    |    4 +++-
+ ChangeLog      | 18 ++++++++++++++++++
+ src/fccfg.c    | 13 +++++++++----
+ src/fccharset.c |  5 ++++-
+ src/fclang.c   |  1 +
+ src/fcxml.c    |  4 +++-
  5 files changed, 35 insertions(+), 6 deletions(-)
 
 commit 04f7d3e7fd5069965bc74e678fc51b0412d15aa9
@@ -10685,14 +13014,14 @@ Date: Tue Apr 11 14:20:59 2006 +0000
        value is read (Coverity defect #1195).
     reviewed by: plam
 
- ChangeLog        |   29 +++++++++++++++++++++++++++++
- fc-cat/fc-cat.c   |   4 +++-
- fc-lang/fc-lang.c |   3 +++
- src/fccharset.c   |   5 +++++
- src/fcfreetype.c  |   6 ++++--
- src/fclang.c     |    8 +++++++-
- src/fcname.c     |    8 --------
- src/fcpat.c      |   11 ++++++++++-
+ ChangeLog        | 29 +++++++++++++++++++++++++++++
+ fc-cat/fc-cat.c   |  4 +++-
+ fc-lang/fc-lang.c |  3 +++
+ src/fccharset.c   |  5 +++++
+ src/fcfreetype.c  |  6 ++++--
+ src/fclang.c     |  8 +++++++-
+ src/fcname.c     |  8 --------
+ src/fcpat.c      | 11 ++++++++++-
  8 files changed, 61 insertions(+), 13 deletions(-)
 
 commit af2ad236f037c7a53e73b9454f620de1a52f0422
@@ -10702,8 +13031,8 @@ Date:   Tue Apr 11 05:08:26 2006 +0000
     Survive missing docbook2pdf.
     reviewed by: plam
 
- ChangeLog      |   11 +++++++++--
- doc/Makefile.am |   10 ++++++----
+ ChangeLog      | 11 +++++++++--
+ doc/Makefile.am | 10 ++++++----
  2 files changed, 15 insertions(+), 6 deletions(-)
 
 commit 67ed0b729718233662255a181bdcdb136c04dc5b
@@ -10712,10 +13041,10 @@ Date: Mon Apr 10 22:08:35 2006 +0000
 
     Include more stub definitions to make HP-UX's C compiler happy.
 
- ChangeLog                  |    7 +++++++
- fc-case/fc-case.c          |    3 +++
- fc-glyphname/fc-glyphname.c |   3 +++
- fc-lang/fc-lang.c          |    3 +++
+ ChangeLog                  | 7 +++++++
+ fc-case/fc-case.c          | 3 +++
+ fc-glyphname/fc-glyphname.c | 3 +++
+ fc-lang/fc-lang.c          | 3 +++
  4 files changed, 16 insertions(+)
 
 commit ac0010940e626cb9193bb4ad0271f3820c7225ee
@@ -10724,8 +13053,8 @@ Date:   Mon Apr 10 21:04:54 2006 +0000
 
     Swap typo in order of ALIGN and dereferencing, fixing bug 6529.
 
- ChangeLog    |    5 +++++
- src/fcname.c |    2 +-
+ ChangeLog    | 5 +++++
+ src/fcname.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 3ea92166a0e45b0c7d7e9ecc0546317640c50336
@@ -10736,9 +13065,9 @@ Date:   Mon Apr 10 19:33:03 2006 +0000
     Fix memory leak with hash collision (Coverity defect #1824).
     reviewed by: plam
 
- ChangeLog     |    9 +++++++++
- src/fccache.c |    1 +
- src/fccfg.c   |    5 ++++-
+ ChangeLog     | 9 +++++++++
+ src/fccache.c | 1 +
+ src/fccfg.c   | 5 ++++-
  3 files changed, 14 insertions(+), 1 deletion(-)
 
 commit c814c301ee4dcc67eeacee9608fb716e67534356
@@ -10748,8 +13077,8 @@ Date:   Mon Apr 10 16:12:55 2006 +0000
     Don't leak header in non-error case (Coverity defect #1825).
     reviewed by: plam
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    2 ++
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 2 ++
  2 files changed, 8 insertions(+)
 
 commit 65448e8b2af9bec38f86ab45916a9bcc7726ae30
@@ -10761,8 +13090,8 @@ Date:   Mon Apr 10 16:06:42 2006 +0000
        #777, #1826)
     reviewed by: plam
 
- ChangeLog   |   6 ++++++
- src/fcdir.c |  54 +++++++++++++++++++++++++++++++++++++-----------------
+ ChangeLog   | 6 ++++++
+ src/fcdir.c | 54 +++++++++++++++++++++++++++++++++++++-----------------
  2 files changed, 43 insertions(+), 17 deletions(-)
 
 commit ae2aafe6028be658bd1de0fe2dd309799bf575f7
@@ -10776,10 +13105,10 @@ Date: Mon Apr 10 15:46:34 2006 +0000
     Don't leak directory name (Coverity defect #1827).
     reviewed by: plam
 
- ChangeLog          |   18 ++++++++++++++++++
- fc-match/fc-match.c |   6 ++++--
- src/fccache.c      |   10 +++++++---
- src/fccfg.c        |    1 +
+ ChangeLog          | 18 ++++++++++++++++++
+ fc-match/fc-match.c | 6 ++++--
+ src/fccache.c      | 10 +++++++---
+ src/fccfg.c        |  1 +
  4 files changed, 30 insertions(+), 5 deletions(-)
 
 commit 86abd75965f598dba79a3df68e7bc4c5082a5764
@@ -10790,11 +13119,11 @@ Date: Fri Apr 7 18:07:51 2006 +0000
     Pereira.
     reviewed by: plam
 
- ChangeLog           |   10 ++++++++++
- fc-cache/Makefile.am |    2 +-
- fc-cat/Makefile.am   |    2 +-
- fc-list/Makefile.am  |    3 +--
- fc-match/Makefile.am |    2 +-
+ ChangeLog           | 10 ++++++++++
+ fc-cache/Makefile.am |  2 +-
+ fc-cat/Makefile.am   |  2 +-
+ fc-list/Makefile.am  |  3 +--
+ fc-match/Makefile.am |  2 +-
  5 files changed, 14 insertions(+), 5 deletions(-)
 
 commit f23f5f388d93655af972083513ba4d505ec4f449
@@ -10805,9 +13134,9 @@ Date:   Fri Apr 7 17:37:09 2006 +0000
     1) reorder union definition of _FcChar;
     2) omit .stats =.
 
- ChangeLog        |    8 ++++++++
- fc-lang/fc-lang.c |   2 +-
- src/fcint.h      |    8 ++++----
+ ChangeLog        | 8 ++++++++
+ fc-lang/fc-lang.c | 2 +-
+ src/fcint.h      | 8 ++++----
  3 files changed, 13 insertions(+), 5 deletions(-)
 
 commit 44415a079a3e9951e0c2424edca4907a93a60db5
@@ -10819,14 +13148,14 @@ Date: Fri Apr 7 17:27:39 2006 +0000
        'fc_alignof'.
     reviewed by: plam
 
- ChangeLog      |   15 +++++++++++++++
- configure.in   |    1 +
- src/fccharset.c |    4 ++--
- src/fcfs.c     |    2 +-
- src/fcint.h    |   15 +++++++++------
- src/fclang.c   |    2 +-
- src/fcname.c   |    2 +-
- src/fcpat.c    |    6 +++---
+ ChangeLog      | 15 +++++++++++++++
+ configure.in   |  1 +
+ src/fccharset.c |  4 ++--
+ src/fcfs.c     |  2 +-
+ src/fcint.h    | 15 +++++++++------
+ src/fclang.c   |  2 +-
+ src/fcname.c   |  2 +-
+ src/fcpat.c    |  6 +++---
  8 files changed, 33 insertions(+), 14 deletions(-)
 
 commit 91fe51b4f8cf792041bc5cad34797b87abd63e67
@@ -10838,8 +13167,8 @@ Date:   Fri Apr 7 17:06:55 2006 +0000
        available. Fixes bug 6171.
     reviewed by: plam
 
- ChangeLog   |   8 ++++++++
- src/fcint.h |  11 +++++++----
+ ChangeLog   | 8 ++++++++
+ src/fcint.h | 11 +++++++----
  2 files changed, 15 insertions(+), 4 deletions(-)
 
 commit d6217cc6bcce0768ce1e01c077e90967ff91db5a
@@ -10854,14 +13183,14 @@ Date: Fri Apr 7 04:42:32 2006 +0000
     4) use chsize instead of ftruncate; and
     5) update libtool exports file
 
- ChangeLog            |   18 +++
- configure.in         |    3 +-
- fc-cache/fc-cache.c   |    7 +
- fc-cat/fc-cat.c       |    1 -
- src/fccache.c        |   74 +++++++++-
- src/fcfreetype.c      |    3 +-
- src/fontconfig.def.in |  370
- ++++++++++++++++++++++++++++++++++---------------
+ ChangeLog            |  18 +++
+ configure.in         |   3 +-
+ fc-cache/fc-cache.c   |   7 +
+ fc-cat/fc-cat.c       |   1 -
+ src/fccache.c        |  74 +++++++++-
+ src/fcfreetype.c      |   3 +-
+ src/fontconfig.def.in | 370
+ ++++++++++++++++++++++++++++++++++----------------
  7 files changed, 353 insertions(+), 123 deletions(-)
 
 commit 3a342c5a6ca6c27fdddf0c669392b7ab1d6e3f7e
@@ -10870,8 +13199,8 @@ Date:   Fri Apr 7 04:19:49 2006 +0000
 
     Eliminate warning.
 
- ChangeLog   |   5 +++++
- src/fcdir.c |   2 +-
+ ChangeLog   | 5 +++++
+ src/fcdir.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit e79c648c7a27a1afdde813105d0727e3ee6bc9fd
@@ -10887,12 +13216,12 @@ Date: Thu Apr 6 05:15:08 2006 +0000
     Update documentation for fc-match (SGML-ize it). (reported by Ilya
        Konstantinov)
 
- ChangeLog             |    8 +++
- fc-match/.cvsignore   |    1 +
- fc-match/Makefile.am  |   27 +++++++-
- fc-match/fc-match.1   |   37 -----------
- fc-match/fc-match.sgml |  169
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog             |   8 +++
+ fc-match/.cvsignore   |   1 +
+ fc-match/Makefile.am  |  27 +++++++-
+ fc-match/fc-match.1   |  37 -----------
+ fc-match/fc-match.sgml | 169
+ +++++++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 203 insertions(+), 39 deletions(-)
 
 commit 392fa276dcae8d4c66607bbbd8dd30354a331afc
@@ -10904,11 +13233,11 @@ Date: Thu Apr 6 04:52:21 2006 +0000
        /var/cache/fontconfig. (reported by Quanah Gibson-Mount).
     reviewed by: plam
 
- ChangeLog           |   15 +++++++++++++++
- fc-cache/Makefile.am |    4 ++--
- src/fcdefault.c      |    2 +-
- src/fcpat.c         |    2 +-
- src/fcxml.c         |    2 +-
+ ChangeLog           | 15 +++++++++++++++
+ fc-cache/Makefile.am |  4 ++--
+ src/fcdefault.c      |  2 +-
+ src/fcpat.c         |  2 +-
+ src/fcxml.c         |  2 +-
  5 files changed, 20 insertions(+), 5 deletions(-)
 
 commit 0d745819a9ec491349d4e122a7d44d689b2d3479
@@ -10920,15 +13249,15 @@ Date: Thu Apr 6 04:33:11 2006 +0000
        formatting.
     reviewed by: plam
 
- ChangeLog                  |   16 ++++++++++++++++
- fc-case/fc-case.c          |    8 ++++----
- fc-glyphname/fc-glyphname.c |  12 ++++++------
- fc-lang/fc-lang.c          |    8 ++++----
- fc-match/fc-match.c        |    2 +-
- src/fccache.c              |   11 ++++++-----
- src/fcfreetype.c           |    4 +---
- src/fclang.c               |    5 ++---
- src/fcxml.c                |   14 +++++++-------
+ ChangeLog                  | 16 ++++++++++++++++
+ fc-case/fc-case.c          |  8 ++++----
+ fc-glyphname/fc-glyphname.c | 12 ++++++------
+ fc-lang/fc-lang.c          |  8 ++++----
+ fc-match/fc-match.c        |  2 +-
+ src/fccache.c              | 11 ++++++-----
+ src/fcfreetype.c           |  4 +---
+ src/fclang.c               |  5 ++---
+ src/fcxml.c                | 14 +++++++-------
  9 files changed, 47 insertions(+), 33 deletions(-)
 
 commit b17cf498be69f483e6355ae468f7239165df3ffb
@@ -10940,10 +13269,10 @@ Date: Fri Mar 24 15:21:10 2006 +0000
        detection!)
     reviewed by: plam
 
- ChangeLog     |   12 ++++++++++++
- configure.in  |    2 ++
- fonts.conf.in |    7 ++++++-
- src/fccache.c |    3 ++-
+ ChangeLog     | 12 ++++++++++++
+ configure.in  |  2 ++
+ fonts.conf.in |  7 ++++++-
+ src/fccache.c |  3 ++-
  4 files changed, 22 insertions(+), 2 deletions(-)
 
 commit ba76916ff64d476d5c5564e46a5d4209cb942864
@@ -10952,8 +13281,8 @@ Date:   Thu Mar 23 04:22:28 2006 +0000
 
     On Windows, unlink before rename. Reported by Tim Evans.
 
- ChangeLog     |    5 +++++
- src/fcatomic.c |    3 +++
+ ChangeLog     | 5 +++++
+ src/fcatomic.c | 3 +++
  2 files changed, 8 insertions(+)
 
 commit c02218223153b3022071e789def3fde8b556d6d6
@@ -10962,8 +13291,8 @@ Date:   Thu Mar 23 04:21:10 2006 +0000
 
     On Windows, unlink before rename. Reported by Tim Evans.
 
- ChangeLog     |    5 +++++
- src/fcatomic.c |    3 +++
+ ChangeLog     | 5 +++++
+ src/fcatomic.c | 3 +++
  2 files changed, 8 insertions(+)
 
 commit d8fda87d5e306eea6b07d0e4f8c6fb1cc2f25804
@@ -10972,8 +13301,8 @@ Date:   Wed Mar 15 15:59:33 2006 +0000
 
     Fix typos in orth files. Reported by Denis Jacquerye.
 
- fc-lang/ab.orth  |    2 +-
- fc-lang/ibo.orth |    2 +-
+ fc-lang/ab.orth  | 2 +-
+ fc-lang/ibo.orth | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 04af4f56dcaa6bdfbc67c0bc184ac88ccdfb03c1
@@ -10982,9 +13311,9 @@ Date:   Wed Mar 15 15:58:59 2006 +0000
 
     Fix typos in orth files. Reported by Denis Jacquerye.
 
- ChangeLog       |    6 ++++++
- fc-lang/ab.orth  |    2 +-
- fc-lang/ibo.orth |    2 +-
+ ChangeLog       | 6 ++++++
+ fc-lang/ab.orth  | 2 +-
+ fc-lang/ibo.orth | 2 +-
  3 files changed, 8 insertions(+), 2 deletions(-)
 
 commit fd11da8464309d6d562bdf2cd59e22cc3763c65a
@@ -10993,12 +13322,11 @@ Date: Wed Mar 8 20:57:39 2006 +0000
 
     Fix Makefile.am for removal of debian/ directory.
 
- ChangeLog          |    7 +++++++
- Makefile.am        |   35 +----------------------------------
- config/config.guess |  51
+ ChangeLog          |  7 +++++++
+ Makefile.am        | 35 +----------------------------------
+ config/config.guess | 51
  +++++++++++++++++++++++++++++++++++++++++----------
- config/config.sub   |  47
- ++++++++++++++++++++++++++++++++++++++---------
+ config/config.sub   | 47 ++++++++++++++++++++++++++++++++++++++---------
  4 files changed, 87 insertions(+), 53 deletions(-)
 
 commit c957abedc73ac8f22bc56e04342ff3bb6cb29ad1
@@ -11008,8 +13336,8 @@ Date:   Wed Mar 8 20:38:39 2006 +0000
     .cvsignore
     Ignore debian/ directory for CVS.
 
- .cvsignore |   1 +
- ChangeLog  |   6 +++++-
+ .cvsignore | 1 +
+ ChangeLog  | 6 +++++-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit dcd49fcc23239be8fc0c3ca62a5fd3e059f19c02
@@ -11019,25 +13347,25 @@ Date: Wed Mar 8 20:33:42 2006 +0000
     debian/*
     Now remove debian/ directory.
 
- ChangeLog                        |    5 +
- debian/README.Debian             |   45 ---
- debian/changelog                 |  718
- -------------------------------------
- debian/compat                    |    1 -
- debian/control                           |   80 -----
- debian/copyright                 |   29 --
- debian/fontconfig-udeb.install    |   3 -
- debian/fontconfig.config         |   10 -
- debian/fontconfig.defoma         |  162 ---------
- debian/fontconfig.dirs                   |    1 -
- debian/fontconfig.install        |    7 -
- debian/fontconfig.postinst       |  145 --------
- debian/fontconfig.postrm         |   26 --
- debian/fontconfig.templates      |   27 --
- debian/libfontconfig1-dev.install |   7 -
- debian/libfontconfig1.install    |    1 -
- debian/local.conf.md5sum         |   18 -
- debian/rules                     |   40 ---
+ ChangeLog                        |   5 +
+ debian/README.Debian             |  45 ---
+ debian/changelog                 | 718
+ --------------------------------------
+ debian/compat                    |   1 -
+ debian/control                           |  80 -----
+ debian/copyright                 |  29 --
+ debian/fontconfig-udeb.install    |   3 -
+ debian/fontconfig.config         |  10 -
+ debian/fontconfig.defoma         | 162 ---------
+ debian/fontconfig.dirs                   |   1 -
+ debian/fontconfig.install        |   7 -
+ debian/fontconfig.postinst       | 145 --------
+ debian/fontconfig.postrm         |  26 --
+ debian/fontconfig.templates      |  27 --
+ debian/libfontconfig1-dev.install |   7 -
+ debian/libfontconfig1.install    |   1 -
+ debian/local.conf.md5sum         |  18 -
+ debian/rules                     |  40 ---
  18 files changed, 5 insertions(+), 1320 deletions(-)
 
 commit ccda304eac0cafabb765a8b04d3f0b9f0c9e8944
@@ -11050,22 +13378,22 @@ Date: Wed Mar 8 20:32:56 2006 +0000
     server at
        svn://svn.debian.org/pkg-freedesktop/trunk/fontconfig instead.
 
- ChangeLog              |    8 +++
- debian/po/POTFILES.in  |    1 -
- debian/po/cs.po        |  127 ------------------------------------
- debian/po/da.po        |  146 ------------------------------------------
- debian/po/de.po        |  124 -----------------------------------
- debian/po/es.po        |  163
- -----------------------------------------------
- debian/po/fr.po        |  159
- ---------------------------------------------
- debian/po/ja.po        |   88 -------------------------
- debian/po/nl.po        |  125 ------------------------------------
- debian/po/pt.po        |  112 --------------------------------
- debian/po/pt_BR.po     |  148 ------------------------------------------
- debian/po/templates.pot |   84 ------------------------
- debian/po/tr.po        |  117 ----------------------------------
- debian/po/zh_CN.po     |  115 ---------------------------------
+ ChangeLog              |   8 +++
+ debian/po/POTFILES.in  |   1 -
+ debian/po/cs.po        | 127 -------------------------------------
+ debian/po/da.po        | 146 -------------------------------------------
+ debian/po/de.po        | 124 ------------------------------------
+ debian/po/es.po        | 163
+ ------------------------------------------------
+ debian/po/fr.po        | 159
+ ----------------------------------------------
+ debian/po/ja.po        |  88 --------------------------
+ debian/po/nl.po        | 125 -------------------------------------
+ debian/po/pt.po        | 112 ---------------------------------
+ debian/po/pt_BR.po     | 148 -------------------------------------------
+ debian/po/templates.pot |  84 -------------------------
+ debian/po/tr.po        | 117 ----------------------------------
+ debian/po/zh_CN.po     | 115 ----------------------------------
  14 files changed, 8 insertions(+), 1509 deletions(-)
 
 commit 72b3e80625b6706edc1204fe1015b21c8d8300b8
@@ -11081,10 +13409,10 @@ Date: Wed Mar 8 19:27:25 2006 +0000
     Add orthography for Lingala.
     reviewed by: plam
 
- ChangeLog       |    8 ++++++++
- fc-lang/iso639-1 |    2 +-
- fc-lang/iso639-2 |    2 +-
- fc-lang/ln.orth  |   43 +++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog       |  8 ++++++++
+ fc-lang/iso639-1 |  2 +-
+ fc-lang/iso639-2 |  2 +-
+ fc-lang/ln.orth  | 43 +++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 53 insertions(+), 2 deletions(-)
 
 commit 37e3f33c7ec32432260b0ef750ac415763d6044f
@@ -11096,8 +13424,8 @@ Date:   Wed Mar 8 19:19:05 2006 +0000
        due to file ordering in a directory.
     reviewed by: plam
 
- ChangeLog   |   8 ++++++++
- src/fcdir.c |  45 ++++++++++++++++++++++++++++++++++++++++++---
+ ChangeLog   | 8 ++++++++
+ src/fcdir.c | 45 ++++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 50 insertions(+), 3 deletions(-)
 
 commit e01166d52a1a597f32b57ac47154332c0c6ab1bf
@@ -11109,8 +13437,8 @@ Date:   Wed Mar 8 19:16:10 2006 +0000
        (since the hinting distort some glyphs quite badly).
     reviewed by: keithp
 
- ChangeLog         |    9 +++++++++
- conf.d/Makefile.am |   1 +
+ ChangeLog         | 9 +++++++++
+ conf.d/Makefile.am | 1 +
  2 files changed, 10 insertions(+)
 
 commit e3c6d3364c79838e5c30de072b97f7f091b1f81d
@@ -11122,8 +13450,8 @@ Date:   Wed Mar 8 19:10:57 2006 +0000
        due to file ordering in a directory.
     reviewed by: plam
 
- ChangeLog   |   8 ++++++++
- src/fcdir.c |  44 +++++++++++++++++++++++++++++++++++++++++---
+ ChangeLog   | 8 ++++++++
+ src/fcdir.c | 44 +++++++++++++++++++++++++++++++++++++++++---
  2 files changed, 49 insertions(+), 3 deletions(-)
 
 commit d8951c0cc2474176910277e8ca840fba5d8f3655
@@ -11136,13 +13464,13 @@ Date: Wed Mar 8 02:30:43 2006 +0000
     Code cleanups (excess prototype, old-style function definition).
     reviewed by: plam
 
- ChangeLog       |   14 ++++++++++++++
- src/fcfreetype.c |    8 ++++----
- src/fcint.h     |    3 ---
- src/fcname.c    |    2 +-
- src/ftglue.c    |   55
- ++++++++----------------------------------------------
- src/ftglue.h    |   39 +++++++++++---------------------------
+ ChangeLog       | 14 ++++++++++++++
+ src/fcfreetype.c |  8 ++++----
+ src/fcint.h     |  3 ---
+ src/fcname.c    |  2 +-
+ src/ftglue.c    | 55
+ ++++++++-----------------------------------------------
+ src/ftglue.h    | 39 +++++++++++----------------------------
  6 files changed, 38 insertions(+), 83 deletions(-)
 
 commit 9226e04c69d7cb472999b1d8bc0cfa3c28054ebe
@@ -11153,8 +13481,8 @@ Date:   Sun Mar 5 15:33:46 2006 +0000
     the filename
        again in FcPatternGetString.
 
- ChangeLog   |   6 ++++++
- src/fcpat.c |   3 ---
+ ChangeLog   | 6 ++++++
+ src/fcpat.c | 3 ---
  2 files changed, 6 insertions(+), 3 deletions(-)
 
 commit 618adbaf7bbad8441efb589417d7144476f828c7
@@ -11165,9 +13493,9 @@ Date:   Sun Mar 5 06:05:50 2006 +0000
     that
        work. Reported by Bernhard Rosenkraenzer.
 
- ChangeLog   |   6 +++++
- src/fcpat.c |  73
- ++++++++++++++++++++++++++++++++---------------------------
+ ChangeLog   | 6 +++++
+ src/fcpat.c | 73
+ +++++++++++++++++++++++++++++++++----------------------------
  2 files changed, 46 insertions(+), 33 deletions(-)
 
 commit dc70c15aba6d14dbd5ce8bcd1bc36a39602fbc2c
@@ -11176,8 +13504,8 @@ Date:   Fri Mar 3 18:35:42 2006 +0000
 
     Include inttypes.h instead of stdint.h if appropriate.
 
- ChangeLog   |   5 +++++
- src/fcint.h |   4 ++++
+ ChangeLog   | 5 +++++
+ src/fcint.h | 4 ++++
  2 files changed, 9 insertions(+)
 
 commit ead55be0eddcaa60ed3f7147091ada276e891ed9
@@ -11186,9 +13514,9 @@ Date:   Fri Mar 3 18:19:04 2006 +0000
 
     More stub definitions and remove FcFileIsDir from fc-cat.
 
- ChangeLog                  |    6 ++++++
- fc-cat/fc-cat.c            |   10 ----------
- fc-glyphname/fc-glyphname.c |  10 ++++++++++
+ ChangeLog                  |  6 ++++++
+ fc-cat/fc-cat.c            | 10 ----------
+ fc-glyphname/fc-glyphname.c | 10 ++++++++++
  3 files changed, 16 insertions(+), 10 deletions(-)
 
 commit c003f5aec37e099d7f5a88d29cc4b2d5f1d002eb
@@ -11197,8 +13525,8 @@ Date:   Fri Mar 3 15:12:12 2006 +0000
 
     Fix compilation on AIX with stub definitions (bug 6097).
 
- ChangeLog        |    5 +++++
- fc-case/fc-case.c |   10 ++++++++++
+ ChangeLog        |  5 +++++
+ fc-case/fc-case.c | 10 ++++++++++
  2 files changed, 15 insertions(+)
 
 commit bb6b19938e2c9d115abd4f36439c365b63713bb1
@@ -11207,11 +13535,11 @@ Date: Fri Mar 3 06:35:53 2006 +0000
 
     Get rid of C++-style comments.
 
- ChangeLog       |    8 ++++++++
- src/fccache.c   |    4 ++--
- src/fcfreetype.c |    2 +-
- src/fcfs.c      |    8 ++++----
- src/fcpat.c     |    5 +++--
+ ChangeLog       | 8 ++++++++
+ src/fccache.c   | 4 ++--
+ src/fcfreetype.c | 2 +-
+ src/fcfs.c      | 8 ++++----
+ src/fcpat.c     | 5 +++--
  5 files changed, 18 insertions(+), 9 deletions(-)
 
 commit 5b4a40a955c9607e80a8da5a42a0da5923e3c509
@@ -11221,8 +13549,8 @@ Date:   Fri Mar 3 06:12:55 2006 +0000
     debian/changelog
     Enable creation of 2.3.94 Debian packages.
 
- ChangeLog       |    5 +++++
- debian/changelog |    5 +++++
+ ChangeLog       | 5 +++++
+ debian/changelog | 5 +++++
  2 files changed, 10 insertions(+)
 
 commit b36f2a39d0ad08d5ee6757f2e419021e63b39ea4
@@ -11232,8 +13560,8 @@ Date:   Fri Mar 3 06:11:31 2006 +0000
     Fix suspicious return expression which causes junk to be returned.
     reviewed by: plam
 
- ChangeLog    |    8 ++++++++
- src/fclang.c |    2 +-
+ ChangeLog    | 8 ++++++++
+ src/fclang.c | 2 +-
  2 files changed, 9 insertions(+), 1 deletion(-)
 
 commit b152a85bdc5c911883af4b0e7930cbe12531d179
@@ -11242,8 +13570,8 @@ Date:   Fri Feb 24 19:32:58 2006 +0000
 
     Fix placement of @s.
 
- ChangeLog   |   5 +++++
- Makefile.am |  14 +++++++-------
+ ChangeLog   | 5 +++++
+ Makefile.am | 14 +++++++-------
  2 files changed, 12 insertions(+), 7 deletions(-)
 
 commit 63d2df3f92b633ba82bfb4fb388062a21e0a0178
@@ -11252,11 +13580,11 @@ Date: Fri Feb 24 19:19:09 2006 +0000
 
     Bump version to 2.3.94.
 
- ChangeLog              |    8 ++++++++
- README                         |   47
+ ChangeLog              |  8 ++++++++
+ README                         | 47
  +++++++++++++++++++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 55 insertions(+), 4 deletions(-)
 
 commit 639475e873c797792fff63fbd8efd73e2b0695fd
@@ -11266,9 +13594,9 @@ Date:   Fri Feb 24 18:52:17 2006 +0000
     Remove unconditional emboldening (per Behdad's instructions).
     Add @s to hide some echos.
 
- ChangeLog                   |    9 +++++++++
- Makefile.am                 |   10 +++++-----
- conf.d/10-fonts-persian.conf |    6 ------
+ ChangeLog                   |  9 +++++++++
+ Makefile.am                 | 10 +++++-----
+ conf.d/10-fonts-persian.conf |  6 ------
  3 files changed, 14 insertions(+), 11 deletions(-)
 
 commit 0cfaf27e334e599bb3dcf8f06140e9577718191d
@@ -11278,8 +13606,8 @@ Date:   Fri Feb 24 16:41:34 2006 +0000
     Takashi Iwai <tiwai@suse.de> reviewed by: plam
     Fix double-free on error case.
 
- ChangeLog       |    8 ++++++++
- src/fcfreetype.c |    1 +
+ ChangeLog       | 8 ++++++++
+ src/fcfreetype.c | 1 +
  2 files changed, 9 insertions(+)
 
 commit cf5cf4cadb35c7ebabf025bf6781f69c390548c8
@@ -11288,8 +13616,8 @@ Date:   Wed Feb 22 04:50:16 2006 +0000
 
     Strip \r and whitespace from input; fixes bug 3454.
 
- ChangeLog        |    7 ++++++-
- fc-lang/fc-lang.c |   11 +++++++----
+ ChangeLog        |  7 ++++++-
+ fc-lang/fc-lang.c | 11 +++++++----
  2 files changed, 13 insertions(+), 5 deletions(-)
 
 commit 69a3fc78e233957f9e1f6737eccada1494a937ae
@@ -11299,8 +13627,8 @@ Date:   Wed Feb 22 04:09:39 2006 +0000
     Allocate large arrays statically in fc-lang to fix crashes under
        MinGW/MSYS.
 
- ChangeLog        |    6 ++++++
- fc-lang/fc-lang.c |   18 +++++++++---------
+ ChangeLog        |  6 ++++++
+ fc-lang/fc-lang.c | 18 +++++++++---------
  2 files changed, 15 insertions(+), 9 deletions(-)
 
 commit 656b47f6988e001c5b6fdfee7a38dc8321e71454
@@ -11309,8 +13637,8 @@ Date:   Tue Feb 21 15:56:41 2006 +0000
 
     Pass the buck; make fontconfig not crash on pango badness.
 
- ChangeLog       |    5 +++++
- src/fcfreetype.c |    4 ++++
+ ChangeLog       | 5 +++++
+ src/fcfreetype.c | 4 ++++
  2 files changed, 9 insertions(+)
 
 commit 9fb0e0743eaf44099bdb9b3ff04b5fc7f73792a3
@@ -11319,8 +13647,8 @@ Date:   Tue Feb 21 15:53:43 2006 +0000
 
     Use embeddedbitmap rather than rh_prefer_bitmap.
 
- ChangeLog                   |    5 +++++
- conf.d/10-fonts-persian.conf |    2 +-
+ ChangeLog                   | 5 +++++
+ conf.d/10-fonts-persian.conf | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit f2fb985c7a0e51109b1750e166e4244a833ffbe3
@@ -11330,12 +13658,12 @@ Date: Tue Feb 21 15:50:19 2006 +0000
     Eliminate redundancies.
     reviewed by: plam
 
- ChangeLog       |   11 +++++++++++
- src/fccache.c   |    3 ++-
- src/fcdir.c     |    3 ---
- src/fcfreetype.c |    1 -
- src/fcxml.c     |    3 +--
- src/ftglue.c    |    1 -
+ ChangeLog       | 11 +++++++++++
+ src/fccache.c   |  3 ++-
+ src/fcdir.c     |  3 ---
+ src/fcfreetype.c |  1 -
+ src/fcxml.c     |  3 +--
+ src/ftglue.c    |  1 -
  6 files changed, 14 insertions(+), 8 deletions(-)
 
 commit b023dbd38410521a459758498f99d3a48cdd313d
@@ -11345,11 +13673,11 @@ Date: Tue Feb 21 15:40:18 2006 +0000
     Eliminate unused vars reported by Intel's compiler.
     reviewed by: plam
 
- ChangeLog        |   10 ++++++++++
- fc-list/fc-list.c |   4 ++--
- src/fcfreetype.c  |   3 +--
- src/fcstr.c      |    3 +--
- src/fcxml.c      |    2 --
+ ChangeLog        | 10 ++++++++++
+ fc-list/fc-list.c |  4 ++--
+ src/fcfreetype.c  |  3 +--
+ src/fcstr.c      |  3 +--
+ src/fcxml.c      |  2 --
  5 files changed, 14 insertions(+), 8 deletions(-)
 
 commit 2b90aee36399ec13ba3af929311b37d9494adab6
@@ -11359,8 +13687,8 @@ Date:   Tue Feb 21 15:29:54 2006 +0000
     Remove one more archaic character.
     reviewed by: plam
 
- ChangeLog      |    7 +++++++
- fc-lang/ka.orth |    2 +-
+ ChangeLog      | 7 +++++++
+ fc-lang/ka.orth | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit dacf81ed4c541174f0dbfe2898f3309657bf6116
@@ -11371,8 +13699,8 @@ Date:   Tue Feb 21 15:24:28 2006 +0000
        (every little bit helps).
     reviewed by: plam, keithp
 
- ChangeLog   |   8 ++++++++
- src/fcxml.c |   3 ++-
+ ChangeLog   | 8 ++++++++
+ src/fcxml.c | 3 ++-
  2 files changed, 10 insertions(+), 1 deletion(-)
 
 commit 9769b43d4a4d8fe5480b672124f764e5bac1f4c9
@@ -11382,8 +13710,8 @@ Date:   Tue Feb 21 14:12:41 2006 +0000
     Initialize fontconfig library in fc-cat to avoid segfault.
     reviewed by: plam
 
- ChangeLog      |    7 +++++++
- fc-cat/fc-cat.c |   11 ++++++++++-
+ ChangeLog      |  7 +++++++
+ fc-cat/fc-cat.c | 11 ++++++++++-
  2 files changed, 17 insertions(+), 1 deletion(-)
 
 commit 530e66b008c0d5b972b54046a5b15e76c8e989b6
@@ -11393,10 +13721,10 @@ Date: Sat Feb 18 18:18:07 2006 +0000
     Fix the underlying cause of the below segfault (must usually call
        FcDirCacheHasCurrentArch after FcDirCacheValid).
 
- ChangeLog          |   12 ++++++++++--
- fc-cache/fc-cache.c |   2 ++
- src/fccache.c      |    4 +++-
- src/fcdir.c        |    4 +++-
+ ChangeLog          | 12 ++++++++++--
+ fc-cache/fc-cache.c | 2 ++
+ src/fccache.c      |  4 +++-
+ src/fcdir.c        |  4 +++-
  4 files changed, 18 insertions(+), 4 deletions(-)
 
 commit a68ce9525dedc06fd4da102492e8d1c6137b3664
@@ -11406,8 +13734,8 @@ Date:   Sat Feb 18 17:56:25 2006 +0000
     Fix segfault (reported by fcrozat) caused by incorrect input on cache
        files.
 
- ChangeLog     |    6 ++++++
- src/fccache.c |   21 +++++++++++++--------
+ ChangeLog     |  6 ++++++
+ src/fccache.c | 21 +++++++++++++--------
  2 files changed, 19 insertions(+), 8 deletions(-)
 
 commit 310817371cdd4163c8d2f138e4fc3295ff0afbc5
@@ -11416,8 +13744,8 @@ Date:   Fri Feb 17 14:44:42 2006 +0000
 
     Bump up magic version; we changed the binary format.
 
- ChangeLog   |   5 +++++
- src/fcint.h |   4 ++--
+ ChangeLog   | 5 +++++
+ src/fcint.h | 4 ++--
  2 files changed, 7 insertions(+), 2 deletions(-)
 
 commit 12f46c42fa583d8e23b8f97eebac77d7b0576ed2
@@ -11427,8 +13755,8 @@ Date:   Fri Feb 17 05:47:08 2006 +0000
     Enable fc-cat to print out old-style cache info when given a directory
        name.
 
- ChangeLog      |    6 ++++++
- fc-cat/fc-cat.c |   26 +++++++++++++++++++++++++-
+ ChangeLog      |  6 ++++++
+ fc-cat/fc-cat.c | 26 +++++++++++++++++++++++++-
  2 files changed, 31 insertions(+), 1 deletion(-)
 
 commit 8c0d692125018052fa228721f30f760dfb0c0adf
@@ -11437,8 +13765,8 @@ Date:   Thu Feb 16 17:50:04 2006 +0000
 
     Deal correctly with changing FC_CACHE_MAGIC.
 
- ChangeLog     |    5 +++++
- src/fccache.c |   17 +++++++++++++++++
+ ChangeLog     |  5 +++++
+ src/fccache.c | 17 +++++++++++++++++
  2 files changed, 22 insertions(+)
 
 commit d2c0102944176744e440c4109bf7725240453cc7
@@ -11448,8 +13776,8 @@ Date:   Thu Feb 16 15:36:43 2006 +0000
     Add -r --really-force option which blows away cache files and then
        regenerates them.
 
- ChangeLog          |    6 ++++++
- fc-cache/fc-cache.c |  25 ++++++++++++++++++-------
+ ChangeLog          |  6 ++++++
+ fc-cache/fc-cache.c | 25 ++++++++++++++++++-------
  2 files changed, 24 insertions(+), 7 deletions(-)
 
 commit 719f4b841f9763f2e4aa10a61cb2ffd41d9e8226
@@ -11461,9 +13789,9 @@ Date:   Thu Feb 16 07:12:04 2006 +0000
        cache file when copying. Eliminate 'source file too small' bug in
        FcDirCacheWrite.
 
- ChangeLog          |    9 ++++++++-
- fc-cache/fc-cache.c |  16 ++++++++++------
- src/fccache.c      |    8 +++-----
+ ChangeLog          |  9 ++++++++-
+ fc-cache/fc-cache.c | 16 ++++++++++------
+ src/fccache.c      |  8 +++-----
  3 files changed, 21 insertions(+), 12 deletions(-)
 
 commit f8a17f329815cfa5416142811b96d16f2a5cca93
@@ -11472,8 +13800,8 @@ Date:   Mon Feb 13 22:19:30 2006 +0000
 
     Fix memory leak in error condition code.
 
- ChangeLog       |    5 +++++
- src/fcfreetype.c |    4 ++--
+ ChangeLog       | 5 +++++
+ src/fcfreetype.c | 4 ++--
  2 files changed, 7 insertions(+), 2 deletions(-)
 
 commit 5657098e2940652065fcfd00e4cf2771d7df21ef
@@ -11485,8 +13813,8 @@ Date:   Mon Feb 13 21:51:11 2006 +0000
        behaviour.
     reviewed by: plam
 
- ChangeLog       |    8 ++++++++
- src/fcfreetype.c |    5 +++++
+ ChangeLog       | 8 ++++++++
+ src/fcfreetype.c | 5 +++++
  2 files changed, 13 insertions(+)
 
 commit d00c3cb5e046dfb04b446d8b0bb10880d190cc13
@@ -11500,8 +13828,8 @@ Date:   Sat Feb 11 05:01:32 2006 +0000
        unlike fonts.cache-2 failures, which may leave you screwed.
     reviewed by: plam
 
- ChangeLog     |    9 +++++++++
- src/fccache.c |   42 ++++++++++++++++++++----------------------
+ ChangeLog     |  9 +++++++++
+ src/fccache.c | 42 ++++++++++++++++++++----------------------
  2 files changed, 29 insertions(+), 22 deletions(-)
 
 commit 9e07e0a77b6b1c33a52a1ec4d845797e32125baf
@@ -11515,8 +13843,8 @@ Date:   Sat Feb 11 04:50:46 2006 +0000
        the element.
     reviewed by: plam
 
- ChangeLog     |    8 ++++++++
- src/fcmatch.c |   18 +++++++++++-------
+ ChangeLog     |  8 ++++++++
+ src/fcmatch.c | 18 +++++++++++-------
  2 files changed, 19 insertions(+), 7 deletions(-)
 
 commit f11a184104a57c0d68afde8e7458c7b8473b6671
@@ -11528,8 +13856,8 @@ Date:   Fri Feb 10 19:40:11 2006 +0000
        on.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fcmatch.c |    4 ++++
+ ChangeLog     | 7 +++++++
+ src/fcmatch.c | 4 ++++
  2 files changed, 11 insertions(+)
 
 commit 879af7060b24c6d57eb29cf6cfe2f6bb04589261
@@ -11540,8 +13868,8 @@ Date:   Thu Feb 9 18:44:14 2006 +0000
     that
        need it. Reported by Doodle.
 
- ChangeLog     |    7 ++++---
- src/fccache.c |   30 +++++++++++++++++-------------
+ ChangeLog     |  7 ++++---
+ src/fccache.c | 30 +++++++++++++++++-------------
  2 files changed, 21 insertions(+), 16 deletions(-)
 
 commit c7490074c57da387904cecfdf60595713c7bb89e
@@ -11552,8 +13880,8 @@ Date:   Thu Feb 9 16:19:42 2006 +0000
     (reported by
        fcrozat).
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    8 +++++---
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 8 +++++---
  2 files changed, 11 insertions(+), 3 deletions(-)
 
 commit a8c425301aeb8e417b0fa35567b2f8f64b450657
@@ -11564,8 +13892,8 @@ Date:   Thu Feb 9 15:25:57 2006 +0000
     file format
        slightly to coincide with that generated by fc-lang.
 
- ChangeLog      |    8 ++++++++
- src/fccharset.c |    8 ++++----
+ ChangeLog      | 8 ++++++++
+ src/fccharset.c | 8 ++++----
  2 files changed, 12 insertions(+), 4 deletions(-)
 
 commit b10e77628c4d207ac60ae4000b1459ced9228d69
@@ -11574,8 +13902,8 @@ Date:   Wed Feb 8 03:34:17 2006 +0000
 
     Fix warning.
 
- ChangeLog     |    5 +++++
- src/fccache.c |    2 +-
+ ChangeLog     | 5 +++++
+ src/fccache.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 5c3deb2985586a06216afd0e6a0c136d4e67a58b
@@ -11588,9 +13916,9 @@ Date:   Tue Feb 7 22:09:01 2006 +0000
     Use normalized directory name exclusively in FcCacheReadDirs.
     reviewed by: plam
 
- ChangeLog     |   13 +++++++++++++
- src/fccache.c |   19 ++++++++++---------
- src/fcdir.c   |    9 ++++-----
+ ChangeLog     | 13 +++++++++++++
+ src/fccache.c | 19 ++++++++++---------
+ src/fcdir.c   |  9 ++++-----
  3 files changed, 27 insertions(+), 14 deletions(-)
 
 commit efb11b36c4e24a619e7be1790834130ca4113c5b
@@ -11601,8 +13929,8 @@ Date:   Tue Feb 7 21:15:33 2006 +0000
        usage, remove redundant cast.
     reviewed by: plam
 
- ChangeLog   |   8 ++++++++
- src/fcpat.c |  39 +++++++++++++++++++--------------------
+ ChangeLog   | 8 ++++++++
+ src/fcpat.c | 39 +++++++++++++++++++--------------------
  2 files changed, 27 insertions(+), 20 deletions(-)
 
 commit 6cc02fe6b95421f6e97af9008ad9ff4febe80c36
@@ -11617,8 +13945,8 @@ Date:   Tue Feb 7 20:56:48 2006 +0000
     (I forgot to commit the ChangeLog last time.)
     reviewed by: plam
 
- ChangeLog      |   25 +++++++++++++++++++++++++
- src/fccharset.c |    6 +++---
+ ChangeLog      | 25 +++++++++++++++++++++++++
+ src/fccharset.c |  6 +++---
  2 files changed, 28 insertions(+), 3 deletions(-)
 
 commit a81f23c0cecdc5d4cb7a443fdd4527b5f0dbca8a
@@ -11627,19 +13955,19 @@ Date: Tue Feb 7 03:53:32 2006 +0000
 
     Fix hidden variable warning.
 
- ChangeLog        |    6 ++++++
- fc-lang/de.orth   |   1 +
- fc-lang/el.orth   |   1 +
- fc-lang/en.orth   |   1 +
- fc-lang/es.orth   |   1 +
- fc-lang/fc-lang.c |   6 +++---
- fc-lang/fi.orth   |   2 +-
- fc-lang/fr.orth   |   1 +
- fc-lang/it.orth   |   1 +
- fc-lang/nl.orth   |   1 +
- fc-lang/pt.orth   |   1 +
- src/fccache.c    |    1 -
- src/fccharset.c   |   9 +++++----
+ ChangeLog        | 6 ++++++
+ fc-lang/de.orth   | 1 +
+ fc-lang/el.orth   | 1 +
+ fc-lang/en.orth   | 1 +
+ fc-lang/es.orth   | 1 +
+ fc-lang/fc-lang.c | 6 +++---
+ fc-lang/fi.orth   | 2 +-
+ fc-lang/fr.orth   | 1 +
+ fc-lang/it.orth   | 1 +
+ fc-lang/nl.orth   | 1 +
+ fc-lang/pt.orth   | 1 +
+ src/fccache.c    | 1 -
+ src/fccharset.c   | 9 +++++----
  13 files changed, 23 insertions(+), 9 deletions(-)
 
 commit 799157dbbf55d1bf13b1e63faf3b530979116aca
@@ -11650,9 +13978,9 @@ Date:   Tue Feb 7 02:33:57 2006 +0000
     anyway.
        Do blockwise reading instead of byte-wise for performance.
 
- ChangeLog     |    8 +++++++
- src/fccache.c |   72
- +++++++++++++++++++--------------------------------------
+ ChangeLog     |  8 +++++++
+ src/fccache.c | 72
+ ++++++++++++++++++++---------------------------------------
  2 files changed, 32 insertions(+), 48 deletions(-)
 
 commit 8b413bb62c6743db10e7d210fb7924c9502fd60e
@@ -11662,8 +13990,8 @@ Date:   Tue Feb 7 02:22:50 2006 +0000
     Takashi Iwai <tiwai@suse.de>
     Don't loop infinitely on recursive symlinks (client-side).
 
- ChangeLog     |    7 +++++++
- src/fccache.c |   21 +++++++++++++++------
+ ChangeLog     |  7 +++++++
+ src/fccache.c | 21 +++++++++++++++------
  2 files changed, 22 insertions(+), 6 deletions(-)
 
 commit 660acf8f2278df9276c9a1bff3533e9a74fd8c6b
@@ -11673,8 +14001,8 @@ Date:   Mon Feb 6 23:11:41 2006 +0000
     Don't loop infinitely on recursive symlinks.
     reviewed by: plam
 
- ChangeLog          |    6 ++++++
- fc-cache/fc-cache.c |  18 ++++++++++++++++++
+ ChangeLog          |  6 ++++++
+ fc-cache/fc-cache.c | 18 ++++++++++++++++++
  2 files changed, 24 insertions(+)
 
 commit fff5a5af30142c933d8e9dddda61a6a994f44c28
@@ -11689,10 +14017,10 @@ Date: Mon Feb 6 22:44:02 2006 +0000
        entry.
     reviewed by: plam
 
- ChangeLog     |   12 ++++
- src/fccache.c |  186
- +++++++++++++++++++++++++++++++++++++++++----------------
- src/fcint.h   |    4 ++
+ ChangeLog     |  12 ++++
+ src/fccache.c | 186
+ ++++++++++++++++++++++++++++++++++++++++++----------------
+ src/fcint.h   |   4 ++
  3 files changed, 150 insertions(+), 52 deletions(-)
 
 commit 98592bbb1dbdb867994dcf463bdd36f98878fffc
@@ -11702,8 +14030,8 @@ Date:   Mon Feb 6 21:52:15 2006 +0000
     Hoist FcFileIsDir check out of FcFileScanConfig loop.
     reviewed by: plam
 
- ChangeLog   |   6 ++++++
- src/fcdir.c |  11 ++++-------
+ ChangeLog   | 6 ++++++
+ src/fcdir.c | 11 ++++-------
  2 files changed, 10 insertions(+), 7 deletions(-)
 
 commit a0aa54f6ee032efbca25bdf734ba62dd642b04a1
@@ -11715,9 +14043,9 @@ Date:   Mon Feb 6 19:25:45 2006 +0000
        font dirs multiple times (even if they're aliased).
     reviewed by: plam
 
- ChangeLog   |   9 +++++++
- src/fccfg.c |  78
- +++++++++++++++++++++++++++++++++++++++--------------------
+ ChangeLog   | 9 +++++++
+ src/fccfg.c | 78
+ ++++++++++++++++++++++++++++++++++++++++---------------------
  2 files changed, 61 insertions(+), 26 deletions(-)
 
 commit 86e75dfb5d1434837537b40e829f00f9ffbb8183
@@ -11727,8 +14055,8 @@ Date:   Mon Feb 6 14:44:46 2006 +0000
     Explain apples/oranges comparison and fix compilation error.
     reviewed by: plam
 
- ChangeLog  |   7 +++++++
- src/fcfs.c |   5 ++++-
+ ChangeLog  | 7 +++++++
+ src/fcfs.c | 5 ++++-
  2 files changed, 11 insertions(+), 1 deletion(-)
 
 commit f076169d19574c6c548764d574a33bc4fe022ffb
@@ -11738,8 +14066,8 @@ Date:   Mon Feb 6 14:14:21 2006 +0000
     Insert check for integer overflow in # of fonts.
     reviewed by: plam
 
- ChangeLog  |   7 +++++++
- src/fcfs.c |   2 +-
+ ChangeLog  | 7 +++++++
+ src/fcfs.c | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 788c4af232f5677d73e8e2e77e123cf566530ccb
@@ -11749,11 +14077,11 @@ Date: Sun Feb 5 04:11:08 2006 +0000
     Make 'make distcheck' work with automake 1.6.3.
     reviewed by: plam
 
- ChangeLog           |   10 ++++++++++
- doc/Makefile.am      |    2 +-
- fc-cache/Makefile.am |    2 +-
- fc-cat/Makefile.am   |    2 +-
- fc-list/Makefile.am  |    2 +-
+ ChangeLog           | 10 ++++++++++
+ doc/Makefile.am      |  2 +-
+ fc-cache/Makefile.am |  2 +-
+ fc-cat/Makefile.am   |  2 +-
+ fc-list/Makefile.am  |  2 +-
  5 files changed, 14 insertions(+), 4 deletions(-)
 
 commit 68355f38774fe55d8010268291a170492b241a71
@@ -11766,11 +14094,11 @@ Date: Sun Feb 5 02:57:21 2006 +0000
     Check I/O call return values and eliminate unused variable warnings.
     reviewed by: plam
 
- ChangeLog      |   13 +++++++++++
- fc-cat/fc-cat.c |    5 ++---
- src/fccache.c  |   66
- +++++++++++++++++++++++++++++++++++++++++--------------
- src/fcxml.c    |    4 ++--
+ ChangeLog      | 13 ++++++++++++
+ fc-cat/fc-cat.c |  5 ++---
+ src/fccache.c  | 66
+ +++++++++++++++++++++++++++++++++++++++++++--------------
+ src/fcxml.c    |  4 ++--
  4 files changed, 67 insertions(+), 21 deletions(-)
 
 commit c4c47a7654196f37b625f337192b235e558ab890
@@ -11781,8 +14109,8 @@ Date:   Sat Feb 4 00:09:42 2006 +0000
     Fix memory leak.
     reviewed by: plam
 
- ChangeLog   |   7 +++++++
- src/fccfg.c |   2 ++
+ ChangeLog   | 7 +++++++
+ src/fccfg.c | 2 ++
  2 files changed, 9 insertions(+)
 
 commit a8e4d9eb395b45ab23f0c540f919ec432b46dea8
@@ -11794,8 +14122,8 @@ Date:   Sat Feb 4 00:04:00 2006 +0000
        number of fonts, causing overflow.
     reviewed by: plam
 
- ChangeLog  |   8 ++++++++
- src/fcfs.c |  29 +++++++++++++++--------------
+ ChangeLog  |  8 ++++++++
+ src/fcfs.c | 29 +++++++++++++++--------------
  2 files changed, 23 insertions(+), 14 deletions(-)
 
 commit 1af0f5741a95eed6f3a54140c360e0422fd13f62
@@ -11804,8 +14132,8 @@ Date:   Fri Feb 3 23:47:37 2006 +0000
 
     Fix double free in error case.
 
- ChangeLog     |    5 +++++
- src/fccache.c |    2 +-
+ ChangeLog     | 5 +++++
+ src/fccache.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 80ba0571f3bfdee854d6e69f55664f552f4b75a3
@@ -11815,8 +14143,8 @@ Date:   Tue Jan 31 07:30:23 2006 +0000
     Stephan Kulow <coolo@suse.de> reviewed by: plam
     Replace 'stamp' target with mkinstalldirs.
 
- ChangeLog           |    8 ++++++++
- fc-cache/Makefile.am |   13 +++----------
+ ChangeLog           |  8 ++++++++
+ fc-cache/Makefile.am | 13 +++----------
  2 files changed, 11 insertions(+), 10 deletions(-)
 
 commit 28aefd013d1896ffbf389596109eaec729d5d9a5
@@ -11826,8 +14154,8 @@ Date:   Tue Jan 31 07:16:22 2006 +0000
     Toast broken global cache files.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    4 ++--
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 4 ++--
  2 files changed, 9 insertions(+), 2 deletions(-)
 
 commit 3616cbe251e47cf36018a7277d9ff78f1cb0965e
@@ -11838,8 +14166,8 @@ Date:   Tue Jan 31 04:42:20 2006 +0000
     'make
        check'.
 
- ChangeLog     |    6 ++++++
- src/fccache.c |   11 +++++++++--
+ ChangeLog     |  6 ++++++
+ src/fccache.c | 11 +++++++++--
  2 files changed, 15 insertions(+), 2 deletions(-)
 
 commit 275cf6cd8350f8a9f29caabd5b1994c6324caaf6
@@ -11851,8 +14179,8 @@ Date:   Tue Jan 31 04:07:45 2006 +0000
        subsequent directories might exist.
     reviewed by: plam
 
- ChangeLog          |    8 ++++++++
- fc-cache/fc-cache.c |  20 ++++++++++++++------
+ ChangeLog          |  8 ++++++++
+ fc-cache/fc-cache.c | 20 ++++++++++++++------
  2 files changed, 22 insertions(+), 6 deletions(-)
 
 commit 81d97094cf2a714417a9e73bb2f0f17f51ca3d95
@@ -11863,8 +14191,8 @@ Date:   Mon Jan 30 16:31:56 2006 +0000
     (I
        misplaced the recording of a file offset).
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    2 +-
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 2 +-
  2 files changed, 7 insertions(+), 1 deletion(-)
 
 commit 2c4e0124976724a7ae56bfee0ac4f7046c819ea8
@@ -11874,9 +14202,9 @@ Date:   Mon Jan 30 15:59:17 2006 +0000
     Update fc-cat to handle subdir lists in global cache file.
     Another FcCacheReadString return value check.
 
- ChangeLog      |    9 +++++++++
- fc-cat/fc-cat.c |   10 ++++++++++
- src/fccache.c  |   11 +++++++++--
+ ChangeLog      |  9 +++++++++
+ fc-cat/fc-cat.c | 10 ++++++++++
+ src/fccache.c  | 11 +++++++++--
  3 files changed, 28 insertions(+), 2 deletions(-)
 
 commit c5411c4cae9389ad875fbbeedeaba0644f5e399f
@@ -11888,8 +14216,8 @@ Date:   Mon Jan 30 15:44:13 2006 +0000
        of FcCacheReadString all the time.
     reviewed by: plam
 
- ChangeLog     |    9 +++++++++
- src/fccache.c |   28 ++++++++++++++--------------
+ ChangeLog     |  9 +++++++++
+ src/fccache.c | 28 ++++++++++++++--------------
  2 files changed, 23 insertions(+), 14 deletions(-)
 
 commit 946478e1a7f8c59a97c89f5c9029f30241a6cc0c
@@ -11900,9 +14228,9 @@ Date:   Mon Jan 30 14:43:04 2006 +0000
        manpages.
     reviewed by: plam
 
- ChangeLog          |    9 +++++++++
- fc-lang/fc-lang.man |   2 --
- fc-match/fc-match.1 |   2 --
+ ChangeLog          | 9 +++++++++
+ fc-lang/fc-lang.man | 2 --
+ fc-match/fc-match.1 | 2 --
  3 files changed, 9 insertions(+), 4 deletions(-)
 
 commit af7a965f945ab5aafab13fb7b6e8d96c911b24fd
@@ -11912,8 +14240,8 @@ Date:   Mon Jan 30 04:51:22 2006 +0000
     Fix world's tiniest typo in code example.
     reviewed by: plam
 
- ChangeLog         |    7 +++++++
- doc/fcpattern.fncs |   2 +-
+ ChangeLog         | 7 +++++++
+ doc/fcpattern.fncs | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 30c4189deb8412793d175bce255561a882ad81b7
@@ -11923,8 +14251,8 @@ Date:   Mon Jan 30 04:47:17 2006 +0000
     Fix global cache reads of subdirectories.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    2 +-
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 971cf18018a4f41bca196dd81989e67672e52112
@@ -11936,11 +14264,11 @@ Date: Mon Jan 30 04:27:53 2006 +0000
     (reported by
        Ronny V. Vindenes). This changes the global cache format again.
 
- ChangeLog        |   13 +++++++++++++
- doc/fcconfig.fncs |   11 +++++++++++
- src/fccache.c    |   25 +++++++++++++++++++++++--
- src/fcdir.c      |    2 +-
- src/fcint.h      |    2 ++
+ ChangeLog        | 13 +++++++++++++
+ doc/fcconfig.fncs | 11 +++++++++++
+ src/fccache.c    | 25 +++++++++++++++++++++++--
+ src/fcdir.c      |  2 +-
+ src/fcint.h      |  2 ++
  5 files changed, 50 insertions(+), 3 deletions(-)
 
 commit 97293e07dd688b3d81cd6e7ecd5df4cdef4c87d8
@@ -11951,11 +14279,11 @@ Date: Fri Jan 27 05:47:59 2006 +0000
     infinite
        recursion (reported by Ronny V. Vindenes).
 
- ChangeLog              |    9 +++++++++
- fc-cache/fc-cache.c    |    6 +++++-
- fontconfig/fontconfig.h |    4 ++++
- src/fccache.c          |    8 --------
- src/fcint.h            |    4 ----
+ ChangeLog              | 9 +++++++++
+ fc-cache/fc-cache.c    | 6 +++++-
+ fontconfig/fontconfig.h | 4 ++++
+ src/fccache.c          | 8 --------
+ src/fcint.h            | 4 ----
  5 files changed, 18 insertions(+), 13 deletions(-)
 
 commit 3cf9f5cec386ce97bb3cdd1dfe78d0d6999243ea
@@ -11966,9 +14294,9 @@ Date:   Fri Jan 27 00:27:37 2006 +0000
     only
        scan subdirectories once.
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    8 ++++++++
- src/fccfg.c   |    4 ++--
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 8 ++++++++
+ src/fccfg.c   | 4 ++--
  3 files changed, 17 insertions(+), 2 deletions(-)
 
 commit 4073203deb00cb1497f7cc8c1a7de25534070d2c
@@ -11978,8 +14306,8 @@ Date:   Thu Jan 26 16:11:41 2006 +0000
     Don't crash on non-existant directories in global cache.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    4 +++-
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 4 +++-
  2 files changed, 10 insertions(+), 1 deletion(-)
 
 commit f468f568b4aedef1606b0692addf47cb9f02b328
@@ -11990,11 +14318,11 @@ Date: Thu Jan 26 16:09:12 2006 +0000
        Fabian:) Beef up FcConfigNormalizeFontDir to scan subdirs when
        necessary. Don't scan directories that can't be normalized.
 
- ChangeLog     |   11 +++++++++++
- src/fccache.c |   16 +++++++++++++---
- src/fccfg.c   |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/fcdir.c   |    6 +++++-
- src/fcxml.c   |    2 +-
+ ChangeLog     | 11 +++++++++++
+ src/fccache.c | 16 +++++++++++++---
+ src/fccfg.c   | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcdir.c   |  6 +++++-
+ src/fcxml.c   |  2 +-
  5 files changed, 82 insertions(+), 5 deletions(-)
 
 commit 575a37b7975656f73162438635b4ba26e229b33f
@@ -12006,10 +14334,10 @@ Date: Wed Jan 25 14:52:49 2006 +0000
        FcValueSave on hashed static strings in FcPatternAddWithBinding.
     Add another st_dev check in FcDirCacheOpen.
 
- ChangeLog     |   11 +++++++++++
- src/fccache.c |   13 +++++++++++--
- src/fccfg.c   |    3 +--
- src/fcpat.c   |    9 ++++++++-
+ ChangeLog     | 11 +++++++++++
+ src/fccache.c | 13 +++++++++++--
+ src/fccfg.c   |  3 +--
+ src/fcpat.c   |  9 ++++++++-
  4 files changed, 31 insertions(+), 5 deletions(-)
 
 commit 16a71eff3ee0326db3794fa26548106a8a8697f6
@@ -12022,9 +14350,9 @@ Date:   Wed Jan 25 02:54:37 2006 +0000
        the fontconfig list if this causes any problems.
     reviewed by: plam
 
- ChangeLog         |   10 ++++++++++
- fc-lang/zh_hk.orth |   2 +-
- src/fcfreetype.c   |   2 +-
+ ChangeLog         | 10 ++++++++++
+ fc-lang/zh_hk.orth |  2 +-
+ src/fcfreetype.c   |  2 +-
  3 files changed, 12 insertions(+), 2 deletions(-)
 
 commit 6f9fcb51861fe3066e44a23817f1c700f3475ac0
@@ -12033,9 +14361,9 @@ Date:   Wed Jan 25 02:33:46 2006 +0000
 
     Fix memory leaks reported by Ronny V. Vindenes.
 
- ChangeLog       |    6 ++++++
- src/fccache.c   |    9 ++++++++-
- src/fcfreetype.c |    8 +++++++-
+ ChangeLog       | 6 ++++++
+ src/fccache.c   | 9 ++++++++-
+ src/fcfreetype.c | 8 +++++++-
  3 files changed, 21 insertions(+), 2 deletions(-)
 
 commit 986e35979e56774c91f3214af9e8a6f71817dcfa
@@ -12045,8 +14373,8 @@ Date:   Thu Jan 19 19:20:30 2006 +0000
     Fix for unaligned memory accesses.
     reviewed by: plam
 
- ChangeLog   |   9 ++++++++-
- src/fcpat.c |  12 ++++++++----
+ ChangeLog   | 9 ++++++++-
+ src/fcpat.c | 12 ++++++++----
  2 files changed, 16 insertions(+), 5 deletions(-)
 
 commit 58bdd29619e6580477918f8c8d77aadbe5e427a4
@@ -12058,8 +14386,8 @@ Date:   Wed Jan 18 15:41:15 2006 +0000
        avoid crashes.
     reviewed by: plam
 
- ChangeLog   |   8 ++++++++
- src/fcdir.c |   4 +++-
+ ChangeLog   | 8 ++++++++
+ src/fcdir.c | 4 +++-
  2 files changed, 11 insertions(+), 1 deletion(-)
 
 commit eadadf489aff5f4a17a91f85909cb0dc27b2a494
@@ -12069,8 +14397,8 @@ Date:   Sun Jan 15 05:31:58 2006 +0000
     Fix segfault when consuming zero-length caches in fc-cat (which has no
        config, so FcConfigAddFontDir shouldn't be called.)
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    3 ++-
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 3 ++-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 8a0b0ed6d01e4e20ab6727211fe5823395a9b4c4
@@ -12083,14 +14411,14 @@ Date: Sat Jan 14 21:23:03 2006 +0000
     Allocate extra space for appended '/' in directory name.
     reviewed by: plam
 
- ChangeLog              |   19 +++++++++++++++++++
- fc-cache/fc-cache.c    |    2 +-
- fc-cat/fc-cat.c        |    6 +++++-
- fontconfig/fontconfig.h |    2 +-
- src/fccache.c          |   19 ++++++++++++++-----
- src/fccfg.c            |    7 ++++---
- src/fcdir.c            |    2 +-
- src/fcint.h            |    6 ++++--
+ ChangeLog              | 19 +++++++++++++++++++
+ fc-cache/fc-cache.c    |  2 +-
+ fc-cat/fc-cat.c        |  6 +++++-
+ fontconfig/fontconfig.h |  2 +-
+ src/fccache.c          | 19 ++++++++++++++-----
+ src/fccfg.c            |  7 ++++---
+ src/fcdir.c            |  2 +-
+ src/fcint.h            |  6 ++++--
  8 files changed, 49 insertions(+), 14 deletions(-)
 
 commit df3efc11a9584e2099366c31ba64ac9346760321
@@ -12104,10 +14432,10 @@ Date: Tue Jan 10 13:15:05 2006 +0000
        have the
        right file, use inode equality.
 
- ChangeLog          |   12 ++++++++++
- fc-cache/fc-cache.c |   1 +
- src/fccache.c      |   64
- +++++++++++++++++++++++++++------------------------
+ ChangeLog          | 12 ++++++++++
+ fc-cache/fc-cache.c | 1 +
+ src/fccache.c      | 64
+ ++++++++++++++++++++++++++++-------------------------
  3 files changed, 47 insertions(+), 30 deletions(-)
 
 commit cd9bca69702900ca9b24319c76b2dc9432bb548f
@@ -12119,13 +14447,13 @@ Date: Mon Jan 9 13:58:04 2006 +0000
        in FcConfig's fontDirs string set, as canonical.
     Actually update config.fontDirs as font directories are scanned.
 
- ChangeLog          |   14 ++++++++++++++
- fc-cache/fc-cache.c |   2 +-
- fc-cat/fc-cat.c     |   4 ++--
- src/fccache.c      |   21 ++++++++++++---------
- src/fccfg.c        |   23 +++++++++++++++++++++++
- src/fcdir.c        |    3 ++-
- src/fcint.h        |    6 +++++-
+ ChangeLog          | 14 ++++++++++++++
+ fc-cache/fc-cache.c | 2 +-
+ fc-cat/fc-cat.c     | 4 ++--
+ src/fccache.c      | 21 ++++++++++++---------
+ src/fccfg.c        | 23 +++++++++++++++++++++++
+ src/fcdir.c        |  3 ++-
+ src/fcint.h        |  6 +++++-
  7 files changed, 59 insertions(+), 14 deletions(-)
 
 commit 5576a5873dc9cd6e11234df6e64dbff18afe6378
@@ -12139,8 +14467,8 @@ Date:   Sun Jan 8 10:58:30 2006 +0000
     than on a
        per-set basis (and other changes).
 
- src/fcmatch.c |  243
- +++++++++++++++++++++++++++++++++------------------------
+ src/fcmatch.c | 243
+ ++++++++++++++++++++++++++++++++++------------------------
  1 file changed, 143 insertions(+), 100 deletions(-)
 
 commit a6d3757d9802c8f5dc8632a8cf6703042f62e303
@@ -12154,7 +14482,7 @@ Date:   Sun Jan 8 10:58:05 2006 +0000
     than on a
        per-set basis (and other changes).
 
- ChangeLog |   9 +++++++++
+ ChangeLog | 9 +++++++++
  1 file changed, 9 insertions(+)
 
 commit 05a98eaf4bd23fe1035660a9a2b1018abdfc9c6e
@@ -12165,8 +14493,8 @@ Date:   Sun Jan 8 10:50:51 2006 +0000
     in global
        caches.) Reported by Mike Fabian.
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    4 ++++
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 4 ++++
  2 files changed, 10 insertions(+)
 
 commit 5fe09702f4fc4ec6d55f30b80999ce2c219bd966
@@ -12182,9 +14510,9 @@ Date:   Sat Jan 7 06:36:24 2006 +0000
        distinguish an error return from a successful return. -PL)
     reviewed by: plam
 
- ChangeLog    |   18 ++++++++++++++++++
- src/fcdbg.c  |   21 ++++++++++++++++++++-
- src/fcname.c |   11 +++++++----
+ ChangeLog    | 18 ++++++++++++++++++
+ src/fcdbg.c  | 21 ++++++++++++++++++++-
+ src/fcname.c | 11 +++++++----
  3 files changed, 45 insertions(+), 5 deletions(-)
 
 commit c60ec7cc6d1795922b742435965746e02e67f11c
@@ -12197,13 +14525,13 @@ Date: Thu Jan 5 15:12:22 2006 +0000
        with
        zero fonts cached.
 
- AUTHORS        |    2 ++
- ChangeLog      |   18 +++++++++++++++
- fc-cat/fc-cat.c |   66
- ++++++++++++++++++++++++++++++++-----------------------
- src/fccache.c  |   31 +++++++++++++-------------
- src/fcint.h    |    1 +
- src/fcpat.c    |    2 +-
+ AUTHORS        |  2 ++
+ ChangeLog      | 18 ++++++++++++++++
+ fc-cat/fc-cat.c | 66
+ +++++++++++++++++++++++++++++++++------------------------
+ src/fccache.c  | 31 +++++++++++++--------------
+ src/fcint.h    |  1 +
+ src/fcpat.c    |  2 +-
  6 files changed, 75 insertions(+), 45 deletions(-)
 
 commit 52ac91f7c1a8a6433851cbde8ccade618f0218e4
@@ -12215,8 +14543,8 @@ Date:   Mon Jan 2 17:20:23 2006 +0000
        extra copy of the returned value, it only canonicalizes it.
     reviewed by: plam
 
- ChangeLog   |  11 ++++++++++-
- src/fccfg.c |   1 +
+ ChangeLog   | 11 ++++++++++-
+ src/fccfg.c | 1 +
  2 files changed, 11 insertions(+), 1 deletion(-)
 
 commit cea78a87910a88383699d5a386693d39aa3236f5
@@ -12227,7 +14555,7 @@ Date:   Mon Jan 2 17:18:22 2006 +0000
     by Jim
        Osborn.
 
- ChangeLog |   6 ++++++
+ ChangeLog | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit e9fd3c069aa415f9e7589dd1a871cd7727925364
@@ -12238,7 +14566,7 @@ Date:   Mon Jan 2 17:13:48 2006 +0000
     by Jim
        Osborn.
 
- doc/fontconfig-user.sgml |    2 +-
+ doc/fontconfig-user.sgml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ebc157f9a1eb266d60d03ad3fa36dc2ba0250db1
@@ -12248,8 +14576,8 @@ Date:   Wed Dec 21 20:00:20 2005 +0000
     Shut up GCC warnings on amd.
     reviewed by: plam
 
- ChangeLog   |   7 +++++++
- src/fcpat.c |   4 ++--
+ ChangeLog   | 7 +++++++
+ src/fcpat.c | 4 ++--
  2 files changed, 9 insertions(+), 2 deletions(-)
 
 commit 19ea60bc7c0186070d95f5effc815c546de1dcb0
@@ -12258,9 +14586,9 @@ Date:   Wed Dec 21 05:37:10 2005 +0000
 
     Avoid check on _fcBankId nullness and fix case where it used to crash.
 
- ChangeLog      |    7 +++++++
- src/fccharset.c |    2 +-
- src/fcint.h    |    2 +-
+ ChangeLog      | 7 +++++++
+ src/fccharset.c | 2 +-
+ src/fcint.h    | 2 +-
  3 files changed, 9 insertions(+), 2 deletions(-)
 
 commit 3bfae75d44db5ceae394194d2e6c7b81201ea685
@@ -12273,14 +14601,14 @@ Date: Wed Dec 21 03:31:19 2005 +0000
     Fix GCC4 warning and Makefile brokenness for /var/cache/fontconfig
     dir.
 
- ChangeLog              |   20 +++++++++++++++
- README                         |   17 +++++++++++--
- configure.in           |    2 +-
- fc-cache/Makefile.am   |    8 ++++++
- fontconfig/fontconfig.h |    2 +-
- src/fccache.c          |   62
- ++++++++++++++++++++++++++++++++++++++---------
- src/fcxml.c            |   13 +++++-----
+ ChangeLog              | 20 ++++++++++++++++
+ README                         | 17 ++++++++++++--
+ configure.in           |  2 +-
+ fc-cache/Makefile.am   |  8 +++++++
+ fontconfig/fontconfig.h |  2 +-
+ src/fccache.c          | 62
+ ++++++++++++++++++++++++++++++++++++++++---------
+ src/fcxml.c            | 13 ++++++-----
  7 files changed, 103 insertions(+), 21 deletions(-)
 
 commit 6f767cec491d354150a11491905ba59cc77a2659
@@ -12292,9 +14620,9 @@ Date:   Tue Dec 20 20:35:47 2005 +0000
        guess that a font is PCF by presence of the PIXEL_SIZE BDF
        property.)
 
- ChangeLog                  |    8 ++++++++
- conf.d/10LohitGujarati.conf |   5 +++++
- src/fcfreetype.c           |    9 ++++++---
+ ChangeLog                  | 8 ++++++++
+ conf.d/10LohitGujarati.conf | 5 +++++
+ src/fcfreetype.c           | 9 ++++++---
  3 files changed, 19 insertions(+), 3 deletions(-)
 
 commit a7683cafe10925d09855f927cb7602a90e10516f
@@ -12306,9 +14634,9 @@ Date:   Tue Dec 13 17:50:50 2005 +0000
        (since the hinting distort some glyphs quite badly).
     reviewed by: keithp
 
- ChangeLog                  |    8 ++++++++
- conf.d/10LohitGujarati.conf |   5 +++++
- conf.d/Makefile.am         |    1 +
+ ChangeLog                  | 8 ++++++++
+ conf.d/10LohitGujarati.conf | 5 +++++
+ conf.d/Makefile.am         | 1 +
  3 files changed, 14 insertions(+)
 
 commit ec760b178a7bb1a60fe2fe5e205ef82922fde5b6
@@ -12320,8 +14648,8 @@ Date:   Mon Dec 12 20:45:54 2005 +0000
        file locations. This is mostly for users to be able to have
        per-directory cache files.
 
- ChangeLog     |    7 +++++++
- src/fccache.c |   41 ++++++++++++++++++++++++++++++++---------
+ ChangeLog     |  7 +++++++
+ src/fccache.c | 41 ++++++++++++++++++++++++++++++++---------
  2 files changed, 39 insertions(+), 9 deletions(-)
 
 commit 83b6739035fc17d97b8ce01d6a9b9ef6e78d694c
@@ -12332,10 +14660,10 @@ Date: Mon Dec 12 13:46:45 2005 +0000
        slash. Reported by Behdad. Incorporate Behdad's patch to create
        /var/cache/fontconfig when appropriate.
 
- ChangeLog           |    9 +++++++++
- fc-cache/Makefile.am |    5 +++++
- fc-cache/fc-cache.c  |    4 +++-
- src/fccache.c       |    2 +-
+ ChangeLog           | 9 +++++++++
+ fc-cache/Makefile.am | 5 +++++
+ fc-cache/fc-cache.c  | 4 +++-
+ src/fccache.c       | 2 +-
  4 files changed, 18 insertions(+), 2 deletions(-)
 
 commit 368104c381815aa9a0c8c878f1d2be0cc5330f10
@@ -12345,8 +14673,8 @@ Date:   Mon Dec 12 13:20:41 2005 +0000
     Fix crash reported by Frederic Crozat when using libxml2.
     reviewed by: plam
 
- ChangeLog   |   7 +++++++
- src/fcxml.c |   3 +++
+ ChangeLog   | 7 +++++++
+ src/fcxml.c | 3 +++
  2 files changed, 10 insertions(+)
 
 commit ea44e2184198aba956e39ae63a4914544c9719fe
@@ -12361,16 +14689,16 @@ Date: Fri Dec 9 16:36:45 2005 +0000
     Also, autogen.sh now needs the additional parameter
     --localstatedir=/var.
 
- ChangeLog              |   20 ++
- INSTALL                |    2 +-
- configure.in           |    7 +
- fc-cache/Makefile.am   |    2 +
- fc-cat/Makefile.am     |    2 +
- fc-cat/fc-cat.c        |   13 +-
- fontconfig/fontconfig.h |    1 +
- src/Makefile.am        |    2 +
- src/fccache.c          |  523
- ++++++++++++++++++++++++++++++++++++++++++-----
+ ChangeLog              |  20 ++
+ INSTALL                |   2 +-
+ configure.in           |   7 +
+ fc-cache/Makefile.am   |   2 +
+ fc-cat/Makefile.am     |   2 +
+ fc-cat/fc-cat.c        |  13 +-
+ fontconfig/fontconfig.h |   1 +
+ src/Makefile.am        |   2 +
+ src/fccache.c          | 523
+ +++++++++++++++++++++++++++++++++++++++++++-----
  9 files changed, 519 insertions(+), 53 deletions(-)
 
 commit 204da5a8b88a73e54a9bab0537db7ff4fe8c6374
@@ -12381,8 +14709,8 @@ Date:   Thu Dec 8 05:54:27 2005 +0000
     and not
        FcValueSave, explicitly handle the case of a null string.
 
- ChangeLog   |   6 ++++++
- src/fcpat.c |   7 +++++++
+ ChangeLog   | 6 ++++++
+ src/fcpat.c | 7 +++++++
  2 files changed, 13 insertions(+)
 
 commit 982b598278315de60721740047a1b57f4a5895b8
@@ -12391,8 +14719,8 @@ Date:   Wed Dec 7 03:55:25 2005 +0000
 
     Fix warnings.
 
- ChangeLog      |    5 +++++
- fc-cat/fc-cat.c |    9 +++------
+ ChangeLog      | 5 +++++
+ fc-cat/fc-cat.c | 9 +++------
  2 files changed, 8 insertions(+), 6 deletions(-)
 
 commit c6103dfb22de0664a6ab164d90d6959551e301c5
@@ -12401,8 +14729,8 @@ Date:   Tue Dec 6 18:57:43 2005 +0000
 
     Don't assign types to user object names.
 
- ChangeLog    |    5 +++++
- src/fcname.c |    3 +++
+ ChangeLog    | 5 +++++
+ src/fcname.c | 3 +++
  2 files changed, 8 insertions(+)
 
 commit 9ede93f1dc375c1f4d7e71d821887c01a367d995
@@ -12411,8 +14739,8 @@ Date:   Mon Dec 5 16:08:01 2005 +0000
 
     Don't free strings that have been returned from FcStrStaticName.
 
- ChangeLog   |   5 +++++
- src/fcpat.c |  21 +++++++++++++++++++--
+ ChangeLog   | 5 +++++
+ src/fcpat.c | 21 +++++++++++++++++++--
  2 files changed, 24 insertions(+), 2 deletions(-)
 
 commit 6059daeddb7b44d9b2c0f4d94a08fb6ff79ff3ac
@@ -12421,9 +14749,9 @@ Date:   Thu Dec 1 07:12:45 2005 +0000
 
     Add codepath for reading global cache files as well.
 
- ChangeLog      |    5 +++++
- fc-cat/fc-cat.c |   61
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog      |  5 +++++
+ fc-cat/fc-cat.c | 61
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 66 insertions(+)
 
 commit 4edd0a0286c3c7fc3497afe8f5f68df118deb682
@@ -12440,10 +14768,10 @@ Date: Thu Dec 1 06:27:07 2005 +0000
     Add config file for Persian fonts from Sharif FarsiWeb, Inc.
     reviewed by: plam
 
- ChangeLog                   |   10 +-
- conf.d/10-fonts-persian.conf |  545
- ++++++++++++++++++++++++++++++++++++++++++
- conf.d/Makefile.am          |    1 +
+ ChangeLog                   |  10 +-
+ conf.d/10-fonts-persian.conf | 545
+ +++++++++++++++++++++++++++++++++++++++++++
+ conf.d/Makefile.am          |   1 +
  3 files changed, 555 insertions(+), 1 deletion(-)
 
 commit cb6d97eb1baba6795bb8abdede69902b2440f371
@@ -12453,8 +14781,8 @@ Date:   Wed Nov 30 22:13:21 2005 +0000
     Only add a config file to the set of config files once.
     reviewed by: plam
 
- ChangeLog   |   7 +++++++
- src/fcxml.c |   6 ++++++
+ ChangeLog   | 7 +++++++
+ src/fcxml.c | 6 ++++++
  2 files changed, 13 insertions(+)
 
 commit 93a27747a485624d4a89550036e12eeec96d4558
@@ -12464,8 +14792,8 @@ Date:   Tue Nov 29 15:04:06 2005 +0000
     src/fcint.h (FcCacheBankToIndex);
     Fix segfault by guarding array dereference.
 
- ChangeLog   |   5 +++++
- src/fcint.h |   2 +-
+ ChangeLog   | 5 +++++
+ src/fcint.h | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit b8948e85420469c83098a6b97d7979189a8734d9
@@ -12478,10 +14806,10 @@ Date: Tue Nov 29 14:57:10 2005 +0000
        moves the appropriate element to the front of the list.
     reviewed by: plam
 
- ChangeLog        |   14 ++++++++++++++
- fc-lang/fc-lang.c |   5 ++++-
- src/fccache.c    |   34 +++++++++++++++++-----------------
- src/fcint.h      |    9 ++++++++-
+ ChangeLog        | 14 ++++++++++++++
+ fc-lang/fc-lang.c |  5 ++++-
+ src/fccache.c    | 34 +++++++++++++++++-----------------
+ src/fcint.h      |  9 ++++++++-
  4 files changed, 43 insertions(+), 19 deletions(-)
 
 commit 9fad72abaf3da6f3e4a691a0e1a852f6a7353d56
@@ -12493,9 +14821,9 @@ Date:   Tue Nov 29 06:23:00 2005 +0000
        cache read
        time, rather than running it for each font.
 
- ChangeLog     |    8 ++++++++
- src/fccache.c |    3 +++
- src/fccfg.c   |    6 ++----
+ ChangeLog     | 8 ++++++++
+ src/fccache.c | 3 +++
+ src/fccfg.c   | 6 ++----
  3 files changed, 13 insertions(+), 4 deletions(-)
 
 commit 51af0509925e780eb3eb9014aac5e50b6bbbe0d1
@@ -12508,10 +14836,10 @@ Date: Tue Nov 29 06:09:18 2005 +0000
        use
        globs for dirs as well.
 
- ChangeLog   |   9 +++++++++
- src/fccfg.c |   8 +++++---
- src/fcint.h |   3 ---
- src/fcpat.c |   5 ++++-
+ ChangeLog   | 9 +++++++++
+ src/fccfg.c | 8 +++++---
+ src/fcint.h | 3 ---
+ src/fcpat.c | 5 ++++-
  4 files changed, 18 insertions(+), 7 deletions(-)
 
 commit e0421d0289ae95a1c74e607f36c0d54f3d0dedd8
@@ -12520,8 +14848,8 @@ Date:   Tue Nov 29 00:21:05 2005 +0000
 
     Fix segfault.
 
- ChangeLog   |   5 +++++
- src/fccfg.c |   5 ++++-
+ ChangeLog   | 5 +++++
+ src/fccfg.c | 5 ++++-
  2 files changed, 9 insertions(+), 1 deletion(-)
 
 commit c4d3b6dad0ccb9b3ddfddb7305b4da26f494271d
@@ -12530,9 +14858,9 @@ Date:   Tue Nov 29 00:16:02 2005 +0000
 
     Update autogenerated config.* files.
 
- config/config.guess | 535
- ++++++++++++++++++++++++++-------------------------
- config/config.sub   |  67 ++++---
+ config/config.guess | 535
+ +++++++++++++++++++++++++++-------------------------
+ config/config.sub   | 67 ++++---
  2 files changed, 314 insertions(+), 288 deletions(-)
 
 commit ced3f0a0abd84de73753956ec18e7316eda33a37
@@ -12544,11 +14872,11 @@ Date: Tue Nov 29 00:14:42 2005 +0000
        to patterns loaded from a cache.
     Fix some obvious spelling mistakes.
 
- ChangeLog               |   13 +++++++++++++
- doc/fontconfig-user.sgml |   17 +++++++++--------
- src/fccfg.c             |    3 ++-
- src/fcint.h             |    3 +++
- src/fcpat.c             |    4 +---
+ ChangeLog               | 13 +++++++++++++
+ doc/fontconfig-user.sgml | 17 +++++++++--------
+ src/fccfg.c             |  3 ++-
+ src/fcint.h             |  3 +++
+ src/fcpat.c             |  4 +---
  5 files changed, 28 insertions(+), 12 deletions(-)
 
 commit 1ed98a0c87931ae93ea3d46f3d0367a99218679c
@@ -12558,8 +14886,8 @@ Date:   Mon Nov 28 10:54:11 2005 +0000
     Stephan Kulow <coolo@suse.de> reviewed by: plam
     Don't kill all fonts during match (oops!)
 
- ChangeLog     |   23 +++++++++++++++++++++++
- src/fcmatch.c |   39 ++++++++++++++++++++++++++++++++-------
+ ChangeLog     | 23 +++++++++++++++++++++++
+ src/fcmatch.c | 39 ++++++++++++++++++++++++++++++++-------
  2 files changed, 55 insertions(+), 7 deletions(-)
 
 commit aa472e5f1a83c5e09030b0c862a0c3e0df10dcaa
@@ -12575,8 +14903,8 @@ Date:   Mon Nov 28 01:40:53 2005 +0000
        they're known
        to not be best on some past criterion.
 
- src/fcmatch.c |  224
- ++++++++++++++++++++++++++++++++++++++++-----------------
+ src/fcmatch.c | 224
+ +++++++++++++++++++++++++++++++++++++++++-----------------
  1 file changed, 159 insertions(+), 65 deletions(-)
 
 commit 200a44fed0c28bcf83a65e32c320471d9335d3c5
@@ -12586,8 +14914,8 @@ Date:   Sat Nov 26 05:05:14 2005 +0000
     Fix incorrect merge.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fcmatch.c |    6 +++---
+ ChangeLog     | 7 +++++++
+ src/fcmatch.c | 6 +++---
  2 files changed, 10 insertions(+), 3 deletions(-)
 
 commit cbe1df8150e4ed6e76bd258afe5a11529c909ddf
@@ -12597,9 +14925,9 @@ Date:   Fri Nov 25 16:33:58 2005 +0000
     Don't do random matching when bad objects are passed into
        FcCompareValueList.
 
- ChangeLog     |    6 ++++++
- src/fcmatch.c |   58
- ++++++++++++++++++++++++++++++++++++++++++---------------
+ ChangeLog     |  6 ++++++
+ src/fcmatch.c | 58
+ +++++++++++++++++++++++++++++++++++++++++++---------------
  2 files changed, 49 insertions(+), 15 deletions(-)
 
 commit 81fe99fdd0903ef8aa782fe427bc8f9510457ee9
@@ -12609,9 +14937,9 @@ Date:   Fri Nov 25 16:04:44 2005 +0000
     Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns,
        _fcPatternElts, _fcValueLists for consistency.
 
- ChangeLog   |  10 ++++++++++
- src/fcint.h |   8 ++++----
- src/fcpat.c |  50 +++++++++++++++++++++++++-------------------------
+ ChangeLog   | 10 ++++++++++
+ src/fcint.h | 8 ++++----
+ src/fcpat.c | 50 +++++++++++++++++++++++++-------------------------
  3 files changed, 39 insertions(+), 29 deletions(-)
 
 commit d854eaf8a9c395a1cbca83a7620e087109f6eb87
@@ -12621,8 +14949,8 @@ Date:   Fri Nov 25 15:54:24 2005 +0000
     Pass the FcObjectPtr to FcCompareValueList, not the char * (perf).
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fcmatch.c |   35 ++++++++++-------------------------
+ ChangeLog     |  7 +++++++
+ src/fcmatch.c | 35 ++++++++++-------------------------
  2 files changed, 17 insertions(+), 25 deletions(-)
 
 commit 61571f3f2e77ffb221da9af2705af1d383dd6ea0
@@ -12633,14 +14961,14 @@ Date: Fri Nov 25 15:50:34 2005 +0000
     consistency
        (and less overhead, for what that's worth).
 
- ChangeLog      |   13 +++++++++++++
- src/fccache.c  |    2 +-
- src/fccharset.c |   12 ++++++------
- src/fcfs.c     |    2 +-
- src/fcint.h    |   10 +++++-----
- src/fclang.c   |    8 ++++----
- src/fcname.c   |    2 +-
- src/fcpat.c    |   32 ++++++++++++++++----------------
+ ChangeLog      | 13 +++++++++++++
+ src/fccache.c  |  2 +-
+ src/fccharset.c | 12 ++++++------
+ src/fcfs.c     |  2 +-
+ src/fcint.h    | 10 +++++-----
+ src/fclang.c   |  8 ++++----
+ src/fcname.c   |  2 +-
+ src/fcpat.c    | 32 ++++++++++++++++----------------
  8 files changed, 47 insertions(+), 34 deletions(-)
 
 commit 9ab79bdfb7f8bfbe108d1c676b361f69f6a5b043
@@ -12652,11 +14980,11 @@ Date: Fri Nov 25 03:00:51 2005 +0000
        FcCompare* functions.
     reviewed by: plam
 
- ChangeLog     |   12 +++++++++++-
- src/fcint.h   |   31 +++++++++++++++++++++++++++----
- src/fcmatch.c |   50 +++++++++++++++++---------------------------------
- src/fcname.c  |   12 +++---------
- src/fcpat.c   |   22 ++--------------------
+ ChangeLog     | 12 +++++++++++-
+ src/fcint.h   | 31 +++++++++++++++++++++++++++----
+ src/fcmatch.c | 50 +++++++++++++++++---------------------------------
+ src/fcname.c  | 12 +++---------
+ src/fcpat.c   | 22 ++--------------------
  5 files changed, 60 insertions(+), 67 deletions(-)
 
 commit 3f9f24e077cc079be362343be499ff0baf23e0a1
@@ -12668,10 +14996,10 @@ Date: Fri Nov 25 02:16:42 2005 +0000
        debian package for release 2.3.92-1. Acknowledge change in NMU of
        debian package.
 
- debian/changelog |   13 +++++++++++++
- debian/control   |    1 +
- debian/po/cs.po  |   57
- +++++++++++++++++++++++++++---------------------------
+ debian/changelog | 13 +++++++++++++
+ debian/control   |  1 +
+ debian/po/cs.po  | 57
+ ++++++++++++++++++++++++++++----------------------------
  3 files changed, 43 insertions(+), 28 deletions(-)
 
 commit 1c9fdccab95c9c5eebd0f9d8488d3ac7c46cbe53
@@ -12686,11 +15014,11 @@ Date: Thu Nov 24 21:40:20 2005 +0000
        deep copy).
     reviewed by: plam
 
- ChangeLog              |   13 +++++++++++++
- fontconfig/fontconfig.h |    3 ---
- src/fcint.h            |    3 +++
- src/fcmatch.c          |   22 +++++-----------------
- src/fcpat.c            |   22 +++++++++++++++++-----
+ ChangeLog              | 13 +++++++++++++
+ fontconfig/fontconfig.h |  3 ---
+ src/fcint.h            |  3 +++
+ src/fcmatch.c          | 22 +++++-----------------
+ src/fcpat.c            | 22 +++++++++++++++++-----
  5 files changed, 38 insertions(+), 25 deletions(-)
 
 commit 4f8b266fd97e36961639c40d93225265c0f849c7
@@ -12702,9 +15030,9 @@ Date:   Thu Nov 24 20:20:26 2005 +0000
        for FC_FAMILY if the proposed value is a string.
     reviewed by: plam
 
- ChangeLog     |   11 ++++++++++-
- src/fcmatch.c |   24 +++++++++++++++++-------
- src/fcpat.c   |    7 +++++++
+ ChangeLog     | 11 ++++++++++-
+ src/fcmatch.c | 24 +++++++++++++++++-------
+ src/fcpat.c   |  7 +++++++
  3 files changed, 34 insertions(+), 8 deletions(-)
 
 commit b97a34b5924b1279dd831426a94016ea8b65ea8d
@@ -12716,10 +15044,10 @@ Date: Thu Nov 24 19:38:05 2005 +0000
        debug msg in FcPatternPrint.
     reviewed by: plam
 
- ChangeLog    |   10 ++++++++++
- src/fcdbg.c  |   30 ++++++++++++------------------
- src/fcinit.c |    2 ++
- src/fcint.h  |    9 +++++++--
+ ChangeLog    | 10 ++++++++++
+ src/fcdbg.c  | 30 ++++++++++++------------------
+ src/fcinit.c |  2 ++
+ src/fcint.h  |  9 +++++++--
  4 files changed, 31 insertions(+), 20 deletions(-)
 
 commit d2f459781cade98d1d07806d023e63f1fc289b0e
@@ -12728,7 +15056,7 @@ Date:   Wed Nov 23 17:01:27 2005 +0000
 
     Properly apply fcrozat's patch.
 
- fc-cat/fc-cat.c |    2 +-
+ fc-cat/fc-cat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit f7c4624f5624f4dc981f75a4f74446de04bf69d1
@@ -12738,9 +15066,9 @@ Date:   Wed Nov 23 16:36:26 2005 +0000
     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
     Minor code warning cleanups.
 
- ChangeLog              |    8 ++++++++
- fc-cat/fc-cat.c        |    1 -
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 8 ++++++++
+ fc-cat/fc-cat.c        | 1 -
+ fontconfig/fontconfig.h | 2 +-
  3 files changed, 9 insertions(+), 2 deletions(-)
 
 commit b1297aa8977901075e95e40bc430fc823e1fb230
@@ -12750,8 +15078,8 @@ Date:   Wed Nov 23 15:33:48 2005 +0000
     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
     Make getopt_long accept -s parameter to fc-match as well.
 
- ChangeLog          |    7 +++++++
- fc-match/fc-match.c |   2 +-
+ ChangeLog          | 7 +++++++
+ fc-match/fc-match.c | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 435fc66073ee83d17242bac2880e843489439cda
@@ -12761,8 +15089,8 @@ Date:   Wed Nov 23 15:32:36 2005 +0000
     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
     Make getopt_long accept -s parameter to fc-match as well.
 
- ChangeLog          |    7 +++++++
- fc-match/fc-match.c |   2 +-
+ ChangeLog          | 7 +++++++
+ fc-match/fc-match.c | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit adac22f290f1780f6d1424d6f93cc4453d4d489c
@@ -12776,9 +15104,9 @@ Date:   Tue Nov 22 04:46:55 2005 +0000
     reviewed by: plam
     reviewed by: plam
 
- ChangeLog     |   16 ++++++++++++++++
- src/fcmatch.c |   17 +++++++++--------
- src/fcstr.c   |    8 ++------
+ ChangeLog     | 16 ++++++++++++++++
+ src/fcmatch.c | 17 +++++++++--------
+ src/fcstr.c   |  8 ++------
  3 files changed, 27 insertions(+), 14 deletions(-)
 
 commit 8c24aa6b45ce7fa0b872ca2e9c3b96e1a5b720e4
@@ -12794,7 +15122,7 @@ Date:   Sat Nov 19 22:38:39 2005 +0000
        of empty pcf fonts.
     reviewed by: plam
 
- ChangeLog |   2 ++
+ ChangeLog | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 246985e40e3296a6bb427026d8274fe8409f3776
@@ -12816,9 +15144,9 @@ Date:   Sat Nov 19 22:37:24 2005 +0000
        of empty pcf fonts.
     reviewed by: plam
 
- src/ftglue.c |  349
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/ftglue.h |  159 ++++++++++++++++++++++++++
+ src/ftglue.c | 349
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/ftglue.h | 159 +++++++++++++++++++++++++++
  2 files changed, 508 insertions(+)
 
 commit 8ebf7725a8607b39ff505029b2a41369d67eb736
@@ -12834,10 +15162,10 @@ Date: Sat Nov 19 22:32:13 2005 +0000
        of empty pcf fonts.
     reviewed by: plam
 
- ChangeLog       |   13 ++++++++++
- src/Makefile.am  |    4 ++-
- src/fcfreetype.c |   75
- +++++++++++++++++++++++++-----------------------------
+ ChangeLog       | 13 ++++++++++
+ src/Makefile.am  |  4 ++-
+ src/fcfreetype.c | 75
+ ++++++++++++++++++++++++++------------------------------
  3 files changed, 51 insertions(+), 41 deletions(-)
 
 commit a151acedc056783957f9875b1a21f13d0bb8bfe2
@@ -12852,8 +15180,8 @@ Date:   Sat Nov 19 16:24:53 2005 +0000
        replaced them with offset_count.
     reviewed by: plam
 
- ChangeLog        |   12 ++++++++++++
- fc-lang/fc-lang.c |   21 +++++++++++++--------
+ ChangeLog        | 12 ++++++++++++
+ fc-lang/fc-lang.c | 21 +++++++++++++--------
  2 files changed, 25 insertions(+), 8 deletions(-)
 
 commit 8f2a807810c006e771c0f7429ba218a1ffb1e6de
@@ -12866,9 +15194,9 @@ Date:   Fri Nov 18 20:32:30 2005 +0000
     reviewed by: plam
     reviewed by: plam
 
- ChangeLog      |   17 ++++++++++++++++-
- fc-cat/fc-cat.c |    3 +++
- src/fcxml.c    |   10 ++++++----
+ ChangeLog      | 17 ++++++++++++++++-
+ fc-cat/fc-cat.c |  3 +++
+ src/fcxml.c    | 10 ++++++----
  3 files changed, 25 insertions(+), 5 deletions(-)
 
 commit 82912b062b1bb902db54e5b79f4a2d6a33ccd8a0
@@ -12881,8 +15209,8 @@ Date:   Fri Nov 18 04:21:10 2005 +0000
        construction.
     reviewed by: plam
 
- ChangeLog   |   9 +++++++++
- src/fccfg.c |  17 ++++++-----------
+ ChangeLog   | 9 +++++++++
+ src/fccfg.c | 17 ++++++-----------
  2 files changed, 15 insertions(+), 11 deletions(-)
 
 commit 38b2ecad5af4f7f7a55023afafaae075ecd3c753
@@ -12893,8 +15221,8 @@ Date:   Thu Nov 17 16:46:07 2005 +0000
     a pointer
        upon list iteration.)
 
- ChangeLog   |   6 ++++++
- src/fccfg.c |   1 +
+ ChangeLog   | 6 ++++++
+ src/fccfg.c | 1 +
  2 files changed, 7 insertions(+)
 
 commit f28472fdb4e51a06283161f9e7a645d5354a37d2
@@ -12904,8 +15232,8 @@ Date:   Thu Nov 17 16:17:05 2005 +0000
     Complain about invalid constants in config files.
     reviewed by: plam
 
- ChangeLog   |   7 +++++++
- src/fcxml.c |   4 ++++
+ ChangeLog   | 7 +++++++
+ src/fcxml.c | 4 ++++
  2 files changed, 11 insertions(+)
 
 commit 1c5b6345b9023dee7962468fccb678b5f2e56ce3
@@ -12918,12 +15246,12 @@ Date: Thu Nov 17 15:43:39 2005 +0000
        to fcfs.c.
     reviewed by: plam
 
- ChangeLog      |   16 ++++++++++++++++
- src/fccache.c  |    2 +-
- src/fccharset.c |   12 ++++++++----
- src/fcfs.c     |   10 +++++++++-
- src/fcname.c   |    6 ++++--
- src/fcpat.c    |    1 +
+ ChangeLog      | 16 ++++++++++++++++
+ src/fccache.c  |  2 +-
+ src/fccharset.c | 12 ++++++++----
+ src/fcfs.c     | 10 +++++++++-
+ src/fcname.c   |  6 ++++--
+ src/fcpat.c    |  1 +
  6 files changed, 39 insertions(+), 8 deletions(-)
 
 commit 8e351527bb87798e9b796e12a3b1ee6229536a28
@@ -12935,8 +15263,8 @@ Date:   Wed Nov 16 17:49:01 2005 +0000
        unwarranted failures to write cache files. (Reported by Stephan
        Kulow).
 
- ChangeLog     |    7 +++++++
- src/fccache.c |   15 +++++++++++----
+ ChangeLog     |  7 +++++++
+ src/fccache.c | 15 +++++++++++----
  2 files changed, 18 insertions(+), 4 deletions(-)
 
 commit 7fd7221e683d6c65b9199fd06d34d5215582748e
@@ -12953,14 +15281,14 @@ Date: Wed Nov 16 15:55:17 2005 +0000
        POSIX-compliant. (reported by Andreas Schwab)
     reviewed by: plam
 
- ChangeLog      |   23 +++++++++++++++++++++++
- src/fccache.c  |   21 +++++++++++++--------
- src/fccharset.c |   11 +++++++++++
- src/fcfs.c     |   10 ++++++++++
- src/fcint.h    |   18 ++++++++++++++++++
- src/fclang.c   |    8 ++++++++
- src/fcname.c   |    8 ++++++++
- src/fcpat.c    |   36 ++++++++++++++++++++++++++++++++++++
+ ChangeLog      | 23 +++++++++++++++++++++++
+ src/fccache.c  | 21 +++++++++++++--------
+ src/fccharset.c | 11 +++++++++++
+ src/fcfs.c     | 10 ++++++++++
+ src/fcint.h    | 18 ++++++++++++++++++
+ src/fclang.c   |  8 ++++++++
+ src/fcname.c   |  8 ++++++++
+ src/fcpat.c    | 36 ++++++++++++++++++++++++++++++++++++
  8 files changed, 127 insertions(+), 8 deletions(-)
 
 commit 82f35f8bb4fe58ebc839531f4a63544dc07f0f5d
@@ -12974,12 +15302,12 @@ Date: Fri Nov 4 19:31:26 2005 +0000
        be in
        .rodata.
 
- ChangeLog        |   11 ++++++++++
- fc-lang/fc-lang.c |   59
- ++++++++++++++++++++++++++++++++++++++---------------
- src/fccharset.c   |   18 ++++++++++++++++
- src/fcint.h      |    5 +++++
- src/fclang.c     |   16 ++++++++++++++-
+ ChangeLog        | 11 +++++++++++
+ fc-lang/fc-lang.c | 59
+ ++++++++++++++++++++++++++++++++++++++++---------------
+ src/fccharset.c   | 18 +++++++++++++++++
+ src/fcint.h      |  5 +++++
+ src/fclang.c     | 16 ++++++++++++++-
  5 files changed, 92 insertions(+), 17 deletions(-)
 
 commit 50544b13c19c6a4a9fe9cf26cdd2170ddacf86d1
@@ -12990,8 +15318,8 @@ Date:   Fri Nov 4 16:48:32 2005 +0000
     (reported
        by make distcheck).
 
- ChangeLog   |   6 ++++++
- src/fcdir.c |   2 +-
+ ChangeLog   | 6 ++++++
+ src/fcdir.c | 2 +-
  2 files changed, 7 insertions(+), 1 deletion(-)
 
 commit e6d3e251ee26f1267585cbbd5a95dc1f7290e225
@@ -13000,10 +15328,10 @@ Date: Fri Nov 4 06:17:00 2005 +0000
 
     Bump version to 2.3.92.
 
- ChangeLog              |    8 ++++++++
- README                         |   29 +++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  8 ++++++++
+ README                         | 29 +++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 37 insertions(+), 4 deletions(-)
 
 commit ea9726b620bff44d45fa25c91a8ab7d31a813577
@@ -13012,8 +15340,8 @@ Date:   Thu Nov 3 04:45:57 2005 +0000
 
     Fix argument ordering problem in call to FcPatternTransferFullFname.
 
- ChangeLog   |   5 +++++
- src/fcpat.c |   2 +-
+ ChangeLog   | 5 +++++
+ src/fcpat.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 7358dae49b328f5546d156246510601e2dd85d1c
@@ -13022,9 +15350,9 @@ Date:   Thu Nov 3 04:23:22 2005 +0000
 
     Fix warnings and embarrassing double-free error.
 
- ChangeLog       |    7 +++++++
- src/fcfreetype.c |    2 +-
- src/fcpat.c     |   14 +++++---------
+ ChangeLog       |  7 +++++++
+ src/fcfreetype.c |  2 +-
+ src/fcpat.c     | 14 +++++---------
  3 files changed, 13 insertions(+), 10 deletions(-)
 
 commit efa9f2bd077da0ccc432b80baf87c2a3e7340f6a
@@ -13036,8 +15364,8 @@ Date:   Wed Nov 2 15:57:36 2005 +0000
        the support for artificial emboldening included in cairo.
     reviewed by: plam
 
- ChangeLog     |    8 ++++++++
- fonts.conf.in |   18 ++++++++++++++----
+ ChangeLog     |  8 ++++++++
+ fonts.conf.in | 18 ++++++++++++++----
  2 files changed, 22 insertions(+), 4 deletions(-)
 
 commit d7b3ac63675983c92092703c9c7da0d9e3c0b2ad
@@ -13049,8 +15377,8 @@ Date:   Wed Nov 2 15:29:53 2005 +0000
        names when transferring, and free full names when freeing the
        associated font. Reported by Jinghua Luo.
 
- ChangeLog   |   8 ++++++++
- src/fcpat.c |  18 ++++++++++++++----
+ ChangeLog   | 8 ++++++++
+ src/fcpat.c | 18 ++++++++++++++----
  2 files changed, 22 insertions(+), 4 deletions(-)
 
 commit 303bcf9b9df00ce2906db5c9414aeec96d1a55f9
@@ -13062,9 +15390,9 @@ Date:   Wed Nov 2 07:37:00 2005 +0000
        choke on
        already-serialized input files. Duh!
 
- ChangeLog          |    8 ++++++++
- fc-cache/fc-cache.c |   9 ---------
- src/fcpat.c        |    1 +
+ ChangeLog          | 8 ++++++++
+ fc-cache/fc-cache.c | 9 ---------
+ src/fcpat.c        | 1 +
  3 files changed, 9 insertions(+), 9 deletions(-)
 
 commit c6b75577f3bf3019399e0a439d9cccf55e53999f
@@ -13077,8 +15405,8 @@ Date:   Wed Nov 2 07:01:25 2005 +0000
        Mike Fabian
        and also apparently the font cache file corruption.
 
- ChangeLog          |    8 ++++++++
- fc-cache/fc-cache.c |   9 +++++++++
+ ChangeLog          | 8 ++++++++
+ fc-cache/fc-cache.c | 9 +++++++++
  2 files changed, 17 insertions(+)
 
 commit 9090cb9eceec10581c9f927b2e895189d20d1d4c
@@ -13089,8 +15417,8 @@ Date:   Wed Nov 2 06:39:23 2005 +0000
     cache
        is older than the (newest) config file.
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    6 +++---
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 6 +++---
  2 files changed, 9 insertions(+), 3 deletions(-)
 
 commit 2b25f00c501a4baf2096a9cb68b0be961251cfda
@@ -13101,10 +15429,10 @@ Date: Wed Nov 2 06:29:14 2005 +0000
        directory is newer than the (newest) configuration file. S:
        ----------------------------------------------------------------------
 
- ChangeLog     |    8 ++++++++
- src/fccache.c |   12 +++++++++---
- src/fccfg.c   |   20 ++++++++++++++------
- src/fcint.h   |   11 ++++++++++-
+ ChangeLog     |  8 ++++++++
+ src/fccache.c | 12 +++++++++---
+ src/fccfg.c   | 20 ++++++++++++++------
+ src/fcint.h   | 11 ++++++++++-
  4 files changed, 41 insertions(+), 10 deletions(-)
 
 commit 793154ed8d4b2d832f81a893273c6504bac3f0b3
@@ -13114,11 +15442,11 @@ Date: Tue Nov 1 06:57:25 2005 +0000
     Copy the full pathname whenever duplicating an FcPattern; otherwise,
        applications continue breaking.
 
- ChangeLog     |   10 ++++++++++
- src/fcint.h   |    4 ++--
- src/fclist.c  |    6 +-----
- src/fcmatch.c |    4 ++++
- src/fcpat.c   |   25 ++++++++++++++++++++++++-
+ ChangeLog     | 10 ++++++++++
+ src/fcint.h   |  4 ++--
+ src/fclist.c  |  6 +-----
+ src/fcmatch.c |  4 ++++
+ src/fcpat.c   | 25 ++++++++++++++++++++++++-
  5 files changed, 41 insertions(+), 8 deletions(-)
 
 commit d6946c1a11695eb55a3fe60db5480df94570b1ba
@@ -13128,9 +15456,9 @@ Date:   Tue Nov 1 05:52:28 2005 +0000
     Fix small memory error (tried to free argv); use basename and dirname
        correctly (they can modify their arguments).
 
- ChangeLog       |    7 +++++++
- fc-cat/fc-cat.c  |    4 +---
- src/fcfreetype.c |    2 +-
+ ChangeLog       | 7 +++++++
+ fc-cat/fc-cat.c  | 4 +---
+ src/fcfreetype.c | 2 +-
  3 files changed, 9 insertions(+), 4 deletions(-)
 
 commit e77c17184a6172d6368dd3193c791c4027065bbd
@@ -13148,14 +15476,14 @@ Date: Tue Nov 1 05:26:27 2005 +0000
     Note that FcPatternGetString now does some rewriting if you ask for an
        FC_FILE, appending the pathname as appropriate.
 
- ChangeLog       |   23 +++++++++++++
- fc-cat/fc-cat.c  |    7 ++--
- src/fccache.c   |   40 +++++++++++++++++++---
- src/fcfreetype.c |    5 ++-
- src/fcint.h     |    9 +++++
- src/fclist.c    |    8 +++++
- src/fcpat.c     |   97
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog       | 23 ++++++++++++++
+ fc-cat/fc-cat.c  |  7 ++--
+ src/fccache.c   | 40 ++++++++++++++++++++---
+ src/fcfreetype.c |  5 ++-
+ src/fcint.h     |  9 ++++++
+ src/fclist.c    |  8 +++++
+ src/fcpat.c     | 97
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7 files changed, 181 insertions(+), 8 deletions(-)
 
 commit be99726f672cef086b4256ad34163f6f9ed9d4a5
@@ -13164,7 +15492,7 @@ Date:   Mon Oct 31 06:02:00 2005 +0000
 
     Revert basename patch, which breaks fontconfig clients on my system.
 
- src/fcfreetype.c |    3 +--
+ src/fcfreetype.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 commit 720298e773876037dd9af384a9cc16956600b5e7
@@ -13175,11 +15503,11 @@ Date: Wed Oct 26 06:34:29 2005 +0000
        embedded bitmaps or not.
     reviewed by: plam
 
- ChangeLog              |   11 +++++++++++
- fontconfig/fontconfig.h |    1 +
- fonts.conf.in          |    4 ++++
- src/fcdefault.c        |    1 +
- src/fcname.c           |    1 +
+ ChangeLog              | 11 +++++++++++
+ fontconfig/fontconfig.h |  1 +
+ fonts.conf.in          |  4 ++++
+ src/fcdefault.c        |  1 +
+ src/fcname.c           |  1 +
  5 files changed, 18 insertions(+)
 
 commit 961d9b9993ae815d6ba723829724bf0685809091
@@ -13189,8 +15517,8 @@ Date:   Tue Oct 25 22:29:13 2005 +0000
     Only add basename to patterns' FC_FILE element, not any part of the
        dirname.
 
- ChangeLog       |    6 ++++++
- src/fcfreetype.c |    3 ++-
+ ChangeLog       | 6 ++++++
+ src/fcfreetype.c | 3 ++-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit 573da729101bfb81d2cafb7e442bbf5395ae9eef
@@ -13199,8 +15527,8 @@ Date:   Sat Oct 22 15:12:05 2005 +0000
 
     Add some more consts, fixing more GCC4 warnings.
 
- ChangeLog       |    5 +++++
- src/fcfreetype.c |   22 +++++++++++-----------
+ ChangeLog       |  5 +++++
+ src/fcfreetype.c | 22 +++++++++++-----------
  2 files changed, 16 insertions(+), 11 deletions(-)
 
 commit 904426816df300fad816238f0f27ef595a6a539b
@@ -13213,11 +15541,11 @@ Date: Sat Oct 22 14:21:14 2005 +0000
        work fine.
     reviewed by: plam
 
- ChangeLog      |    7 ++++
- src/fcdefault.c |  110
- +++++++++++++++++++++++++++++++------------------------
- src/fcint.h    |    4 ++
- src/fclist.c   |   60 ++++++++++++++++++++++++++++--
+ ChangeLog      |   7 ++++
+ src/fcdefault.c | 110
+ +++++++++++++++++++++++++++++++-------------------------
+ src/fcint.h    |   4 +++
+ src/fclist.c   |  60 +++++++++++++++++++++++++++++--
  4 files changed, 130 insertions(+), 51 deletions(-)
 
 commit e58b50e88cbe3b55695101a0988306ea4646bbe4
@@ -13228,8 +15556,8 @@ Date:   Fri Oct 21 20:24:30 2005 +0000
     by Mike
        Fabian)
 
- ChangeLog     |    9 ++++++++-
- src/fccache.c |   16 +++++++++++++---
+ ChangeLog     |  9 ++++++++-
+ src/fccache.c | 16 +++++++++++++---
  2 files changed, 21 insertions(+), 4 deletions(-)
 
 commit 2fa3f27e68834d55f0f451514a0658b247fddb0d
@@ -13238,10 +15566,10 @@ Date: Fri Oct 21 19:47:43 2005 +0000
 
     Prevent fc-list from escaping strings when printing them.
 
- ChangeLog              |    7 +++++++
- fc-list/fc-list.c      |    2 +-
- fontconfig/fontconfig.h |    3 +++
- src/fcname.c           |   16 +++++++++++-----
+ ChangeLog              |  7 +++++++
+ fc-list/fc-list.c      |  2 +-
+ fontconfig/fontconfig.h |  3 +++
+ src/fcname.c           | 16 +++++++++++-----
  4 files changed, 22 insertions(+), 6 deletions(-)
 
 commit 250c1cd422ce6260ff58f2699043556d93729ef7
@@ -13251,8 +15579,8 @@ Date:   Thu Oct 20 20:50:21 2005 +0000
     Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.
     reviewed by: plam
 
- ChangeLog              |    9 ++++++++-
- fontconfig/fontconfig.h |   12 ++++++++++--
+ ChangeLog              |  9 ++++++++-
+ fontconfig/fontconfig.h | 12 ++++++++++--
  2 files changed, 18 insertions(+), 3 deletions(-)
 
 commit 21696e5bf08b67b57155e5b12e054456fd2b03e2
@@ -13262,9 +15590,9 @@ Date:   Fri Oct 14 21:02:31 2005 +0000
     Add consts to variables so as to move arrays into .rodata.
     reviewed by: plam
 
- ChangeLog                  |    8 ++++++++
- fc-glyphname/fc-glyphname.c |   4 ++--
- src/fclang.c               |    4 ++--
+ ChangeLog                  | 8 ++++++++
+ fc-glyphname/fc-glyphname.c | 4 ++--
+ src/fclang.c               | 4 ++--
  3 files changed, 12 insertions(+), 4 deletions(-)
 
 commit 15d7bd0a16af189194b665e789331a8f8c86f20d
@@ -13274,8 +15602,8 @@ Date:   Fri Oct 14 20:56:27 2005 +0000
     Check existence of directory cache file before attempting to unlink.
     reviewed by: plam
 
- ChangeLog     |    7 +++++++
- src/fccache.c |    4 +++-
+ ChangeLog     | 7 +++++++
+ src/fccache.c | 4 +++-
  2 files changed, 10 insertions(+), 1 deletion(-)
 
 commit 1178b569764caaf51d2dc55f1c2cf969a98cf61e
@@ -13284,8 +15612,8 @@ Date:   Thu Oct 13 12:32:14 2005 +0000
 
     Fix flipped return value on unlink. (Reported by Mike Fabian)
 
- ChangeLog     |   14 ++++++++++++++
- src/fccache.c |    6 ++++--
+ ChangeLog     | 14 ++++++++++++++
+ src/fccache.c |  6 ++++--
  2 files changed, 18 insertions(+), 2 deletions(-)
 
 commit 2eb843740672da9319c190c48aea2cd98dc92725
@@ -13296,9 +15624,9 @@ Date:   Wed Oct 12 07:55:42 2005 +0000
     speed up
        fc-cache run time.
 
- src/fccache.c |    4 ++--
- src/fcdir.c   |    3 +++
- src/fcint.h   |    3 +++
+ src/fccache.c | 4 ++--
+ src/fcdir.c   | 3 +++
+ src/fcint.h   | 3 +++
  3 files changed, 8 insertions(+), 2 deletions(-)
 
 commit 23787a8f1b7a23c82f479b0e6906928b9920b9cc
@@ -13309,9 +15637,9 @@ Date:   Thu Oct 6 20:45:25 2005 +0000
     calling
        strlen().
 
- ChangeLog    |    8 ++++++++
- src/fcname.c |    5 +++--
- src/fcpat.c  |    5 +++--
+ ChangeLog    | 8 ++++++++
+ src/fcname.c | 5 +++--
+ src/fcpat.c  | 5 +++--
  3 files changed, 14 insertions(+), 4 deletions(-)
 
 commit 008385c5fb957c1547fa1a29537d0c9fb8e3b38a
@@ -13321,8 +15649,8 @@ Date:   Wed Oct 5 21:12:57 2005 +0000
     Use libtool -no-undefined flag on all platforms.
     reviewed by: plam & keithp
 
- ChangeLog      |    7 +++++++
- src/Makefile.am |    3 +--
+ ChangeLog      | 7 +++++++
+ src/Makefile.am | 3 +--
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 commit edffd3b964cde0f2cde86cc5c0cef180843c44e5
@@ -13331,7 +15659,7 @@ Date:   Wed Oct 5 21:12:25 2005 +0000
 
     Fix typo in manually applying patch.
 
- src/Makefile.am |    2 +-
+ src/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit affc7d1849c26db10b344cfbe834d0bba764f419
@@ -13342,8 +15670,8 @@ Date:   Wed Oct 5 19:40:35 2005 +0000
     Greek glyphs.
     reviewed by: plam & keithp
 
- ChangeLog     |    8 ++++++++
- fonts.conf.in |   10 +++++++---
+ ChangeLog     |  8 ++++++++
+ fonts.conf.in | 10 +++++++---
  2 files changed, 15 insertions(+), 3 deletions(-)
 
 commit 328929f5ea3f507426b0c021c11fef62794066df
@@ -13354,8 +15682,8 @@ Date:   Wed Oct 5 19:38:40 2005 +0000
     Greek glyphs.
     reviewed by: plam & keithp
 
- ChangeLog     |    8 ++++++++
- fonts.conf.in |   10 +++++++---
+ ChangeLog     |  8 ++++++++
+ fonts.conf.in | 10 +++++++---
  2 files changed, 15 insertions(+), 3 deletions(-)
 
 commit 1ed67f658c910ece44ab73bb5a1d08ea1c0246d3
@@ -13365,8 +15693,8 @@ Date:   Wed Oct 5 19:32:41 2005 +0000
     Use libtool -no-undefined flag on all platforms.
     reviewed by: plam & keithp
 
- ChangeLog      |    7 +++++++
- src/Makefile.am |    3 +--
+ ChangeLog      | 7 +++++++
+ src/Makefile.am | 3 +--
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 commit 751932ddb10d5ce798c56d82bc1f40a443237ac1
@@ -13377,8 +15705,8 @@ Date:   Wed Oct 5 18:41:55 2005 +0000
     by Ronny
        V. Vindenes).
 
- ChangeLog     |    6 ++++++
- src/fccache.c |   29 +++++++++++++++++++----------
+ ChangeLog     |  6 ++++++
+ src/fccache.c | 29 +++++++++++++++++++----------
  2 files changed, 25 insertions(+), 10 deletions(-)
 
 commit 55c8fa4f08b86f4e9af97920a61943f5facd7822
@@ -13390,11 +15718,10 @@ Date: Wed Oct 5 00:34:52 2005 +0000
        stale cache
        files and save directory caches that lack relevant sections.
 
- ChangeLog              |   11 +++++++++++
- fc-cache/fc-cache.c    |    6 +++++-
- fontconfig/fontconfig.h |    6 ++++++
- src/fccache.c          |   44
- ++++++++++++++++++++++++++++++++++----------
+ ChangeLog              | 11 +++++++++++
+ fc-cache/fc-cache.c    |  6 +++++-
+ fontconfig/fontconfig.h |  6 ++++++
+ src/fccache.c          | 44 ++++++++++++++++++++++++++++++++++----------
  4 files changed, 56 insertions(+), 11 deletions(-)
 
 commit 6bf2380478f825a6135527133a03869e0ae18742
@@ -13405,8 +15732,8 @@ Date:   Mon Oct 3 19:51:11 2005 +0000
     reporting
        that it is valid (reported by Matthias Clasen).
 
- ChangeLog     |    6 ++++++
- src/fccache.c |   15 +++++++++++++++
+ ChangeLog     |  6 ++++++
+ src/fccache.c | 15 +++++++++++++++
  2 files changed, 21 insertions(+)
 
 commit bc5784ff00230bf70e9cbe5c97e62e4f251e7000
@@ -13415,9 +15742,9 @@ Date:   Sat Oct 1 19:18:51 2005 +0000
 
     Bump version number to 2.3.91.
 
- README                         |   15 ++++++++++++++-
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ README                         | 15 ++++++++++++++-
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  3 files changed, 16 insertions(+), 3 deletions(-)
 
 commit e99f0f0a45b29ad195c96833c95771ccf7771fef
@@ -13428,11 +15755,11 @@ Date: Thu Sep 29 20:53:30 2005 +0000
        available.
     reviewed by: plam
 
- ChangeLog      |   11 ++++
- configure.in   |  162
- +++++++++++++++++++++++++++++++------------------------
- src/Makefile.am |    3 +-
- src/fcxml.c    |   71 +++++++++++++++++++++++-
+ ChangeLog      |  11 ++++
+ configure.in   | 162
+ +++++++++++++++++++++++++++++++-------------------------
+ src/Makefile.am |   3 +-
+ src/fcxml.c    |  71 ++++++++++++++++++++++++-
  4 files changed, 174 insertions(+), 73 deletions(-)
 
 commit 649cc3616d11add9d5c39563f9f343614c2bb2eb
@@ -13443,8 +15770,8 @@ Date:   Thu Sep 29 05:14:04 2005 +0000
     be added
        using info from OrigFile, not NewFile.
 
- ChangeLog     |    6 ++++++
- src/fccache.c |    4 ++--
+ ChangeLog     | 6 ++++++
+ src/fccache.c | 4 ++--
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 commit cd3109114ca6ee9ce2b454180dadea5aa04ce55d
@@ -13455,8 +15782,8 @@ Date:   Wed Sep 28 16:21:14 2005 +0000
     on x86_64
        (thanks Matthias Clasen).
 
- ChangeLog     |    8 +++++++-
- src/fccache.c |   38 +++++++++++++++++++-------------------
+ ChangeLog     |  8 +++++++-
+ src/fccache.c | 38 +++++++++++++++++++-------------------
  2 files changed, 26 insertions(+), 20 deletions(-)
 
 commit 9ecb9a9a063e4f94deb6da8fd15656c9a7e480e7
@@ -13465,7 +15792,7 @@ Date:   Wed Sep 28 00:23:39 2005 +0000
 
     Update ChangeLog.
 
- ChangeLog |   34 ++++++++++++++++++++++++++++++++++
+ ChangeLog | 34 ++++++++++++++++++++++++++++++++++
  1 file changed, 34 insertions(+)
 
 commit 1d879de2d968ef2bd6317ba3c7be0e62b263a708
@@ -13474,8 +15801,8 @@ Date:   Wed Sep 28 00:23:15 2005 +0000
 
     Use FcAtomic to rewrite cache files.
 
- src/fccache.c |  132
- ++++++++++++++++++++++++++++++++++++++++++---------------
+ src/fccache.c | 132
+ +++++++++++++++++++++++++++++++++++++++++++---------------
  1 file changed, 98 insertions(+), 34 deletions(-)
 
 commit 099f9a86834060741dcbdf8b70e32f3a7338925f
@@ -13486,7 +15813,7 @@ Date:   Tue Sep 27 15:52:58 2005 +0000
     write; just
        write an empty cache file. (thanks Lubos Lunak)
 
- src/fccache.c |    7 -------
+ src/fccache.c | 7 -------
  1 file changed, 7 deletions(-)
 
 commit 6aee8c6faa2906334b9d9f933440184a256d0b53
@@ -13497,7 +15824,7 @@ Date:   Tue Sep 27 05:43:08 2005 +0000
     cache. Thanks to
        James Cloos for finding and diagnosing this bug!
 
- src/fccache.c |   10 ++++++++--
+ src/fccache.c | 10 ++++++++--
  1 file changed, 8 insertions(+), 2 deletions(-)
 
 commit 2633bc38431468ce528407ee576cb29b0d1212c8
@@ -13506,7 +15833,7 @@ Date:   Tue Sep 27 05:26:59 2005 +0000
 
     Fix .cvsignore file after copying across directories.
 
- fc-cat/.cvsignore |   4 ++--
+ fc-cat/.cvsignore | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit d75bef7bc8b2bb4ed7750ce5083b1e65a709d75a
@@ -13517,7 +15844,7 @@ Date:   Fri Sep 23 21:42:32 2005 +0000
     hope it'll
        save pain to others later.
 
- INSTALL |    2 +-
+ INSTALL | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 35c2c7f1e979449e67551588f3440ff15e5c806c
@@ -13526,7 +15853,7 @@ Date:   Fri Sep 23 14:41:40 2005 +0000
 
     Update ChangeLog for 2.3.90.
 
- ChangeLog |   33 +++++++++++++++++++++++++++++++++
+ ChangeLog | 33 +++++++++++++++++++++++++++++++++
  1 file changed, 33 insertions(+)
 
 commit d8c22de1f1c809ac6b0e1b3caa2cd9ad8046311a
@@ -13546,17 +15873,17 @@ Date: Fri Sep 23 05:59:19 2005 +0000
     Remove done 'TODO' comment.
     Updates for development release 2.3.90.
 
- Makefile.am            |    2 +-
- README                         |    7 +-
- configure.in           |    3 +-
- fc-cache/fc-cache.c    |    1 -
- fc-cache/fc-cache.sgml  |    4 +-
- fc-cat/.cvsignore      |    6 +
- fc-cat/Makefile.am     |   55 ++++++++
- fc-cat/fc-cat.c        |  336
- +++++++++++++++++++++++++++++++++++++++++++++++
- fc-cat/fc-cat.sgml     |  139 ++++++++++++++++++++
- fontconfig/fontconfig.h |    2 +-
+ Makefile.am            |   2 +-
+ README                         |   7 +-
+ configure.in           |   3 +-
+ fc-cache/fc-cache.c    |   1 -
+ fc-cache/fc-cache.sgml  |   4 +-
+ fc-cat/.cvsignore      |   6 +
+ fc-cat/Makefile.am     |  55 ++++++++
+ fc-cat/fc-cat.c        | 336
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-cat/fc-cat.sgml     | 139 ++++++++++++++++++++
+ fontconfig/fontconfig.h |   2 +-
  10 files changed, 548 insertions(+), 7 deletions(-)
 
 commit a9698bed6553c12d397593292ee9e81054244e85
@@ -13572,9 +15899,9 @@ Date:   Fri Sep 23 04:09:37 2005 +0000
     no fonts
        (i.e. only subdirectories).
 
- fc-cache/fc-cache.sgml |    7 +++++++
- src/fccache.c         |   13 ++++++++-----
- src/fcint.h           |    8 ++++----
+ fc-cache/fc-cache.sgml |  7 +++++++
+ src/fccache.c         | 13 ++++++++-----
+ src/fcint.h           |  8 ++++----
  3 files changed, 19 insertions(+), 9 deletions(-)
 
 commit e3ff8a4ea66b3738a72558520f33eb5b8d44442e
@@ -13583,7 +15910,7 @@ Date:   Fri Sep 23 02:33:55 2005 +0000
 
     Remove debugging printf (oops).
 
- src/fcpat.c |   1 -
+ src/fcpat.c | 1 -
  1 file changed, 1 deletion(-)
 
 commit bef069e19e72af1f7983e40a7ca5045f7d006bdd
@@ -13592,7 +15919,7 @@ Date:   Fri Sep 23 02:08:40 2005 +0000
 
     Convert fromcode to char[12] from char *.
 
- src/fcfreetype.c |   10 +++++-----
+ src/fcfreetype.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit c7beacf91698e8b0dcba2e813052538ec56dd268
@@ -13601,8 +15928,8 @@ Date:   Fri Sep 23 01:48:33 2005 +0000
 
     Small patch for output in case where lineno not defined.
 
- fc-lang/fc-lang.c |   2 +-
- src/fcint.h      |   14 +++++++-------
+ fc-lang/fc-lang.c |  2 +-
+ src/fcint.h      | 14 +++++++-------
  2 files changed, 8 insertions(+), 8 deletions(-)
 
 commit 67accef4d3e245c1dea341e633d82b14aa03432a
@@ -13614,18 +15941,18 @@ Date: Thu Sep 22 23:45:53 2005 +0000
     - Add consts where appropriate.
     reviewed by: Patrick Lam <plam@mit.edu>
 
- doc/edit-sgml.c            |    4 +-
- fc-case/fc-case.c          |    8 +--
- fc-glyphname/fc-glyphname.c |  21 ++++---
- fc-lang/fc-lang.c          |   20 ++++---
- src/fccharset.c            |    3 +-
- src/fcdefault.c            |    6 +-
- src/fcfreetype.c           |   43 ++++++++------
- src/fcinit.c               |    2 +-
- src/fcmatch.c              |   18 +++---
- src/fcpat.c                |    3 +-
- src/fcxml.c                |  138
- +++++++++++++++++++++----------------------
+ doc/edit-sgml.c            |   4 +-
+ fc-case/fc-case.c          |   8 +--
+ fc-glyphname/fc-glyphname.c | 21 ++++---
+ fc-lang/fc-lang.c          |  20 ++++---
+ src/fccharset.c            |   3 +-
+ src/fcdefault.c            |   6 +-
+ src/fcfreetype.c           |  43 ++++++++------
+ src/fcinit.c               |   2 +-
+ src/fcmatch.c              |  18 +++---
+ src/fcpat.c                |   3 +-
+ src/fcxml.c                | 138
+ ++++++++++++++++++++++----------------------
  11 files changed, 142 insertions(+), 124 deletions(-)
 
 commit 141432505aecb158285ccc84ec5d7099e3c2efa7
@@ -13640,7 +15967,7 @@ Date:   Thu Sep 22 20:49:24 2005 +0000
        FcNameRegisterObjectType strings. Thanks to Matthias Clasen for
        pinpointing this bus!
 
- src/fcname.c |   37 ++++++++++++++++++++++++++++---------
+ src/fcname.c | 37 ++++++++++++++++++++++++++++---------
  1 file changed, 28 insertions(+), 9 deletions(-)
 
 commit 9fe2bd7ab07611559363d80efdf8d3efb4ea737e
@@ -13649,7 +15976,7 @@ Date:   Fri Sep 16 04:57:18 2005 +0000
 
     Add missing FcValueCanonicalize on call to FcPatternAdd.
 
- src/fcpat.c |   3 ++-
+ src/fcpat.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 13cdf607533ad592b896b738c5642f3685fd8053
@@ -13665,11 +15992,11 @@ Date: Thu Sep 15 20:36:44 2005 +0000
     Fix compilation warning (uninitialized variable).
     Add comment.
 
- fontconfig/fontconfig.h |    1 -
- src/fccache.c          |    1 +
- src/fccfg.c            |    2 +-
- src/fcname.c           |   98
- +++++++++++++++++++++++++++++++++++++----------
+ fontconfig/fontconfig.h |  1 -
+ src/fccache.c          |  1 +
+ src/fccfg.c            |  2 +-
+ src/fcname.c           | 98
+ +++++++++++++++++++++++++++++++++++++++----------
  4 files changed, 80 insertions(+), 22 deletions(-)
 
 commit 0fa237d1e010a1ab9b8fb09079fbb364958d8cc7
@@ -13681,8 +16008,8 @@ Date:   Sun Sep 11 05:17:28 2005 +0000
        of said binding prevented programs from using FcPatterns
        through Xft.
 
- fontconfig/fontconfig.h |    1 +
- src/fcname.c           |    2 +-
+ fontconfig/fontconfig.h | 1 +
+ src/fcname.c           | 2 +-
  2 files changed, 2 insertions(+), 1 deletion(-)
 
 commit 8245771d5a42dac36024411a0da047b9a7dc42c6
@@ -13691,22 +16018,22 @@ Date: Sun Sep 11 02:16:09 2005 +0000
 
     Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)
 
- ChangeLog                  |   19 +++++
- doc/fontconfig-user.sgml    |   4 +-
- fc-glyphname/fc-glyphname.c |   4 +-
- fc-lang/fc-lang.c          |    2 +-
- fc-match/fc-match.c        |    8 +-
- fontconfig/fcprivate.h      |   2 +-
- src/fccache.c              |   35 ++++----
- src/fccfg.c                |    2 +-
- src/fcdir.c                |    4 +-
- src/fcfreetype.c           |  191
- ++++++++++++++++++++++++-------------------
- src/fcint.h                |   10 +--
- src/fclist.c               |    2 +-
- src/fcpat.c                |   80 +++++++++---------
- src/fcstr.c                |    2 +-
- src/fcxml.c                |   11 ++-
+ ChangeLog                  |  19 +++++
+ doc/fontconfig-user.sgml    |  4 +-
+ fc-glyphname/fc-glyphname.c |  4 +-
+ fc-lang/fc-lang.c          |   2 +-
+ fc-match/fc-match.c        |   8 +-
+ fontconfig/fcprivate.h      |  2 +-
+ src/fccache.c              |  35 ++++----
+ src/fccfg.c                |   2 +-
+ src/fcdir.c                |   4 +-
+ src/fcfreetype.c           | 191
+ ++++++++++++++++++++++++--------------------
+ src/fcint.h                |  10 +--
+ src/fclist.c               |   2 +-
+ src/fcpat.c                |  80 +++++++++----------
+ src/fcstr.c                |   2 +-
+ src/fcxml.c                |  11 ++-
  15 files changed, 209 insertions(+), 167 deletions(-)
 
 commit 8cb4c56d9925bba17bce32c12f7e09d8f36b2e53
@@ -13716,7 +16043,7 @@ Date:   Wed Sep 7 15:38:46 2005 +0000
     Robustness fixes: check return values from read and lseek; fix
        uninitialized variables; ensure progress on FcCacheSkipToArch.
 
- src/fccache.c |   34 +++++++++++++++++++++++-----------
+ src/fccache.c | 34 +++++++++++++++++++++++-----------
  1 file changed, 23 insertions(+), 11 deletions(-)
 
 commit 03a212e525a34e2ceeac369bac669871d8cc681a
@@ -13731,10 +16058,10 @@ Date: Sat Sep 3 04:56:56 2005 +0000
        it is newer than the global cache; scan it manually if that's
        the case.
 
- src/fccache.c |   55
+ src/fccache.c | 55
  ++++++++++++++++++++++++++++++++++++++-----------------
- src/fccfg.c   |   23 ++++++++++++++++++++---
- src/fcint.h   |    1 +
+ src/fccfg.c   | 23 ++++++++++++++++++++---
+ src/fcint.h   |  1 +
  3 files changed, 59 insertions(+), 20 deletions(-)
 
 commit f6ee3db5f02eb8f41e3941e892964175cad0a898
@@ -13745,7 +16072,7 @@ Date:   Fri Sep 2 06:16:49 2005 +0000
     loops. Get rid
        of unused variables.
 
- src/fccache.c |    6 ++----
+ src/fccache.c | 6 ++----
  1 file changed, 2 insertions(+), 4 deletions(-)
 
 commit 07b3e5766332ad1b2ec0ae613476a123ec9c5453
@@ -13755,7 +16082,7 @@ Date:   Thu Sep 1 18:29:28 2005 +0000
     Apply Matthias Clasen's patch to fix obvious bogosity (i.e. missing
        FcObjectPtrU).
 
- src/fcpat.c |   2 +-
+ src/fcpat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 0230c9f88706ee4629bca625f1acd133a4cb1d9f
@@ -13764,7 +16091,7 @@ Date:   Thu Sep 1 06:59:44 2005 +0000
 
     Fix embarassing attempt to free a static buffer.
 
- src/fccache.c |    9 +++------
+ src/fccache.c | 9 +++------
  1 file changed, 3 insertions(+), 6 deletions(-)
 
 commit 2304e38f9bc070ccd54f80187c208d93b6eeb373
@@ -13778,11 +16105,11 @@ Date: Thu Sep 1 06:14:46 2005 +0000
        would it
        have in that directory...
 
- fc-cache/fc-cache.c    |    2 +-
- fontconfig/fontconfig.h |    2 +-
- src/fccache.c          |   40 ++++++++++++++++------------------------
- src/fcdir.c            |    4 ++--
- src/fcint.h            |    2 +-
+ fc-cache/fc-cache.c    |  2 +-
+ fontconfig/fontconfig.h |  2 +-
+ src/fccache.c          | 40 ++++++++++++++++------------------------
+ src/fcdir.c            |  4 ++--
+ src/fcint.h            |  2 +-
  5 files changed, 21 insertions(+), 29 deletions(-)
 
 commit 5e678e9459f71878d72f72d3765f7dc7e8f3f643
@@ -13795,9 +16122,9 @@ Date:   Wed Aug 31 15:12:41 2005 +0000
        in the supplied buffer. Fix thinkos in global cache freeing and in
        FcCacheSkipToArch.
 
- fc-cache/fc-cache.c |   3 +--
- src/fccache.c      |   36 ++++++++++++++++--------------------
- src/fcfs.c         |    3 ---
+ fc-cache/fc-cache.c | 3 +--
+ src/fccache.c      | 36 ++++++++++++++++--------------------
+ src/fcfs.c         |  3 ---
  3 files changed, 17 insertions(+), 25 deletions(-)
 
 commit fd77c154afb039b6b19f8e29c28dce652b2d060e
@@ -13806,7 +16133,7 @@ Date:   Tue Aug 30 23:03:42 2005 +0000
 
     Fix compilation error exposed with gcc 2.95.
 
- src/fccache.c |    5 ++++-
+ src/fccache.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 commit eb0cf67144258acbee0a5bf369b6dfb950fcebb9
@@ -13837,9 +16164,9 @@ Date:   Sun Aug 28 05:20:23 2005 +0000
     in cache
        files. Fix bugs in FcCacheBankToIndex.
 
- src/fccache.c |  152
- +++++++++++++++++++++++++++++++--------------------------
- src/fcint.h   |    2 +-
+ src/fccache.c | 152
+ ++++++++++++++++++++++++++++++++--------------------------
+ src/fcint.h   |   2 +-
  2 files changed, 85 insertions(+), 69 deletions(-)
 
 commit 7f37423d8c1acc8ece0555e66ae7f857c22a77a7
@@ -13856,13 +16183,13 @@ Date: Sat Aug 27 02:34:24 2005 +0000
        the
        object table in memory.
 
- src/fccfg.c  |    4 +-
- src/fcfs.c   |   11 ++--
- src/fcint.h  |   31 +++++-----
- src/fclist.c |    2 +-
- src/fcname.c |  181
- ++++++++++++++++++++++++++++++++++++++++++++++++----------
- src/fcpat.c  |   19 +++---
+ src/fccfg.c  |   4 +-
+ src/fcfs.c   |  11 ++--
+ src/fcint.h  |  31 +++++-----
+ src/fclist.c |   2 +-
+ src/fcname.c | 181
+ +++++++++++++++++++++++++++++++++++++++++++++++++----------
+ src/fcpat.c  |  19 +++----
  6 files changed, 186 insertions(+), 62 deletions(-)
 
 commit 1b7be377906048e4a3a8d6ab46ebaab8847a0573
@@ -13883,10 +16210,10 @@ Date: Thu Aug 25 07:38:02 2005 +0000
     which we
        create from the mmapped files.
 
- src/fccache.c |  710
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
- src/fccfg.c   |   21 +-
- src/fcint.h   |   53 ++++-
+ src/fccache.c | 710
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/fccfg.c   |  21 +-
+ src/fcint.h   |  53 ++++-
  3 files changed, 741 insertions(+), 43 deletions(-)
 
 commit 4262e0b3853bc2153270eb33d09a063f852f3f90
@@ -13938,17 +16265,17 @@ Date: Mon Jul 25 20:39:19 2005 +0000
     elements to
        avoid loading *.rpmsave or .dpkg-old files. (otaylor)
 
- ChangeLog                  |   19 +++++
- doc/fontconfig-user.sgml    |   4 +-
- fc-glyphname/fc-glyphname.c |   4 +-
- fc-lang/fc-lang.c          |    2 +-
- fc-match/fc-match.c        |    8 +-
- src/fccfg.c                |    2 +-
- src/fcfreetype.c           |  191
- ++++++++++++++++++++++++-------------------
- src/fcpat.c                |    2 +-
- src/fcstr.c                |    2 +-
- src/fcxml.c                |   11 ++-
+ ChangeLog                  |  19 +++++
+ doc/fontconfig-user.sgml    |  4 +-
+ fc-glyphname/fc-glyphname.c |  4 +-
+ fc-lang/fc-lang.c          |   2 +-
+ fc-match/fc-match.c        |   8 +-
+ src/fccfg.c                |   2 +-
+ src/fcfreetype.c           | 191
+ ++++++++++++++++++++++++--------------------
+ src/fcpat.c                |   2 +-
+ src/fcstr.c                |   2 +-
+ src/fcxml.c                |  11 ++-
  10 files changed, 144 insertions(+), 101 deletions(-)
 
 commit 212c9f437e959fbdc5fe344c67b8c1cf8ca63edb
@@ -13990,12 +16317,12 @@ Date: Fri Jul 15 18:49:12 2005 +0000
 
     Forward port cworth's patch to branch.
 
- ChangeLog    |   15 +++++++++++++++
- src/fcinit.c |    2 +-
- src/fcint.h  |    2 +-
- src/fcpat.c  |   60
- +++++++++++++++++++++++++++++++++++++++-------------------
- src/fcxml.c  |    1 +
+ ChangeLog    | 15 +++++++++++++++
+ src/fcinit.c |  2 +-
+ src/fcint.h  |  2 +-
+ src/fcpat.c  | 60
+ +++++++++++++++++++++++++++++++++++++++++-------------------
+ src/fcxml.c  |  1 +
  5 files changed, 59 insertions(+), 21 deletions(-)
 
 commit 7850458d28ae2cb3b1d7fa9dd9fecd125cef5369
@@ -14009,11 +16336,11 @@ Date: Fri Jul 15 17:43:44 2005 +0000
        well.
     Clear FILE* to NULL after fclose.
 
- ChangeLog    |   15 +++++++++++++++
- src/fcinit.c |    2 +-
- src/fcint.h  |    2 +-
- src/fcpat.c  |   49 ++++++++++++++++++++++++++++++++++++-------------
- src/fcxml.c  |    1 +
+ ChangeLog    | 15 +++++++++++++++
+ src/fcinit.c |  2 +-
+ src/fcint.h  |  2 +-
+ src/fcpat.c  | 49 ++++++++++++++++++++++++++++++++++++-------------
+ src/fcxml.c  |  1 +
  5 files changed, 54 insertions(+), 15 deletions(-)
 
 commit 0fa680f0766a8f545b20a7935a19e9db5529f903
@@ -14026,12 +16353,12 @@ Date: Thu Jul 7 12:09:10 2005 +0000
        strings). Static strings belong to a single buffer, while dynamic
        strings are independently allocated.
 
- fontconfig/fontconfig.h |    9 +-
- src/fccfg.c            |    7 +-
- src/fcname.c           |    2 +-
- src/fcpat.c            |  560
- +++++++++++++++++++++++++++++++++--------------
- src/fcxml.c            |    2 +-
+ fontconfig/fontconfig.h |   9 +-
+ src/fccfg.c            |   7 +-
+ src/fcname.c           |   2 +-
+ src/fcpat.c            | 560
+ ++++++++++++++++++++++++++++++++++--------------
+ src/fcxml.c            |   2 +-
  5 files changed, 408 insertions(+), 172 deletions(-)
 
 commit cd2ec1a940888ebcbd323a8000d2fcced41ddf9e
@@ -14075,24 +16402,24 @@ Date: Tue Jun 28 03:41:02 2005 +0000
        appear to
        work the same way.
 
- fc-lang/fc-lang.c      |   17 +-
- fontconfig/fcprivate.h  |    8 +-
- fontconfig/fontconfig.h |   50 ++-
- src/fccache.c          |   32 ++
- src/fccfg.c            |  135 ++++----
- src/fccharset.c        |  371 +++++++++++++++-----
- src/fcdbg.c            |   26 +-
- src/fcfs.c             |   36 ++
- src/fcint.h            |  212 +++++++++++-
- src/fclang.c           |  164 +++++++--
- src/fclist.c           |  104 +++---
- src/fcmatch.c          |   69 ++--
- src/fcmatrix.c                 |   71 +++-
- src/fcname.c           |   35 +-
- src/fcpat.c            |  866
- +++++++++++++++++++++++++++++++++++++----------
- src/fcstr.c            |  219 ++++++++++--
- src/fcxml.c            |   13 +-
+ fc-lang/fc-lang.c      |  17 +-
+ fontconfig/fcprivate.h  |   8 +-
+ fontconfig/fontconfig.h |  50 ++-
+ src/fccache.c          |  32 ++
+ src/fccfg.c            | 135 ++++----
+ src/fccharset.c        | 371 ++++++++++++++++-----
+ src/fcdbg.c            |  26 +-
+ src/fcfs.c             |  36 ++
+ src/fcint.h            | 212 +++++++++++-
+ src/fclang.c           | 164 ++++++---
+ src/fclist.c           | 104 +++---
+ src/fcmatch.c          |  69 ++--
+ src/fcmatrix.c                 |  71 +++-
+ src/fcname.c           |  35 +-
+ src/fcpat.c            | 866
+ ++++++++++++++++++++++++++++++++++++++----------
+ src/fcstr.c            | 219 ++++++++++--
+ src/fcxml.c            |  13 +-
  17 files changed, 1902 insertions(+), 526 deletions(-)
 
 commit f1a42f6b5f9bcd774d09002509b2872c04025c1b
@@ -14104,8 +16431,8 @@ Date:   Fri Jun 17 03:01:43 2005 +0000
        for !FcOpContains.
     reviewed by: keithp
 
- ChangeLog   |   8 ++++++++
- src/fccfg.c |   4 +++-
+ ChangeLog   | 8 ++++++++
+ src/fccfg.c | 4 +++-
  2 files changed, 11 insertions(+), 1 deletion(-)
 
 commit adc7abacbf0e2eae882d035f10117fb009b71bdd
@@ -14114,9 +16441,9 @@ Date:   Fri May 20 16:21:39 2005 +0000
 
     Move fontconfig source package to libs as per override
 
- ChangeLog       |    6 ++++++
- debian/changelog |    2 ++
- debian/control   |    2 +-
+ ChangeLog       | 6 ++++++
+ debian/changelog | 2 ++
+ debian/control   | 2 +-
  3 files changed, 9 insertions(+), 1 deletion(-)
 
 commit a65a77aecfd2182589fd5fe1a1ec1ef1f250c795
@@ -14131,8 +16458,8 @@ Date:   Fri May 20 15:56:51 2005 +0000
     http://aiet.qartuli.net/docs/georgian_on_linux_en.php
     reviewed by: Mike Fabian Bug: 3352
 
- ChangeLog      |   11 +++++++++++
- fc-lang/ka.orth |    5 +++--
+ ChangeLog      | 11 +++++++++++
+ fc-lang/ka.orth |  5 +++--
  2 files changed, 14 insertions(+), 2 deletions(-)
 
 commit 87c887464a6fc20310998146b8558179ebe18923
@@ -14141,9 +16468,9 @@ Date:   Wed Apr 27 19:08:08 2005 +0000
 
     Update date to real 2.3.2 release date. Fix change attributions
 
- ChangeLog       |   14 ++++++++++++++
- README                  |    5 +++--
- debian/changelog |    2 +-
+ ChangeLog       | 14 ++++++++++++++
+ README                  |  5 +++--
+ debian/changelog |  2 +-
  3 files changed, 18 insertions(+), 3 deletions(-)
 
 commit 5c1853cd4c9bd511f0ae9f644a2a30025116987e
@@ -14153,7 +16480,7 @@ Date:   Wed Apr 27 16:22:46 2005 +0000
     Bump so revision for 2.3.2
     Fix a few minor leaks in error cases.
 
- fc-cache/fc-cache.c |  11 ++++++++++-
+ fc-cache/fc-cache.c | 11 ++++++++++-
  1 file changed, 10 insertions(+), 1 deletion(-)
 
 commit 1cb309adcb881409d669749bbca91056a0967ccf
@@ -14162,11 +16489,11 @@ Date: Sat Apr 23 04:32:23 2005 +0000
 
     Update for version 2.3.2
 
- ChangeLog              |    8 ++++++++
- README                         |   11 +++++++++--
- configure.in           |    2 +-
- debian/changelog       |    7 +++++++
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  8 ++++++++
+ README                         | 11 +++++++++--
+ configure.in           |  2 +-
+ debian/changelog       |  7 +++++++
+ fontconfig/fontconfig.h |  2 +-
  5 files changed, 26 insertions(+), 4 deletions(-)
 
 commit 716ac8b8033794e2557ad567005dfff4dd95f031
@@ -14188,25 +16515,25 @@ Date: Thu Apr 21 19:03:53 2005 +0000
     Must fetch bitmap glyphs to get width values to check for
        monospace/dual-width fonts.
 
- ChangeLog                 |   36 +++++++++++
- debian/fontconfig.postinst |   8 ++-
- debian/po/cs.po           |  154
- ++++++++++++++++++--------------------------
- debian/po/da.po           |   94 ++++++++++-----------------
- debian/po/de.po           |   71 ++++++--------------
- debian/po/es.po           |   77 ++++++----------------
- debian/po/fr.po           |   77 ++++++----------------
- debian/po/ja.po           |  150
- +++++++++---------------------------------
- debian/po/nl.po           |   71 ++++++--------------
- debian/po/pt.po           |   71 ++++++--------------
- debian/po/pt_BR.po        |   77 ++++++----------------
- debian/po/templates.pot    |  66 +++++--------------
- debian/po/tr.po           |   71 ++++++--------------
- debian/po/zh_CN.po        |   71 ++++++--------------
- fc-cache/fc-cache.c       |    1 +
- fonts.conf.in             |   37 ++++-------
- src/fcfreetype.c          |   84 +++++++++++++-----------
+ ChangeLog                 |  36 +++++++++++
+ debian/fontconfig.postinst |  8 ++-
+ debian/po/cs.po           | 154
+ +++++++++++++++++++--------------------------
+ debian/po/da.po           |  94 ++++++++++-----------------
+ debian/po/de.po           |  71 ++++++---------------
+ debian/po/es.po           |  77 +++++++----------------
+ debian/po/fr.po           |  77 +++++++----------------
+ debian/po/ja.po           | 150
+ +++++++++----------------------------------
+ debian/po/nl.po           |  71 ++++++---------------
+ debian/po/pt.po           |  71 ++++++---------------
+ debian/po/pt_BR.po        |  77 +++++++----------------
+ debian/po/templates.pot    |  66 +++++--------------
+ debian/po/tr.po           |  71 ++++++---------------
+ debian/po/zh_CN.po        |  71 ++++++---------------
+ fc-cache/fc-cache.c       |   1 +
+ fonts.conf.in             |  37 +++++------
+ src/fcfreetype.c          |  84 ++++++++++++++-----------
  17 files changed, 404 insertions(+), 812 deletions(-)
 
 commit 2ff4f0760a700bf7c6e1ed4c5072a524b02243ca
@@ -14215,8 +16542,8 @@ Date:   Wed Apr 13 09:11:52 2005 +0000
 
     Check that a pattern isn't already frozen in FcPatternFreeze
 
- ChangeLog   |   5 +++++
- src/fcpat.c |   3 +++
+ ChangeLog   | 5 +++++
+ src/fcpat.c | 3 +++
  2 files changed, 8 insertions(+)
 
 commit ae7d0f35938693d250f09165fb6486b9e0f4b9bd
@@ -14227,10 +16554,10 @@ Date: Thu Mar 31 19:16:49 2005 +0000
     trather
        than string compares
 
- ChangeLog     |    8 ++++++++
- src/fclist.c  |    5 +++--
- src/fcmatch.c |    2 +-
- src/fcpat.c   |    3 ++-
+ ChangeLog     | 8 ++++++++
+ src/fclist.c  | 5 +++--
+ src/fcmatch.c | 2 +-
+ src/fcpat.c   | 3 ++-
  4 files changed, 14 insertions(+), 4 deletions(-)
 
 commit 156032744ee08a5d6a60e1bc1c2e0fc3702567d7
@@ -14239,8 +16566,8 @@ Date:   Thu Mar 17 08:57:11 2005 +0000
 
     Add the .dll to the dll name.
 
- ChangeLog            |    4 ++++
- src/fontconfig.def.in |    2 +-
+ ChangeLog            | 4 ++++
+ src/fontconfig.def.in | 2 +-
  2 files changed, 5 insertions(+), 1 deletion(-)
 
 commit 5f347d9cd50069a50174cc243acab64ee4e537a9
@@ -14253,12 +16580,11 @@ Date: Thu Mar 10 22:06:20 2005 +0000
     Update
        debian to version 2.3.1-2
 
- ChangeLog                  |   11 +++++++++++
- debian/README.Debian       |   19 ++++++++++---------
- debian/changelog           |   10 ++++++++++
- debian/fontconfig.postinst  |   2 +-
- debian/fontconfig.templates |  39
- ++++++++-------------------------------
+ ChangeLog                  | 11 +++++++++++
+ debian/README.Debian       | 19 ++++++++++---------
+ debian/changelog           | 10 ++++++++++
+ debian/fontconfig.postinst  | 2 +-
+ debian/fontconfig.templates | 39 ++++++++-------------------------------
  5 files changed, 40 insertions(+), 41 deletions(-)
 
 commit 8c74026071aae6ad70a96b81398498dcb28c0255
@@ -14267,9 +16593,9 @@ Date:   Wed Mar 9 04:57:42 2005 +0000
 
     Update debian for 2.3.1
 
- ChangeLog       |    6 ++++++
- debian/changelog |   11 +++++++++++
- debian/rules    |    1 +
+ ChangeLog       |  6 ++++++
+ debian/changelog | 11 +++++++++++
+ debian/rules    |  1 +
  3 files changed, 18 insertions(+)
 
 commit 79da4fe91ff0cee974e1ec7003857fb47c0f55d5
@@ -14279,9 +16605,9 @@ Date:   Wed Mar 9 00:47:11 2005 +0000
     Get the DLL from "bin" where modern libtools put it, not "lib".
     Check also drive letter prefix on Win32.
 
- ChangeLog        |    8 ++++++++
- fontconfig-zip.in |   2 +-
- src/fccfg.c      |    4 +++-
+ ChangeLog        | 8 ++++++++
+ fontconfig-zip.in | 2 +-
+ src/fccfg.c      | 4 +++-
  3 files changed, 12 insertions(+), 2 deletions(-)
 
 commit d49dde9f900777f8482290dbafc6acb52a2b9432
@@ -14290,10 +16616,10 @@ Date: Tue Mar 8 23:39:02 2005 +0000
 
     Update for 2.3.1
 
- ChangeLog              |    7 +++++++
- README                         |   12 ++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  7 +++++++
+ README                         | 12 ++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 19 insertions(+), 4 deletions(-)
 
 commit 76a8dfa3378fc1bd0397a95f2da56d5c6fb2540c
@@ -14305,8 +16631,8 @@ Date:   Sat Mar 5 23:50:55 2005 +0000
        tags like 'lao ' work while rejecting those which have any digits.
        Eliminate a spurious debugging variable (len)
 
- ChangeLog       |    8 ++++++++
- src/fcfreetype.c |   20 ++++++++++++--------
+ ChangeLog       |  8 ++++++++
+ src/fcfreetype.c | 20 ++++++++++++--------
  2 files changed, 20 insertions(+), 8 deletions(-)
 
 commit 219f7818dacb5417ab9e481b1fc21a79511e5fe7
@@ -14317,9 +16643,9 @@ Date:   Sat Mar 5 23:34:57 2005 +0000
     for the
        broken font go to Manish Singh
 
- ChangeLog       |    7 ++++++
- src/fcfreetype.c |   64
- +++++++++++++++++++++++++++++++++++++-----------------
+ ChangeLog       |  7 +++++++
+ src/fcfreetype.c | 64
+ ++++++++++++++++++++++++++++++++++++++------------------
  2 files changed, 51 insertions(+), 20 deletions(-)
 
 commit 97bde49a2b791de9ad66aed97ca07c22302da60d
@@ -14335,14 +16661,14 @@ Date: Sat Mar 5 20:58:39 2005 +0000
     Funda Wang:
     Johap -> Johab
 
- ChangeLog                  |   20 ++++++++++++++++++++
- debian/changelog           |   13 +++++++++++--
- debian/control                     |    1 +
- debian/fontconfig.config    |   2 +-
- debian/fontconfig.postinst  |   2 +-
- debian/fontconfig.templates |   4 ++--
- debian/rules               |    4 ++--
- src/fcfreetype.c           |    2 +-
+ ChangeLog                  | 20 ++++++++++++++++++++
+ debian/changelog           | 13 +++++++++++--
+ debian/control                     |  1 +
+ debian/fontconfig.config    | 2 +-
+ debian/fontconfig.postinst  | 2 +-
+ debian/fontconfig.templates | 4 ++--
+ debian/rules               |  4 ++--
+ src/fcfreetype.c           |  2 +-
  8 files changed, 39 insertions(+), 9 deletions(-)
 
 commit 683dc3c476f1ee514c252a05311efc7a97fbaee9
@@ -14356,19 +16682,19 @@ Date: Thu Mar 3 06:20:57 2005 +0000
     Change sub-pixel rendering debconf descriptions from Enable/Disable to
        Always/Never.
 
- ChangeLog                  |   22 ++++++++++++++++++++++
- Makefile.am                |    3 ---
- conf.d/Makefile.am         |    7 +++++--
- conf.d/autohint.conf       |    9 +++++++++
- conf.d/no-sub-pixel.conf    |   9 +++++++++
- conf.d/sub-pixel.conf      |    3 ---
- conf.d/unhinted.conf       |    9 +++++++++
- debian/autohint.conf       |    9 ---------
- debian/fontconfig.install   |   1 +
- debian/fontconfig.postinst  |   4 ++--
- debian/fontconfig.templates |  11 +++++------
- debian/no-sub-pixel.conf    |  12 ------------
- debian/unhinted.conf       |    9 ---------
+ ChangeLog                  | 22 ++++++++++++++++++++++
+ Makefile.am                |  3 ---
+ conf.d/Makefile.am         |  7 +++++--
+ conf.d/autohint.conf       |  9 +++++++++
+ conf.d/no-sub-pixel.conf    | 9 +++++++++
+ conf.d/sub-pixel.conf      |  3 ---
+ conf.d/unhinted.conf       |  9 +++++++++
+ debian/autohint.conf       |  9 ---------
+ debian/fontconfig.install   | 1 +
+ debian/fontconfig.postinst  | 4 ++--
+ debian/fontconfig.templates | 11 +++++------
+ debian/no-sub-pixel.conf    | 12 ------------
+ debian/unhinted.conf       |  9 ---------
  13 files changed, 62 insertions(+), 46 deletions(-)
 
 commit dc2e06ab0707f8e2ffd5fe5c1d2db38dd594b551
@@ -14382,48 +16708,48 @@ Date: Thu Mar 3 01:59:28 2005 +0000
     Update debian build system to switch maintainers and deal with 2.3
        functionality
 
- .cvsignore                       |    7 +
- ChangeLog                        |   53 +++
- Makefile.am                      |   50 ++-
- conf.d/.cvsignore                |    2 +
- config/config.guess              |  846
- ++++++++++++++++++++-----------------
- config/config.sub                |  449 ++++++++++++++------
- debian/README.Debian             |   44 ++
- debian/autohint.conf             |    9 +
- debian/changelog                 |  661 +++++++++++++++++++++++++++++
- debian/compat                    |    1 +
- debian/control                           |   78 ++++
- debian/copyright                 |   29 ++
- debian/fontconfig-udeb.install    |   3 +
- debian/fontconfig.config         |   10 +
- debian/fontconfig.defoma         |  162 +++++++
- debian/fontconfig.dirs                   |    1 +
- debian/fontconfig.install        |    6 +
- debian/fontconfig.postinst       |  139 ++++++
- debian/fontconfig.postrm         |   26 ++
- debian/fontconfig.templates      |   51 +++
- debian/libfontconfig1-dev.install |   7 +
- debian/libfontconfig1.install    |    1 +
- debian/local.conf.md5sum         |   18 +
- debian/no-sub-pixel.conf         |   12 +
- debian/po/POTFILES.in            |    1 +
- debian/po/cs.po                  |  154 +++++++
- debian/po/da.po                  |  174 ++++++++
- debian/po/de.po                  |  157 +++++++
- debian/po/es.po                  |  198 +++++++++
- debian/po/fr.po                  |  194 +++++++++
- debian/po/ja.po                  |  180 ++++++++
- debian/po/nl.po                  |  158 +++++++
- debian/po/pt.po                  |  145 +++++++
- debian/po/pt_BR.po               |  183 ++++++++
- debian/po/templates.pot          |  120 ++++++
- debian/po/tr.po                  |  150 +++++++
- debian/po/zh_CN.po               |  148 +++++++
- debian/rules                     |   39 ++
- debian/unhinted.conf             |    9 +
- doc/.cvsignore                           |    1 +
- doc/Makefile.am                  |   13 +-
+ .cvsignore                       |   7 +
+ ChangeLog                        |  53 +++
+ Makefile.am                      |  50 ++-
+ conf.d/.cvsignore                |   2 +
+ config/config.guess              | 846
+ ++++++++++++++++++++------------------
+ config/config.sub                | 449 ++++++++++++++------
+ debian/README.Debian             |  44 ++
+ debian/autohint.conf             |   9 +
+ debian/changelog                 | 661 +++++++++++++++++++++++++++++
+ debian/compat                    |   1 +
+ debian/control                           |  78 ++++
+ debian/copyright                 |  29 ++
+ debian/fontconfig-udeb.install    |   3 +
+ debian/fontconfig.config         |  10 +
+ debian/fontconfig.defoma         | 162 ++++++++
+ debian/fontconfig.dirs                   |   1 +
+ debian/fontconfig.install        |   6 +
+ debian/fontconfig.postinst       | 139 +++++++
+ debian/fontconfig.postrm         |  26 ++
+ debian/fontconfig.templates      |  51 +++
+ debian/libfontconfig1-dev.install |   7 +
+ debian/libfontconfig1.install    |   1 +
+ debian/local.conf.md5sum         |  18 +
+ debian/no-sub-pixel.conf         |  12 +
+ debian/po/POTFILES.in            |   1 +
+ debian/po/cs.po                  | 154 +++++++
+ debian/po/da.po                  | 174 ++++++++
+ debian/po/de.po                  | 157 +++++++
+ debian/po/es.po                  | 198 +++++++++
+ debian/po/fr.po                  | 194 +++++++++
+ debian/po/ja.po                  | 180 ++++++++
+ debian/po/nl.po                  | 158 +++++++
+ debian/po/pt.po                  | 145 +++++++
+ debian/po/pt_BR.po               | 183 +++++++++
+ debian/po/templates.pot          | 120 ++++++
+ debian/po/tr.po                  | 150 +++++++
+ debian/po/zh_CN.po               | 148 +++++++
+ debian/rules                     |  39 ++
+ debian/unhinted.conf             |   9 +
+ doc/.cvsignore                           |   1 +
+ doc/Makefile.am                  |  13 +-
  41 files changed, 4171 insertions(+), 518 deletions(-)
 
 commit 4afc00ca02bb3f49fe214463e0f194486f438b70
@@ -14432,10 +16758,10 @@ Date: Tue Mar 1 20:48:36 2005 +0000
 
     Update for 2.3.0
 
- ChangeLog              |    7 +++++++
- README                         |   14 ++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ ChangeLog              |  7 +++++++
+ README                         | 14 ++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  4 ++--
  4 files changed, 22 insertions(+), 5 deletions(-)
 
 commit 0c009d2b6df523bba7a10ad148287bed2df9ebd6
@@ -14453,15 +16779,15 @@ Date: Tue Mar 1 20:36:48 2005 +0000
     Mark FC_SOURCE deprecated.
     Don't set FC_SOURCE any longer.
 
- ChangeLog                |   25 +++++++++++++++
- doc/Makefile.am          |   18 ++++++++++-
- doc/fcpattern.fncs       |    3 +-
- doc/fcstring.fncs        |   40 ++++++++++++++++++++++--
- doc/fontconfig-devel.sgml |   10 +++++-
- doc/fontconfig-user.sgml  |   74
- +++++++++++++++++++++++++++++++++++++++------
- fontconfig/fontconfig.h   |   2 +-
- src/fcfreetype.c         |    3 --
+ ChangeLog                | 25 ++++++++++++++++
+ doc/Makefile.am          | 18 +++++++++++-
+ doc/fcpattern.fncs       |  3 +-
+ doc/fcstring.fncs        | 40 +++++++++++++++++++++++--
+ doc/fontconfig-devel.sgml | 10 ++++++-
+ doc/fontconfig-user.sgml  | 74
+ ++++++++++++++++++++++++++++++++++++++++-------
+ fontconfig/fontconfig.h   |  2 +-
+ src/fcfreetype.c         |  3 --
  8 files changed, 156 insertions(+), 19 deletions(-)
 
 commit 414f720281b416736b92913f4bcbceac1a781cde
@@ -14475,15 +16801,15 @@ Date: Mon Feb 28 18:56:15 2005 +0000
        easily integrated into installation systems.
     Tag FC_EMBOLDEN as a boolean variable
 
- ChangeLog              |   18 ++++++++++++++++++
- Makefile.am            |   24 ++----------------------
- conf.d/Makefile.am     |   34 ++++++++++++++++++++++++++++++++++
- conf.d/README          |    8 ++++++++
- conf.d/no-bitmaps.conf  |   13 +++++++++++++
- conf.d/sub-pixel.conf  |   12 ++++++++++++
- conf.d/yes-bitmaps.conf |   13 +++++++++++++
- configure.in           |    1 +
- src/fcname.c           |    1 +
+ ChangeLog              | 18 ++++++++++++++++++
+ Makefile.am            | 24 ++----------------------
+ conf.d/Makefile.am     | 34 ++++++++++++++++++++++++++++++++++
+ conf.d/README          |  8 ++++++++
+ conf.d/no-bitmaps.conf  | 13 +++++++++++++
+ conf.d/sub-pixel.conf  | 12 ++++++++++++
+ conf.d/yes-bitmaps.conf | 13 +++++++++++++
+ configure.in           |  1 +
+ src/fcname.c           |  1 +
  9 files changed, 102 insertions(+), 22 deletions(-)
 
 commit 47b49bf14b5cd433366a02374dfaf1c27a57cc91
@@ -14494,8 +16820,8 @@ Date:   Thu Feb 10 23:00:51 2005 +0000
     (bug #2518)
     reviewed by: pborelli@katamail.com
 
- ChangeLog   |   8 ++++++++
- src/fcdir.c |   2 ++
+ ChangeLog   | 8 ++++++++
+ src/fcdir.c | 2 ++
  2 files changed, 10 insertions(+)
 
 commit afca783626534477f07b03d173bbe9f51e03b53b
@@ -14504,10 +16830,10 @@ Date: Sat Jan 29 00:42:37 2005 +0000
 
     Update for version 2.2.99
 
- ChangeLog              |   11 +++++++++--
- README                         |   16 ++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 11 +++++++++--
+ README                         | 16 ++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 25 insertions(+), 6 deletions(-)
 
 commit 845a0bf37a6f8f16fe40f3037fa727cc9c5569f3
@@ -14516,8 +16842,8 @@ Date:   Sat Jan 29 00:33:47 2005 +0000
 
     Add a few pointers
 
- ChangeLog |   5 +++++
- README    |   3 +++
+ ChangeLog | 5 +++++
+ README    | 3 +++
  2 files changed, 8 insertions(+)
 
 commit ca60d2b5c503cb58ed235cbdd82ac623cda307ff
@@ -14528,11 +16854,11 @@ Date: Fri Jan 28 23:55:14 2005 +0000
     errors in
        the font configuration.
 
- ChangeLog    |   10 +++
- src/fcint.h  |   12 +--
- src/fcname.c |    2 +-
- src/fcxml.c  |  252
- ++++++++++++++++++++++++++++++++++++++++++++++------------
+ ChangeLog    |  10 +++
+ src/fcint.h  |  12 +--
+ src/fcname.c |   2 +-
+ src/fcxml.c  | 252
+ ++++++++++++++++++++++++++++++++++++++++++++++-------------
  4 files changed, 211 insertions(+), 65 deletions(-)
 
 commit 59e149e757795a7c0ec66c35b551a66e0da42098
@@ -14542,8 +16868,8 @@ Date:   Sun Jan 16 01:41:24 2005 +0000
     Have --with-expat set EXPAT_CFLAGS (bug 2278)
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog    |    7 +++++++
- configure.in |   11 ++++++++++-
+ ChangeLog    |  7 +++++++
+ configure.in | 11 ++++++++++-
  2 files changed, 17 insertions(+), 1 deletion(-)
 
 commit d8ae9c92197f1f2782b9decb276f6da756ce882d
@@ -14554,16 +16880,16 @@ Date: Thu Jan 13 18:31:50 2005 +0000
     Cross compiling fixes (bug 280)
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog               |   18 ++++++++++++++++++
- Makefile.am             |   17 ++++++++++++++++-
- configure.in            |   44
+ ChangeLog               | 18 ++++++++++++++++++
+ Makefile.am             | 17 ++++++++++++++++-
+ configure.in            | 44
  ++++++++++++++++++++++++++++++++++++++++++++
- doc/Makefile.am         |    8 ++++++--
- doc/fontconfig-user.sgml |    5 +++++
- fc-case/Makefile.am     |    8 ++++++--
- fc-glyphname/Makefile.am |    8 ++++++--
- fc-lang/Makefile.am     |    8 ++++++--
- src/fontconfig.def.in   |    2 +-
+ doc/Makefile.am         |  8 ++++++--
+ doc/fontconfig-user.sgml |  5 +++++
+ fc-case/Makefile.am     |  8 ++++++--
+ fc-glyphname/Makefile.am |  8 ++++++--
+ fc-lang/Makefile.am     |  8 ++++++--
+ src/fontconfig.def.in   |  2 +-
  9 files changed, 108 insertions(+), 10 deletions(-)
 
 commit 8759822e8fdaebcaaea82571d6b084003ca5751e
@@ -14572,8 +16898,8 @@ Date:   Thu Jan 13 18:10:42 2005 +0000
 
     Update blanks list (Closes bug 86)
 
- ChangeLog     |    5 +++++
- fonts.conf.in |   52 +++++++++++++++++++++++++++++++---------------------
+ ChangeLog     |  5 +++++
+ fonts.conf.in | 52 +++++++++++++++++++++++++++++++---------------------
  2 files changed, 36 insertions(+), 21 deletions(-)
 
 commit fce87a189b2e89a07e271ff7f1e3dab0d4b5b919
@@ -14583,8 +16909,8 @@ Date:   Tue Jan 4 21:54:50 2005 +0000
     Verify that every font pattern loaded from cache has both FC_FILE and
        FC_FAMILY entries. Attempt to fix bug #2219.
 
- ChangeLog     |    7 +++++++
- src/fccache.c |   10 +++++++++-
+ ChangeLog     |  7 +++++++
+ src/fccache.c | 10 +++++++++-
  2 files changed, 16 insertions(+), 1 deletion(-)
 
 commit d53461812d46ffb2eaffb2c512e8740e8536e498
@@ -14593,10 +16919,10 @@ Date: Wed Dec 29 19:44:51 2004 +0000
 
     Update for version 2.2.98
 
- ChangeLog              |    7 +++++++
- README                         |   22 ++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  7 +++++++
+ README                         | 22 ++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 29 insertions(+), 4 deletions(-)
 
 commit 479f551f6df7fe78b5f3bedb40a4c0c4e10f2f50
@@ -14608,9 +16934,9 @@ Date:   Wed Dec 29 19:37:14 2004 +0000
     (useful
        for testing case conversion functions)
 
- ChangeLog              |    8 ++++++++
- fontconfig/fontconfig.h |   10 +++++++---
- src/fcstr.c            |   21 ++++++++++++++++++++-
+ ChangeLog              |  8 ++++++++
+ fontconfig/fontconfig.h | 10 +++++++---
+ src/fcstr.c            | 21 ++++++++++++++++++++-
  3 files changed, 35 insertions(+), 4 deletions(-)
 
 commit 02748dd3b8830a60439340a768959231e669b55c
@@ -14621,12 +16947,12 @@ Date: Wed Dec 29 10:07:10 2004 +0000
     Reviewed by: Keith Packard
     Remove Han characters from Korean orthography
 
- .cvsignore          |    1 +
- ChangeLog           |   15 +
- fc-case/.cvsignore   |    6 +
- fc-lang/iso-3166.txt |  242 +
- fc-lang/ko.orth      |18729
- +++++++-------------------------------------------
+ .cvsignore          |     1 +
+ ChangeLog           |    15 +
+ fc-case/.cvsignore   |     6 +
+ fc-lang/iso-3166.txt |   242 +
+ fc-lang/ko.orth      | 18729
+ +++++++------------------------------------------
  5 files changed, 2776 insertions(+), 16217 deletions(-)
 
 commit 2ba729ed3bde6512aaab00b50442b86cb013f94e
@@ -14637,9 +16963,9 @@ Date:   Wed Dec 29 09:57:49 2004 +0000
        fc-lang uses fcstr.c which uses fccase.h
     Fix broken XML
 
- ChangeLog     |    8 ++++++++
- Makefile.am   |    2 +-
- fonts.conf.in |   10 +++++++---
+ ChangeLog     |  8 ++++++++
+ Makefile.am   |  2 +-
+ fonts.conf.in | 10 +++++++---
  3 files changed, 16 insertions(+), 4 deletions(-)
 
 commit 192296d852011f4a2abb6e9fd1ee741fa7f81673
@@ -14652,18 +16978,18 @@ Date: Wed Dec 29 09:15:17 2004 +0000
     Re-implement case insensitive functions with Unicode aware versions
        (including full case folding mappings)
 
- ChangeLog              |   26 ++
- Makefile.am            |    2 +-
- configure.in           |    1 +
- fc-case/CaseFolding.txt |  924
- +++++++++++++++++++++++++++++++++++++++++++++++
- fc-case/Makefile.am    |   52 +++
- fc-case/fc-case.c      |  363 +++++++++++++++++++
- fc-case/fccase.tmpl.h  |   25 ++
- fonts.conf.in          |   73 +++-
- src/fcint.h            |   34 ++
- src/fclist.c           |   16 +-
- src/fcstr.c            |  263 +++++++++++---
+ ChangeLog              |  26 ++
+ Makefile.am            |   2 +-
+ configure.in           |   1 +
+ fc-case/CaseFolding.txt | 924
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-case/Makefile.am    |  52 +++
+ fc-case/fc-case.c      | 363 +++++++++++++++++++
+ fc-case/fccase.tmpl.h  |  25 ++
+ fonts.conf.in          |  73 ++--
+ src/fcint.h            |  34 ++
+ src/fclist.c           |  16 +-
+ src/fcstr.c            | 263 +++++++++++---
  11 files changed, 1685 insertions(+), 94 deletions(-)
 
 commit 5cf8c5364f1b7a676f52b480fa55c571cadc6fda
@@ -14688,9 +17014,9 @@ Date:   Tue Dec 14 00:12:25 2004 +0000
        fonts.
     reviewed by: Owen Taylor <otaylor@redhat.com>
 
- ChangeLog     |   17 ++++++++++++
- src/fcmatch.c |   81
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
+ ChangeLog     | 17 +++++++++++++
+ src/fcmatch.c | 81
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  2 files changed, 96 insertions(+), 2 deletions(-)
 
 commit 46a10637cde656967b60f1e028b24763022358bb
@@ -14702,9 +17028,9 @@ Date:   Fri Dec 10 16:48:08 2004 +0000
        emboldening code will live in Xft.
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog              |   10 ++++++++++
- fontconfig/fontconfig.h |    1 +
- fonts.conf.in          |   20 ++++++++++++++++++++
+ ChangeLog              | 10 ++++++++++
+ fontconfig/fontconfig.h |  1 +
+ fonts.conf.in          | 20 ++++++++++++++++++++
  3 files changed, 31 insertions(+)
 
 commit 9af19286b0dcdf7636749b9efb64a50650554f2d
@@ -14725,8 +17051,8 @@ Date:   Thu Dec 9 19:36:30 2004 +0000
     of ru.orth
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog      |   16 ++++++++++++++++
- fc-lang/ru.orth |    4 ++--
+ ChangeLog      | 16 ++++++++++++++++
+ fc-lang/ru.orth |  4 ++--
  2 files changed, 18 insertions(+), 2 deletions(-)
 
 commit 1c52c0f0600b4c61fb3b16d2d7b5fa35c3e1b7f0
@@ -14742,12 +17068,12 @@ Date: Tue Dec 7 01:36:26 2004 +0000
        environment
        with 800 font files, I get a savings of about 90KB.
 
- ChangeLog    |   15 +++++++++++++++
- src/fcinit.c |    5 +++--
- src/fcint.h  |    3 ++-
- src/fclist.c |    2 +-
- src/fcpat.c  |   42 +++++++++++++-----------------------------
- src/fcxml.c  |    6 ------
+ ChangeLog    | 15 +++++++++++++++
+ src/fcinit.c |  5 +++--
+ src/fcint.h  |  3 ++-
+ src/fclist.c |  2 +-
+ src/fcpat.c  | 42 +++++++++++++-----------------------------
+ src/fcxml.c  |  6 ------
  6 files changed, 34 insertions(+), 39 deletions(-)
 
 commit 46b51147d10db21a4d5992074bcdc9022f45856b
@@ -14756,253 +17082,253 @@ Date:       Tue Dec 7 01:14:46 2004 +0000
 
     Change files from ISO-Latin-1 to UTF-8
 
- COPYING                        |    2 +-
- ChangeLog                      |  249
- +++++++++++++++++++++++++++++++++++++++
- Makefile.am                    |    2 +-
- config/Makedefs.in             |    2 +-
- configure.in                   |    2 +-
- doc/edit-sgml.c                |    2 +-
- doc/fcatomic.fncs              |    2 +-
- doc/fcblanks.fncs              |    2 +-
- doc/fccharset.fncs             |    2 +-
- doc/fcconfig.fncs              |    2 +-
- doc/fcconstant.fncs            |    2 +-
- doc/fcfile.fncs                |    2 +-
- doc/fcfontset.fncs             |    2 +-
- doc/fcfreetype.fncs            |    2 +-
- doc/fcinit.fncs                |    2 +-
- doc/fcmatrix.fncs              |    2 +-
- doc/fcobjectset.fncs           |    2 +-
- doc/fcobjecttype.fncs          |    2 +-
- doc/fcpattern.fncs             |    2 +-
- doc/fcstring.fncs              |    2 +-
- doc/fcstrset.fncs              |    2 +-
- doc/fcvalue.fncs               |    2 +-
- doc/fontconfig-devel.sgml      |    4 +-
- doc/fontconfig-user.sgml       |    2 +-
- doc/func.sgml                  |    2 +-
- doc/version.sgml.in            |    2 +-
- fc-cache/Makefile.am           |    2 +-
- fc-cache/fc-cache.c            |    2 +-
- fc-glyphname/Makefile.am       |    2 +-
- fc-glyphname/fc-glyphname.c    |    2 +-
- fc-glyphname/fcglyphname.tmpl.h |    2 +-
- fc-lang/Makefile.am            |    2 +-
- fc-lang/aa.orth                |    2 +-
- fc-lang/ab.orth                |    2 +-
- fc-lang/af.orth                |    2 +-
- fc-lang/am.orth                |    2 +-
- fc-lang/ar.orth                |    2 +-
- fc-lang/ast.orth               |    2 +-
- fc-lang/ava.orth               |    2 +-
- fc-lang/ay.orth                |    2 +-
- fc-lang/az.orth                |    2 +-
- fc-lang/az_ir.orth             |    2 +-
- fc-lang/ba.orth                |    2 +-
- fc-lang/bam.orth               |    2 +-
- fc-lang/be.orth                |    2 +-
- fc-lang/bg.orth                |    2 +-
- fc-lang/bh.orth                |    2 +-
- fc-lang/bho.orth               |    2 +-
- fc-lang/bi.orth                |    2 +-
- fc-lang/bin.orth               |    2 +-
- fc-lang/bn.orth                |    2 +-
- fc-lang/bo.orth                |    2 +-
- fc-lang/br.orth                |    2 +-
- fc-lang/bs.orth                |    2 +-
- fc-lang/bua.orth               |    2 +-
- fc-lang/ca.orth                |    2 +-
- fc-lang/ce.orth                |    2 +-
- fc-lang/ch.orth                |    2 +-
- fc-lang/chm.orth               |    2 +-
- fc-lang/chr.orth               |    2 +-
- fc-lang/co.orth                |    2 +-
- fc-lang/cs.orth                |    2 +-
- fc-lang/cu.orth                |    2 +-
- fc-lang/cv.orth                |    2 +-
- fc-lang/cy.orth                |    2 +-
- fc-lang/da.orth                |    2 +-
- fc-lang/de.orth                |    2 +-
- fc-lang/dz.orth                |    2 +-
- fc-lang/el.orth                |    2 +-
- fc-lang/en.orth                |    2 +-
- fc-lang/eo.orth                |    2 +-
- fc-lang/es.orth                |    2 +-
- fc-lang/et.orth                |    2 +-
- fc-lang/eu.orth                |    4 +-
- fc-lang/fa.orth                |    2 +-
- fc-lang/fc-lang.c              |    2 +-
- fc-lang/fc-lang.man            |    2 +-
- fc-lang/fclang.tmpl.h          |    2 +-
- fc-lang/fi.orth                |    2 +-
- fc-lang/fj.orth                |    2 +-
- fc-lang/fo.orth                |    2 +-
- fc-lang/fr.orth                |    2 +-
- fc-lang/ful.orth               |    2 +-
- fc-lang/fur.orth               |    2 +-
- fc-lang/fy.orth                |    4 +-
- fc-lang/ga.orth                |    2 +-
- fc-lang/gd.orth                |    2 +-
- fc-lang/gez.orth               |    2 +-
- fc-lang/gl.orth                |    2 +-
- fc-lang/gn.orth                |    4 +-
- fc-lang/gu.orth                |    2 +-
- fc-lang/gv.orth                |    2 +-
- fc-lang/ha.orth                |    2 +-
- fc-lang/haw.orth               |    2 +-
- fc-lang/he.orth                |    2 +-
- fc-lang/hi.orth                |    2 +-
- fc-lang/ho.orth                |    2 +-
- fc-lang/hr.orth                |    2 +-
- fc-lang/hu.orth                |    2 +-
- fc-lang/hy.orth                |    2 +-
- fc-lang/ia.orth                |    2 +-
- fc-lang/ibo.orth               |    2 +-
- fc-lang/id.orth                |    2 +-
- fc-lang/ie.orth                |    2 +-
- fc-lang/ik.orth                |    2 +-
- fc-lang/io.orth                |    2 +-
- fc-lang/is.orth                |    2 +-
- fc-lang/iso639-2               |  194 +++++++++++++++---------------
- fc-lang/it.orth                |    2 +-
- fc-lang/iu.orth                |    2 +-
- fc-lang/ja.orth                |    2 +-
- fc-lang/ka.orth                |    2 +-
- fc-lang/kaa.orth               |    2 +-
- fc-lang/ki.orth                |    2 +-
- fc-lang/kk.orth                |    2 +-
- fc-lang/kl.orth                |    2 +-
- fc-lang/km.orth                |    2 +-
- fc-lang/kn.orth                |    2 +-
- fc-lang/ko.orth                |    2 +-
- fc-lang/kok.orth               |    2 +-
- fc-lang/ks.orth                |    2 +-
- fc-lang/ku.orth                |    2 +-
- fc-lang/ku_ir.orth             |    2 +-
- fc-lang/kum.orth               |    2 +-
- fc-lang/kv.orth                |    2 +-
- fc-lang/kw.orth                |    2 +-
- fc-lang/ky.orth                |    2 +-
- fc-lang/la.orth                |    2 +-
- fc-lang/lb.orth                |    2 +-
- fc-lang/lez.orth               |    2 +-
- fc-lang/lo.orth                |    2 +-
- fc-lang/lt.orth                |    2 +-
- fc-lang/lv.orth                |    2 +-
- fc-lang/mg.orth                |    2 +-
- fc-lang/mh.orth                |    2 +-
- fc-lang/mi.orth                |    2 +-
- fc-lang/mk.orth                |    2 +-
- fc-lang/ml.orth                |    2 +-
- fc-lang/mn.orth                |    2 +-
- fc-lang/mo.orth                |    2 +-
- fc-lang/mr.orth                |    2 +-
- fc-lang/mt.orth                |    2 +-
- fc-lang/my.orth                |    2 +-
- fc-lang/nb.orth                |    4 +-
- fc-lang/nds.orth               |    2 +-
- fc-lang/ne.orth                |    2 +-
- fc-lang/nl.orth                |    2 +-
- fc-lang/nn.orth                |    2 +-
- fc-lang/no.orth                |    4 +-
- fc-lang/ny.orth                |    2 +-
- fc-lang/oc.orth                |    2 +-
- fc-lang/om.orth                |    2 +-
- fc-lang/or.orth                |    2 +-
- fc-lang/os.orth                |    2 +-
- fc-lang/pl.orth                |    2 +-
- fc-lang/ps_af.orth             |    2 +-
- fc-lang/ps_pk.orth             |    2 +-
- fc-lang/pt.orth                |    2 +-
- fc-lang/rm.orth                |    2 +-
- fc-lang/ro.orth                |    2 +-
- fc-lang/ru.orth                |    2 +-
- fc-lang/sa.orth                |    2 +-
- fc-lang/sah.orth               |    2 +-
- fc-lang/sco.orth               |    2 +-
- fc-lang/se.orth                |    4 +-
- fc-lang/sel.orth               |    2 +-
- fc-lang/sh.orth                |    2 +-
- fc-lang/si.orth                |    2 +-
- fc-lang/sk.orth                |    2 +-
- fc-lang/sl.orth                |    2 +-
- fc-lang/sm.orth                |    2 +-
- fc-lang/sma.orth               |    4 +-
- fc-lang/smj.orth               |    4 +-
- fc-lang/smn.orth               |    4 +-
- fc-lang/sms.orth               |    4 +-
- fc-lang/so.orth                |    2 +-
- fc-lang/sq.orth                |    2 +-
- fc-lang/sr.orth                |    2 +-
- fc-lang/sv.orth                |    2 +-
- fc-lang/sw.orth                |    2 +-
- fc-lang/syr.orth               |    2 +-
- fc-lang/ta.orth                |    2 +-
- fc-lang/te.orth                |    2 +-
- fc-lang/tg.orth                |    2 +-
- fc-lang/th.orth                |    2 +-
- fc-lang/ti_er.orth             |    2 +-
- fc-lang/ti_et.orth             |    2 +-
- fc-lang/tig.orth               |    2 +-
- fc-lang/tk.orth                |    2 +-
- fc-lang/tl.orth                |    2 +-
- fc-lang/tn.orth                |    2 +-
- fc-lang/to.orth                |    2 +-
- fc-lang/tr.orth                |    2 +-
- fc-lang/ts.orth                |    2 +-
- fc-lang/tt.orth                |    2 +-
- fc-lang/tw.orth                |    2 +-
- fc-lang/tyv.orth               |    2 +-
- fc-lang/ug.orth                |    2 +-
- fc-lang/uk.orth                |    2 +-
- fc-lang/ur.orth                |    2 +-
- fc-lang/uz.orth                |    2 +-
- fc-lang/ven.orth               |    2 +-
- fc-lang/vi.orth                |    2 +-
- fc-lang/vo.orth                |    4 +-
- fc-lang/vot.orth               |    2 +-
- fc-lang/wa.orth                |    2 +-
- fc-lang/wen.orth               |    2 +-
- fc-lang/wo.orth                |    2 +-
- fc-lang/xh.orth                |    2 +-
- fc-lang/yap.orth               |    2 +-
- fc-lang/yi.orth                |    2 +-
- fc-lang/yo.orth                |    2 +-
- fc-lang/zh_cn.orth             |    2 +-
- fc-lang/zh_hk.orth             |    2 +-
- fc-lang/zh_mo.orth             |    2 +-
- fc-lang/zh_sg.orth             |    2 +-
- fc-lang/zh_tw.orth             |    2 +-
- fc-lang/zu.orth                |    2 +-
- fc-list/Makefile.am            |    2 +-
- fc-list/fc-list.c              |    2 +-
- fc-match/Makefile.am           |    2 +-
- fc-match/fc-match.1            |    2 +-
- fc-match/fc-match.c            |    2 +-
- fontconfig/fcfreetype.h        |    2 +-
- fontconfig/fcprivate.h                 |    2 +-
- fontconfig/fontconfig.h        |    2 +-
- src/fcatomic.c                         |    2 +-
- src/fcblanks.c                         |    2 +-
- src/fccache.c                  |    2 +-
- src/fccfg.c                    |    2 +-
- src/fccharset.c                |    2 +-
- src/fcdbg.c                    |    2 +-
- src/fcdefault.c                |    2 +-
- src/fcdir.c                    |    2 +-
- src/fcfreetype.c               |    4 +-
- src/fcfs.c                     |    2 +-
- src/fcinit.c                   |    2 +-
- src/fcint.h                    |    2 +-
- src/fclang.c                   |    2 +-
- src/fclist.c                   |    2 +-
- src/fcmatch.c                  |    2 +-
- src/fcmatrix.c                         |    2 +-
- src/fcname.c                   |    2 +-
- src/fcpat.c                    |    2 +-
- src/fcstr.c                    |    2 +-
- src/fcxml.c                    |    2 +-
+ COPYING                        |   2 +-
+ ChangeLog                      | 249
+ ++++++++++++++++++++++++++++++++++++++++
+ Makefile.am                    |   2 +-
+ config/Makedefs.in             |   2 +-
+ configure.in                   |   2 +-
+ doc/edit-sgml.c                |   2 +-
+ doc/fcatomic.fncs              |   2 +-
+ doc/fcblanks.fncs              |   2 +-
+ doc/fccharset.fncs             |   2 +-
+ doc/fcconfig.fncs              |   2 +-
+ doc/fcconstant.fncs            |   2 +-
+ doc/fcfile.fncs                |   2 +-
+ doc/fcfontset.fncs             |   2 +-
+ doc/fcfreetype.fncs            |   2 +-
+ doc/fcinit.fncs                |   2 +-
+ doc/fcmatrix.fncs              |   2 +-
+ doc/fcobjectset.fncs           |   2 +-
+ doc/fcobjecttype.fncs          |   2 +-
+ doc/fcpattern.fncs             |   2 +-
+ doc/fcstring.fncs              |   2 +-
+ doc/fcstrset.fncs              |   2 +-
+ doc/fcvalue.fncs               |   2 +-
+ doc/fontconfig-devel.sgml      |   4 +-
+ doc/fontconfig-user.sgml       |   2 +-
+ doc/func.sgml                  |   2 +-
+ doc/version.sgml.in            |   2 +-
+ fc-cache/Makefile.am           |   2 +-
+ fc-cache/fc-cache.c            |   2 +-
+ fc-glyphname/Makefile.am       |   2 +-
+ fc-glyphname/fc-glyphname.c    |   2 +-
+ fc-glyphname/fcglyphname.tmpl.h |   2 +-
+ fc-lang/Makefile.am            |   2 +-
+ fc-lang/aa.orth                |   2 +-
+ fc-lang/ab.orth                |   2 +-
+ fc-lang/af.orth                |   2 +-
+ fc-lang/am.orth                |   2 +-
+ fc-lang/ar.orth                |   2 +-
+ fc-lang/ast.orth               |   2 +-
+ fc-lang/ava.orth               |   2 +-
+ fc-lang/ay.orth                |   2 +-
+ fc-lang/az.orth                |   2 +-
+ fc-lang/az_ir.orth             |   2 +-
+ fc-lang/ba.orth                |   2 +-
+ fc-lang/bam.orth               |   2 +-
+ fc-lang/be.orth                |   2 +-
+ fc-lang/bg.orth                |   2 +-
+ fc-lang/bh.orth                |   2 +-
+ fc-lang/bho.orth               |   2 +-
+ fc-lang/bi.orth                |   2 +-
+ fc-lang/bin.orth               |   2 +-
+ fc-lang/bn.orth                |   2 +-
+ fc-lang/bo.orth                |   2 +-
+ fc-lang/br.orth                |   2 +-
+ fc-lang/bs.orth                |   2 +-
+ fc-lang/bua.orth               |   2 +-
+ fc-lang/ca.orth                |   2 +-
+ fc-lang/ce.orth                |   2 +-
+ fc-lang/ch.orth                |   2 +-
+ fc-lang/chm.orth               |   2 +-
+ fc-lang/chr.orth               |   2 +-
+ fc-lang/co.orth                |   2 +-
+ fc-lang/cs.orth                |   2 +-
+ fc-lang/cu.orth                |   2 +-
+ fc-lang/cv.orth                |   2 +-
+ fc-lang/cy.orth                |   2 +-
+ fc-lang/da.orth                |   2 +-
+ fc-lang/de.orth                |   2 +-
+ fc-lang/dz.orth                |   2 +-
+ fc-lang/el.orth                |   2 +-
+ fc-lang/en.orth                |   2 +-
+ fc-lang/eo.orth                |   2 +-
+ fc-lang/es.orth                |   2 +-
+ fc-lang/et.orth                |   2 +-
+ fc-lang/eu.orth                |   4 +-
+ fc-lang/fa.orth                |   2 +-
+ fc-lang/fc-lang.c              |   2 +-
+ fc-lang/fc-lang.man            |   2 +-
+ fc-lang/fclang.tmpl.h          |   2 +-
+ fc-lang/fi.orth                |   2 +-
+ fc-lang/fj.orth                |   2 +-
+ fc-lang/fo.orth                |   2 +-
+ fc-lang/fr.orth                |   2 +-
+ fc-lang/ful.orth               |   2 +-
+ fc-lang/fur.orth               |   2 +-
+ fc-lang/fy.orth                |   4 +-
+ fc-lang/ga.orth                |   2 +-
+ fc-lang/gd.orth                |   2 +-
+ fc-lang/gez.orth               |   2 +-
+ fc-lang/gl.orth                |   2 +-
+ fc-lang/gn.orth                |   4 +-
+ fc-lang/gu.orth                |   2 +-
+ fc-lang/gv.orth                |   2 +-
+ fc-lang/ha.orth                |   2 +-
+ fc-lang/haw.orth               |   2 +-
+ fc-lang/he.orth                |   2 +-
+ fc-lang/hi.orth                |   2 +-
+ fc-lang/ho.orth                |   2 +-
+ fc-lang/hr.orth                |   2 +-
+ fc-lang/hu.orth                |   2 +-
+ fc-lang/hy.orth                |   2 +-
+ fc-lang/ia.orth                |   2 +-
+ fc-lang/ibo.orth               |   2 +-
+ fc-lang/id.orth                |   2 +-
+ fc-lang/ie.orth                |   2 +-
+ fc-lang/ik.orth                |   2 +-
+ fc-lang/io.orth                |   2 +-
+ fc-lang/is.orth                |   2 +-
+ fc-lang/iso639-2               | 194 +++++++++++++++----------------
+ fc-lang/it.orth                |   2 +-
+ fc-lang/iu.orth                |   2 +-
+ fc-lang/ja.orth                |   2 +-
+ fc-lang/ka.orth                |   2 +-
+ fc-lang/kaa.orth               |   2 +-
+ fc-lang/ki.orth                |   2 +-
+ fc-lang/kk.orth                |   2 +-
+ fc-lang/kl.orth                |   2 +-
+ fc-lang/km.orth                |   2 +-
+ fc-lang/kn.orth                |   2 +-
+ fc-lang/ko.orth                |   2 +-
+ fc-lang/kok.orth               |   2 +-
+ fc-lang/ks.orth                |   2 +-
+ fc-lang/ku.orth                |   2 +-
+ fc-lang/ku_ir.orth             |   2 +-
+ fc-lang/kum.orth               |   2 +-
+ fc-lang/kv.orth                |   2 +-
+ fc-lang/kw.orth                |   2 +-
+ fc-lang/ky.orth                |   2 +-
+ fc-lang/la.orth                |   2 +-
+ fc-lang/lb.orth                |   2 +-
+ fc-lang/lez.orth               |   2 +-
+ fc-lang/lo.orth                |   2 +-
+ fc-lang/lt.orth                |   2 +-
+ fc-lang/lv.orth                |   2 +-
+ fc-lang/mg.orth                |   2 +-
+ fc-lang/mh.orth                |   2 +-
+ fc-lang/mi.orth                |   2 +-
+ fc-lang/mk.orth                |   2 +-
+ fc-lang/ml.orth                |   2 +-
+ fc-lang/mn.orth                |   2 +-
+ fc-lang/mo.orth                |   2 +-
+ fc-lang/mr.orth                |   2 +-
+ fc-lang/mt.orth                |   2 +-
+ fc-lang/my.orth                |   2 +-
+ fc-lang/nb.orth                |   4 +-
+ fc-lang/nds.orth               |   2 +-
+ fc-lang/ne.orth                |   2 +-
+ fc-lang/nl.orth                |   2 +-
+ fc-lang/nn.orth                |   2 +-
+ fc-lang/no.orth                |   4 +-
+ fc-lang/ny.orth                |   2 +-
+ fc-lang/oc.orth                |   2 +-
+ fc-lang/om.orth                |   2 +-
+ fc-lang/or.orth                |   2 +-
+ fc-lang/os.orth                |   2 +-
+ fc-lang/pl.orth                |   2 +-
+ fc-lang/ps_af.orth             |   2 +-
+ fc-lang/ps_pk.orth             |   2 +-
+ fc-lang/pt.orth                |   2 +-
+ fc-lang/rm.orth                |   2 +-
+ fc-lang/ro.orth                |   2 +-
+ fc-lang/ru.orth                |   2 +-
+ fc-lang/sa.orth                |   2 +-
+ fc-lang/sah.orth               |   2 +-
+ fc-lang/sco.orth               |   2 +-
+ fc-lang/se.orth                |   4 +-
+ fc-lang/sel.orth               |   2 +-
+ fc-lang/sh.orth                |   2 +-
+ fc-lang/si.orth                |   2 +-
+ fc-lang/sk.orth                |   2 +-
+ fc-lang/sl.orth                |   2 +-
+ fc-lang/sm.orth                |   2 +-
+ fc-lang/sma.orth               |   4 +-
+ fc-lang/smj.orth               |   4 +-
+ fc-lang/smn.orth               |   4 +-
+ fc-lang/sms.orth               |   4 +-
+ fc-lang/so.orth                |   2 +-
+ fc-lang/sq.orth                |   2 +-
+ fc-lang/sr.orth                |   2 +-
+ fc-lang/sv.orth                |   2 +-
+ fc-lang/sw.orth                |   2 +-
+ fc-lang/syr.orth               |   2 +-
+ fc-lang/ta.orth                |   2 +-
+ fc-lang/te.orth                |   2 +-
+ fc-lang/tg.orth                |   2 +-
+ fc-lang/th.orth                |   2 +-
+ fc-lang/ti_er.orth             |   2 +-
+ fc-lang/ti_et.orth             |   2 +-
+ fc-lang/tig.orth               |   2 +-
+ fc-lang/tk.orth                |   2 +-
+ fc-lang/tl.orth                |   2 +-
+ fc-lang/tn.orth                |   2 +-
+ fc-lang/to.orth                |   2 +-
+ fc-lang/tr.orth                |   2 +-
+ fc-lang/ts.orth                |   2 +-
+ fc-lang/tt.orth                |   2 +-
+ fc-lang/tw.orth                |   2 +-
+ fc-lang/tyv.orth               |   2 +-
+ fc-lang/ug.orth                |   2 +-
+ fc-lang/uk.orth                |   2 +-
+ fc-lang/ur.orth                |   2 +-
+ fc-lang/uz.orth                |   2 +-
+ fc-lang/ven.orth               |   2 +-
+ fc-lang/vi.orth                |   2 +-
+ fc-lang/vo.orth                |   4 +-
+ fc-lang/vot.orth               |   2 +-
+ fc-lang/wa.orth                |   2 +-
+ fc-lang/wen.orth               |   2 +-
+ fc-lang/wo.orth                |   2 +-
+ fc-lang/xh.orth                |   2 +-
+ fc-lang/yap.orth               |   2 +-
+ fc-lang/yi.orth                |   2 +-
+ fc-lang/yo.orth                |   2 +-
+ fc-lang/zh_cn.orth             |   2 +-
+ fc-lang/zh_hk.orth             |   2 +-
+ fc-lang/zh_mo.orth             |   2 +-
+ fc-lang/zh_sg.orth             |   2 +-
+ fc-lang/zh_tw.orth             |   2 +-
+ fc-lang/zu.orth                |   2 +-
+ fc-list/Makefile.am            |   2 +-
+ fc-list/fc-list.c              |   2 +-
+ fc-match/Makefile.am           |   2 +-
+ fc-match/fc-match.1            |   2 +-
+ fc-match/fc-match.c            |   2 +-
+ fontconfig/fcfreetype.h        |   2 +-
+ fontconfig/fcprivate.h                 |   2 +-
+ fontconfig/fontconfig.h        |   2 +-
+ src/fcatomic.c                         |   2 +-
+ src/fcblanks.c                         |   2 +-
+ src/fccache.c                  |   2 +-
+ src/fccfg.c                    |   2 +-
+ src/fccharset.c                |   2 +-
+ src/fcdbg.c                    |   2 +-
+ src/fcdefault.c                |   2 +-
+ src/fcdir.c                    |   2 +-
+ src/fcfreetype.c               |   4 +-
+ src/fcfs.c                     |   2 +-
+ src/fcinit.c                   |   2 +-
+ src/fcint.h                    |   2 +-
+ src/fclang.c                   |   2 +-
+ src/fclist.c                   |   2 +-
+ src/fcmatch.c                  |   2 +-
+ src/fcmatrix.c                         |   2 +-
+ src/fcname.c                   |   2 +-
+ src/fcpat.c                    |   2 +-
+ src/fcstr.c                    |   2 +-
+ src/fcxml.c                    |   2 +-
  246 files changed, 603 insertions(+), 354 deletions(-)
 
 commit fc2cc873bb1a715844a1e6f885661bf433bdd7cf
@@ -15014,9 +17340,9 @@ Date:   Sun Dec 5 07:44:08 2004 +0000
     they match
        the distributed versions. Fixes 'make distcheck'
 
- ChangeLog   |   8 ++++++++
- INSTALL     |   4 ++--
- Makefile.am |  24 ++++++++++++++++++++++++
+ ChangeLog   | 8 ++++++++
+ INSTALL     | 4 ++--
+ Makefile.am | 24 ++++++++++++++++++++++++
  3 files changed, 34 insertions(+), 2 deletions(-)
 
 commit 308dc9c3ea0be2e0823e547f2c612760db7539a2
@@ -15025,10 +17351,10 @@ Date: Sun Dec 5 06:38:54 2004 +0000
 
     Updates for version 2.2.97
 
- ChangeLog              |    7 +++++++
- README                         |   30 ++++++++++++++++++++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  7 +++++++
+ README                         | 30 ++++++++++++++++++++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 37 insertions(+), 4 deletions(-)
 
 commit 54560b013ff89f4d47b4b94f6ea9d1b2e91e20fd
@@ -15041,9 +17367,9 @@ Date:   Sun Dec 5 06:19:46 2004 +0000
     Add Punjabi orthography. Bug #1671.
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog          |   13 ++++++++++++-
- fc-cache/fc-cache.c |   8 ++++++++
- fc-lang/pa.orth     |  46 ++++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog          | 13 ++++++++++++-
+ fc-cache/fc-cache.c | 8 ++++++++
+ fc-lang/pa.orth     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 66 insertions(+), 1 deletion(-)
 
 commit c5a0b541df8be0b66f4ecf531570242693aac930
@@ -15057,9 +17383,9 @@ Date:   Sun Dec 5 05:49:20 2004 +0000
        limited. Bug #415.
     Add copyright and license
 
- ChangeLog      |   10 ++++++++++
- fonts.conf.in  |    2 +-
- src/Makefile.am |   23 +++++++++++++++++++++++
+ ChangeLog      | 10 ++++++++++
+ fonts.conf.in  |  2 +-
+ src/Makefile.am | 23 +++++++++++++++++++++++
  3 files changed, 34 insertions(+), 1 deletion(-)
 
 commit 2d9c79c049d084c82fdda9a71c5a65502ae94cee
@@ -15078,15 +17404,15 @@ Date: Sun Dec 5 05:03:52 2004 +0000
     and
        load all files of the form [0-9]* in sorted order.
 
- ChangeLog               |   18 ++++++++++
- configure.in            |   23 ++++++------
- doc/fontconfig-user.sgml |   17 +++++----
- fonts.conf.in           |    1 +
- local.conf              |   23 ++++++++++++
- src/fcdir.c             |    4 +--
- src/fcint.h             |    6 ++++
- src/fcxml.c             |   89
- ++++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog               | 18 ++++++++++
+ configure.in            | 23 ++++++-------
+ doc/fontconfig-user.sgml | 17 +++++----
+ fonts.conf.in           |  1 +
+ local.conf              | 23 +++++++++++++
+ src/fcdir.c             |  4 +--
+ src/fcint.h             |  6 ++++
+ src/fcxml.c             | 89
+ ++++++++++++++++++++++++++++++++++++++++++++++++
  8 files changed, 158 insertions(+), 23 deletions(-)
 
 commit 38e528e77673f0395ab802cd1040947e307f0c6c
@@ -15095,8 +17421,8 @@ Date:   Sun Dec 5 04:14:17 2004 +0000
 
     Report command line for $srcdir/configure accurately. Bug #212.
 
- ChangeLog  |   8 +++++++-
- autogen.sh |   2 +-
+ ChangeLog  | 8 +++++++-
+ autogen.sh | 2 +-
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 commit e4125ef950ada3413a542dc457a4d36c5495dcd7
@@ -15107,8 +17433,8 @@ Date:   Sun Dec 5 04:11:11 2004 +0000
     using
        those for the font. Empty names match everything. Bug #171.
 
- ChangeLog       |    7 +++++++
- src/fcfreetype.c |   12 +++++++-----
+ ChangeLog       |  7 +++++++
+ src/fcfreetype.c | 12 +++++++-----
  2 files changed, 14 insertions(+), 5 deletions(-)
 
 commit 537e3d23fab449be154da8d49817364479924a61
@@ -15121,11 +17447,11 @@ Date: Sun Dec 5 00:26:06 2004 +0000
        TrueType)
        for each font. Closes #109.
 
- ChangeLog              |   10 ++++++++++
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    1 +
- src/fcfreetype.c       |   14 ++++++++++++++
- src/fcname.c           |    1 +
+ ChangeLog              | 10 ++++++++++
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  1 +
+ src/fcfreetype.c       | 14 ++++++++++++++
+ src/fcname.c           |  1 +
  5 files changed, 27 insertions(+), 1 deletion(-)
 
 commit dbf68dd5fe2f936af53891a240601c727bdcf09d
@@ -15136,12 +17462,12 @@ Date: Sat Dec 4 22:06:52 2004 +0000
     Add detection for font capabilities (bug #105)
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog               |   13 ++++
- doc/fontconfig-user.sgml |    1 +
- fontconfig/fontconfig.h  |    1 +
- src/fcfreetype.c        |  188
- ++++++++++++++++++++++++++++++++++++++++++++++
- src/fcname.c            |    1 +
+ ChangeLog               |  13 ++++
+ doc/fontconfig-user.sgml |   1 +
+ fontconfig/fontconfig.h  |   1 +
+ src/fcfreetype.c        | 188
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcname.c            |   1 +
  5 files changed, 204 insertions(+)
 
 commit 4f27c1c0a383e891890ab27c74226957ed7067aa
@@ -15189,8 +17515,8 @@ Date:   Thu Sep 9 14:31:18 2004 +0000
     Remove spurious / after $(DESTDIR)
     reviewed by: keithp
 
- ChangeLog   |   7 +++++++
- Makefile.am |   2 +-
+ ChangeLog   | 7 +++++++
+ Makefile.am | 2 +-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit b5f36ca0b54d30d790f84ce68ea43a1bd0e606e9
@@ -15199,10 +17525,10 @@ Date: Wed Jun 30 20:06:41 2004 +0000
 
     Update for 2.2.96
 
- ChangeLog              |    7 +++++++
- README                         |   12 ++++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  7 +++++++
+ README                         | 12 ++++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 19 insertions(+), 4 deletions(-)
 
 commit 28f93bc4122337f59afad31e610ce17c3d2b00a2
@@ -15223,8 +17549,8 @@ Date:   Wed Jun 30 18:41:52 2004 +0000
        config->configDirs doesn't include subdirs, unlike
        config->fontDirs.
 
- ChangeLog   |  14 ++++++++++++++
- src/fccfg.c |   4 ++--
+ ChangeLog   | 14 ++++++++++++++
+ src/fccfg.c | 4 ++--
  2 files changed, 16 insertions(+), 2 deletions(-)
 
 commit 3d1ea0e5d48e0dfa72080a3318e3c2157500da3d
@@ -15233,8 +17559,8 @@ Date:   Thu Jun 3 14:16:38 2004 +0000
 
     Remove comma at end of FcResult enum definition.
 
- ChangeLog              |    5 +++++
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 5 +++++
+ fontconfig/fontconfig.h | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 087d899ccfab846c15ccd9197f3b79d7dd8dc5bb
@@ -15243,8 +17569,8 @@ Date:   Sat May 29 20:07:46 2004 +0000
 
     Add steps to md5sum release
 
- ChangeLog |   5 +++++
- INSTALL   |   5 ++++-
+ ChangeLog | 5 +++++
+ INSTALL   | 5 ++++-
  2 files changed, 9 insertions(+), 1 deletion(-)
 
 commit e867aa336c4b0d80702f01b1ff390ca8c81dd73a
@@ -15253,7 +17579,7 @@ Date:   Sat May 29 19:49:52 2004 +0000
 
     Add sh autogen.sh to INSTALL
 
- INSTALL |   14 ++++++++------
+ INSTALL | 14 ++++++++------
  1 file changed, 8 insertions(+), 6 deletions(-)
 
 commit d81271eb21db058d0e816044874b3a8b88439e82
@@ -15262,10 +17588,10 @@ Date: Sat May 29 19:36:32 2004 +0000
 
     Update for 2.2.95
 
- ChangeLog              |    7 +++++++
- README                         |   11 +++++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              |  7 +++++++
+ README                         | 11 +++++++++--
+ configure.in           |  2 +-
+ fontconfig/fontconfig.h |  2 +-
  4 files changed, 18 insertions(+), 4 deletions(-)
 
 commit ec0c740e392e6e05ae0fa204ebe191cbe27073cf
@@ -15280,10 +17606,10 @@ Date: Sat May 29 19:32:41 2004 +0000
        problem
        (Thanks to Anton Tropashko)
 
- ChangeLog              |   12 ++++++++++++
- fontconfig/fontconfig.h |    3 ++-
- src/fcfreetype.c       |    6 +++---
- src/fcmatch.c          |    3 +++
+ ChangeLog              | 12 ++++++++++++
+ fontconfig/fontconfig.h |  3 ++-
+ src/fcfreetype.c       |  6 +++---
+ src/fcmatch.c          |  3 +++
  4 files changed, 20 insertions(+), 4 deletions(-)
 
 commit 55a69bd0aeb4cde4e87c1c7cd04a9f10a1f4cb1a
@@ -15294,8 +17620,8 @@ Date:   Thu May 6 02:28:37 2004 +0000
     with
        fontconfig-specific ones (FC_*)
 
- ChangeLog       |    6 ++++++
- src/fcfreetype.c |    7 +++++--
+ ChangeLog       | 6 ++++++
+ src/fcfreetype.c | 7 +++++--
  2 files changed, 11 insertions(+), 2 deletions(-)
 
 commit bd0ddac8f34dd6ef0a9385aacf3edc4c81023452
@@ -15305,8 +17631,8 @@ Date:   Sat Apr 24 02:54:40 2004 +0000
     Extend release preparation instructions to include notification and
        distribution steps
 
- ChangeLog |   6 ++++++
- INSTALL   |   11 +++++++++--
+ ChangeLog |  6 ++++++
+ INSTALL   | 11 +++++++++--
  2 files changed, 15 insertions(+), 2 deletions(-)
 
 commit 626a70167d7805c20a157e945a1f380ae580661a
@@ -15315,10 +17641,10 @@ Date: Sat Apr 24 01:09:36 2004 +0000
 
     Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
 
- ChangeLog              |    7 +++++++
- README                         |    9 +++++++--
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 7 +++++++
+ README                         | 9 +++++++--
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  4 files changed, 16 insertions(+), 4 deletions(-)
 
 commit 7969113f086176112fdc13347ea56ea52838117a
@@ -15327,8 +17653,8 @@ Date:   Sat Apr 24 01:06:32 2004 +0000
 
     Ignore a few more autotool files
 
- .cvsignore |   4 ++++
- ChangeLog  |   5 +++++
+ .cvsignore | 4 ++++
+ ChangeLog  | 5 +++++
  2 files changed, 9 insertions(+)
 
 commit 6ae6acf3178d7dd10e2326f6833d25970e530f61
@@ -15346,20 +17672,20 @@ Date: Wed Apr 14 18:08:41 2004 +0000
        of a
        pixel.
 
- ChangeLog               |   30 +++++++++++++
- INSTALL                 |   13 ++++++
- README                          |   27 +++++++++++-
- configure.in            |   14 +++++-
- fc-glyphname/Makefile.am |    2 +-
- fc-lang/Makefile.am     |    2 +-
- fc-lang/fc-lang.c       |    2 +-
- fc-list/Makefile.am     |    2 +-
- fc-match/Makefile.am    |    2 +-
- fontconfig.spec.in      |   42 +++++++++++++-----
- fontconfig/fontconfig.h  |    2 +-
- src/Makefile.am         |    1 +
- src/fcfreetype.c        |  109
- ++++++++++++++++++++++++----------------------
+ ChangeLog               |  30 +++++++++++++
+ INSTALL                 |  13 ++++++
+ README                          |  27 +++++++++++-
+ configure.in            |  14 +++++-
+ fc-glyphname/Makefile.am |   2 +-
+ fc-lang/Makefile.am     |   2 +-
+ fc-lang/fc-lang.c       |   2 +-
+ fc-list/Makefile.am     |   2 +-
+ fc-match/Makefile.am    |   2 +-
+ fontconfig.spec.in      |  42 +++++++++++++-----
+ fontconfig/fontconfig.h  |   2 +-
+ src/Makefile.am         |   1 +
+ src/fcfreetype.c        | 109
+ ++++++++++++++++++++++++-----------------------
  13 files changed, 176 insertions(+), 72 deletions(-)
 
 commit 89e28590f3c85f302dcc5c611e7b9fa906e0ec07
@@ -15370,8 +17696,8 @@ Date:   Sat Mar 6 23:44:11 2004 +0000
     looking for
        explicit values prefer exact matches
 
- ChangeLog       |    6 ++++++
- src/fcfreetype.c |   18 ++++++++++--------
+ ChangeLog       |  6 ++++++
+ src/fcfreetype.c | 18 ++++++++++--------
  2 files changed, 16 insertions(+), 8 deletions(-)
 
 commit 02638f1ace0ad7e898317128c244dfd9c842d122
@@ -15383,8 +17709,8 @@ Date:   Tue Mar 2 16:48:51 2004 +0000
     Was using
        (strcmp (a,b)) instead of (!strcmp(a,b)).
 
- ChangeLog       |    8 ++++++++
- src/fcfreetype.c |    6 +++---
+ ChangeLog       | 8 ++++++++
+ src/fcfreetype.c | 6 +++---
  2 files changed, 11 insertions(+), 3 deletions(-)
 
 commit de66e750a5c5798dab5347675d6581183efa8105
@@ -15393,8 +17719,8 @@ Date:   Sun Feb 22 02:21:37 2004 +0000
 
     Cast strlen to int for printf, so we're 64-bit clean.
 
- ChangeLog                  |    5 +++++
- fc-glyphname/fc-glyphname.c |   2 +-
+ ChangeLog                  | 5 +++++
+ fc-glyphname/fc-glyphname.c | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 208a720f009357449647a56d6fe95a5a346a6578
@@ -15405,9 +17731,9 @@ Date:   Wed Feb 11 18:53:05 2004 +0000
     right this
        time.
 
- ChangeLog       |    7 +++++++
- configure.in    |   15 +++------------
- src/fcfreetype.c |    4 ++--
+ ChangeLog       |  7 +++++++
+ configure.in    | 15 +++------------
+ src/fcfreetype.c |  4 ++--
  3 files changed, 12 insertions(+), 14 deletions(-)
 
 commit 4f38fa81062e5e2e151715a162c295b9a216568a
@@ -15419,9 +17745,9 @@ Date:   Tue Feb 10 18:38:58 2004 +0000
        record. Add a configure.in test for this and change the code
        accordingly (using height instead).
 
- ChangeLog       |    8 ++++++++
- configure.in    |   21 +++++++++++++++++++--
- src/fcfreetype.c |    4 ++++
+ ChangeLog       |  8 ++++++++
+ configure.in    | 21 +++++++++++++++++++--
+ src/fcfreetype.c |  4 ++++
  3 files changed, 31 insertions(+), 2 deletions(-)
 
 commit b68b96464f6488dbc62c4dcd62ca7e2eed3141d2
@@ -15437,10 +17763,10 @@ Date: Sat Feb 7 07:13:48 2004 +0000
     they have no
        outlines...
 
- ChangeLog       |   18 ++++++++++++++++++
- fc-lang/nds.orth |   40 ++++++++++++++++++++++++++++++++++++++++
- src/fccfg.c     |    3 +++
- src/fcfreetype.c |   36 ++++++++++++++++++++++++------------
+ ChangeLog       | 18 ++++++++++++++++++
+ fc-lang/nds.orth | 40 ++++++++++++++++++++++++++++++++++++++++
+ src/fccfg.c     |  3 +++
+ src/fcfreetype.c | 36 ++++++++++++++++++++++++------------
  4 files changed, 85 insertions(+), 12 deletions(-)
 
 commit f4c52909ab5321df608fe7af2da3edcab48818d9
@@ -15455,8 +17781,8 @@ Date:   Sun Feb 1 19:32:36 2004 +0000
        temp folder
        in that case.
 
- ChangeLog   |   7 +++++++
- src/fccfg.c |  25 +++++++++++++++++++++++++
+ ChangeLog   | 7 +++++++
+ src/fccfg.c | 25 +++++++++++++++++++++++++
  2 files changed, 32 insertions(+)
 
 commit d3481737be37255408025f4b3cf2c8b14a6b2ff7
@@ -15468,15 +17794,14 @@ Date: Sat Jan 3 18:27:29 2004 +0000
        and Pakistani).
     Updated Urdu orthography with real data.
 
- ChangeLog         |   11 +++++++++++
- fc-lang/az_ir.orth |  32 ++++++++++++++++++++++++++++++++
- fc-lang/ku_ir.orth |  49
- +++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ps_af.orth |  52
+ ChangeLog         | 11 +++++++++++
+ fc-lang/az_ir.orth | 32 ++++++++++++++++++++++++++++++++
+ fc-lang/ku_ir.orth | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ps_af.orth | 52
  ++++++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ps_pk.orth |  52
+ fc-lang/ps_pk.orth | 52
  ++++++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ur.orth    |  41 +++++++++++++++++++++++++++++++++++++----
+ fc-lang/ur.orth    | 41 +++++++++++++++++++++++++++++++++++++----
  6 files changed, 233 insertions(+), 4 deletions(-)
 
 commit f6d784313fa87d405b4b4165ee7b9248dd378df2
@@ -15485,7 +17810,7 @@ Date:   Fri Dec 12 17:07:55 2003 +0000
 
     Remove excessive whitespace (missed on previous commit)
 
- fc-cache/Makefile.am |    8 ++++----
+ fc-cache/Makefile.am | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit d098e4ebe7e3b87a66ddbe09bafe3582373a022c
@@ -15500,10 +17825,10 @@ Date: Thu Dec 11 19:30:07 2003 +0000
     'now type
        make' after configure aborts).
 
- ChangeLog           |   12 ++++++++++++
- autogen.sh          |    2 ++
- fc-cache/Makefile.am |    6 +++---
- fc-list/Makefile.am  |    4 ++--
+ ChangeLog           | 12 ++++++++++++
+ autogen.sh          |  2 ++
+ fc-cache/Makefile.am |  6 +++---
+ fc-list/Makefile.am  |  4 ++--
  4 files changed, 19 insertions(+), 5 deletions(-)
 
 commit 408dd9c07a9b0b755f9338b4cbff9e4292fa391d
@@ -15513,10 +17838,10 @@ Date: Tue Nov 18 07:53:04 2003 +0000
     Switch to FreeType 2.1.7 style includes. Bug #150.
     reviewed by: Keith Packard <keithp@keithp.com>
 
- ChangeLog              |    9 +++++++++
- doc/Makefile.am        |    1 +
- fontconfig/fcfreetype.h |    3 ++-
- src/fcfreetype.c       |   17 +++++++++--------
+ ChangeLog              |  9 +++++++++
+ doc/Makefile.am        |  1 +
+ fontconfig/fcfreetype.h |  3 ++-
+ src/fcfreetype.c       | 17 +++++++++--------
  4 files changed, 21 insertions(+), 9 deletions(-)
 
 commit 8e8fcda45c07bb0934f30887282238a57cc619da
@@ -15525,8 +17850,8 @@ Date:   Sun Nov 16 19:08:04 2003 +0000
 
     Add some example usages.
 
- ChangeLog           |    4 ++++
- fc-list/fc-list.sgml |   23 +++++++++++++++++++++++
+ ChangeLog           |  4 ++++
+ fc-list/fc-list.sgml | 23 +++++++++++++++++++++++
  2 files changed, 27 insertions(+)
 
 commit 344a0e33618cd0e9f620b5fa55969602d775934c
@@ -15536,8 +17861,8 @@ Date:   Mon Nov 10 17:34:36 2003 +0000
     Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
        separators.
 
- ChangeLog   |   8 +++++++-
- src/fcxml.c |   7 +++++--
+ ChangeLog   | 8 +++++++-
+ src/fcxml.c | 7 +++++--
  2 files changed, 12 insertions(+), 3 deletions(-)
 
 commit 27143fc9a2ac9b7dc87ab874251df356611b25e5
@@ -15546,9 +17871,9 @@ Date:   Mon Oct 27 10:47:53 2003 +0000
 
     Update to version 2.2.92
 
- ChangeLog              |    6 ++++++
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 6 ++++++
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  3 files changed, 8 insertions(+), 2 deletions(-)
 
 commit 4cbc3ee8fe4a6266b2d107c7475a65de6bdd1068
@@ -15559,18 +17884,18 @@ Date: Mon Oct 27 10:44:13 2003 +0000
     has been
        tested to ensure that it even works from a _build directory.
 
- ChangeLog               |   16 ++++++
- Makefile.am             |    1 +
- configure.in            |   10 ++++
- doc/Makefile.am         |  133
- +++++++++++++++-------------------------------
- fc-cache/Makefile.am    |    2 +-
- fc-glyphname/Makefile.am |    6 +--
- fc-lang/Makefile.am     |    5 +-
- fc-list/Makefile.am     |    2 +-
- fc-match/Makefile.am    |    2 +-
- test/Makefile.am        |    4 +-
- test/run-test.sh        |   28 ++++++----
+ ChangeLog               |  16 ++++++
+ Makefile.am             |   1 +
+ configure.in            |  10 ++++
+ doc/Makefile.am         | 133
+ +++++++++++++++--------------------------------
+ fc-cache/Makefile.am    |   2 +-
+ fc-glyphname/Makefile.am |   6 +--
+ fc-lang/Makefile.am     |   5 +-
+ fc-list/Makefile.am     |   2 +-
+ fc-match/Makefile.am    |   2 +-
+ test/Makefile.am        |   4 +-
+ test/run-test.sh        |  28 ++++++----
  11 files changed, 98 insertions(+), 111 deletions(-)
 
 commit 394b2bf04651d62194c7faa836899d33ca3ed017
@@ -15595,16 +17920,16 @@ Date: Mon Oct 27 06:30:29 2003 +0000
        directory as the least evil of many options.
     Now to go use a faster machine and try and wring out the last issues.
 
- ChangeLog               |   27 ++++++++++++++++++
- configure.in            |    2 +-
- doc/Makefile.am         |   68
- +++++++++++++++++++++++++++++++++++++++-------
- fc-cache/Makefile.am    |   13 +++++----
- fc-glyphname/Makefile.am |   11 ++++++--
- fc-lang/Makefile.am     |   10 +++++--
- fc-lang/fc-lang.c       |   29 ++++++++++++++++++--
- fc-list/Makefile.am     |   10 ++++---
- fc-match/Makefile.am    |    2 +-
+ ChangeLog               | 27 +++++++++++++++++++
+ configure.in            |  2 +-
+ doc/Makefile.am         | 68
+ +++++++++++++++++++++++++++++++++++++++++-------
+ fc-cache/Makefile.am    | 13 ++++-----
+ fc-glyphname/Makefile.am | 11 +++++---
+ fc-lang/Makefile.am     | 10 ++++---
+ fc-lang/fc-lang.c       | 29 +++++++++++++++++++--
+ fc-list/Makefile.am     | 10 ++++---
+ fc-match/Makefile.am    |  2 +-
  9 files changed, 142 insertions(+), 30 deletions(-)
 
 commit 3541556bd38d6b1a3fffe1a661edce2f8d60e06a
@@ -15613,9 +17938,9 @@ Date:   Sun Oct 26 16:52:28 2003 +0000
 
     Tag version 2.2.91
 
- ChangeLog              |    4 ++++
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 4 ++++
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  3 files changed, 6 insertions(+), 2 deletions(-)
 
 commit e99043ac778280ed16ab69ca0844b634f7d20f30
@@ -15624,8 +17949,8 @@ Date:   Sun Oct 26 16:45:23 2003 +0000
 
     Include confdir.sgml.in in EXTRA_DIST
 
- ChangeLog      |    5 +++++
- doc/Makefile.am |    2 +-
+ ChangeLog      | 5 +++++
+ doc/Makefile.am | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit 75839218d18a7fad2f7e84cb995724763f7cae11
@@ -15635,16 +17960,16 @@ Date: Thu Oct 9 18:21:49 2003 +0000
     Replace fc-cache and fc-list manpages with more detailed, SGML
     versions.
 
- ChangeLog             |    7 ++
- fc-cache/.cvsignore   |    1 +
- fc-cache/Makefile.am  |   24 +++++-
- fc-cache/fc-cache.1   |   51 ------------
- fc-cache/fc-cache.sgml |  200
- ++++++++++++++++++++++++++++++++++++++++++++++++
- fc-list/.cvsignore    |    1 +
- fc-list/Makefile.am   |   24 +++++-
- fc-list/fc-list.1     |   37 ---------
- fc-list/fc-list.sgml  |  165 +++++++++++++++++++++++++++++++++++++++
+ ChangeLog             |   7 ++
+ fc-cache/.cvsignore   |   1 +
+ fc-cache/Makefile.am  |  24 +++++-
+ fc-cache/fc-cache.1   |  51 -------------
+ fc-cache/fc-cache.sgml | 200
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-list/.cvsignore    |   1 +
+ fc-list/Makefile.am   |  24 +++++-
+ fc-list/fc-list.1     |  37 ---------
+ fc-list/fc-list.sgml  | 165 ++++++++++++++++++++++++++++++++++++++++
  9 files changed, 420 insertions(+), 90 deletions(-)
 
 commit f077d662c001468eb2aa1261549accd9ff3de401
@@ -15654,10 +17979,10 @@ Date: Tue Sep 23 20:12:20 2003 +0000
     Add a FC_HINT_STYLE key for patterns, with possible values
        HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL. (Bug #117)
 
- ChangeLog              |    7 +++++++
- fontconfig/fontconfig.h |    7 +++++++
- src/fcdefault.c        |    5 +++++
- src/fcname.c           |    6 ++++++
+ ChangeLog              | 7 +++++++
+ fontconfig/fontconfig.h | 7 +++++++
+ src/fcdefault.c        | 5 +++++
+ src/fcname.c           | 6 ++++++
  4 files changed, 25 insertions(+)
 
 commit 44f59f71688d557b75a94e2a8786ec5ae80308ae
@@ -15667,8 +17992,8 @@ Date:   Tue Sep 23 20:06:40 2003 +0000
     Remove Georgian capitals, they aren't used for normal writing. (Bug
     #116)
 
- ChangeLog      |    5 +++++
- fc-lang/ka.orth |    2 +-
+ ChangeLog      | 5 +++++
+ fc-lang/ka.orth | 2 +-
  2 files changed, 6 insertions(+), 1 deletion(-)
 
 commit a05d257fb3b2cf37c6c633029b308a76fe61b9c2
@@ -15680,13 +18005,13 @@ Date: Sat Sep 6 19:40:41 2003 +0000
     When checking for monospace and dual-width fonts, allow roughly a 3%
        variance in the advances.
 
- ChangeLog                |   13 +++++++++++
- doc/fontconfig-devel.sgml |   4 ++--
- doc/fontconfig-user.sgml  |   3 ++-
- fontconfig/fontconfig.h   |   1 +
- src/fcfreetype.c         |   55
- ++++++++++++++++++++++++++++++++++++---------
- src/fcname.c             |    1 +
+ ChangeLog                | 13 +++++++++++
+ doc/fontconfig-devel.sgml |  4 ++--
+ doc/fontconfig-user.sgml  |  3 ++-
+ fontconfig/fontconfig.h   |  1 +
+ src/fcfreetype.c         | 55
+ +++++++++++++++++++++++++++++++++++++----------
+ src/fcname.c             |  1 +
  6 files changed, 63 insertions(+), 14 deletions(-)
 
 commit 3ef32bcdc4662fbc10bc5217ea7849cd31480d73
@@ -15695,8 +18020,8 @@ Date:   Mon Sep 1 05:11:17 2003 +0000
 
     FcConfigAppFontClear: Support passing NULL to use default config.
 
- ChangeLog   |   5 +++++
- src/fccfg.c |   7 +++++++
+ ChangeLog   | 5 +++++
+ src/fccfg.c | 7 +++++++
  2 files changed, 12 insertions(+)
 
 commit 34cd0514a215d65af6822eba2c2f0cd04eb0065f
@@ -15709,22 +18034,22 @@ Date: Fri Aug 15 19:45:20 2003 +0000
        to
        valgrind)
 
- ChangeLog                  |   44 ++++++++++
- doc/Makefile.am            |    8 +-
- doc/edit-sgml.c            |  187
- +++++++++++++++++++++++++++++++------------
- doc/fcinit.fncs            |   11 +++
- fc-glyphname/fc-glyphname.c |  35 ++++++--
- fc-list/fc-list.c          |    4 +
- fc-match/fc-match.c        |    2 +-
- fontconfig/fontconfig.h     |   3 +
- src/fccfg.c                |    6 ++
- src/fccharset.c            |   64 +++++++++++++--
- src/fcinit.c               |   13 +++
- src/fcint.h                |    6 ++
- src/fcpat.c                |   84 ++++++++++++++++++-
- src/fcxml.c                |    4 +
- src/fontconfig.def.in      |    1 +
+ ChangeLog                  |  44 +++++++++++
+ doc/Makefile.am            |   8 +-
+ doc/edit-sgml.c            | 187
+ +++++++++++++++++++++++++++++++-------------
+ doc/fcinit.fncs            |  11 +++
+ fc-glyphname/fc-glyphname.c | 35 +++++++--
+ fc-list/fc-list.c          |   4 +
+ fc-match/fc-match.c        |   2 +-
+ fontconfig/fontconfig.h     |  3 +
+ src/fccfg.c                |   6 ++
+ src/fccharset.c            |  64 +++++++++++++--
+ src/fcinit.c               |  13 +++
+ src/fcint.h                |   6 ++
+ src/fcpat.c                |  84 +++++++++++++++++++-
+ src/fcxml.c                |   4 +
+ src/fontconfig.def.in      |   1 +
  15 files changed, 398 insertions(+), 74 deletions(-)
 
 commit 18906a876aa13550b1a10550ceeef6df0c4473ec
@@ -15735,7 +18060,7 @@ Date:   Tue Aug 12 02:06:20 2003 +0000
     varargs are
        untyped
 
- fc-list/fc-list.c |   2 +-
+ fc-list/fc-list.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 116e13b4431b051b8196db201c22cd67b30922e9
@@ -15744,7 +18069,7 @@ Date:   Sun Jul 20 17:14:47 2003 +0000
 
     Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
 
- fontconfig/fcfreetype.h |    4 ++++
+ fontconfig/fcfreetype.h | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit 74a623e02efc23a39fb35e8d338858877b8f89e7
@@ -15760,13 +18085,13 @@ Date: Sun Jul 20 16:06:18 2003 +0000
     either the
        same country or one is missing the country
 
- src/fccfg.c  |   79
- ++++++++++++++++++++++++++++++++--------------------------
- src/fcdbg.c  |    3 +++
- src/fcint.h  |    3 ++-
- src/fclang.c |   18 +++++++------
- src/fclist.c |   38 ++++++++++++++++++++--------
- src/fcxml.c  |    1 +
+ src/fccfg.c  | 79
+ +++++++++++++++++++++++++++++++++---------------------------
+ src/fcdbg.c  |  3 +++
+ src/fcint.h  |  3 ++-
+ src/fclang.c | 18 ++++++++------
+ src/fclist.c | 38 +++++++++++++++++++++--------
+ src/fcxml.c  |  1 +
  6 files changed, 89 insertions(+), 53 deletions(-)
 
 commit 26da2bb42f91360ecdee9006ff0f8a7ef0609a59
@@ -15776,7 +18101,7 @@ Date:   Wed Jul 9 17:04:17 2003 +0000
     Was miscomputing end of string position for FcStrtod in locales with
        multibyte separators
 
- src/fcxml.c |   2 +-
+ src/fcxml.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 656c69d6a8a1e6a82cfdd599c657f8fc2717af8d
@@ -15785,8 +18110,8 @@ Date:   Thu Jun 26 08:19:11 2003 +0000
 
     Add autoconf checks for FT_Has_PS_Glyph_Names
 
- configure.in    |    3 ++-
- src/fcfreetype.c |    6 ++++++
+ configure.in    | 3 ++-
+ src/fcfreetype.c | 6 ++++++
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit ee1debfdd9bae347e8bec29c0cbd668640a2aadf
@@ -15795,7 +18120,7 @@ Date:   Thu Jun 26 00:39:04 2003 +0000
 
     Allow config->cache to be null (as it is when $HOME is not set)
 
- src/fccfg.c |   9 ++++++---
+ src/fccfg.c | 9 ++++++---
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 commit 79621aa5c786cdd4d14b43b58888979ef0d2a4c6
@@ -15804,8 +18129,8 @@ Date:   Wed Jun 25 23:21:03 2003 +0000
 
     Lean on autoconf to find useful FreeType functions (bug 95)
 
- configure.in    |    7 +++++--
- src/fcfreetype.c |   46 +++++++++++++++++-----------------------------
+ configure.in    |  7 +++++--
+ src/fcfreetype.c | 46 +++++++++++++++++-----------------------------
  2 files changed, 22 insertions(+), 31 deletions(-)
 
 commit 2b45ef3a8a164648647eba1265db6a3d10ea7bad
@@ -15815,9 +18140,9 @@ Date:   Tue Jun 17 18:28:20 2003 +0000
     Bug 75: dont build docs unless docbook is available. Dont install docs
        unless they are pre-built or buildable
 
- Makefile.am    |    3 ++-
- configure.in   |   26 +++++++++++++++++++++-----
- doc/Makefile.am |    2 +-
+ Makefile.am    |  3 ++-
+ configure.in   | 26 +++++++++++++++++++++-----
+ doc/Makefile.am |  2 +-
  3 files changed, 24 insertions(+), 7 deletions(-)
 
 commit e5871b5c5bdb09b2e5bb0d79ed03f22a27956a90
@@ -15827,7 +18152,7 @@ Date:   Tue Jun 17 17:31:16 2003 +0000
     Add FreeFont entries, fix whitespace in fonts.conf.in (bug 93, from
        vvas@hal.csd.auth.gr (Vasilis Vasaitis))
 
- fonts.conf.in |   22 ++++++++++++++--------
+ fonts.conf.in | 22 ++++++++++++++--------
  1 file changed, 14 insertions(+), 8 deletions(-)
 
 commit 231051f41669095db4a2c5680a0945fb1ff45a2d
@@ -15836,8 +18161,8 @@ Date:   Sun Jun 15 22:57:21 2003 +0000
 
     Remove CRs from the out file before comparing (needed on Windows).
 
- ChangeLog       |    3 +++
- test/run-test.sh |    1 +
+ ChangeLog       | 3 +++
+ test/run-test.sh | 1 +
  2 files changed, 4 insertions(+)
 
 commit 92af858f2a7dcc972bf482397ac75d7e0ca38dd9
@@ -15846,7 +18171,7 @@ Date:   Sun Jun 15 22:45:12 2003 +0000
 
     Trivial braino.
 
- src/fccfg.c |   2 +-
+ src/fccfg.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c3941ba9c064d41f248c6a00f06423f3c50c685d
@@ -15855,9 +18180,9 @@ Date:   Sun Jun 15 22:35:52 2003 +0000
 
     Fix cut&paste error.
 
- ChangeLog        |    4 ++++
- fontconfig-zip.in |   3 ++-
- src/Makefile.am   |   2 +-
+ ChangeLog        | 4 ++++
+ fontconfig-zip.in | 3 ++-
+ src/Makefile.am   | 2 +-
  3 files changed, 7 insertions(+), 2 deletions(-)
 
 commit e5206dbcb34457ef69a993ad6b4cc8c3da53e1aa
@@ -15867,8 +18192,8 @@ Date:   Fri Jun 13 23:04:35 2003 +0000
     Check also for DLL_EXPORT as indication of being built as a DLL
     on Win32.
 
- ChangeLog   |   3 +++
- src/fccfg.c |   6 +++++-
+ ChangeLog   | 3 +++
+ src/fccfg.c | 6 +++++-
  2 files changed, 8 insertions(+), 1 deletion(-)
 
 commit ee1d81259ec5b0b91cf19ea72abec29f5561217b
@@ -15881,10 +18206,10 @@ Date: Fri Jun 13 22:43:28 2003 +0000
        which expects the EXPORTS line to be the first. Add
        FcConfigEnableHome.
 
- ChangeLog            |   12 ++++++++++++
- configure.in         |   12 +++++++++---
- fontconfig-zip.in     |    4 +++-
- src/fontconfig.def.in |    5 +++--
+ ChangeLog            | 12 ++++++++++++
+ configure.in         | 12 +++++++++---
+ fontconfig-zip.in     |  4 +++-
+ src/fontconfig.def.in |  5 +++--
  4 files changed, 27 insertions(+), 6 deletions(-)
 
 commit 4ae7f71c89cd69d5273f82f03aadcb0c78b16c8d
@@ -15893,9 +18218,9 @@ Date:   Mon Jun 9 19:21:06 2003 +0000
 
     Update to version 2.2.90
 
- ChangeLog              |    4 ++++
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ ChangeLog              | 4 ++++
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  3 files changed, 6 insertions(+), 2 deletions(-)
 
 commit 8edb970e93f2dafc4fcd821df6240e807aa2ef8a
@@ -15904,8 +18229,8 @@ Date:   Mon Jun 9 19:15:00 2003 +0000
 
     Add a bunch of ChangeLog entries
 
- ChangeLog |   79
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ ChangeLog | 79
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 78 insertions(+), 1 deletion(-)
 
 commit 440e7054857a9a6382243f33498b2384f246379d
@@ -15915,9 +18240,9 @@ Date:   Mon Jun 9 18:49:19 2003 +0000
     Add fc-match program to demonstrate font matching from the command
     line
 
- Makefile.am        |    2 +-
- configure.in       |    1 +
- fc-match/.cvsignore |   5 +++++
+ Makefile.am        | 2 +-
+ configure.in       | 1 +
+ fc-match/.cvsignore | 5 +++++
  3 files changed, 7 insertions(+), 1 deletion(-)
 
 commit 947afeb566e738de3980c8c8751358ecfebdba25
@@ -15928,7 +18253,7 @@ Date:   Mon Jun 9 17:31:03 2003 +0000
     a pointer
        to the wrong location on miss
 
- src/fclang.c |   21 +++++++--------------
+ src/fclang.c | 21 +++++++--------------
  1 file changed, 7 insertions(+), 14 deletions(-)
 
 commit 8bc4bc134aac8889125afd292e66c0bb9864d8d4
@@ -15937,10 +18262,10 @@ Date: Mon Jun 9 16:53:31 2003 +0000
 
     Add fc-match program
 
- fc-match/Makefile.am |   32 +++++++++
- fc-match/fc-match.1  |   39 +++++++++++
- fc-match/fc-match.c  |  188
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-match/Makefile.am |  32 +++++++++
+ fc-match/fc-match.1  |  39 +++++++++++
+ fc-match/fc-match.c  | 188
+ +++++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 259 insertions(+)
 
 commit 6d3a90a41c63d479e3a109790a4ac466ee992478
@@ -15949,7 +18274,7 @@ Date:   Sat May 31 21:07:01 2003 +0000
 
     (Bug 85) add support for culmus fonts
 
- fonts.conf.in |   39 +++++----------------------------------
+ fonts.conf.in | 39 +++++----------------------------------
  1 file changed, 5 insertions(+), 34 deletions(-)
 
 commit 86b1243193a1cbab3286ee97d2543bfc841a575a
@@ -15960,16 +18285,16 @@ Date: Sat May 31 14:58:41 2003 +0000
     usage info
        on non-long option systems (Tim Mooney)
 
- ChangeLog            |    4 ++++
- fc-cache/Makefile.am  |    4 ++--
- fc-cache/fc-cache.1   |   51
- +++++++++++++++++++++++++++++++++++++++++++++++++
- fc-cache/fc-cache.c   |   19 +++++++++++++++---
- fc-cache/fc-cache.man |   45 -------------------------------------------
- fc-list/Makefile.am   |    4 ++--
- fc-list/fc-list.1     |   37 +++++++++++++++++++++++++++++++++++
- fc-list/fc-list.c     |   11 +++++++++++
- fc-list/fc-list.man   |   36 ----------------------------------
+ ChangeLog            |  4 ++++
+ fc-cache/Makefile.am  |  4 ++--
+ fc-cache/fc-cache.1   | 51
+ +++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-cache/fc-cache.c   | 19 ++++++++++++++++---
+ fc-cache/fc-cache.man | 45 ---------------------------------------------
+ fc-list/Makefile.am   |  4 ++--
+ fc-list/fc-list.1     | 37 +++++++++++++++++++++++++++++++++++++
+ fc-list/fc-list.c     | 11 +++++++++++
+ fc-list/fc-list.man   | 36 ------------------------------------
  9 files changed, 123 insertions(+), 88 deletions(-)
 
 commit d4d1e8bc604c98d647d70f9188744b95deba8723
@@ -15978,10 +18303,10 @@ Date: Wed May 28 01:34:38 2003 +0000
 
     Fix "contains" op for strings and langsets.
 
- fontconfig/fontconfig.h |    6 +++
- src/fccfg.c            |   16 +++++---
- src/fcstr.c            |  103
- +++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig/fontconfig.h |   6 +++
+ src/fccfg.c            |  16 +++++---
+ src/fcstr.c            | 103
+ ++++++++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 119 insertions(+), 6 deletions(-)
 
 commit 53183e66e564c03401237f6fea873733ef326890
@@ -15990,7 +18315,7 @@ Date:   Sat May 17 02:17:19 2003 +0000
 
     Fix build error with BDF prop local. Free langset after query
 
- src/fcfreetype.c |    9 ++++++++-
+ src/fcfreetype.c | 9 ++++++++-
  1 file changed, 8 insertions(+), 1 deletion(-)
 
 commit f777f1b35dc13da485ce488ad1d3b84f0c173cd1
@@ -16001,7 +18326,7 @@ Date:   Fri May 16 16:37:16 2003 +0000
     testing
        other stuff...
 
- src/fcfreetype.c |    2 --
+ src/fcfreetype.c | 2 --
  1 file changed, 2 deletions(-)
 
 commit ecb7c180d068f718c02e80f4282b00c4505a5eb5
@@ -16010,7 +18335,7 @@ Date:   Wed May 14 20:23:24 2003 +0000
 
     Extract spacing from XLFD atom
 
- src/fcfreetype.c |   14 ++++++++++++++
+ src/fcfreetype.c | 14 ++++++++++++++
  1 file changed, 14 insertions(+)
 
 commit 0b7a0da20b24321ef60aee99cd9071a50d78015b
@@ -16021,7 +18346,7 @@ Date:   Mon May 12 20:48:59 2003 +0000
     Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
        misclassifying some Han fonts as monospaced.
 
- src/fcfreetype.c |   27 ++++++---------------------
+ src/fcfreetype.c | 27 ++++++---------------------
  1 file changed, 6 insertions(+), 21 deletions(-)
 
 commit 65d1441df89b898dd74ac1f0fba69c83441dba92
@@ -16030,7 +18355,7 @@ Date:   Mon May 12 09:11:10 2003 +0000
 
     Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.
 
- src/fcfreetype.c |    5 ++++-
+ src/fcfreetype.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 commit 0f362ad520e61e096c887f9374a485c3df32655a
@@ -16039,7 +18364,7 @@ Date:   Mon May 12 09:04:24 2003 +0000
 
     Generate FC_SIZE and FC_DPI for legacy bitmap fonts
 
- src/fcfreetype.c |   41 +++++++++++++++++++++++++++++++++++++++++
+ src/fcfreetype.c | 41 +++++++++++++++++++++++++++++++++++++++++
  1 file changed, 41 insertions(+)
 
 commit d47c9d6efec6c3c086efc187c68d79ca0c077dfa
@@ -16050,13 +18375,13 @@ Date: Wed May 7 16:13:24 2003 +0000
     change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for older
        FreeType releases.
 
- src/fccache.c   |   18 ++++++----
- src/fccfg.c     |   96
- +++++++++++++++++++++++++++++++++++++++++++++++++++---
- src/fcdir.c     |   60 +++++++++++++++++++++++++---------
- src/fcfreetype.c |    2 +-
- src/fcint.h     |   40 +++++++++++++++++++++--
- src/fcxml.c     |   46 +++++++++++++++++++++++++-
+ src/fccache.c   | 18 ++++++-----
+ src/fccfg.c     | 96
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ src/fcdir.c     | 60 ++++++++++++++++++++++++++---------
+ src/fcfreetype.c |  2 +-
+ src/fcint.h     | 40 +++++++++++++++++++++--
+ src/fcxml.c     | 46 ++++++++++++++++++++++++++-
  6 files changed, 232 insertions(+), 30 deletions(-)
 
 commit f98ecf63395fc62a6ee2a24741e09fb5940be3aa
@@ -16066,7 +18391,7 @@ Date:   Tue May 6 14:26:34 2003 +0000
     Remove 0b82 and Tamil numbers from tamil orthography (Jungshik Shin
        <jshin@mailaps.org>)
 
- fc-lang/ta.orth |    7 +++++--
+ fc-lang/ta.orth | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
 commit 8ef6a58cb071396630cf05ec857f8c90524752f9
@@ -16075,8 +18400,8 @@ Date:   Sun May 4 22:58:29 2003 +0000
 
     Add more .cvsignore entries
 
- .cvsignore    |    1 +
- src/.cvsignore |    1 +
+ .cvsignore    | 1 +
+ src/.cvsignore | 1 +
  2 files changed, 2 insertions(+)
 
 commit 3018151753821434135c0c17873764f3283fcc50
@@ -16085,7 +18410,7 @@ Date:   Sun May 4 22:57:00 2003 +0000
 
     Add more .cvsignore entries
 
- .cvsignore |   5 +++++
+ .cvsignore | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit 7769c3213dc832f7643660d6aab5fade96cd57c3
@@ -16095,11 +18420,11 @@ Date: Sun May 4 22:53:49 2003 +0000
     Handle Adobe glyph names for fonts which include ADOBE_CUSTOM
     encodings
 
- Makefile.am     |    2 +-
- configure.in    |    1 +
- src/fcfreetype.c |  160
- +++++++++++++++++++++++++++++++++++++++++++++++++++++-
- src/fcint.h     |   10 ++++
+ Makefile.am     |   2 +-
+ configure.in    |   1 +
+ src/fcfreetype.c | 160
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/fcint.h     |  10 ++++
  4 files changed, 170 insertions(+), 3 deletions(-)
 
 commit 83321a017a9586aa4f3ace022a91f69122c08ed8
@@ -16108,7 +18433,7 @@ Date:   Sun May 4 22:51:36 2003 +0000
 
     Add .cvsignore in new fc-glyphname dir
 
- fc-glyphname/.cvsignore |    6 ++++++
+ fc-glyphname/.cvsignore | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit 721d496d7864ff587f51637f578f4b35d501d091
@@ -16134,10 +18459,10 @@ Date: Fri May 2 01:11:53 2003 +0000
     techniques
        fail
 
- src/fcfreetype.c |  228
- ++++++++++++++++++++++++++++++++++++------------------
- src/fcint.h     |    6 ++
- src/fcstr.c     |   74 ++++++++++++++++++
+ src/fcfreetype.c | 228
+ +++++++++++++++++++++++++++++++++++++------------------
+ src/fcint.h     |   6 ++
+ src/fcstr.c     |  74 ++++++++++++++++++
  3 files changed, 233 insertions(+), 75 deletions(-)
 
 commit 1f71c4d878a74a42b6bf2e6137b32487fcb18b8d
@@ -16146,7 +18471,7 @@ Date:   Fri May 2 01:11:09 2003 +0000
 
     Add book constant for book weight
 
- src/fcname.c |    1 +
+ src/fcname.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit ad293de0041230d530c5b3d2be56690db49e4510
@@ -16155,7 +18480,7 @@ Date:   Fri May 2 01:09:57 2003 +0000
 
     Add FC_WEIGHT_BOOK as weight 75
 
- fontconfig/fontconfig.h |    1 +
+ fontconfig/fontconfig.h | 1 +
  1 file changed, 1 insertion(+)
 
 commit a6a66da0adfc6c7899b61eb6531d14f794d25d94
@@ -16164,7 +18489,7 @@ Date:   Thu May 1 16:20:27 2003 +0000
 
     Fix expat function check.
 
- configure.in |    8 ++++----
+ configure.in | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit 700a41281a1712db29cc3b34aa293e9a4680c5c3
@@ -16173,7 +18498,7 @@ Date:   Thu May 1 16:15:28 2003 +0000
 
     Check for an expat function that won't be there if expat is too old.
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 3760a63825f931b7d5ef44b991c83f597b50f1a4
@@ -16184,7 +18509,7 @@ Date:   Thu May 1 14:31:04 2003 +0000
     and X
        matching
 
- src/fcfreetype.c |    6 ++++--
+ src/fcfreetype.c | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 commit 1af9b7b4d945b1f15ea5c2d9a20cfecef4f3e199
@@ -16193,7 +18518,7 @@ Date:   Wed Apr 30 15:17:42 2003 +0000
 
     Typo in bitstream foundry name
 
- src/fcfreetype.c |    2 +-
+ src/fcfreetype.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 70ee88099eac5cb5f75b392dc38ce16852f3b0bd
@@ -16204,7 +18529,7 @@ Date:   Thu Apr 24 17:31:03 2003 +0000
     PS fonts
        as FreeType already checks that
 
- src/fcfreetype.c |   15 +++++++++++++--
+ src/fcfreetype.c | 15 +++++++++++++--
  1 file changed, 13 insertions(+), 2 deletions(-)
 
 commit f45d39b1fda93c949f4625a9fcee0c482b5cacd7
@@ -16215,8 +18540,8 @@ Date:   Thu Apr 24 15:29:33 2003 +0000
     in the
        wrong direction
 
- src/fccfg.c    |    8 ++++----
- src/fccharset.c |   15 +++++++++++++++
+ src/fccfg.c    |  8 ++++----
+ src/fccharset.c | 15 +++++++++++++++
  2 files changed, 19 insertions(+), 4 deletions(-)
 
 commit 7d5c134a0a74b97438f3cdcc18ba44661d7253bf
@@ -16225,7 +18550,7 @@ Date:   Wed Apr 23 04:45:39 2003 +0000
 
     Oops. Missing newline in .cvsignore
 
- doc/.cvsignore |    2 +-
+ doc/.cvsignore | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 8c87b4293fe27398d9c6500189a1f72741afdff3
@@ -16234,10 +18559,10 @@ Date: Wed Apr 23 04:09:28 2003 +0000
 
     Fix docs to close sgml tags
 
- ChangeLog                |    8 ++++++++
- doc/fcpattern.fncs       |    1 +
- doc/fontconfig-devel.sgml |   1 +
- doc/func.sgml            |    1 +
+ ChangeLog                | 8 ++++++++
+ doc/fcpattern.fncs       | 1 +
+ doc/fontconfig-devel.sgml | 1 +
+ doc/func.sgml            | 1 +
  4 files changed, 11 insertions(+)
 
 commit c92926bf653425fff0291f1070cc7205e91810a0
@@ -16246,7 +18571,7 @@ Date:   Wed Apr 23 04:06:18 2003 +0000
 
     Add confdir.sgml to .cvsignore
 
- doc/.cvsignore |    1 +
+ doc/.cvsignore | 1 +
  1 file changed, 1 insertion(+)
 
 commit f946755cdb0b0db08debc9f0ee1c2d4f62b484a1
@@ -16258,8 +18583,8 @@ Date:   Wed Apr 23 04:05:58 2003 +0000
        (which
        will break at some point)
 
- doc/Makefile.am     |   3 ++-
- doc/confdir.sgml.in |   2 +-
+ doc/Makefile.am     | 3 ++-
+ doc/confdir.sgml.in | 2 +-
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 commit 8b290c54761ee020b0bc197c7ea06366e73be66c
@@ -16270,7 +18595,7 @@ Date:   Wed Apr 23 00:40:24 2003 +0000
     I'm not sure
        how else to get rid of the newline in the output.
 
- doc/confdir.sgml.in |   2 +-
+ doc/confdir.sgml.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 4b4f42ab58714fda3214fcb4f3c9e566ebd25100
@@ -16279,9 +18604,9 @@ Date:   Wed Apr 23 00:08:03 2003 +0000
 
     Getting closer to fixing /etc/fonts hard-coding.
 
- configure.in       |    1 -
- doc/Makefile.am     |   4 ++++
- doc/confdir.sgml.in |  25 +++++++++++++++++++++++++
+ configure.in       |  1 -
+ doc/Makefile.am     | 4 ++++
+ doc/confdir.sgml.in | 25 +++++++++++++++++++++++++
  3 files changed, 29 insertions(+), 1 deletion(-)
 
 commit 27de1f430a3d95c64bc989ae1c7bf1198d059b4c
@@ -16290,10 +18615,10 @@ Date: Tue Apr 22 23:34:50 2003 +0000
 
     Testing syncmail yet again.
 
- .cvsignore              |    2 +-
- configure.in            |    1 +
- doc/Makefile.am         |   12 ++++++------
- doc/fontconfig-user.sgml |    9 +++++----
+ .cvsignore              |  2 +-
+ configure.in            |  1 +
+ doc/Makefile.am         | 12 ++++++------
+ doc/fontconfig-user.sgml |  9 +++++----
  4 files changed, 13 insertions(+), 11 deletions(-)
 
 commit 993ffcdd0cb1ab956a456243241ae96eb2b398d1
@@ -16302,7 +18627,7 @@ Date:   Tue Apr 22 16:53:18 2003 +0000
 
     Fix autogen.sh to work with newer automakes
 
- autogen.sh |  45 +++++++++++++++++++++++++++++++++++----------
+ autogen.sh | 45 +++++++++++++++++++++++++++++++++++----------
  1 file changed, 35 insertions(+), 10 deletions(-)
 
 commit 5f84b65a26073141e02152d3e5889fb7cfe459a2
@@ -16311,7 +18636,7 @@ Date:   Tue Apr 22 06:27:27 2003 +0000
 
     Handle pattern elements moving during multiple edits
 
- src/fccfg.c |   8 ++++++++
+ src/fccfg.c | 8 ++++++++
  1 file changed, 8 insertions(+)
 
 commit 781f10486df22a422b92114ad438d4d8e74c9b93
@@ -16320,8 +18645,8 @@ Date:   Mon Apr 21 16:12:22 2003 +0000
 
     Update to version 2.2.0
 
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    4 ++--
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit 8eb4a52ed8ec96efb784a9cab5a21ba20b27733a
@@ -16330,7 +18655,7 @@ Date:   Mon Apr 21 06:17:23 2003 +0000
 
     Fixed variable name mistake.
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 965f77940cbe9743f0f57f8333c49708d3f3dd8c
@@ -16339,7 +18664,7 @@ Date:   Sun Apr 20 04:44:09 2003 +0000
 
     From James Su -- only part of page 0xff is Latin
 
- src/fcfreetype.c |    3 ++-
+ src/fcfreetype.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 29d961a28e231302683577328ed4724319805a7f
@@ -16350,7 +18675,7 @@ Date:   Fri Apr 18 15:56:05 2003 +0000
     through null
        pointer
 
- src/fcfreetype.c |   12 +++++++++---
+ src/fcfreetype.c | 12 +++++++++---
  1 file changed, 9 insertions(+), 3 deletions(-)
 
 commit 3a30abdb84ff973be86d4f75ee2fd54099f32ef1
@@ -16359,8 +18684,8 @@ Date:   Thu Apr 17 21:50:24 2003 +0000
 
     Pass FONTCONFIG_PATH in arguments to get expanded
 
- src/Makefile.am |    1 +
- src/fccfg.c    |    4 ----
+ src/Makefile.am | 1 +
+ src/fccfg.c    | 4 ----
  2 files changed, 1 insertion(+), 4 deletions(-)
 
 commit 2b2f2a714a6aa5a3fe451f44f85afc67ac921e36
@@ -16369,7 +18694,7 @@ Date:   Thu Apr 17 21:29:12 2003 +0000
 
     BDF properties not available until FreeType 2.1.4
 
- src/fcfreetype.c |    2 +-
+ src/fcfreetype.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 12d49d3cf48a145189af5e27d88bdf4858d5c2b6
@@ -16380,9 +18705,9 @@ Date:   Thu Apr 17 17:43:04 2003 +0000
     gcc doesn't
        warn us.
 
- ChangeLog      |    5 +++++
- doc/edit-sgml.c |    1 +
- src/fclang.c   |    6 ++----
+ ChangeLog      | 5 +++++
+ doc/edit-sgml.c | 1 +
+ src/fclang.c   | 6 ++----
  3 files changed, 8 insertions(+), 4 deletions(-)
 
 commit 996580dce5cd74dfdfe18c9f20e0a27817e5ed1b
@@ -16391,8 +18716,8 @@ Date:   Thu Apr 17 15:47:34 2003 +0000
 
     Solaris porting fixes
 
- configure.in     |    4 ++--
- fc-lang/fc-lang.c |   4 ++--
+ configure.in     | 4 ++--
+ fc-lang/fc-lang.c | 4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)
 
 commit b1e98ed99ead0a4c34ebf2554ea6076bebf621a4
@@ -16401,7 +18726,7 @@ Date:   Wed Apr 16 22:04:42 2003 +0000
 
     Add Vera support to default configuration
 
- fonts.conf.in |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ fonts.conf.in | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 50 insertions(+)
 
 commit e2925d7dc2877fba2112eb3de9853f3e889362c3
@@ -16410,8 +18735,8 @@ Date:   Wed Apr 16 21:50:51 2003 +0000
 
     bump version to 2.1.94
 
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit ab06f005f66e12b46a5f1274eafa992be20a1f72
@@ -16420,7 +18745,7 @@ Date:   Wed Apr 16 18:49:28 2003 +0000
 
     add some changelog entries
 
- ChangeLog |   18 ++++++++++++++++++
+ ChangeLog | 18 ++++++++++++++++++
  1 file changed, 18 insertions(+)
 
 commit 0e7a434783b28e9e954d3136195af7ba622c459d
@@ -16429,8 +18754,8 @@ Date:   Wed Apr 16 18:08:47 2003 +0000
 
     Search through the BDF properties for width and foundry information
 
- src/fcfreetype.c |   76
- +++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/fcfreetype.c | 76
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 75 insertions(+), 1 deletion(-)
 
 commit 2e2121f910dd84b0731985570d93cd31ae2edb61
@@ -16440,10 +18765,10 @@ Date: Wed Apr 16 16:19:38 2003 +0000
     Move foundry detection data into fcfreetype.c (which is getting rather
        large at this point)
 
- src/Makefile.am  |    2 +-
- src/data.h      |   77 ------------------------
- src/fcfreetype.c |  177
- +++++++++++++++++++++++++++++++++++++++++-------------
+ src/Makefile.am  |   2 +-
+ src/data.h      |  77 ------------------------
+ src/fcfreetype.c | 177
+ ++++++++++++++++++++++++++++++++++++++++++-------------
  3 files changed, 137 insertions(+), 119 deletions(-)
 
 commit 4515cf329ea6f5f4ddbfdee3bc275ba7b768330c
@@ -16452,7 +18777,7 @@ Date:   Wed Apr 16 16:18:27 2003 +0000
 
     bool was misdeclared in DTD
 
- fonts.dtd |   2 +-
+ fonts.dtd | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 3f7653c2badeb426f938bafe1a82c2917b7ea125
@@ -16462,14 +18787,14 @@ Date: Tue Apr 15 23:38:06 2003 +0000
     Fix unary operator parsing. Add floor, ceil, trunc and round unary
        operators
 
- fontconfig/fontconfig.h |    2 +
- fonts.dtd              |    6 ++-
- src/Makefile.am        |    2 +-
- src/fccfg.c            |   71 +++++++++++++++++++++++++++++++
- src/fcdbg.c            |   20 +++++++++
- src/fcint.h            |    3 +-
- src/fcxml.c            |  107
- +++++++++++++++++++++++++++++++++++++----------
+ fontconfig/fontconfig.h |   2 +
+ fonts.dtd              |   6 ++-
+ src/Makefile.am        |   2 +-
+ src/fccfg.c            |  71 ++++++++++++++++++++++++++++++++
+ src/fcdbg.c            |  20 +++++++++
+ src/fcint.h            |   3 +-
+ src/fcxml.c            | 107
+ ++++++++++++++++++++++++++++++++++++++----------
  7 files changed, 187 insertions(+), 24 deletions(-)
 
 commit 52253696cd2779bd9040457fbd157bbe75895ed6
@@ -16478,8 +18803,8 @@ Date:   Tue Apr 15 17:01:39 2003 +0000
 
     Clean up ps font weight matching and check for NULL
 
- src/fcfreetype.c |   59
- ++++++++++++++++++++++++++++--------------------------
+ src/fcfreetype.c | 59
+ +++++++++++++++++++++++++++++---------------------------
  1 file changed, 31 insertions(+), 28 deletions(-)
 
 commit 2ae95e77f7d50d65ca414a5d5a1065aa9f2581ed
@@ -16488,10 +18813,10 @@ Date: Fri Apr 11 23:45:59 2003 +0000
 
     Implemented foundry generation for Type 1 and TrueType
 
- src/data.h      |   77
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/fcfreetype.c |   73
- +++++++++++++++++++++++++++++++++++++++++++++++----
+ src/data.h      | 77
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcfreetype.c | 73
+ +++++++++++++++++++++++++++++++++++++++++++++++++----
  2 files changed, 145 insertions(+), 5 deletions(-)
 
 commit 0a557ec372a7dddede4edec3ac77caf328fd12f5
@@ -16500,8 +18825,8 @@ Date:   Fri Apr 11 23:00:51 2003 +0000
 
     update version number to 2.1.93
 
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 7f31f3781597e035b8432e0ce1c2894835b4988a
@@ -16512,7 +18837,7 @@ Date:   Fri Apr 11 22:53:53 2003 +0000
     installs (I
        hope)
 
- Makefile.am |   2 +-
+ Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 9f2bcb3e41f30dde64a288a4741ff169f8848dad
@@ -16521,7 +18846,7 @@ Date:   Fri Apr 11 22:24:23 2003 +0000
 
     Switch to locale-independent string compare function
 
- src/fcfreetype.c |   28 ++++++++++++++--------------
+ src/fcfreetype.c | 28 ++++++++++++++--------------
  1 file changed, 14 insertions(+), 14 deletions(-)
 
 commit d6ea834746a7b2758ea5b89467c0e64446840ca4
@@ -16532,7 +18857,7 @@ Date:   Fri Apr 11 22:17:11 2003 +0000
        FontInfo dictionary Patch provided by g2@magestudios.net (Gerard
        Escalante)
 
- src/fcfreetype.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
+ src/fcfreetype.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 44 insertions(+)
 
 commit cc30f9ca548661d0d9eb07216d261457db58ca02
@@ -16541,7 +18866,7 @@ Date:   Tue Apr 8 05:00:25 2003 +0000
 
     remove -u option to docbook2man which was trashing the .html file
 
- doc/Makefile.am |    2 +-
+ doc/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 8c8caabdf008f4673bb1d5543ef1e49b02a5c2e9
@@ -16550,7 +18875,7 @@ Date:   Tue Apr 8 03:58:57 2003 +0000
 
     *** empty log message ***
 
- ChangeLog |   5 +++++
+ ChangeLog | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit 15b49a7fbeafa69e0cc02d691a5794f9d3da4b69
@@ -16559,7 +18884,7 @@ Date:   Tue Apr 8 03:58:08 2003 +0000
 
     Fix dummy makefile target names when MS_LIB_AVAILABLE isn't set.
 
- src/Makefile.am |    4 ++--
+ src/Makefile.am | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit ef82cce1d5d6c6a700db4bb2218f47db85bf548d
@@ -16568,9 +18893,9 @@ Date:   Fri Apr 4 20:17:40 2003 +0000
 
     update copyright years
 
- COPYING       |    2 +-
- fonts.conf.in |   15 ++-------------
- local.conf    |    9 +++++++++
+ COPYING       |  2 +-
+ fonts.conf.in | 15 ++-------------
+ local.conf    |  9 +++++++++
  3 files changed, 12 insertions(+), 14 deletions(-)
 
 commit 08b5b70dcf04ce61fb505487b774a3731b04e5c1
@@ -16579,8 +18904,8 @@ Date:   Fri Apr 4 20:16:33 2003 +0000
 
     Move sample subpixel configuration to local.conf
 
- config/Makedefs.in |   4 ++--
- config/install.sh  |   4 ++--
+ config/Makedefs.in | 4 ++--
+ config/install.sh  | 4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)
 
 commit 848d32bd3f141f0c14abfec38d4cf27eedd1f0a5
@@ -16589,8 +18914,8 @@ Date:   Fri Mar 28 17:08:35 2003 +0000
 
     Set spacing to mono if every encoded glyph is the same width
 
- fontconfig/fcfreetype.h |    3 +++
- src/fcfreetype.c       |   46
+ fontconfig/fcfreetype.h |  3 +++
+ src/fcfreetype.c       | 46
  +++++++++++++++++++++++++++++++++++++++++-----
  2 files changed, 44 insertions(+), 5 deletions(-)
 
@@ -16601,7 +18926,7 @@ Date:   Mon Mar 24 05:03:20 2003 +0000
     Wrong pattern for matching font file names. Fix submitted by
        hjchoe@hancom.com (Choe Hwanjin)
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit c8582ff72ade8522d545d117641e4afac61382a0
@@ -16611,7 +18936,7 @@ Date:   Sat Mar 22 21:28:13 2003 +0000
     Changes for Windows:
     Add a fontconfig-zip(.in) script, used to build a binary distribution.
 
- fontconfig-zip.in |   30 ++++++++++++++++++++++++++++++
+ fontconfig-zip.in | 30 ++++++++++++++++++++++++++++++
  1 file changed, 30 insertions(+)
 
 commit daeed6e048a413a94754fd79f62307ca9be80a43
@@ -16642,21 +18967,21 @@ Date: Sat Mar 22 21:25:34 2003 +0000
        without internal functions.
     Add a fontconfig-zip(.in) script, used to build a binary distribution.
 
- ChangeLog             |   32 +++++++++
- Makefile.am           |    3 +-
- configure.in          |   28 +++++++-
- fc-lang/fc-lang.man   |    6 +-
- src/Makefile.am       |   55 +++++++++++++++-
- src/fcatomic.c                |   23 ++++++-
- src/fccache.c         |   21 +++++-
- src/fccfg.c           |   90 +++++++++++++++++++++++--
- src/fcint.h           |    9 +++
- src/fcstr.c           |   23 ++++++-
- src/fcxml.c           |   30 +++++++++
- src/fontconfig-def.cpp |  170
- ------------------------------------------------
- src/fontconfig.def.in |  161
- +++++++++++++++++++++++++++++++++++++++++++++
+ ChangeLog             |  32 ++++++++++
+ Makefile.am           |   3 +-
+ configure.in          |  28 +++++++-
+ fc-lang/fc-lang.man   |   6 +-
+ src/Makefile.am       |  55 +++++++++++++++-
+ src/fcatomic.c                |  23 ++++++-
+ src/fccache.c         |  21 +++++-
+ src/fccfg.c           |  90 ++++++++++++++++++++++++--
+ src/fcint.h           |   9 +++
+ src/fcstr.c           |  23 ++++++-
+ src/fcxml.c           |  30 +++++++++
+ src/fontconfig-def.cpp | 170
+ -------------------------------------------------
+ src/fontconfig.def.in | 161
+ ++++++++++++++++++++++++++++++++++++++++++++++
  13 files changed, 464 insertions(+), 187 deletions(-)
 
 commit cc9dd09816f717fc678d097a69f793dca1b1eef0
@@ -16665,7 +18990,7 @@ Date:   Sat Mar 22 01:55:00 2003 +0000
 
     switch // comment
 
- src/fclang.c |    2 +-
+ src/fclang.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ddde1797a900b818b96fc0818d9df0efacb5ac69
@@ -16674,8 +18999,8 @@ Date:   Thu Mar 20 02:01:01 2003 +0000
 
     strtod under some locales requires digits before the decimal
 
- doc/fontconfig-user.sgml |    8 ++++++--
- fonts.conf.in           |    2 +-
+ doc/fontconfig-user.sgml | 8 ++++++--
+ fonts.conf.in           | 2 +-
  2 files changed, 7 insertions(+), 3 deletions(-)
 
 commit f4007a672834df25f0f9b6a918c135d2b79a3784
@@ -16684,7 +19009,7 @@ Date:   Thu Mar 20 02:00:15 2003 +0000
 
     Avoid crashing on empty test/edit lists
 
- src/fccfg.c |   6 ++++--
+ src/fccfg.c | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 commit 3fbd50e48679c15c24400aaa78c6cd266317a784
@@ -16693,7 +19018,7 @@ Date:   Thu Mar 20 01:59:28 2003 +0000
 
     bogus libtoolize --version | libtoolize --version
 
- autogen.sh |   2 +-
+ autogen.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 1b16ef20c9c7dd5c3e861a392e886cbe6c046306
@@ -16704,7 +19029,7 @@ Date:   Tue Mar 18 08:03:42 2003 +0000
     and extra
        blocks not present in the second argument
 
- src/fccharset.c |    2 +-
+ src/fccharset.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 3910f3221b5276523ff1e6fea10aecabfa427f0a
@@ -16713,7 +19038,7 @@ Date:   Fri Mar 14 00:16:56 2003 +0000
 
     Fix configure arguments (bug 45)
 
- configure.in |   10 +++++-----
+ configure.in | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit 81fa16c3366a701255f4e52cdfd716dd06253748
@@ -16722,12 +19047,12 @@ Date: Wed Mar 12 22:16:43 2003 +0000
 
     add font widths and extend weight from OS/2 table
 
- fontconfig/fontconfig.h |   44 ++++++++++++++++++++++++++------------
- src/fcdefault.c        |    3 +++
- src/fcfreetype.c       |   54
- ++++++++++++++++++++++++++++++++++++++++++-----
- src/fcmatch.c          |   29 ++++++++++++++++---------
- src/fcname.c           |   18 ++++++++++++++++
+ fontconfig/fontconfig.h | 44 ++++++++++++++++++++++++++++------------
+ src/fcdefault.c        |  3 +++
+ src/fcfreetype.c       | 54
+ ++++++++++++++++++++++++++++++++++++++++++++-----
+ src/fcmatch.c          | 29 +++++++++++++++++---------
+ src/fcname.c           | 18 +++++++++++++++++
  5 files changed, 120 insertions(+), 28 deletions(-)
 
 commit a8386abc916c6ce4b0fa0ca3f9f68aa0232d4824
@@ -16738,9 +19063,9 @@ Date:   Wed Mar 12 22:15:39 2003 +0000
     wrong
        count of fonts per file
 
- src/fccache.c |   10 +++++-----
- src/fcdir.c   |    8 ++++++--
- src/fcint.h   |    2 +-
+ src/fccache.c | 10 +++++-----
+ src/fcdir.c   |  8 ++++++--
+ src/fcint.h   |  2 +-
  3 files changed, 12 insertions(+), 8 deletions(-)
 
 commit 89b61da31f88713074fdb396604cd3d8fe7e5ded
@@ -16749,7 +19074,7 @@ Date:   Mon Mar 10 06:56:32 2003 +0000
 
     Ship manual
 
- fc-list/Makefile.am |   2 ++
+ fc-list/Makefile.am | 2 ++
  1 file changed, 2 insertions(+)
 
 commit dbe9a11ea4a1ff2b044f3e24a3ef9de27370a033
@@ -16759,8 +19084,8 @@ Date:   Sat Mar 8 01:03:32 2003 +0000
     Updated RPM specfile for 2.1.92 and fixed remaining known spec
     file issues
 
- ChangeLog         |    8 ++++++++
- fontconfig.spec.in |  19 +++++++++++++++++--
+ ChangeLog         |  8 ++++++++
+ fontconfig.spec.in | 19 +++++++++++++++++--
  2 files changed, 25 insertions(+), 2 deletions(-)
 
 commit 6348213702153f1097c648ae575bcc89dbb259dc
@@ -16769,8 +19094,8 @@ Date:   Fri Mar 7 21:04:52 2003 +0000
 
     Bump version to 2.1.92
 
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit dcd1f27185958b000f12e0390970c925f4386598
@@ -16779,7 +19104,7 @@ Date:   Fri Mar 7 20:51:17 2003 +0000
 
     add version.sgml to .cvsignore
 
- doc/.cvsignore |    1 +
+ doc/.cvsignore | 1 +
  1 file changed, 1 insertion(+)
 
 commit ae2c2943648313b41f2d032b72618d11ffdd1772
@@ -16788,8 +19113,8 @@ Date:   Fri Mar 7 20:50:44 2003 +0000
 
     Add version number to user doc
 
- doc/fontconfig-user.sgml |   27 +++++++++++++++++----------
- doc/func.sgml           |    1 +
+ doc/fontconfig-user.sgml | 27 +++++++++++++++++----------
+ doc/func.sgml           |  1 +
  2 files changed, 18 insertions(+), 10 deletions(-)
 
 commit fddb839bba56f5d0ac9e2bd71323d2cc488155b8
@@ -16798,10 +19123,10 @@ Date: Fri Mar 7 20:45:43 2003 +0000
 
     Add version number to documentation
 
- configure.in             |    1 +
- doc/fontconfig-devel.sgml |   13 +++----------
- doc/func.sgml            |    4 ++++
- doc/version.sgml.in      |   24 ++++++++++++++++++++++++
+ configure.in             |  1 +
+ doc/fontconfig-devel.sgml | 13 +++----------
+ doc/func.sgml            |  4 ++++
+ doc/version.sgml.in      | 24 ++++++++++++++++++++++++
  4 files changed, 32 insertions(+), 10 deletions(-)
 
 commit 4484582ebaaaea4982248a6141d87d488ef322bd
@@ -16810,7 +19135,7 @@ Date:   Fri Mar 7 20:45:20 2003 +0000
 
     wasnt rebuilding most of the docs
 
- doc/Makefile.am |   18 +++++++++---------
+ doc/Makefile.am | 18 +++++++++---------
  1 file changed, 9 insertions(+), 9 deletions(-)
 
 commit 8cfb37394cb80cc7b11133090c99dc1ce31f2695
@@ -16819,7 +19144,7 @@ Date:   Fri Mar 7 20:04:13 2003 +0000
 
     distribute man page
 
- fc-cache/Makefile.am |    2 ++
+ fc-cache/Makefile.am | 2 ++
  1 file changed, 2 insertions(+)
 
 commit ea3ebacfb8c729fd6fbfb55d27bd3ef43cd4afec
@@ -16828,7 +19153,7 @@ Date:   Fri Mar 7 20:03:53 2003 +0000
 
     note that default mandir is usually wrong
 
- INSTALL |    2 +-
+ INSTALL | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit bdc0fd54344cd161f1507aa53f3d676569d63f08
@@ -16837,7 +19162,7 @@ Date:   Fri Mar 7 20:03:23 2003 +0000
 
     get manuals to install with automake-1.4
 
- doc/Makefile.am |   44 +++++++++++++++++++++-----------------------
+ doc/Makefile.am | 44 +++++++++++++++++++++-----------------------
  1 file changed, 21 insertions(+), 23 deletions(-)
 
 commit 164301051d714b39e2a5b5d72cab2ca7ecb9e57a
@@ -16846,7 +19171,7 @@ Date:   Fri Mar 7 19:41:34 2003 +0000
 
     Create fontconfig-user.html
 
- doc/Makefile.am |    2 +-
+ doc/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 251c36c1b311515aae0fff1ab9d80e2843e3f426
@@ -16855,7 +19180,7 @@ Date:   Fri Mar 7 19:39:57 2003 +0000
 
     Add more to .cvsignore
 
- doc/.cvsignore |    9 +++++++++
+ doc/.cvsignore | 9 +++++++++
  1 file changed, 9 insertions(+)
 
 commit b219ac6b99672506965f3c2168e2af1cd58d28e7
@@ -16864,10 +19189,10 @@ Date: Fri Mar 7 19:37:16 2003 +0000
 
     Make documentation build
 
- doc/Makefile.am         |  172
- +++++++++++++++++++++++++++-------------------
- doc/edit-sgml.c         |    2 +-
- doc/fontconfig-user.sgml |    2 +-
+ doc/Makefile.am         | 172
+ +++++++++++++++++++++++++++--------------------
+ doc/edit-sgml.c         |   2 +-
+ doc/fontconfig-user.sgml |   2 +-
  3 files changed, 102 insertions(+), 74 deletions(-)
 
 commit 39381776a4c0cf4077a31f3a493cbd37420cec71
@@ -16876,17 +19201,17 @@ Date: Fri Mar 7 19:01:41 2003 +0000
 
     Finish reformatting developer documentation
 
- doc/Makefile.am          |   16 +-
- doc/edit-sgml.c          |   17 +-
- doc/fcatomic.fncs        |   93 +++++++++
- doc/fcconfig.fncs        |  153 ++++++++-------
- doc/fcfile.fncs          |   78 ++++++++
- doc/fcfreetype.fncs      |   69 +++++++
- doc/fcinit.fncs          |   78 ++++++++
- doc/fcstring.fncs        |  150 ++++++++++++++
- doc/fcstrset.fncs        |  104 ++++++++++
- doc/fontconfig-devel.sgml |  475
- +++++++++++----------------------------------
+ doc/Makefile.am          |  16 +-
+ doc/edit-sgml.c          |  17 +-
+ doc/fcatomic.fncs        |  93 +++++++++
+ doc/fcconfig.fncs        | 153 ++++++++-------
+ doc/fcfile.fncs          |  78 ++++++++
+ doc/fcfreetype.fncs      |  69 +++++++
+ doc/fcinit.fncs          |  78 ++++++++
+ doc/fcstring.fncs        | 150 +++++++++++++++
+ doc/fcstrset.fncs        | 104 ++++++++++
+ doc/fontconfig-devel.sgml | 475
+ +++++++++++-----------------------------------
  10 files changed, 795 insertions(+), 438 deletions(-)
 
 commit 90bdcf6051472443690294e04df1ea1f5d0d1d19
@@ -16895,7 +19220,7 @@ Date:   Fri Mar 7 08:52:27 2003 +0000
 
     Add copyright
 
- doc/func.sgml |   23 +++++++++++++++++++++++
+ doc/func.sgml | 23 +++++++++++++++++++++++
  1 file changed, 23 insertions(+)
 
 commit 2df0c66230fb86a784414b5db803d32d1a083b3a
@@ -16904,12 +19229,11 @@ Date: Fri Mar 7 08:51:14 2003 +0000
 
     Use <parameter> tags. Add copyrights
 
- doc/fcconfig.fncs     |   46
- +++++++++++++++++++++++-----------------------
- doc/fcconstant.fncs   |   10 +++++-----
- doc/fcobjecttype.fncs |    6 +++---
- doc/fcpattern.fncs    |   14 +++++++-------
- doc/fcvalue.fncs      |    4 ++--
+ doc/fcconfig.fncs     | 46 +++++++++++++++++++++++-----------------------
+ doc/fcconstant.fncs   | 10 +++++-----
+ doc/fcobjecttype.fncs |  6 +++---
+ doc/fcpattern.fncs    | 14 +++++++-------
+ doc/fcvalue.fncs      |  4 ++--
  5 files changed, 40 insertions(+), 40 deletions(-)
 
 commit bfc2dc3ac4b1eb5f0f9f0dfae7abac7e77e28061
@@ -16918,20 +19242,20 @@ Date: Fri Mar 7 08:44:32 2003 +0000
 
     Add lots more function documentation
 
- doc/Makefile.am          |   16 ++-
- doc/fcblanks.fncs        |   58 +++++++++
- doc/fccharset.fncs       |   23 ++++
- doc/fcconfig.fncs        |  279
+ doc/Makefile.am          |  16 ++-
+ doc/fcblanks.fncs        |  58 +++++++++
+ doc/fccharset.fncs       |  23 ++++
+ doc/fcconfig.fncs        | 279
  +++++++++++++++++++++++++++++++++++++++++++
- doc/fcconstant.fncs      |   58 +++++++++
- doc/fcfontset.fncs       |   49 ++++++++
- doc/fcmatrix.fncs        |   23 ++++
- doc/fcobjectset.fncs     |   61 ++++++++++
- doc/fcobjecttype.fncs    |   48 ++++++++
- doc/fcpattern.fncs       |   23 ++++
- doc/fcvalue.fncs         |   23 ++++
- doc/fontconfig-devel.sgml |  292
- +++------------------------------------------
+ doc/fcconstant.fncs      |  58 +++++++++
+ doc/fcfontset.fncs       |  49 ++++++++
+ doc/fcmatrix.fncs        |  23 ++++
+ doc/fcobjectset.fncs     |  61 ++++++++++
+ doc/fcobjecttype.fncs    |  48 ++++++++
+ doc/fcpattern.fncs       |  23 ++++
+ doc/fcvalue.fncs         |  23 ++++
+ doc/fontconfig-devel.sgml | 292
+ +++-------------------------------------------
  12 files changed, 677 insertions(+), 276 deletions(-)
 
 commit 22671e25510e77af1a8f2b569314ba2de1c93353
@@ -16957,8 +19281,8 @@ Date:   Fri Mar 7 06:17:36 2003 +0000
 
     Add func doc creation program edit-sgml
 
- doc/edit-sgml.c |  426
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ doc/edit-sgml.c | 426
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 426 insertions(+)
 
 commit c92abf78e12502e1d93281e2d4b1404226a6c6b9
@@ -16967,7 +19291,7 @@ Date:   Wed Mar 5 10:09:57 2003 +0000
 
     Update Changelog
 
- ChangeLog |   7 +++++++
+ ChangeLog | 7 +++++++
  1 file changed, 7 insertions(+)
 
 commit a5ae222c2a5f578dff011f11dadb78ecf0734cbb
@@ -16983,7 +19307,7 @@ Date:   Wed Mar 5 10:08:08 2003 +0000
        docs
        with %doc already.
 
- fontconfig.spec.in |   8 +++++++-
+ fontconfig.spec.in | 8 +++++++-
  1 file changed, 7 insertions(+), 1 deletion(-)
 
 commit b06766e439ce49f2d50aba7ab812fa0ebb6549e1
@@ -16993,8 +19317,8 @@ Date:   Wed Mar 5 09:28:08 2003 +0000
     Updated rpm specfile changelog and Changelog to reflect today's
     changes
 
- ChangeLog         |   13 ++++++++++++-
- fontconfig.spec.in |   9 ++++++++-
+ ChangeLog         | 13 ++++++++++++-
+ fontconfig.spec.in |  9 ++++++++-
  2 files changed, 20 insertions(+), 2 deletions(-)
 
 commit fc87206f77a4c1b11c990a6ea4b0d3d4cd5208df
@@ -17004,7 +19328,7 @@ Date:   Wed Mar 5 09:16:37 2003 +0000
     Reordered %files lists to be a bit tidier. Made -devel package own the
        %{_includedir}/fontconfig directory
 
- fontconfig.spec.in |   9 +++++----
+ fontconfig.spec.in | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
 
 commit c674c89bf919fa7f357319a7ce825ba5369ff737
@@ -17015,7 +19339,7 @@ Date:   Wed Mar 5 09:14:06 2003 +0000
     fc-cache to
        use %{_bindir}/fc-cache
 
- fontconfig.spec.in |   9 +++++----
+ fontconfig.spec.in | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
 
 commit 5283328a6006420cb3382c0dbef55f715996b91c
@@ -17026,7 +19350,7 @@ Date:   Wed Mar 5 09:10:14 2003 +0000
     hard coded
        /usr/bin
 
- fontconfig.spec.in |   4 ++--
+ fontconfig.spec.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 674c09dfbfc3d6d3a014ac018995530159fc157f
@@ -17039,7 +19363,7 @@ Date:   Wed Mar 5 09:08:41 2003 +0000
        remove
        -j flag from make, as _smp_mflags expands to -jN already.
 
- fontconfig.spec.in |   6 +++---
+ fontconfig.spec.in | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit d30f481c4d182db3873fc9caf0e191da3c4955ef
@@ -17048,7 +19372,7 @@ Date:   Wed Mar 5 07:45:37 2003 +0000
 
     switch vesion to version
 
- fontconfig.spec.in |   2 +-
+ fontconfig.spec.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit d93fb00e8dd757fbdaafd4dd36509c33b7827eb5
@@ -17057,7 +19381,7 @@ Date:   Wed Mar 5 06:09:36 2003 +0000
 
     optimize string compares even more
 
- src/fcstr.c |  19 +++----------------
+ src/fcstr.c | 19 +++----------------
  1 file changed, 3 insertions(+), 16 deletions(-)
 
 commit dc1de232a694c9c431604e701e8f617978a00e0a
@@ -17066,7 +19390,7 @@ Date:   Wed Mar 5 06:09:14 2003 +0000
 
     Use VERSION in fontconfig.pc.in
 
- fontconfig.pc.in |    2 +-
+ fontconfig.pc.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 83e42969fcd183d99b279cf1e15b6126ce2428eb
@@ -17075,7 +19399,7 @@ Date:   Wed Mar 5 05:57:11 2003 +0000
 
     No longer using config directory
 
- configure.in |    2 --
+ configure.in | 2 --
  1 file changed, 2 deletions(-)
 
 commit 94421e4097d84b50fc2da285b57fb00da3592796
@@ -17084,7 +19408,7 @@ Date:   Wed Mar 5 05:53:10 2003 +0000
 
     use FcToLower instead of tolower
 
- src/fcname.c |   12 +++++-------
+ src/fcname.c | 12 +++++-------
  1 file changed, 5 insertions(+), 7 deletions(-)
 
 commit 55ef7dac64d9202217c6f42e53ddf1549c2da385
@@ -17093,7 +19417,7 @@ Date:   Wed Mar 5 05:52:51 2003 +0000
 
     Add FcLangSetPrint
 
- src/fcdbg.c |  29 ++++++++++++++++++-----------
+ src/fcdbg.c | 29 ++++++++++++++++++-----------
  1 file changed, 18 insertions(+), 11 deletions(-)
 
 commit 793e946c2f90b5617ec39c64679630b4e2f2d3ad
@@ -17104,11 +19428,11 @@ Date: Wed Mar 5 05:52:31 2003 +0000
     language
        lookups, change RCS tag
 
- src/fccfg.c  |    8 +-
- src/fcint.h  |    7 +-
- src/fclang.c |  231
- ++++++++++++++++++++++++++++++++++++++++++++++++++++------
- src/fclist.c |    6 +-
+ src/fccfg.c  |   8 +--
+ src/fcint.h  |   7 +-
+ src/fclang.c | 231
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
+ src/fclist.c |   6 +-
  4 files changed, 219 insertions(+), 33 deletions(-)
 
 commit 4bd4418ab5e7450e1c1fd3cd136098f1bf37a80c
@@ -17117,25 +19441,25 @@ Date: Wed Mar 5 05:51:27 2003 +0000
 
     Change RCS tag
 
- fc-cache/fc-cache.c   |    4 ++--
- fc-cache/fc-cache.man |    4 ++--
- fc-list/fc-list.c     |    4 ++--
- fc-list/fc-list.man   |    4 ++--
- src/fcatomic.c                |    4 ++--
- src/fcblanks.c                |    4 ++--
- src/fccache.c         |    4 ++--
- src/fccharset.c       |    4 ++--
- src/fcdefault.c       |    4 ++--
- src/fcdir.c           |    4 ++--
- src/fcfreetype.c      |    4 ++--
- src/fcfs.c            |    4 ++--
- src/fcinit.c          |    4 ++--
- src/fcmatch.c         |    4 ++--
- src/fcmatrix.c                |    2 +-
- src/fcpat.c           |    4 ++--
- src/fcstr.c           |    4 ++--
- src/fcxml.c           |    4 ++--
- src/fontconfig-def.cpp |    2 +-
+ fc-cache/fc-cache.c   | 4 ++--
+ fc-cache/fc-cache.man | 4 ++--
+ fc-list/fc-list.c     | 4 ++--
+ fc-list/fc-list.man   | 4 ++--
+ src/fcatomic.c                | 4 ++--
+ src/fcblanks.c                | 4 ++--
+ src/fccache.c         | 4 ++--
+ src/fccharset.c       | 4 ++--
+ src/fcdefault.c       | 4 ++--
+ src/fcdir.c           | 4 ++--
+ src/fcfreetype.c      | 4 ++--
+ src/fcfs.c            | 4 ++--
+ src/fcinit.c          | 4 ++--
+ src/fcmatch.c         | 4 ++--
+ src/fcmatrix.c                | 2 +-
+ src/fcpat.c           | 4 ++--
+ src/fcstr.c           | 4 ++--
+ src/fcxml.c           | 4 ++--
+ src/fontconfig-def.cpp | 2 +-
  19 files changed, 36 insertions(+), 36 deletions(-)
 
 commit 0eadb052fb31ad99d77d1997108d316c64d939b8
@@ -17144,9 +19468,9 @@ Date:   Wed Mar 5 05:48:53 2003 +0000
 
     Add letter ranges to speed lang lookups, change CVS tag
 
- fc-lang/fc-lang.c     |   38 ++++++++++++++++++++++++++++++++++++--
- fc-lang/fc-lang.man   |    4 ++--
- fc-lang/fclang.tmpl.h |    4 ++--
+ fc-lang/fc-lang.c     | 38 ++++++++++++++++++++++++++++++++++++--
+ fc-lang/fc-lang.man   |  4 ++--
+ fc-lang/fclang.tmpl.h |  4 ++--
  3 files changed, 40 insertions(+), 6 deletions(-)
 
 commit 4c2967f6267b01022c4f3651dcc0072a225f4b01
@@ -17155,9 +19479,9 @@ Date:   Wed Mar 5 05:48:15 2003 +0000
 
     Change RCS tag, add FcLangSetContains
 
- fontconfig/fcfreetype.h |    4 ++--
- fontconfig/fcprivate.h  |    4 ++--
- fontconfig/fontconfig.h |   11 ++++++++---
+ fontconfig/fcfreetype.h |  4 ++--
+ fontconfig/fcprivate.h  |  4 ++--
+ fontconfig/fontconfig.h | 11 ++++++++---
  3 files changed, 12 insertions(+), 7 deletions(-)
 
 commit 0b5c5dd1bed55e32c551c85bce87b511236111b6
@@ -17166,183 +19490,183 @@ Date:       Wed Mar 5 04:26:06 2003 +0000
 
     Switch RCS tag label
 
- fc-lang/aa.orth    |   4 ++--
- fc-lang/ab.orth    |   4 ++--
- fc-lang/af.orth    |   4 ++--
- fc-lang/am.orth    |   4 ++--
- fc-lang/ar.orth    |   4 ++--
- fc-lang/ast.orth   |   4 ++--
- fc-lang/ava.orth   |   4 ++--
- fc-lang/ay.orth    |   4 ++--
- fc-lang/az.orth    |   4 ++--
- fc-lang/ba.orth    |   4 ++--
- fc-lang/bam.orth   |   4 ++--
- fc-lang/be.orth    |   4 ++--
- fc-lang/bg.orth    |   4 ++--
- fc-lang/bh.orth    |   4 ++--
- fc-lang/bho.orth   |   4 ++--
- fc-lang/bi.orth    |   4 ++--
- fc-lang/bin.orth   |   4 ++--
- fc-lang/bn.orth    |   4 ++--
- fc-lang/bo.orth    |   4 ++--
- fc-lang/br.orth    |   4 ++--
- fc-lang/bs.orth    |   4 ++--
- fc-lang/bua.orth   |   4 ++--
- fc-lang/ca.orth    |   4 ++--
- fc-lang/ce.orth    |   4 ++--
- fc-lang/ch.orth    |   4 ++--
- fc-lang/chm.orth   |   4 ++--
- fc-lang/chr.orth   |   4 ++--
- fc-lang/co.orth    |   4 ++--
- fc-lang/cs.orth    |   4 ++--
- fc-lang/cu.orth    |   4 ++--
- fc-lang/cv.orth    |   4 ++--
- fc-lang/cy.orth    |   4 ++--
- fc-lang/da.orth    |   4 ++--
- fc-lang/de.orth    |   4 ++--
- fc-lang/dz.orth    |   4 ++--
- fc-lang/el.orth    |   4 ++--
- fc-lang/en.orth    |   4 ++--
- fc-lang/eo.orth    |   4 ++--
- fc-lang/es.orth    |   4 ++--
- fc-lang/et.orth    |   4 ++--
- fc-lang/eu.orth    |   4 ++--
- fc-lang/fa.orth    |   4 ++--
- fc-lang/fi.orth    |   4 ++--
- fc-lang/fj.orth    |   4 ++--
- fc-lang/fo.orth    |   4 ++--
- fc-lang/fr.orth    |   4 ++--
- fc-lang/ful.orth   |   4 ++--
- fc-lang/fur.orth   |   4 ++--
- fc-lang/fy.orth    |   4 ++--
- fc-lang/ga.orth    |   4 ++--
- fc-lang/gd.orth    |   4 ++--
- fc-lang/gez.orth   |   4 ++--
- fc-lang/gl.orth    |   4 ++--
- fc-lang/gn.orth    |   4 ++--
- fc-lang/gu.orth    |   4 ++--
- fc-lang/gv.orth    |   4 ++--
- fc-lang/ha.orth    |   4 ++--
- fc-lang/haw.orth   |   4 ++--
- fc-lang/he.orth    |   4 ++--
- fc-lang/hi.orth    |   4 ++--
- fc-lang/ho.orth    |   4 ++--
- fc-lang/hr.orth    |   4 ++--
- fc-lang/hu.orth    |   4 ++--
- fc-lang/hy.orth    |   4 ++--
- fc-lang/ia.orth    |   4 ++--
- fc-lang/ibo.orth   |   4 ++--
- fc-lang/id.orth    |   4 ++--
- fc-lang/ie.orth    |   4 ++--
- fc-lang/ik.orth    |   4 ++--
- fc-lang/io.orth    |   4 ++--
- fc-lang/is.orth    |   4 ++--
- fc-lang/it.orth    |   4 ++--
- fc-lang/iu.orth    |   4 ++--
- fc-lang/ja.orth    |   4 ++--
- fc-lang/ka.orth    |   4 ++--
- fc-lang/kaa.orth   |   4 ++--
- fc-lang/ki.orth    |   4 ++--
- fc-lang/kk.orth    |   4 ++--
- fc-lang/kl.orth    |   4 ++--
- fc-lang/km.orth    |   4 ++--
- fc-lang/kn.orth    |   4 ++--
- fc-lang/ko.orth    |   4 ++--
- fc-lang/kok.orth   |   4 ++--
- fc-lang/ks.orth    |   4 ++--
- fc-lang/ku.orth    |   4 ++--
- fc-lang/kum.orth   |   4 ++--
- fc-lang/kv.orth    |   4 ++--
- fc-lang/kw.orth    |   4 ++--
- fc-lang/ky.orth    |   4 ++--
- fc-lang/la.orth    |   4 ++--
- fc-lang/lb.orth    |   4 ++--
- fc-lang/lez.orth   |   4 ++--
- fc-lang/lo.orth    |   4 ++--
- fc-lang/lt.orth    |   4 ++--
- fc-lang/lv.orth    |   4 ++--
- fc-lang/mg.orth    |   4 ++--
- fc-lang/mh.orth    |   4 ++--
- fc-lang/mi.orth    |   4 ++--
- fc-lang/mk.orth    |   4 ++--
- fc-lang/ml.orth    |   4 ++--
- fc-lang/mn.orth    |   4 ++--
- fc-lang/mo.orth    |   4 ++--
- fc-lang/mr.orth    |   4 ++--
- fc-lang/mt.orth    |   4 ++--
- fc-lang/my.orth    |   4 ++--
- fc-lang/nb.orth    |   4 ++--
- fc-lang/ne.orth    |   4 ++--
- fc-lang/nl.orth    |   4 ++--
- fc-lang/nn.orth    |   4 ++--
- fc-lang/no.orth    |   4 ++--
- fc-lang/ny.orth    |   4 ++--
- fc-lang/oc.orth    |   4 ++--
- fc-lang/om.orth    |   4 ++--
- fc-lang/or.orth    |   4 ++--
- fc-lang/os.orth    |   4 ++--
- fc-lang/pl.orth    |   4 ++--
- fc-lang/pt.orth    |   4 ++--
- fc-lang/rm.orth    |   4 ++--
- fc-lang/ro.orth    |   4 ++--
- fc-lang/ru.orth    |   4 ++--
- fc-lang/sa.orth    |   4 ++--
- fc-lang/sah.orth   |   4 ++--
- fc-lang/sco.orth   |   4 ++--
- fc-lang/se.orth    |   4 ++--
- fc-lang/sel.orth   |   4 ++--
- fc-lang/sh.orth    |   4 ++--
- fc-lang/si.orth    |   4 ++--
- fc-lang/sk.orth    |   4 ++--
- fc-lang/sl.orth    |   4 ++--
- fc-lang/sm.orth    |   4 ++--
- fc-lang/sma.orth   |   4 ++--
- fc-lang/smj.orth   |   4 ++--
- fc-lang/smn.orth   |   4 ++--
- fc-lang/sms.orth   |   4 ++--
- fc-lang/so.orth    |   4 ++--
- fc-lang/sq.orth    |   4 ++--
- fc-lang/sr.orth    |   4 ++--
- fc-lang/sv.orth    |   4 ++--
- fc-lang/sw.orth    |   4 ++--
- fc-lang/syr.orth   |   4 ++--
- fc-lang/ta.orth    |   4 ++--
- fc-lang/te.orth    |   4 ++--
- fc-lang/tg.orth    |   4 ++--
- fc-lang/th.orth    |   4 ++--
- fc-lang/ti_er.orth |   4 ++--
- fc-lang/ti_et.orth |   4 ++--
- fc-lang/tig.orth   |   4 ++--
- fc-lang/tk.orth    |   4 ++--
- fc-lang/tl.orth    |   4 ++--
- fc-lang/tn.orth    |   4 ++--
- fc-lang/to.orth    |   4 ++--
- fc-lang/tr.orth    |   4 ++--
- fc-lang/ts.orth    |   4 ++--
- fc-lang/tt.orth    |   4 ++--
- fc-lang/tw.orth    |   4 ++--
- fc-lang/tyv.orth   |   4 ++--
- fc-lang/ug.orth    |   4 ++--
- fc-lang/uk.orth    |   4 ++--
- fc-lang/ur.orth    |   4 ++--
- fc-lang/uz.orth    |   4 ++--
- fc-lang/ven.orth   |   4 ++--
- fc-lang/vi.orth    |   4 ++--
- fc-lang/vo.orth    |   4 ++--
- fc-lang/vot.orth   |   4 ++--
- fc-lang/wa.orth    |   4 ++--
- fc-lang/wen.orth   |   4 ++--
- fc-lang/wo.orth    |   4 ++--
- fc-lang/xh.orth    |   4 ++--
- fc-lang/yap.orth   |   4 ++--
- fc-lang/yi.orth    |   4 ++--
- fc-lang/yo.orth    |   4 ++--
- fc-lang/zh_cn.orth |   4 ++--
- fc-lang/zh_hk.orth |   4 ++--
- fc-lang/zh_mo.orth |   4 ++--
- fc-lang/zh_sg.orth |   4 ++--
- fc-lang/zh_tw.orth |   4 ++--
- fc-lang/zu.orth    |   4 ++--
+ fc-lang/aa.orth    | 4 ++--
+ fc-lang/ab.orth    | 4 ++--
+ fc-lang/af.orth    | 4 ++--
+ fc-lang/am.orth    | 4 ++--
+ fc-lang/ar.orth    | 4 ++--
+ fc-lang/ast.orth   | 4 ++--
+ fc-lang/ava.orth   | 4 ++--
+ fc-lang/ay.orth    | 4 ++--
+ fc-lang/az.orth    | 4 ++--
+ fc-lang/ba.orth    | 4 ++--
+ fc-lang/bam.orth   | 4 ++--
+ fc-lang/be.orth    | 4 ++--
+ fc-lang/bg.orth    | 4 ++--
+ fc-lang/bh.orth    | 4 ++--
+ fc-lang/bho.orth   | 4 ++--
+ fc-lang/bi.orth    | 4 ++--
+ fc-lang/bin.orth   | 4 ++--
+ fc-lang/bn.orth    | 4 ++--
+ fc-lang/bo.orth    | 4 ++--
+ fc-lang/br.orth    | 4 ++--
+ fc-lang/bs.orth    | 4 ++--
+ fc-lang/bua.orth   | 4 ++--
+ fc-lang/ca.orth    | 4 ++--
+ fc-lang/ce.orth    | 4 ++--
+ fc-lang/ch.orth    | 4 ++--
+ fc-lang/chm.orth   | 4 ++--
+ fc-lang/chr.orth   | 4 ++--
+ fc-lang/co.orth    | 4 ++--
+ fc-lang/cs.orth    | 4 ++--
+ fc-lang/cu.orth    | 4 ++--
+ fc-lang/cv.orth    | 4 ++--
+ fc-lang/cy.orth    | 4 ++--
+ fc-lang/da.orth    | 4 ++--
+ fc-lang/de.orth    | 4 ++--
+ fc-lang/dz.orth    | 4 ++--
+ fc-lang/el.orth    | 4 ++--
+ fc-lang/en.orth    | 4 ++--
+ fc-lang/eo.orth    | 4 ++--
+ fc-lang/es.orth    | 4 ++--
+ fc-lang/et.orth    | 4 ++--
+ fc-lang/eu.orth    | 4 ++--
+ fc-lang/fa.orth    | 4 ++--
+ fc-lang/fi.orth    | 4 ++--
+ fc-lang/fj.orth    | 4 ++--
+ fc-lang/fo.orth    | 4 ++--
+ fc-lang/fr.orth    | 4 ++--
+ fc-lang/ful.orth   | 4 ++--
+ fc-lang/fur.orth   | 4 ++--
+ fc-lang/fy.orth    | 4 ++--
+ fc-lang/ga.orth    | 4 ++--
+ fc-lang/gd.orth    | 4 ++--
+ fc-lang/gez.orth   | 4 ++--
+ fc-lang/gl.orth    | 4 ++--
+ fc-lang/gn.orth    | 4 ++--
+ fc-lang/gu.orth    | 4 ++--
+ fc-lang/gv.orth    | 4 ++--
+ fc-lang/ha.orth    | 4 ++--
+ fc-lang/haw.orth   | 4 ++--
+ fc-lang/he.orth    | 4 ++--
+ fc-lang/hi.orth    | 4 ++--
+ fc-lang/ho.orth    | 4 ++--
+ fc-lang/hr.orth    | 4 ++--
+ fc-lang/hu.orth    | 4 ++--
+ fc-lang/hy.orth    | 4 ++--
+ fc-lang/ia.orth    | 4 ++--
+ fc-lang/ibo.orth   | 4 ++--
+ fc-lang/id.orth    | 4 ++--
+ fc-lang/ie.orth    | 4 ++--
+ fc-lang/ik.orth    | 4 ++--
+ fc-lang/io.orth    | 4 ++--
+ fc-lang/is.orth    | 4 ++--
+ fc-lang/it.orth    | 4 ++--
+ fc-lang/iu.orth    | 4 ++--
+ fc-lang/ja.orth    | 4 ++--
+ fc-lang/ka.orth    | 4 ++--
+ fc-lang/kaa.orth   | 4 ++--
+ fc-lang/ki.orth    | 4 ++--
+ fc-lang/kk.orth    | 4 ++--
+ fc-lang/kl.orth    | 4 ++--
+ fc-lang/km.orth    | 4 ++--
+ fc-lang/kn.orth    | 4 ++--
+ fc-lang/ko.orth    | 4 ++--
+ fc-lang/kok.orth   | 4 ++--
+ fc-lang/ks.orth    | 4 ++--
+ fc-lang/ku.orth    | 4 ++--
+ fc-lang/kum.orth   | 4 ++--
+ fc-lang/kv.orth    | 4 ++--
+ fc-lang/kw.orth    | 4 ++--
+ fc-lang/ky.orth    | 4 ++--
+ fc-lang/la.orth    | 4 ++--
+ fc-lang/lb.orth    | 4 ++--
+ fc-lang/lez.orth   | 4 ++--
+ fc-lang/lo.orth    | 4 ++--
+ fc-lang/lt.orth    | 4 ++--
+ fc-lang/lv.orth    | 4 ++--
+ fc-lang/mg.orth    | 4 ++--
+ fc-lang/mh.orth    | 4 ++--
+ fc-lang/mi.orth    | 4 ++--
+ fc-lang/mk.orth    | 4 ++--
+ fc-lang/ml.orth    | 4 ++--
+ fc-lang/mn.orth    | 4 ++--
+ fc-lang/mo.orth    | 4 ++--
+ fc-lang/mr.orth    | 4 ++--
+ fc-lang/mt.orth    | 4 ++--
+ fc-lang/my.orth    | 4 ++--
+ fc-lang/nb.orth    | 4 ++--
+ fc-lang/ne.orth    | 4 ++--
+ fc-lang/nl.orth    | 4 ++--
+ fc-lang/nn.orth    | 4 ++--
+ fc-lang/no.orth    | 4 ++--
+ fc-lang/ny.orth    | 4 ++--
+ fc-lang/oc.orth    | 4 ++--
+ fc-lang/om.orth    | 4 ++--
+ fc-lang/or.orth    | 4 ++--
+ fc-lang/os.orth    | 4 ++--
+ fc-lang/pl.orth    | 4 ++--
+ fc-lang/pt.orth    | 4 ++--
+ fc-lang/rm.orth    | 4 ++--
+ fc-lang/ro.orth    | 4 ++--
+ fc-lang/ru.orth    | 4 ++--
+ fc-lang/sa.orth    | 4 ++--
+ fc-lang/sah.orth   | 4 ++--
+ fc-lang/sco.orth   | 4 ++--
+ fc-lang/se.orth    | 4 ++--
+ fc-lang/sel.orth   | 4 ++--
+ fc-lang/sh.orth    | 4 ++--
+ fc-lang/si.orth    | 4 ++--
+ fc-lang/sk.orth    | 4 ++--
+ fc-lang/sl.orth    | 4 ++--
+ fc-lang/sm.orth    | 4 ++--
+ fc-lang/sma.orth   | 4 ++--
+ fc-lang/smj.orth   | 4 ++--
+ fc-lang/smn.orth   | 4 ++--
+ fc-lang/sms.orth   | 4 ++--
+ fc-lang/so.orth    | 4 ++--
+ fc-lang/sq.orth    | 4 ++--
+ fc-lang/sr.orth    | 4 ++--
+ fc-lang/sv.orth    | 4 ++--
+ fc-lang/sw.orth    | 4 ++--
+ fc-lang/syr.orth   | 4 ++--
+ fc-lang/ta.orth    | 4 ++--
+ fc-lang/te.orth    | 4 ++--
+ fc-lang/tg.orth    | 4 ++--
+ fc-lang/th.orth    | 4 ++--
+ fc-lang/ti_er.orth | 4 ++--
+ fc-lang/ti_et.orth | 4 ++--
+ fc-lang/tig.orth   | 4 ++--
+ fc-lang/tk.orth    | 4 ++--
+ fc-lang/tl.orth    | 4 ++--
+ fc-lang/tn.orth    | 4 ++--
+ fc-lang/to.orth    | 4 ++--
+ fc-lang/tr.orth    | 4 ++--
+ fc-lang/ts.orth    | 4 ++--
+ fc-lang/tt.orth    | 4 ++--
+ fc-lang/tw.orth    | 4 ++--
+ fc-lang/tyv.orth   | 4 ++--
+ fc-lang/ug.orth    | 4 ++--
+ fc-lang/uk.orth    | 4 ++--
+ fc-lang/ur.orth    | 4 ++--
+ fc-lang/uz.orth    | 4 ++--
+ fc-lang/ven.orth   | 4 ++--
+ fc-lang/vi.orth    | 4 ++--
+ fc-lang/vo.orth    | 4 ++--
+ fc-lang/vot.orth   | 4 ++--
+ fc-lang/wa.orth    | 4 ++--
+ fc-lang/wen.orth   | 4 ++--
+ fc-lang/wo.orth    | 4 ++--
+ fc-lang/xh.orth    | 4 ++--
+ fc-lang/yap.orth   | 4 ++--
+ fc-lang/yi.orth    | 4 ++--
+ fc-lang/yo.orth    | 4 ++--
+ fc-lang/zh_cn.orth | 4 ++--
+ fc-lang/zh_hk.orth | 4 ++--
+ fc-lang/zh_mo.orth | 4 ++--
+ fc-lang/zh_sg.orth | 4 ++--
+ fc-lang/zh_tw.orth | 4 ++--
+ fc-lang/zu.orth    | 4 ++--
  177 files changed, 354 insertions(+), 354 deletions(-)
 
 commit 7b94ae21fc4c2514b5f14942e432252a2acc33ab
@@ -17351,7 +19675,7 @@ Date:   Tue Mar 4 00:19:09 2003 +0000
 
     Add .cvsignore
 
- doc/.cvsignore |    4 ++++
+ doc/.cvsignore | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit af82b48c2b8c2037020d928aced582dedd06d8d9
@@ -17361,7 +19685,7 @@ Date:   Tue Mar 4 00:14:58 2003 +0000
     Allow multiple directories in --with-add-fonts, by default add only
        scalable fonts from X directory
 
- configure.in |   48 ++++++++++++++++++++++++++++++++----------------
+ configure.in | 48 ++++++++++++++++++++++++++++++++----------------
  1 file changed, 32 insertions(+), 16 deletions(-)
 
 commit bb7743ae7e218ecef31f3023b281939b02967552
@@ -17370,8 +19694,8 @@ Date:   Mon Mar 3 05:47:14 2003 +0000
 
     Update version to 2.1.91
 
- configure.in           |    2 +-
- fontconfig/fontconfig.h |    2 +-
+ configure.in           | 2 +-
+ fontconfig/fontconfig.h | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 22dc6fc6dbae50d6ee2db17a88b5c6e4b3ac30be
@@ -17383,14 +19707,14 @@ Date: Mon Mar 3 01:13:11 2003 +0000
     {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
     docs/*.sgml: SGML fixes.
 
- ChangeLog                |    8 ++
- doc/fontconfig-devel.sgml |  237
- +++++++++++++++++++++++----------------------
- doc/fontconfig-user.sgml  |   8 +-
- fc-cache/Makefile.am     |    2 +
- fc-lang/Makefile.am      |    2 +
- fc-list/Makefile.am      |    2 +
- fontconfig.spec.in       |   86 +++++++++-------
+ ChangeLog                |   8 ++
+ doc/fontconfig-devel.sgml | 237
+ +++++++++++++++++++++++-----------------------
+ doc/fontconfig-user.sgml  |   8 +-
+ fc-cache/Makefile.am     |   2 +
+ fc-lang/Makefile.am      |   2 +
+ fc-list/Makefile.am      |   2 +
+ fontconfig.spec.in       |  86 +++++++++--------
  7 files changed, 191 insertions(+), 154 deletions(-)
 
 commit ee170116da7cbd6e03a4de61c455d717183f46d7
@@ -17399,7 +19723,7 @@ Date:   Sun Mar 2 19:13:00 2003 +0000
 
     Ignore dist files
 
- .cvsignore |   1 +
+ .cvsignore | 1 +
  1 file changed, 1 insertion(+)
 
 commit ff3f1f98ed240a4cde511cace7acd09d40548656
@@ -17430,7 +19754,7 @@ Date:   Sun Mar 2 08:46:04 2003 +0000
 
     oops -- X fonts referenced from the wrong place
 
- configure.in |    2 +-
+ configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit ad9b233c98d4da08178503f6db9a43708e2a7df0
@@ -17439,7 +19763,7 @@ Date:   Sun Mar 2 08:00:24 2003 +0000
 
     Make default confdir point to sysconfdir
 
- configure.in |    4 ++--
+ configure.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 181f614a96ec1e06c2b9cd9fcbfc304622d6fd18
@@ -17448,7 +19772,7 @@ Date:   Sun Mar 2 07:36:08 2003 +0000
 
     Add ltmain.sh to the package
 
- Makefile.am |   1 +
+ Makefile.am | 1 +
  1 file changed, 1 insertion(+)
 
 commit 8fc10a72ad856216b87daa91a1d52fde70af35dc
@@ -17477,7 +19801,7 @@ Date:   Sat Mar 1 05:55:48 2003 +0000
 
     Add .cvsignore
 
- test/.cvsignore |    2 ++
+ test/.cvsignore | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 44d903783dd0b9b671be9e829c5b9e4e78c681c0
@@ -17486,15 +19810,15 @@ Date: Sat Mar 1 05:55:17 2003 +0000
 
     Add simple tests
 
- Makefile.am       |    2 +-
- configure.in      |    1 +
- test/4x6.pcf      |  Bin 0 -> 70952 bytes
- test/8x16.pcf     |  Bin 0 -> 21320 bytes
- test/Makefile.am   |   4 +++
- test/fonts.conf.in |   4 +++
- test/out.expected  |   8 +++++
- test/run-test.sh   |  85
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Makefile.am       |   2 +-
+ configure.in      |   1 +
+ test/4x6.pcf      | Bin 0 -> 70952 bytes
+ test/8x16.pcf     | Bin 0 -> 21320 bytes
+ test/Makefile.am   |  4 +++
+ test/fonts.conf.in |  4 +++
+ test/out.expected  |  8 +++++
+ test/run-test.sh   |  85
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
  8 files changed, 103 insertions(+), 1 deletion(-)
 
 commit 9238fc061d2f89590d578bff69fd3e8fc4b72e2c
@@ -17503,9 +19827,9 @@ Date:   Sat Mar 1 05:21:02 2003 +0000
 
     Add --disable-docs flag
 
- configure.in   |   16 ++++++++++++++++
- doc/Makefile.am |   21 ++++++++++++++++-----
- src/Makefile.am |    4 ----
+ configure.in   | 16 ++++++++++++++++
+ doc/Makefile.am | 21 ++++++++++++++++-----
+ src/Makefile.am |  4 ----
  3 files changed, 32 insertions(+), 9 deletions(-)
 
 commit 0da305f7f85ae0dddc411df53ef077709558d369
@@ -17540,7 +19864,7 @@ Date:   Thu Feb 27 08:12:13 2003 +0000
 
     Disable globaladvance for batang fonts
 
- fonts.conf.in |   10 ++++++++++
+ fonts.conf.in | 10 ++++++++++
  1 file changed, 10 insertions(+)
 
 commit cc168fa6688066baad43d1de577a39c11102947a
@@ -17549,7 +19873,7 @@ Date:   Thu Feb 27 08:08:09 2003 +0000
 
     Disable globaladvance for gulim fonts
 
- fonts.conf.in |   15 +++++++++++++++
+ fonts.conf.in | 15 +++++++++++++++
  1 file changed, 15 insertions(+)
 
 commit 148656ed8b3755f0634be14ae60996a1ad493836
@@ -17558,7 +19882,7 @@ Date:   Thu Feb 27 07:04:59 2003 +0000
 
     Stop setting FC_SPACING from font hints. Theyre always wrong
 
- src/fcfreetype.c |    7 ++++++-
+ src/fcfreetype.c | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
 
 commit 662b879681f2961b446341638c7bec048edd612a
@@ -17567,7 +19891,7 @@ Date:   Thu Feb 27 07:04:31 2003 +0000
 
     Avoid crashing with null expressions in debug code
 
- src/fcdbg.c |   3 ++-
+ src/fcdbg.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 2d39321f1e70a8a1a2a68244b25ca0c7e8c0df3c
@@ -17576,8 +19900,8 @@ Date:   Wed Feb 26 19:13:17 2003 +0000
 
     Allow double or integer for numeric values in matching
 
- src/fcdbg.c   |    4 ++--
- src/fcmatch.c |   34 ++++++++++++++++++++++++++--------
+ src/fcdbg.c   |  4 ++--
+ src/fcmatch.c | 34 ++++++++++++++++++++++++++--------
  2 files changed, 28 insertions(+), 10 deletions(-)
 
 commit f2aacf1ed9cd34f3d29e0de3ee322ea51a82e40c
@@ -17586,11 +19910,11 @@ Date: Mon Feb 24 17:52:44 2003 +0000
 
     Add remaining .cvsignore files
 
- fc-cache/.cvsignore   |    5 +++++
- fc-lang/.cvsignore    |    6 ++++++
- fc-list/.cvsignore    |    5 +++++
- fontconfig/.cvsignore |    2 ++
- src/.cvsignore        |    6 ++++++
+ fc-cache/.cvsignore   | 5 +++++
+ fc-lang/.cvsignore    | 6 ++++++
+ fc-list/.cvsignore    | 5 +++++
+ fontconfig/.cvsignore | 2 ++
+ src/.cvsignore        | 6 ++++++
  5 files changed, 24 insertions(+)
 
 commit 8530b30b0bbb1831ab80cda61c104714b66a9da4
@@ -17599,7 +19923,7 @@ Date:   Mon Feb 24 17:50:29 2003 +0000
 
     Add .cvsignore file
 
- .cvsignore |  15 +++++++++++++++
+ .cvsignore | 15 +++++++++++++++
  1 file changed, 15 insertions(+)
 
 commit 20fa60c9ae5923487c80ef0449e869a30a8ddc19
@@ -17642,7 +19966,7 @@ Date:   Mon Feb 24 16:51:29 2003 +0000
 
     Dont attempt to use cache if NULL
 
- src/fcdir.c |   3 ++-
+ src/fcdir.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit e54692ac1e3b1e498154cae9e4db68f1d1b06ecf
@@ -17651,10 +19975,10 @@ Date: Mon Feb 17 17:35:28 2003 +0000
 
     Remove broken fontconfig-config script
 
- Makefile.in         |    9 -----
- configure.in        |    3 +-
- fontconfig-config.in |   94
- --------------------------------------------------
+ Makefile.in         |  9 -----
+ configure.in        |  3 +-
+ fontconfig-config.in | 94
+ ----------------------------------------------------
  3 files changed, 1 insertion(+), 105 deletions(-)
 
 commit c4ab52dcb5d016d18fc73a8577daeb6938fb9e84
@@ -17664,9 +19988,9 @@ Date:   Thu Feb 13 16:42:38 2003 +0000
     Track dirs containing fonts.cache files referenced from ~/.fonts.cache
     file
 
- src/fccache.c |   45 ++++++++++++++++++++++++++++++++++++++-------
- src/fcdir.c   |    3 +++
- src/fcint.h   |    4 ++++
+ src/fccache.c | 45 ++++++++++++++++++++++++++++++++++++++-------
+ src/fcdir.c   |  3 +++
+ src/fcint.h   |  4 ++++
  3 files changed, 45 insertions(+), 7 deletions(-)
 
 commit 565a919e80bf2d801078cbd83eee8caf9c057519
@@ -17675,7 +19999,7 @@ Date:   Wed Feb 12 20:35:32 2003 +0000
 
     Have fc-cache skip directories without write access
 
- fc-cache/fc-cache.c |  26 +++++++++++++++++++-------
+ fc-cache/fc-cache.c | 26 +++++++++++++++++++-------
  1 file changed, 19 insertions(+), 7 deletions(-)
 
 commit b7a2e1e27b35154ea3b782f1f61bd2ef83cb27b2
@@ -17685,7 +20009,7 @@ Date:   Wed Feb 12 18:23:03 2003 +0000
     Add prefer_outline hacks to replace bitmap fonts with equivalent
     outlines
 
- fonts.conf.in |   28 ++++++++++++++++++++++++++++
+ fonts.conf.in | 28 ++++++++++++++++++++++++++++
  1 file changed, 28 insertions(+)
 
 commit dda7794f1be86fa270410e63ce96104843ded66f
@@ -17694,10 +20018,10 @@ Date: Wed Feb 12 18:22:12 2003 +0000
 
     Add "same" binding for edits to inherit binding from matched element
 
- fonts.dtd   |   2 +-
- src/fccfg.c |  10 +++++++++-
- src/fcint.h |   2 +-
- src/fcxml.c |   2 ++
+ fonts.dtd   | 2 +-
+ src/fccfg.c | 10 +++++++++-
+ src/fcint.h | 2 +-
+ src/fcxml.c | 2 ++
  4 files changed, 13 insertions(+), 3 deletions(-)
 
 commit 602e6b1f265b17cc1059a01ac98f0877fb7d1db8
@@ -17706,7 +20030,7 @@ Date:   Wed Feb 12 18:21:21 2003 +0000
 
     Output langsets and all bindings in debug messages
 
- src/fcdbg.c |  21 +++++++++++++++++++--
+ src/fcdbg.c | 21 +++++++++++++++++++--
  1 file changed, 19 insertions(+), 2 deletions(-)
 
 commit b2b6903259c742c75738d49fa37ea0b167ef87cb
@@ -17715,7 +20039,7 @@ Date:   Wed Feb 12 18:20:04 2003 +0000
 
     Make FcStrCmpIgnoreCase a bit faster
 
- src/fcstr.c |  11 +++++++----
+ src/fcstr.c | 11 +++++++----
  1 file changed, 7 insertions(+), 4 deletions(-)
 
 commit c8d5753c0fca4e4b2ab01d49b9a0b464b9b54cb4
@@ -17727,8 +20051,8 @@ Date:   Wed Feb 12 18:19:33 2003 +0000
        constant).
        Lots of comments
 
- src/fccache.c |   38 ++++++++++++++++++++++++++++++++------
- src/fcdir.c   |   11 +++++++++--
+ src/fccache.c | 38 ++++++++++++++++++++++++++++++++------
+ src/fcdir.c   | 11 +++++++++--
  2 files changed, 41 insertions(+), 8 deletions(-)
 
 commit d2b5cc7e12cb3941080c8db07ba53ce975a914b2
@@ -17737,7 +20061,7 @@ Date:   Fri Feb 7 00:15:09 2003 +0000
 
     fontconfig is no longer affiliated with xfree86
 
- src/fontconfig.man |   8 ++++----
+ src/fontconfig.man | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit 302e07f11ee7fa1bc95c89357c956359c04dc63e
@@ -17746,7 +20070,7 @@ Date:   Fri Feb 7 00:14:31 2003 +0000
 
     Emphasize that fonts.conf isnt the right place for local configuration
 
- fonts.conf.in |    8 ++++++--
+ fonts.conf.in | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)
 
 commit 1b6b3b658c9ff6b8e45e54fdaea1812eb0b930d9
@@ -17755,8 +20079,8 @@ Date:   Fri Feb 7 00:13:55 2003 +0000
 
     Remove Imakefile
 
- Imakefile |   90
- -------------------------------------------------------------
+ Imakefile | 90
+ ---------------------------------------------------------------
  1 file changed, 90 deletions(-)
 
 commit 9e1af99b17be1d9cde3b4517e0e6071e64fb4b64
@@ -17765,7 +20089,7 @@ Date:   Fri Feb 7 00:13:37 2003 +0000
 
     Build fc-lang, install local.conf
 
- Makefile.in |  17 +++++++++++------
+ Makefile.in | 17 +++++++++++------
  1 file changed, 11 insertions(+), 6 deletions(-)
 
 commit dda27aa9ee057d213956f18041bedb4648c6c302
@@ -17774,7 +20098,7 @@ Date:   Thu Feb 6 19:30:32 2003 +0000
 
     Avoid crash when $HOME is not set
 
- src/fcstr.c |   3 ++-
+ src/fcstr.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 48092073dd7b633441daba6297cff8c4588fe58d
@@ -17783,7 +20107,7 @@ Date:   Thu Feb 6 19:28:23 2003 +0000
 
     Update greek orthography from vvas@hal.csd.auth.gr (Vasilis Vasaitis)
 
- fc-lang/el.orth |    9 +++++----
+ fc-lang/el.orth | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
 
 commit 9db8fbeccf14e1be2e305c3dd8d83991ce8a1055
@@ -17792,7 +20116,7 @@ Date:   Thu Feb 6 19:25:53 2003 +0000
 
     add shared library support for Tru64 UNIX and IRIX (bug #14)
 
- configure.in |   17 +++++++++++++++++
+ configure.in | 17 +++++++++++++++++
  1 file changed, 17 insertions(+)
 
 commit ca4339b8bbd4138bb3cf54a7ad7c3b33db7035de
@@ -17801,7 +20125,7 @@ Date:   Thu Feb 6 19:22:43 2003 +0000
 
     Fix inconsistent const usage in FcConfigCompareValue
 
- src/fccfg.c |  10 ++++++----
+ src/fccfg.c | 10 ++++++----
  1 file changed, 6 insertions(+), 4 deletions(-)
 
 commit c647f6f1e42f70077e1e0c957ff5cd7905d88b86
@@ -17843,7 +20167,7 @@ Date:   Tue Jan 28 21:28:20 2003 +0000
     Bug #4 The last entry for the terminator should not be 0xfffa,
     but 0xfffb.
 
- fonts.conf.in |    2 +-
+ fonts.conf.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 4d3520610ec82a80601a1590861dc9505e2813b4
@@ -17855,7 +20179,7 @@ Date:   Tue Jan 28 20:56:18 2003 +0000
        will attach a patch I have been using in the Debian package for a
        while.
 
- Makefile.in |   2 +-
+ Makefile.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 3c0b3aa22cf1338f96bc0c0b55956136a6102a61
@@ -17865,7 +20189,7 @@ Date:   Tue Jan 7 02:07:47 2003 +0000
     703. Eliminate locale-dependent behaviour in fontconfig's setfontdirs
        script (#A.1483, Markus Kuhn).
 
- setfontdirs |   6 +++---
+ setfontdirs | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 commit 72a762196f356837ef615ee2a079e8b801a6f592
@@ -17874,7 +20198,7 @@ Date:   Fri Jan 3 18:54:11 2003 +0000
 
     On Darwin add Mac font directories to fonts.conf.
 
- Imakefile |   9 +++++++--
+ Imakefile | 9 +++++++--
  1 file changed, 7 insertions(+), 2 deletions(-)
 
 commit 432913ead584d164ed2830958ca5a3846394f5e6
@@ -17883,7 +20207,7 @@ Date:   Sat Dec 21 02:31:53 2002 +0000
 
     677. Fix a segfault in fontconfig (#A.1450, Keith Packard).
 
- src/fccfg.c |   6 +++++-
+ src/fccfg.c | 6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 commit 1e341fdfc38527d8614e2fe744237f473f3febee
@@ -17894,7 +20218,7 @@ Date:   Tue Dec 17 03:26:36 2002 +0000
     fixes
        (Stuart Lissaman).
 
- setfontdirs |  14 ++++++++++++--
+ setfontdirs | 14 ++++++++++++--
  1 file changed, 12 insertions(+), 2 deletions(-)
 
 commit 234397b42976f027df7acc41aae80ec43692d557
@@ -17904,10 +20228,10 @@ Date: Sat Dec 14 02:03:59 2002 +0000
     633. Perform country-independent matching for Chinese languages in
        fontconfig (#A.1406, Keith Packard).
 
- fc-lang/fc-lang.c |   76
- ++++++++++++++++++++++++++++++++++++++++++++++++-----
- fc-lang/fclang.h  |   10 ++++++-
- src/fclang.c     |   15 +++++++----
+ fc-lang/fc-lang.c | 76
+ ++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ fc-lang/fclang.h  | 10 +++++++-
+ src/fclang.c     | 15 +++++++----
  3 files changed, 89 insertions(+), 12 deletions(-)
 
 commit 45fb31aa9113b597878fc19d1463c078663540d9
@@ -17918,7 +20242,7 @@ Date:   Sat Dec 14 01:59:38 2002 +0000
     code
        in fontconfig (#A.1411, Keith Packard, Jungshik Shin).
 
- src/fcstr.c |   4 ++--
+ src/fcstr.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit dbc56f0b3f3383a61b0f5d282ed7ae732ae3856e
@@ -17941,7 +20265,7 @@ Date:   Wed Dec 4 10:28:03 2002 +0000
     visuals/colormaps
        (Egbert Eich).
 
- fontconfig/fcprivate.h |    2 +-
+ fontconfig/fcprivate.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 7657345c1031eacedd734ddbc62a29de776672f4
@@ -17950,7 +20274,7 @@ Date:   Fri Nov 22 02:12:16 2002 +0000
 
     In debugging output, mark weakly bound values with (w)
 
- src/fcdbg.c |   6 +++++-
+ src/fcdbg.c | 6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
 commit 02c3d2e9eabcecdcc46bc166afc511b22f3ddbae
@@ -17960,7 +20284,7 @@ Date:   Thu Nov 21 16:53:00 2002 +0000
     Use unique local Imake define for fonts.conf dir (#5482, Mike
     A. Harris)
 
- Imakefile |   14 +++++++-------
+ Imakefile | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
 
 commit 61afb67cd23d021b5b3806f6974e19a77a2ac4ef
@@ -17971,7 +20295,7 @@ Date:   Fri Nov 15 09:29:35 2002 +0000
        directory /usr/share/fonts is ignored in this case (#A.1325,
        Joe Moss).
 
- Imakefile |   14 ++++++++++++--
+ Imakefile | 14 ++++++++++++--
  1 file changed, 12 insertions(+), 2 deletions(-)
 
 commit 65fb1c65837edd07fb89d303155b10a38e00ecd7
@@ -17981,15 +20305,15 @@ Date: Mon Oct 21 17:03:47 2002 +0000
     Elide historic cyrillic letters from several orthographies as they are
        unnecessary for modern documents and ill supported by fonts
 
- fc-lang/bua.orth |    6 +++---
- fc-lang/fclang.h |   14 +++++++-------
- fc-lang/kaa.orth |    6 +++---
- fc-lang/ky.orth  |    6 +++---
- fc-lang/ru.orth  |   10 +++++++---
- fc-lang/sah.orth |    6 +++---
- fc-lang/tk.orth  |    6 +++---
- fc-lang/tt.orth  |    6 +++---
- fc-lang/tyv.orth |    6 +++---
+ fc-lang/bua.orth |  6 +++---
+ fc-lang/fclang.h | 14 +++++++-------
+ fc-lang/kaa.orth |  6 +++---
+ fc-lang/ky.orth  |  6 +++---
+ fc-lang/ru.orth  | 10 +++++++---
+ fc-lang/sah.orth |  6 +++---
+ fc-lang/tk.orth  |  6 +++---
+ fc-lang/tt.orth  |  6 +++---
+ fc-lang/tyv.orth |  6 +++---
  9 files changed, 35 insertions(+), 31 deletions(-)
 
 commit bff801144b226f5f3ddf4188f181ed3f629fdcab
@@ -17998,9 +20322,9 @@ Date:   Fri Oct 11 17:53:03 2002 +0000
 
     Add a bunch more consts to Xft and fontconfig apis
 
- fontconfig/fcfreetype.h |    2 +-
- fontconfig/fontconfig.h |   20 ++++++++++----------
- src/fcpat.c            |   20 ++++++++++----------
+ fontconfig/fcfreetype.h |  2 +-
+ fontconfig/fontconfig.h | 20 ++++++++++----------
+ src/fcpat.c            | 20 ++++++++++----------
  3 files changed, 21 insertions(+), 21 deletions(-)
 
 commit 0ce819b6096ae852a1979fa6ebb3e29260848007
@@ -18009,7 +20333,7 @@ Date:   Thu Oct 3 22:06:27 2002 +0000
 
     Change comments a bit in fonts.conf.in
 
- fonts.conf.in |    7 +++++++
+ fonts.conf.in | 7 +++++++
  1 file changed, 7 insertions(+)
 
 commit 0d5af2ef2d9785efc29c909bc11f483069192c95
@@ -18020,8 +20344,8 @@ Date:   Wed Oct 2 16:15:54 2002 +0000
     codepoints.
        Oops
 
- fc-lang/en.orth  |    8 ++++----
- fc-lang/fclang.h |    2 +-
+ fc-lang/en.orth  | 8 ++++----
+ fc-lang/fclang.h | 2 +-
  2 files changed, 5 insertions(+), 5 deletions(-)
 
 commit 1852d490352fdc05891b778a8769000816b907b0
@@ -18030,9 +20354,9 @@ Date:   Wed Oct 2 07:11:30 2002 +0000
 
     Add FC_RGBA_UNKNOWN
 
- fontconfig/fontconfig.h |    5 +++--
- src/fcname.c           |    5 +++--
- src/fontconfig.man     |    4 +++-
+ fontconfig/fontconfig.h | 5 +++--
+ src/fcname.c           | 5 +++--
+ src/fontconfig.man     | 4 +++-
  3 files changed, 9 insertions(+), 5 deletions(-)
 
 commit 2d79b58621845f7d8efd6f052dcd8f4f1a4e03c3
@@ -18041,7 +20365,7 @@ Date:   Thu Sep 26 00:30:30 2002 +0000
 
     Fix alignment issue on sparc
 
- src/fcpat.c |  17 ++++++++++++-----
+ src/fcpat.c | 17 ++++++++++++-----
  1 file changed, 12 insertions(+), 5 deletions(-)
 
 commit a342e87dc3d4211a29525654ff6b41d088bdce71
@@ -18050,11 +20374,11 @@ Date: Thu Sep 26 00:17:28 2002 +0000
 
     Add fontversion field
 
- fontconfig/fontconfig.h |    3 ++-
- src/fcdefault.c        |    6 +++++-
- src/fcfreetype.c       |   18 +++++++++++++++++-
- src/fcmatch.c          |   15 ++++++++++++---
- src/fcname.c           |    3 ++-
+ fontconfig/fontconfig.h |  3 ++-
+ src/fcdefault.c        |  6 +++++-
+ src/fcfreetype.c       | 18 +++++++++++++++++-
+ src/fcmatch.c          | 15 ++++++++++++---
+ src/fcname.c           |  3 ++-
  5 files changed, 38 insertions(+), 7 deletions(-)
 
 commit e712133ca7b6d9f055e7db2a7a3abf3034927e16
@@ -18063,9 +20387,9 @@ Date:   Thu Sep 26 00:16:23 2002 +0000
 
     Was losing local cached dirs in global cache list
 
- src/fccache.c |   17 ++++++++---------
- src/fcdir.c   |    4 +++-
- src/fcint.h   |   10 ++++++----
+ src/fccache.c | 17 ++++++++---------
+ src/fcdir.c   |  4 +++-
+ src/fcint.h   | 10 ++++++----
  3 files changed, 17 insertions(+), 14 deletions(-)
 
 commit ce50587c2b71390c6de35c7e13a8fc23a062eda0
@@ -18074,7 +20398,7 @@ Date:   Thu Sep 26 00:13:39 2002 +0000
 
     Add a few more permissable blank glyphs
 
- fonts.conf.in |    6 ++++++
+ fonts.conf.in | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit d1bec8c66d729fe67992a0212b3dffa18879e88f
@@ -18083,9 +20407,9 @@ Date:   Wed Sep 18 17:11:46 2002 +0000
 
     Pacify gcc 3.2
 
- fc-cache/fc-cache.c |   3 ++-
- src/fclist.c       |    4 ++--
- src/fcpat.c        |    4 ++--
+ fc-cache/fc-cache.c | 3 ++-
+ src/fclist.c       | 4 ++--
+ src/fcpat.c        | 4 ++--
  3 files changed, 6 insertions(+), 5 deletions(-)
 
 commit 05336fd8bed5a5f3a6e1cbddb18a9bd9a4d2ebc7
@@ -18094,7 +20418,7 @@ Date:   Thu Sep 12 20:56:03 2002 +0000
 
     Fix structure alignment and array wlk bugs
 
- src/fcpat.c |  11 +++++++----
+ src/fcpat.c | 11 +++++++----
  1 file changed, 7 insertions(+), 4 deletions(-)
 
 commit 9cc935765e6f74a1712b04b6cbcfc5e77d1d38e1
@@ -18105,8 +20429,8 @@ Date:   Sat Sep 7 19:43:41 2002 +0000
     official
        unicode names
 
- fonts.conf.in |   66
- ++++++++++++++++++++++++++++++++-------------------------
+ fonts.conf.in | 66
+ +++++++++++++++++++++++++++++++++--------------------------
  1 file changed, 37 insertions(+), 29 deletions(-)
 
 commit 10bac9b53f6b2494f05ff1c7c9ee0e3b0bd05c73
@@ -18115,7 +20439,7 @@ Date:   Sat Sep 7 17:30:18 2002 +0000
 
     Found a few more blank glyphs to add
 
- fonts.conf.in |    4 ++++
+ fonts.conf.in | 4 ++++
  1 file changed, 4 insertions(+)
 
 commit f9ad97b0d4be53164970ca0a8ff605670a60587c
@@ -18124,7 +20448,7 @@ Date:   Sat Sep 7 16:50:16 2002 +0000
 
     Add more blank glyphs to default config
 
- fonts.conf.in |   14 ++++++++++++++
+ fonts.conf.in | 14 ++++++++++++++
  1 file changed, 14 insertions(+)
 
 commit c2022f999e0492d530925b0112ffd34ce146a8e3
@@ -18133,7 +20457,7 @@ Date:   Sat Aug 31 22:27:08 2002 +0000
 
     Update ChangeLog with a few notes
 
- ChangeLog |   15 ++++++++++++++-
+ ChangeLog | 15 ++++++++++++++-
  1 file changed, 14 insertions(+), 1 deletion(-)
 
 commit 9dac3c594574f67f80d70ad3cdad42c551285ee8
@@ -18142,22 +20466,22 @@ Date: Sat Aug 31 22:17:32 2002 +0000
 
     More complete memory tracking. Install always overwrites header files
 
- fontconfig/Makefile.in |   17 ++++-------------
- src/fcatomic.c                |    8 +++++++-
- src/fcblanks.c                |    8 ++++++++
- src/fccache.c         |   37 +++++++++++++++++++++++++++----------
- src/fccfg.c           |    6 ++++--
- src/fccharset.c       |   10 +++++++---
- src/fcdir.c           |    3 ++-
- src/fcfreetype.c      |    8 +++++---
- src/fcinit.c          |   48
+ fontconfig/Makefile.in | 17 ++++-------------
+ src/fcatomic.c                |  8 +++++++-
+ src/fcblanks.c                |  8 ++++++++
+ src/fccache.c         | 37 +++++++++++++++++++++++++++----------
+ src/fccfg.c           |  6 ++++--
+ src/fccharset.c       | 10 +++++++---
+ src/fcdir.c           |  3 ++-
+ src/fcfreetype.c      |  8 +++++---
+ src/fcinit.c          | 48
  ++++++++++++++++++++++++++++++------------------
- src/fcint.h           |   16 ++++++++++++++--
- src/fcmatch.c         |    3 ++-
- src/fcname.c          |    7 ++++++-
- src/fcpat.c           |    3 ++-
- src/fcstr.c           |    5 +++++
- src/fcxml.c           |   33 ++++++++++++++++++++++++++++-----
+ src/fcint.h           | 16 ++++++++++++++--
+ src/fcmatch.c         |  3 ++-
+ src/fcname.c          |  7 ++++++-
+ src/fcpat.c           |  3 ++-
+ src/fcstr.c           |  5 +++++
+ src/fcxml.c           | 33 ++++++++++++++++++++++++++++-----
  15 files changed, 151 insertions(+), 61 deletions(-)
 
 commit cb30af720468a7e89abdf65bbf62b8942d3d8c13
@@ -18220,8 +20544,8 @@ Date:   Mon Aug 26 23:34:31 2002 +0000
 
     FcLangSetHasLang was not actually checking the language set itself
 
- ChangeLog    |    4 ++++
- src/fclang.c |    7 ++++---
+ ChangeLog    | 4 ++++
+ src/fclang.c | 7 ++++---
  2 files changed, 8 insertions(+), 3 deletions(-)
 
 commit 5d6788ac7e35b9afb24de4f1e90d43715e50f64f
@@ -18230,9 +20554,9 @@ Date:   Mon Aug 26 20:52:59 2002 +0000
 
     Update ChangeLog, fix some bugs in the man page
 
- ChangeLog         |    3 +++
- src/fontconfig.man |  68
- +++++++++++++++++++++++++++-------------------------
+ ChangeLog         |  3 +++
+ src/fontconfig.man | 68
+ +++++++++++++++++++++++++++++-------------------------
  2 files changed, 39 insertions(+), 32 deletions(-)
 
 commit f21f40f347afa81d1fcd4ae604bd3f164a3b2e90
@@ -18241,10 +20565,10 @@ Date: Mon Aug 26 19:57:40 2002 +0000
 
     Append version number to cache file names
 
- fontconfig/fontconfig.h |   18 +++++++++++++++---
- src/fcdir.c            |    6 +++---
- src/fcint.h            |    2 +-
- src/fontconfig.man     |    5 +++--
+ fontconfig/fontconfig.h | 18 +++++++++++++++---
+ src/fcdir.c            |  6 +++---
+ src/fcint.h            |  2 +-
+ src/fontconfig.man     |  5 +++--
  4 files changed, 22 insertions(+), 9 deletions(-)
 
 commit 0f9a306e710b3c03cd82b8234ae840558d4b886f
@@ -18253,8 +20577,8 @@ Date:   Sat Aug 24 20:08:53 2002 +0000
 
     Add const to a bunch of string APIs
 
- fontconfig/fontconfig.h |   32 ++++++++++++++++----------------
- src/fcstr.c            |   46
+ fontconfig/fontconfig.h | 32 ++++++++++++++++----------------
+ src/fcstr.c            | 46
  +++++++++++++++++++++++-----------------------
  2 files changed, 39 insertions(+), 39 deletions(-)
 
@@ -18265,14 +20589,14 @@ Date: Thu Aug 22 18:53:22 2002 +0000
     Add contains/not_contains, fix LangSet equal operator to use
     FcLangEqual
 
- ChangeLog    |   13 +++++++++++++
- fonts.dtd    |    6 ++++--
- src/fccfg.c  |   28 +++++++++++++++++++++-------
- src/fcdbg.c  |    9 ++++++---
- src/fcint.h  |    4 ++--
- src/fclang.c |    1 +
- src/fclist.c |    8 ++++----
- src/fcxml.c  |   19 ++++++++++++++++---
+ ChangeLog    | 13 +++++++++++++
+ fonts.dtd    |  6 ++++--
+ src/fccfg.c  | 28 +++++++++++++++++++++-------
+ src/fcdbg.c  |  9 ++++++---
+ src/fcint.h  |  4 ++--
+ src/fclang.c |  1 +
+ src/fclist.c |  8 ++++----
+ src/fcxml.c  | 19 ++++++++++++++++---
  8 files changed, 67 insertions(+), 21 deletions(-)
 
 commit d8d7395877238acbc9cd4709e3b4e76f8ca978cb
@@ -18281,25 +20605,25 @@ Date: Thu Aug 22 07:36:45 2002 +0000
 
     Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup
 
- ChangeLog              |   22 +-
- fc-lang/fc-lang.c      |   24 +-
- fc-lang/fclang.h       |  556
- +++++++++++++++++++++++------------------------
- fontconfig/fcprivate.h  |    5 +-
- fontconfig/fontconfig.h |   46 +++-
- src/fccache.c          |   16 +-
- src/fccfg.c            |   22 +-
- src/fccharset.c        |   80 ++++---
- src/fcdbg.c            |    5 +-
- src/fcfreetype.c       |   11 +-
- src/fcinit.c           |   14 +-
- src/fcint.h            |   35 ++-
- src/fclang.c           |  431 +++++++++++++++++++++++++++++++-----
- src/fclist.c           |    4 +-
- src/fcmatch.c          |   31 ++-
- src/fcname.c           |   29 ++-
- src/fcpat.c            |  301 ++++++++++++++++++++++++-
- src/fcstr.c            |   14 +-
+ ChangeLog              |  22 +-
+ fc-lang/fc-lang.c      |  24 ++-
+ fc-lang/fclang.h       | 556
+ ++++++++++++++++++++++++------------------------
+ fontconfig/fcprivate.h  |   5 +-
+ fontconfig/fontconfig.h |  46 +++-
+ src/fccache.c          |  16 +-
+ src/fccfg.c            |  22 +-
+ src/fccharset.c        |  80 ++++---
+ src/fcdbg.c            |   5 +-
+ src/fcfreetype.c       |  11 +-
+ src/fcinit.c           |  14 +-
+ src/fcint.h            |  35 +--
+ src/fclang.c           | 431 ++++++++++++++++++++++++++++++++-----
+ src/fclist.c           |   4 +-
+ src/fcmatch.c          |  31 ++-
+ src/fcname.c           |  29 ++-
+ src/fcpat.c            | 301 +++++++++++++++++++++++++-
+ src/fcstr.c            |  14 +-
  18 files changed, 1235 insertions(+), 411 deletions(-)
 
 commit f4fe447f49171d4b0ad69c8efcbadc555f211efa
@@ -18308,7 +20632,7 @@ Date:   Tue Aug 20 23:17:03 2002 +0000
 
     Memory leak in XML parsing of matrices (thanks Owen)
 
- src/fcxml.c |   3 ++-
+ src/fcxml.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit fa244f3d8807415247c8aeb77145502b1cb9ace8
@@ -18317,31 +20641,31 @@ Date: Mon Aug 19 19:32:05 2002 +0000
 
     Various config changes plus a couple of optimizations from Owen
 
- ChangeLog              |   19 ++++++++
- config.h.in            |    9 ----
- config/Makedefs.in     |   25 +++++-----
- configure.in           |  117
- ++++++++---------------------------------------
- fc-cache/Imakefile     |    2 +-
- fc-lang/Imakefile      |    4 +-
- fc-lang/ja.orth        |    4 +-
- fc-lang/ko.orth        |    5 +-
- fc-lang/zh_cn.orth     |    5 +-
- fc-lang/zh_sg.orth     |    4 +-
- fc-list/Imakefile      |    2 +-
- fontconfig/fcprivate.h  |    4 +-
- fontconfig/fontconfig.h |   18 ++++----
- fonts.conf.in          |   12 +++++
- src/Imakefile          |    2 +-
- src/fccache.c          |   69 +++++++++++++++++-----------
- src/fccfg.c            |   33 ++++++-------
- src/fcdbg.c            |    7 +--
- src/fclist.c           |    4 +-
- src/fcmatch.c          |    5 +-
- src/fcname.c           |    4 +-
- src/fcpat.c            |   43 +----------------
- src/fcxml.c            |   17 +------
- src/fontconfig.man     |   22 ++++-----
+ ChangeLog              |  19 ++++++++
+ config.h.in            |   9 ----
+ config/Makedefs.in     |  25 +++++------
+ configure.in           | 117
+ ++++++++----------------------------------------
+ fc-cache/Imakefile     |   2 +-
+ fc-lang/Imakefile      |   4 +-
+ fc-lang/ja.orth        |   4 +-
+ fc-lang/ko.orth        |   5 ++-
+ fc-lang/zh_cn.orth     |   5 ++-
+ fc-lang/zh_sg.orth     |   4 +-
+ fc-list/Imakefile      |   2 +-
+ fontconfig/fcprivate.h  |   4 +-
+ fontconfig/fontconfig.h |  18 ++++----
+ fonts.conf.in          |  12 +++++
+ src/Imakefile          |   2 +-
+ src/fccache.c          |  69 +++++++++++++++++-----------
+ src/fccfg.c            |  33 ++++++--------
+ src/fcdbg.c            |   7 +--
+ src/fclist.c           |   4 +-
+ src/fcmatch.c          |   5 +--
+ src/fcname.c           |   4 +-
+ src/fcpat.c            |  43 +-----------------
+ src/fcxml.c            |  17 +------
+ src/fontconfig.man     |  22 ++++-----
  24 files changed, 159 insertions(+), 277 deletions(-)
 
 commit 5d43e799197d2758102b699f9bc12b3c116a9b80
@@ -18350,7 +20674,7 @@ Date:   Tue Aug 13 02:06:22 2002 +0000
 
     Make missing font directory messages only displayed when verbose
 
- fc-cache/fc-cache.c |   5 +++--
+ fc-cache/fc-cache.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
 commit eafc0e51af7ecb6ea7d33b59932212bdfd1d67ab
@@ -18359,10 +20683,10 @@ Date: Mon Aug 12 22:20:11 2002 +0000
 
     Clean up French orthography, update 639-1 list of supported languages
 
- fc-lang/fclang.h |    2 +-
- fc-lang/fr.orth  |   59 ++++++++++++++------------
- fc-lang/iso639-1 |  122
- +++++++++++++++++++++++++++---------------------------
+ fc-lang/fclang.h |   2 +-
+ fc-lang/fr.orth  |  59 +++++++++++++++------------
+ fc-lang/iso639-1 | 122
+ +++++++++++++++++++++++++++----------------------------
  3 files changed, 95 insertions(+), 88 deletions(-)
 
 commit 938bc63358c09b9fd3709e8f914870f906361594
@@ -18373,20 +20697,20 @@ Date: Sun Aug 11 18:11:04 2002 +0000
     with target
        qualifiers on test elements. Update library manual page.
 
- fontconfig/fcprivate.h  |    5 +-
- fontconfig/fontconfig.h |   23 +++-
- fonts.conf.in          |    9 +-
- fonts.dtd              |    4 +
- src/fccfg.c            |  142 ++++++++------------
- src/fcdbg.c            |   29 +++--
- src/fcint.h            |   19 ++-
- src/fclist.c           |    4 +-
- src/fcmatch.c          |   19 +--
- src/fcname.c           |    4 +-
- src/fcpat.c            |   43 +++++-
- src/fcxml.c            |   33 ++++-
- src/fontconfig.man     |  332
- +++++++++++++++++++++++++++++++++++++++++++----
+ fontconfig/fcprivate.h  |   5 +-
+ fontconfig/fontconfig.h |  23 +++-
+ fonts.conf.in          |   9 +-
+ fonts.dtd              |   4 +
+ src/fccfg.c            | 142 ++++++++-------------
+ src/fcdbg.c            |  29 +++--
+ src/fcint.h            |  19 ++-
+ src/fclist.c           |   4 +-
+ src/fcmatch.c          |  19 +--
+ src/fcname.c           |   4 +-
+ src/fcpat.c            |  43 ++++++-
+ src/fcxml.c            |  33 ++++-
+ src/fontconfig.man     | 332
+ ++++++++++++++++++++++++++++++++++++++++++++----
  13 files changed, 510 insertions(+), 156 deletions(-)
 
 commit 80a7d664395d62cc335ac93b9918efebca00c117
@@ -18395,7 +20719,7 @@ Date:   Sun Aug 11 15:09:33 2002 +0000
 
     Help message said -v was for --force
 
- fc-cache/fc-cache.c |   4 ++--
+ fc-cache/fc-cache.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 8c8f72665a4d2eb7d56499dd8a876a9a2af8b153
@@ -18466,7 +20790,7 @@ Date:   Wed Aug 7 01:45:59 2002 +0000
 
     Short circuit FcPatternEqual when both args point at the same pattern
 
- src/fcpat.c |   5 ++++-
+ src/fcpat.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 commit 0e344dec0b124c38e6193cc4208e06662acd32f1
@@ -18475,8 +20799,8 @@ Date:   Tue Aug 6 19:54:10 2002 +0000
 
     Update fontconfig manual to match current bits
 
- src/fontconfig.man |  100
- +++++++++++++++++++++++++++++++++++++++++++---------
+ src/fontconfig.man | 100
+ ++++++++++++++++++++++++++++++++++++++++++++---------
  1 file changed, 83 insertions(+), 17 deletions(-)
 
 commit bb356b68ab0981dd9ec21ed8176dc80ad0580805
@@ -18487,7 +20811,7 @@ Date:   Tue Aug 6 19:00:43 2002 +0000
     cache
        files
 
- src/fccache.c |    1 +
+ src/fccache.c | 1 +
  1 file changed, 1 insertion(+)
 
 commit 4534f30d2175966409af158c0a9efee678937bfd
@@ -18496,7 +20820,7 @@ Date:   Tue Aug 6 18:59:59 2002 +0000
 
     Fix Imakefile to make fclang.h writable
 
- fc-lang/Imakefile |   2 +-
+ fc-lang/Imakefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit eb2a2f838fa358bfbac69ebca4d716b70f4d294c
@@ -18520,9 +20844,9 @@ Date:   Thu Aug 1 16:17:33 2002 +0000
        add some
        useful comments to fonts.conf
 
- Imakefile     |   17 +++++++++++++++--
- fonts.conf.in |   12 ++++++++++++
- setfontdirs   |    2 ++
+ Imakefile     | 17 +++++++++++++++--
+ fonts.conf.in | 12 ++++++++++++
+ setfontdirs   |  2 ++
  3 files changed, 29 insertions(+), 2 deletions(-)
 
 commit aefb2c41c85f1b615e922c636bc7ac1eeb9e535c
@@ -18531,15 +20855,15 @@ Date: Thu Aug 1 15:57:26 2002 +0000
 
     Fix autoconf build BSD install and sysconfdir problems
 
- ChangeLog             |   17 +++++++++++++++++
- Makefile.in           |   10 +++++-----
- config.h.in           |    3 +++
- config/Makedefs.in    |    5 +++--
- configure.in          |   14 +++++++++++++-
- fc-cache/Makefile.in  |    4 ++--
- fc-list/Makefile.in   |    4 ++--
- fontconfig/Makefile.in |    8 ++++----
- src/Makefile.in       |    2 +-
+ ChangeLog             | 17 +++++++++++++++++
+ Makefile.in           | 10 +++++-----
+ config.h.in           |  3 +++
+ config/Makedefs.in    |  5 +++--
+ configure.in          | 14 +++++++++++++-
+ fc-cache/Makefile.in  |  4 ++--
+ fc-list/Makefile.in   |  4 ++--
+ fontconfig/Makefile.in |  8 ++++----
+ src/Makefile.in       |  2 +-
  9 files changed, 50 insertions(+), 17 deletions(-)
 
 commit c2e9d0240b52adf9f0efd42a8be600f652086c32
@@ -18548,8 +20872,8 @@ Date:   Thu Aug 1 01:35:02 2002 +0000
 
     Warning fix
 
- fontconfig/fontconfig.h |    5 ++++-
- src/fcint.h            |    5 +----
+ fontconfig/fontconfig.h | 5 ++++-
+ src/fcint.h            | 5 +----
  2 files changed, 5 insertions(+), 5 deletions(-)
 
 commit 6fff2cda0ad09dfc84df2a70e95258b9dd28160b
@@ -18558,11 +20882,11 @@ Date: Wed Jul 31 01:36:37 2002 +0000
 
     Add binding property to edit element
 
- fonts.conf.in |   12 +++++++++---
- fonts.dtd     |    3 ++-
- src/fccfg.c   |    8 ++++----
- src/fcint.h   |    3 ++-
- src/fcxml.c   |   35 ++++++++++++++++++++++++++++-------
+ fonts.conf.in | 12 +++++++++---
+ fonts.dtd     |  3 ++-
+ src/fccfg.c   |  8 ++++----
+ src/fcint.h   |  3 ++-
+ src/fcxml.c   | 35 ++++++++++++++++++++++++++++-------
  5 files changed, 45 insertions(+), 16 deletions(-)
 
 commit 327a7fd491f17f23e37e260f8d74397e2ef933aa
@@ -18572,13 +20896,13 @@ Date: Sun Jul 28 10:50:59 2002 +0000
     Rewrite global cache handling code in fontconfig to eliminate per-file
        syscalls
 
- fontconfig/fontconfig.h |    5 +-
- src/fccache.c          |  968
- +++++++++++++++++++++++++++++++----------------
- src/fccfg.c            |   23 +-
- src/fcdir.c            |  183 +++++----
- src/fcint.h            |  126 ++++--
- src/fcmatrix.c                 |    9 +-
+ fontconfig/fontconfig.h |   5 +-
+ src/fccache.c          | 968
+ +++++++++++++++++++++++++++++++-----------------
+ src/fccfg.c            |  23 +-
+ src/fcdir.c            | 183 +++++----
+ src/fcint.h            | 126 +++++--
+ src/fcmatrix.c                 |   9 +-
  6 files changed, 830 insertions(+), 484 deletions(-)
 
 commit 23cd70c4ef2b5c959959275d9d7f282029ae69f5
@@ -18587,10 +20911,10 @@ Date: Sat Jul 27 23:13:28 2002 +0000
 
     Add ngai tahu specific chars to maori orthography
 
- fc-lang/Imakefile |   1 +
- fc-lang/fclang.h  |  802
- +++++++++++++++++++++++++++--------------------------
- fc-lang/mi.orth   |   1 +
+ fc-lang/Imakefile |   1 +
+ fc-lang/fclang.h  | 802
+ +++++++++++++++++++++++++++---------------------------
+ fc-lang/mi.orth   |   1 +
  3 files changed, 405 insertions(+), 399 deletions(-)
 
 commit 1a9ae91a1693df1bfe93f34747584b0ff5dce014
@@ -18599,7 +20923,7 @@ Date:   Wed Jul 17 17:51:52 2002 +0000
 
     Add fclang.c to Makefile.in
 
- src/Makefile.in |    2 ++
+ src/Makefile.in | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 6864f6279297a59ff509e5454fdebb77ac64e530
@@ -18608,8 +20932,8 @@ Date:   Sat Jul 13 20:33:05 2002 +0000
 
     Trim ja orthography of a couple codepoints not found in kochi fonts
 
- fc-lang/fclang.h |    4 ++--
- fc-lang/ja.orth  |    6 +++---
+ fc-lang/fclang.h | 4 ++--
+ fc-lang/ja.orth  | 6 +++---
  2 files changed, 5 insertions(+), 5 deletions(-)
 
 commit 1a0ee1e7c1b5872b1f46c7cdd8d8504150022189
@@ -18618,8 +20942,8 @@ Date:   Sat Jul 13 19:10:03 2002 +0000
 
     Fix typo in geez (ethiopic) orthography
 
- fc-lang/fclang.h |    2 +-
- fc-lang/gez.orth |    4 ++--
+ fc-lang/fclang.h | 2 +-
+ fc-lang/gez.orth | 4 ++--
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 commit 69937bd9416eb3fbefd55b9fa6445d0fe4b4f7f3
@@ -18630,12 +20954,12 @@ Date: Sat Jul 13 05:43:25 2002 +0000
     name table
        for sfnt fonts
 
- fontconfig/fontconfig.h |   23 +++-
- src/fccharset.c        |   40 ++++--
- src/fcfreetype.c       |  342
- +++++++++++++++++++++++++++++++++++++++++++++--
- src/fcint.h            |   11 ++
- src/fcstr.c            |   99 +++++++++++++-
+ fontconfig/fontconfig.h |  23 +++-
+ src/fccharset.c        |  40 ++++--
+ src/fcfreetype.c       | 342
+ ++++++++++++++++++++++++++++++++++++++++++++++--
+ src/fcint.h            |  11 ++
+ src/fcstr.c            |  99 +++++++++++++-
  5 files changed, 495 insertions(+), 20 deletions(-)
 
 commit c80d2ac4866d4c534a8693d611ed85b84c11d009
@@ -18722,25 +21046,25 @@ Date: Fri Jul 12 09:13:32 2002 +0000
 
     Add nynorsk and bokml, remove double angle quotes from other languages
 
- fc-lang/Imakefile |   31 +-
- fc-lang/ab.orth   |   6 +-
- fc-lang/ba.orth   |   6 +-
- fc-lang/be.orth   |   6 +-
- fc-lang/br.orth   |   8 +-
- fc-lang/da.orth   |   6 +-
- fc-lang/de.orth   |   6 +-
- fc-lang/fclang.h  |  854
- +++++++++++++++++++++++++++--------------------------
- fc-lang/fr.orth   |   10 +-
- fc-lang/gl.orth   |   10 +-
- fc-lang/iso639-2  |   4 +-
- fc-lang/kk.orth   |   6 +-
- fc-lang/kl.orth   |   6 +-
- fc-lang/nb.orth   |   25 ++
- fc-lang/nn.orth   |   43 +++
- fc-lang/no.orth   |   6 +-
- fc-lang/ru.orth   |   6 +-
- fc-lang/uk.orth   |   6 +-
+ fc-lang/Imakefile |  31 +-
+ fc-lang/ab.orth   |   6 +-
+ fc-lang/ba.orth   |   6 +-
+ fc-lang/be.orth   |   6 +-
+ fc-lang/br.orth   |   8 +-
+ fc-lang/da.orth   |   6 +-
+ fc-lang/de.orth   |   6 +-
+ fc-lang/fclang.h  | 854
+ +++++++++++++++++++++++++++---------------------------
+ fc-lang/fr.orth   |  10 +-
+ fc-lang/gl.orth   |  10 +-
+ fc-lang/iso639-2  |   4 +-
+ fc-lang/kk.orth   |   6 +-
+ fc-lang/kl.orth   |   6 +-
+ fc-lang/nb.orth   |  25 ++
+ fc-lang/nn.orth   |  43 +++
+ fc-lang/no.orth   |   6 +-
+ fc-lang/ru.orth   |   6 +-
+ fc-lang/uk.orth   |   6 +-
  18 files changed, 565 insertions(+), 480 deletions(-)
 
 commit c2b971c89819281be41584720d20648fe5d1627f
@@ -18749,11 +21073,11 @@ Date: Fri Jul 12 07:58:16 2002 +0000
 
     Missed adding kumyk
 
- fc-lang/Imakefile |   19 ++++++-----
- fc-lang/fclang.h  |   74 +++++++++++++++++++++--------------------
- fc-lang/iso639-2  |   2 +-
- fc-lang/kum.orth  |   96
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/Imakefile | 19 +++++------
+ fc-lang/fclang.h  | 74 +++++++++++++++++++++---------------------
+ fc-lang/iso639-2  |  2 +-
+ fc-lang/kum.orth  | 96
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4 files changed, 145 insertions(+), 46 deletions(-)
 
 commit f749c49cb4ebe181de145440246d3110f7052f24
@@ -18804,7 +21128,7 @@ Date:   Thu Jul 11 02:47:50 2002 +0000
     Remove old FC_LANG constants now that fontconfig uses RFC 3066
     based names
 
- fontconfig/fontconfig.h |   42 +-----------------------------------------
+ fontconfig/fontconfig.h | 42 +-----------------------------------------
  1 file changed, 1 insertion(+), 41 deletions(-)
 
 commit 1bae57ddc82cc151bb7f0b6f2e75cc860a2b0608
@@ -18815,10 +21139,10 @@ Date: Wed Jul 10 21:57:23 2002 +0000
     persian
        general forms
 
- fc-lang/ar.orth  |  114
- +++++++++++++++++++++++++++++++-----------------------
- fc-lang/fa.orth  |    4 +-
- fc-lang/fclang.h |    4 +-
+ fc-lang/ar.orth  | 114
+ +++++++++++++++++++++++++++++++------------------------
+ fc-lang/fa.orth  |   4 +-
+ fc-lang/fclang.h |   4 +-
  3 files changed, 69 insertions(+), 53 deletions(-)
 
 commit e709ddfa10410f6e042a36fcf7d0cd1a40f84fad
@@ -18829,9 +21153,9 @@ Date:   Tue Jul 9 22:08:14 2002 +0000
     FcValueList
        to match Xft1.
 
- src/fcdefault.c |   53
+ src/fcdefault.c | 53
  +++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/fcint.h    |    4 ++--
+ src/fcint.h    |  4 ++--
  2 files changed, 55 insertions(+), 2 deletions(-)
 
 commit 2fcac34973eb9d62280ab7392566a35cb9ceac3d
@@ -18899,22 +21223,22 @@ Date: Sun Jul 7 19:18:51 2002 +0000
 
     Share more duplicate charset data
 
- fc-lang/Imakefile |   19 ++++++++++---------
- fc-lang/bn.orth   |   41 +++++++++++++++++++++++++++++++++++++++++
- fc-lang/bo.orth   |   30 ++++++++++++++++++++++++++++++
- fc-lang/fc-lang.c |   28 ++++++++++++++++++++++++++--
- fc-lang/gu.orth   |   41 +++++++++++++++++++++++++++++++++++++++++
- fc-lang/iso639-2  |   26 +++++++++++++-------------
- fc-lang/km.orth   |   29 +++++++++++++++++++++++++++++
- fc-lang/kn.orth   |   40 ++++++++++++++++++++++++++++++++++++++++
- fc-lang/lo.orth   |   45 +++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/ml.orth   |   38 ++++++++++++++++++++++++++++++++++++++
- fc-lang/mn.orth   |   31 +++++++++++++++++++++++++++++++
- fc-lang/or.orth   |   41 +++++++++++++++++++++++++++++++++++++++++
- fc-lang/si.orth   |   38 ++++++++++++++++++++++++++++++++++++++
- fc-lang/ta.orth   |   43 +++++++++++++++++++++++++++++++++++++++++++
- fc-lang/te.orth   |   39 +++++++++++++++++++++++++++++++++++++++
- fc-lang/tl.orth   |   29 +++++++++++++++++++++++++++++
+ fc-lang/Imakefile | 19 ++++++++++---------
+ fc-lang/bn.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
+ fc-lang/bo.orth   | 30 ++++++++++++++++++++++++++++++
+ fc-lang/fc-lang.c | 28 ++++++++++++++++++++++++++--
+ fc-lang/gu.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
+ fc-lang/iso639-2  | 26 +++++++++++++-------------
+ fc-lang/km.orth   | 29 +++++++++++++++++++++++++++++
+ fc-lang/kn.orth   | 40 ++++++++++++++++++++++++++++++++++++++++
+ fc-lang/lo.orth   | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/ml.orth   | 38 ++++++++++++++++++++++++++++++++++++++
+ fc-lang/mn.orth   | 31 +++++++++++++++++++++++++++++++
+ fc-lang/or.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
+ fc-lang/si.orth   | 38 ++++++++++++++++++++++++++++++++++++++
+ fc-lang/ta.orth   | 43 +++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/te.orth   | 39 +++++++++++++++++++++++++++++++++++++++
+ fc-lang/tl.orth   | 29 +++++++++++++++++++++++++++++
  16 files changed, 534 insertions(+), 24 deletions(-)
 
 commit 3de8881ec96e2ce5f9d871ad46371e301b107dab
@@ -18935,71 +21259,71 @@ Date: Sat Jul 6 23:59:19 2002 +0000
     and RCS
        header
 
- fc-lang/Imakefile  |   2 ++
- fc-lang/ab.orth    |  23 +++++++++++++++++++++++
- fc-lang/ar.orth    |  23 +++++++++++++++++++++++
- fc-lang/az.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ba.orth    |  23 +++++++++++++++++++++++
- fc-lang/be.orth    |  23 +++++++++++++++++++++++
- fc-lang/bg.orth    |  23 +++++++++++++++++++++++
- fc-lang/br.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ca.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/chr.orth   |  23 +++++++++++++++++++++++
- fc-lang/co.orth    |  23 +++++++++++++++++++++++
- fc-lang/cs.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/da.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/de.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/el.orth    |  23 +++++++++++++++++++++++
- fc-lang/en.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/eo.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/es.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/et.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/eu.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/fi.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/fo.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/fr.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/fy.orth    |  23 +++++++++++++++++++++++
- fc-lang/ga.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/gd.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/gl.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/he.orth    |  23 +++++++++++++++++++++++
- fc-lang/hr.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/hu.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/hy.orth    |  23 +++++++++++++++++++++++
- fc-lang/is.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/it.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ja.orth    |  23 +++++++++++++++++++++++
- fc-lang/ka.orth    |  23 +++++++++++++++++++++++
- fc-lang/kk.orth    |  23 +++++++++++++++++++++++
- fc-lang/kl.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ko.orth    |  23 +++++++++++++++++++++++
- fc-lang/la.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/lt.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/lv.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/mk.orth    |  23 +++++++++++++++++++++++
- fc-lang/mo.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/mt.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/nl.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/no.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/oc.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/pl.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/pt.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/rm.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ro.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/ru.orth    |  23 +++++++++++++++++++++++
- fc-lang/sh.orth    |  23 +++++++++++++++++++++++
- fc-lang/sk.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/sl.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/sq.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/sr.orth    |  23 +++++++++++++++++++++++
- fc-lang/sv.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/th.orth    |  23 +++++++++++++++++++++++
- fc-lang/tr.orth    |  27 +++++++++++++++++++++++++--
- fc-lang/uk.orth    |  23 +++++++++++++++++++++++
- fc-lang/vo.orth    |  23 +++++++++++++++++++++++
- fc-lang/yi.orth    |  23 +++++++++++++++++++++++
- fc-lang/zh_cn.orth |  23 +++++++++++++++++++++++
- fc-lang/zh_tw.orth |  23 +++++++++++++++++++++++
+ fc-lang/Imakefile  |  2 ++
+ fc-lang/ab.orth    | 23 +++++++++++++++++++++++
+ fc-lang/ar.orth    | 23 +++++++++++++++++++++++
+ fc-lang/az.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ba.orth    | 23 +++++++++++++++++++++++
+ fc-lang/be.orth    | 23 +++++++++++++++++++++++
+ fc-lang/bg.orth    | 23 +++++++++++++++++++++++
+ fc-lang/br.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ca.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/chr.orth   | 23 +++++++++++++++++++++++
+ fc-lang/co.orth    | 23 +++++++++++++++++++++++
+ fc-lang/cs.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/da.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/de.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/el.orth    | 23 +++++++++++++++++++++++
+ fc-lang/en.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/eo.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/es.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/et.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/eu.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/fi.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/fo.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/fr.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/fy.orth    | 23 +++++++++++++++++++++++
+ fc-lang/ga.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/gd.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/gl.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/he.orth    | 23 +++++++++++++++++++++++
+ fc-lang/hr.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/hu.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/hy.orth    | 23 +++++++++++++++++++++++
+ fc-lang/is.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/it.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ja.orth    | 23 +++++++++++++++++++++++
+ fc-lang/ka.orth    | 23 +++++++++++++++++++++++
+ fc-lang/kk.orth    | 23 +++++++++++++++++++++++
+ fc-lang/kl.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ko.orth    | 23 +++++++++++++++++++++++
+ fc-lang/la.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/lt.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/lv.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/mk.orth    | 23 +++++++++++++++++++++++
+ fc-lang/mo.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/mt.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/nl.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/no.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/oc.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/pl.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/pt.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/rm.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ro.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/ru.orth    | 23 +++++++++++++++++++++++
+ fc-lang/sh.orth    | 23 +++++++++++++++++++++++
+ fc-lang/sk.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/sl.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/sq.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/sr.orth    | 23 +++++++++++++++++++++++
+ fc-lang/sv.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/th.orth    | 23 +++++++++++++++++++++++
+ fc-lang/tr.orth    | 27 +++++++++++++++++++++++++--
+ fc-lang/uk.orth    | 23 +++++++++++++++++++++++
+ fc-lang/vo.orth    | 23 +++++++++++++++++++++++
+ fc-lang/yi.orth    | 23 +++++++++++++++++++++++
+ fc-lang/zh_cn.orth | 23 +++++++++++++++++++++++
+ fc-lang/zh_tw.orth | 23 +++++++++++++++++++++++
  65 files changed, 1552 insertions(+), 78 deletions(-)
 
 commit 82f4243f220dda5f6d4759e3b9c182b537cf0219
@@ -19008,15 +21332,15 @@ Date: Sat Jul 6 23:47:44 2002 +0000
 
     Switch to RFC 3066 based lang names
 
- fontconfig/fontconfig.h |    5 +-
- src/Imakefile          |    8 +-
- src/fccharset.c        |    8 +-
- src/fcfreetype.c       |  406
- ++++++++++++++++++++++++-----------------------
- src/fcint.h            |   28 ++++
- src/fcmatch.c          |   43 ++++-
- src/fcpat.c            |   22 ++-
- src/fcstr.c            |   25 ++-
+ fontconfig/fontconfig.h |   5 +-
+ src/Imakefile          |   8 +-
+ src/fccharset.c        |   8 +-
+ src/fcfreetype.c       | 406
+ ++++++++++++++++++++++++------------------------
+ src/fcint.h            |  28 ++++
+ src/fcmatch.c          |  43 ++++-
+ src/fcpat.c            |  22 ++-
+ src/fcstr.c            |  25 ++-
  8 files changed, 330 insertions(+), 215 deletions(-)
 
 commit 899e352656f04323b9467555faf9152c69a741ab
@@ -19025,7 +21349,7 @@ Date:   Sat Jul 6 23:46:58 2002 +0000
 
     Add a few more common font families to the default configuration
 
- fonts.conf.in |    7 +++++++
+ fonts.conf.in | 7 +++++++
  1 file changed, 7 insertions(+)
 
 commit 364a581d91eac73a5b1810d9c5100b6eb690219f
@@ -19034,9 +21358,9 @@ Date:   Sat Jul 6 23:22:03 2002 +0000
 
     Add coverage documentation files
 
- fc-lang/iso639-1 |  139 ++++++++++++++++
- fc-lang/iso639-2 |  473
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/iso639-1 | 139 ++++++++++++++++
+ fc-lang/iso639-2 | 473
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 612 insertions(+)
 
 commit c1382a3d998d098d3b86c922820558849c777c45
@@ -19045,75 +21369,75 @@ Date: Sat Jul 6 23:21:37 2002 +0000
 
     Add fc-lang program to generate language coverage tables
 
- fc-lang/Imakefile     |   44 +
- fc-lang/ab.orth       |   17 +
- fc-lang/ar.orth       |   49 +
- fc-lang/az.orth       |   26 +
- fc-lang/ba.orth       |   16 +
- fc-lang/be.orth       |   11 +
- fc-lang/bg.orth       |   12 +
- fc-lang/br.orth       |   17 +
- fc-lang/ca.orth       |   23 +
- fc-lang/chr.orth      |    2 +
- fc-lang/co.orth       |    2 +
- fc-lang/cs.orth       |   27 +
- fc-lang/da.orth       |   27 +
- fc-lang/de.orth       |   17 +
- fc-lang/el.orth       |   26 +
- fc-lang/en.orth       |   17 +
- fc-lang/eo.orth       |    9 +
- fc-lang/es.orth       |   19 +
- fc-lang/et.orth       |   15 +
- fc-lang/eu.orth       |    8 +
- fc-lang/fc-lang.c     |  295 +
- fc-lang/fc-lang.man   |   41 +
- fc-lang/fclang.tmpl.c |  130 +
- fc-lang/fi.orth       |   15 +
- fc-lang/fo.orth       |   25 +
- fc-lang/fr.orth       |   28 +
- fc-lang/fy.orth       |    2 +
- fc-lang/ga.orth       |   29 +
- fc-lang/gd.orth       |   15 +
- fc-lang/gl.orth       |   22 +
- fc-lang/he.orth       |    2 +
- fc-lang/hr.orth       |   21 +
- fc-lang/hu.orth       |   19 +
- fc-lang/hy.orth       |    5 +
- fc-lang/is.orth       |   26 +
- fc-lang/it.orth       |   14 +
- fc-lang/ja.orth       | 6540 ++++++++++++++++++++
- fc-lang/ka.orth       |    9 +
- fc-lang/kk.orth       |   15 +
- fc-lang/kl.orth       |   23 +
- fc-lang/ko.orth       |16217
- +++++++++++++++++++++++++++++++++++++++++++++++++
- fc-lang/la.orth       |    8 +
- fc-lang/lt.orth       |   13 +
- fc-lang/lv.orth       |   16 +
- fc-lang/mk.orth       |   15 +
- fc-lang/mo.orth       |   14 +
- fc-lang/mt.orth       |   18 +
- fc-lang/nl.orth       |   15 +
- fc-lang/no.orth       |   18 +
- fc-lang/oc.orth       |   15 +
- fc-lang/pl.orth       |   10 +
- fc-lang/pt.orth       |   19 +
- fc-lang/rm.orth       |   15 +
- fc-lang/ro.orth       |   11 +
- fc-lang/ru.orth       |   11 +
- fc-lang/sh.orth       |    2 +
- fc-lang/sk.orth       |   29 +
- fc-lang/sl.orth       |   21 +
- fc-lang/sq.orth       |    7 +
- fc-lang/sr.orth       |   11 +
- fc-lang/sv.orth       |   21 +
- fc-lang/th.orth       |    3 +
- fc-lang/tr.orth       |   12 +
- fc-lang/uk.orth       |   12 +
- fc-lang/vo.orth       |   13 +
- fc-lang/yi.orth       |    2 +
- fc-lang/zh_cn.orth    | 6766 +++++++++++++++++++++
- fc-lang/zh_tw.orth    |13079 +++++++++++++++++++++++++++++++++++++++
+ fc-lang/Imakefile     |    44 +
+ fc-lang/ab.orth       |    17 +
+ fc-lang/ar.orth       |    49 +
+ fc-lang/az.orth       |    26 +
+ fc-lang/ba.orth       |    16 +
+ fc-lang/be.orth       |    11 +
+ fc-lang/bg.orth       |    12 +
+ fc-lang/br.orth       |    17 +
+ fc-lang/ca.orth       |    23 +
+ fc-lang/chr.orth      |     2 +
+ fc-lang/co.orth       |     2 +
+ fc-lang/cs.orth       |    27 +
+ fc-lang/da.orth       |    27 +
+ fc-lang/de.orth       |    17 +
+ fc-lang/el.orth       |    26 +
+ fc-lang/en.orth       |    17 +
+ fc-lang/eo.orth       |     9 +
+ fc-lang/es.orth       |    19 +
+ fc-lang/et.orth       |    15 +
+ fc-lang/eu.orth       |     8 +
+ fc-lang/fc-lang.c     |   295 +
+ fc-lang/fc-lang.man   |    41 +
+ fc-lang/fclang.tmpl.c |   130 +
+ fc-lang/fi.orth       |    15 +
+ fc-lang/fo.orth       |    25 +
+ fc-lang/fr.orth       |    28 +
+ fc-lang/fy.orth       |     2 +
+ fc-lang/ga.orth       |    29 +
+ fc-lang/gd.orth       |    15 +
+ fc-lang/gl.orth       |    22 +
+ fc-lang/he.orth       |     2 +
+ fc-lang/hr.orth       |    21 +
+ fc-lang/hu.orth       |    19 +
+ fc-lang/hy.orth       |     5 +
+ fc-lang/is.orth       |    26 +
+ fc-lang/it.orth       |    14 +
+ fc-lang/ja.orth       |  6540 +++++++++++++++++++
+ fc-lang/ka.orth       |     9 +
+ fc-lang/kk.orth       |    15 +
+ fc-lang/kl.orth       |    23 +
+ fc-lang/ko.orth       | 16217
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ fc-lang/la.orth       |     8 +
+ fc-lang/lt.orth       |    13 +
+ fc-lang/lv.orth       |    16 +
+ fc-lang/mk.orth       |    15 +
+ fc-lang/mo.orth       |    14 +
+ fc-lang/mt.orth       |    18 +
+ fc-lang/nl.orth       |    15 +
+ fc-lang/no.orth       |    18 +
+ fc-lang/oc.orth       |    15 +
+ fc-lang/pl.orth       |    10 +
+ fc-lang/pt.orth       |    19 +
+ fc-lang/rm.orth       |    15 +
+ fc-lang/ro.orth       |    11 +
+ fc-lang/ru.orth       |    11 +
+ fc-lang/sh.orth       |     2 +
+ fc-lang/sk.orth       |    29 +
+ fc-lang/sl.orth       |    21 +
+ fc-lang/sq.orth       |     7 +
+ fc-lang/sr.orth       |    11 +
+ fc-lang/sv.orth       |    21 +
+ fc-lang/th.orth       |     3 +
+ fc-lang/tr.orth       |    12 +
+ fc-lang/uk.orth       |    12 +
+ fc-lang/vo.orth       |    13 +
+ fc-lang/yi.orth       |     2 +
+ fc-lang/zh_cn.orth    |  6766 ++++++++++++++++++++
+ fc-lang/zh_tw.orth    | 13079 ++++++++++++++++++++++++++++++++++++++
  68 files changed, 44053 insertions(+)
 
 commit 084407063d0069b16b24e1fd8be818af12e36741
@@ -19122,7 +21446,7 @@ Date:   Wed Jul 3 23:15:32 2002 +0000
 
     Object list to FcObjectSetBuild wasnt terminated with 0
 
- fc-list/fc-list.c |   4 ++--
+ fc-list/fc-list.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit f9dc31e81cd27be1bcb72706ac667889840f60bb
@@ -19131,7 +21455,7 @@ Date:   Mon Jul 1 12:39:23 2002 +0000
 
     Indent line
 
- fc-list/Imakefile |   2 ++
+ fc-list/Imakefile | 2 ++
  1 file changed, 2 insertions(+)
 
 commit 8ea04b7956bd148607ae4179584dd0c8aa60b41d
@@ -19140,7 +21464,7 @@ Date:   Mon Jul 1 12:38:27 2002 +0000
 
     Ident line
 
- fc-cache/Imakefile |   2 ++
+ fc-cache/Imakefile | 2 ++
  1 file changed, 2 insertions(+)
 
 commit ad07dcf486fe476ffccaa0d91df3836bfa4f4bd8
@@ -19149,7 +21473,7 @@ Date:   Mon Jul 1 05:11:20 2002 +0000
 
     Make fc-cache avoid reading the whole world full of fonts
 
- fc-cache/fc-cache.c |  10 +++++-----
+ fc-cache/fc-cache.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 commit e6099fe9799e79a467698f7e0ddb693fae5d7d2f
@@ -19158,7 +21482,7 @@ Date:   Sun Jun 30 23:45:40 2002 +0000
 
     Make fc-list more useful
 
- fc-list/fc-list.c |   20 ++++++++++++++++----
+ fc-list/fc-list.c | 20 ++++++++++++++++----
  1 file changed, 16 insertions(+), 4 deletions(-)
 
 commit bdcdaceda4154ea6aaed224d3bf62a578a1f6986
@@ -19167,7 +21491,7 @@ Date:   Sun Jun 30 23:45:17 2002 +0000
 
     Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c)
 
- fontconfig/fontconfig.h |    3 ++-
+ fontconfig/fontconfig.h | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit 4c0036053a36678747adfd06777cef39752ca9a4
@@ -19195,7 +21519,7 @@ Date:   Wed Jun 26 22:56:51 2002 +0000
 
     Construct empty constant charsets correctly (using null pointers)
 
- src/fccharset.c |   18 +++++++++++++-----
+ src/fccharset.c | 18 +++++++++++++-----
  1 file changed, 13 insertions(+), 5 deletions(-)
 
 commit c552f59ba27ab1a526238f6ff4d15a2b9a975a7f
@@ -19204,7 +21528,7 @@ Date:   Wed Jun 26 22:14:08 2002 +0000
 
     Permit empty charsets in fonts.cache files
 
- src/fcname.c |    4 ++--
+ src/fcname.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 223c028949c1ef316c93bea17278f58150c777ee
@@ -19213,7 +21537,7 @@ Date:   Wed Jun 26 16:11:29 2002 +0000
 
     Steal idea for locale-insensitive strtod from glib
 
- src/fcxml.c |  59
+ src/fcxml.c | 59
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
  1 file changed, 57 insertions(+), 2 deletions(-)
 
@@ -19223,7 +21547,7 @@ Date:   Fri Jun 21 07:01:11 2002 +0000
 
     Oops. Made a mistake when adding config file names to monitor list
 
- src/fcxml.c |   9 +++++----
+ src/fcxml.c | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)
 
 commit 4645eedfcc7e36751503bf023a0d1db2a993ad52
@@ -19236,9 +21560,9 @@ Date:   Fri Jun 21 06:14:45 2002 +0000
        checked as
        well
 
- src/fccfg.c    |   31 ++++++++++++++-----------------
- src/fccharset.c |   11 +++--------
- src/fcxml.c    |    5 ++++-
+ src/fccfg.c    | 31 ++++++++++++++-----------------
+ src/fccharset.c | 11 +++--------
+ src/fcxml.c    |  5 ++++-
  3 files changed, 21 insertions(+), 26 deletions(-)
 
 commit 8c96d1fc1005fda794ab30349eb91132fb8f341e
@@ -19247,8 +21571,8 @@ Date:   Thu Jun 20 03:43:09 2002 +0000
 
     Accidentally falling through several case blocks
 
- src/fccfg.c |   3 ++-
- src/fcdbg.c |   6 +++---
+ src/fccfg.c | 3 ++-
+ src/fcdbg.c | 6 +++---
  2 files changed, 5 insertions(+), 4 deletions(-)
 
 commit c689ec2291d52a3c9ab998c9a25c0c9c78991921
@@ -19259,8 +21583,8 @@ Date:   Wed Jun 19 21:32:51 2002 +0000
     code to
        make this work
 
- fonts.conf.in |   28 ++++++++++++++++++++++++++++
- src/fcmatch.c |    4 ++--
+ fonts.conf.in | 28 ++++++++++++++++++++++++++++
+ src/fcmatch.c |  4 ++--
  2 files changed, 30 insertions(+), 2 deletions(-)
 
 commit 0c35c0facb1f05a21f702636a291eb6ee3dea3a2
@@ -19269,7 +21593,7 @@ Date:   Wed Jun 19 20:55:19 2002 +0000
 
     Make fc-cache more tolerant of missing font directories
 
- fc-cache/fc-cache.c |  28 ++++++++++++++++++++++++++--
+ fc-cache/fc-cache.c | 28 ++++++++++++++++++++++++++--
  1 file changed, 26 insertions(+), 2 deletions(-)
 
 commit 6f6563edb5eb0fc22b338101b82bd8b7db438e3a
@@ -19280,18 +21604,18 @@ Date: Wed Jun 19 20:08:22 2002 +0000
     values
        are persistant
 
- fontconfig/fontconfig.h |    5 ++++-
- fonts.dtd              |    5 ++++-
- src/fccache.c          |   11 +++++++++--
- src/fccfg.c            |    4 ++++
- src/fcdbg.c            |    8 +++++++-
- src/fcdir.c            |    5 +++--
- src/fcint.h            |    9 +++++----
- src/fclist.c           |    2 +-
- src/fcmatch.c          |   21 +++++++++++++++++++--
- src/fcname.c           |    3 ++-
- src/fcpat.c            |   12 +++++++++++-
- src/fcxml.c            |    4 ++++
+ fontconfig/fontconfig.h |  5 ++++-
+ fonts.dtd              |  5 ++++-
+ src/fccache.c          | 11 +++++++++--
+ src/fccfg.c            |  4 ++++
+ src/fcdbg.c            |  8 +++++++-
+ src/fcdir.c            |  5 +++--
+ src/fcint.h            |  9 +++++----
+ src/fclist.c           |  2 +-
+ src/fcmatch.c          | 21 +++++++++++++++++++--
+ src/fcname.c           |  3 ++-
+ src/fcpat.c            | 12 +++++++++++-
+ src/fcxml.c            |  4 ++++
  12 files changed, 73 insertions(+), 16 deletions(-)
 
 commit 06a48f20739580338e69547c9896c539abf000dd
@@ -19300,7 +21624,7 @@ Date:   Wed Jun 19 06:31:46 2002 +0000
 
     Add a few aliases suggested by Owen and Mike
 
- fonts.conf.in |   19 +++++++++++++++++--
+ fonts.conf.in | 19 +++++++++++++++++--
  1 file changed, 17 insertions(+), 2 deletions(-)
 
 commit f534109f5aa44ffeb43acbe06b409e6a15239ac9
@@ -19311,8 +21635,8 @@ Date:   Tue Jun 18 22:23:05 2002 +0000
     important for
        matching, fix family->generic mapping
 
- src/fccfg.c   |    7 ++++---
- src/fcmatch.c |   22 +++++++++++-----------
+ src/fccfg.c   |  7 ++++---
+ src/fcmatch.c | 22 +++++++++++-----------
  2 files changed, 15 insertions(+), 14 deletions(-)
 
 commit 2623c1ebeec46c56cc8e1d1e3e8ddf4a44931f8d
@@ -19321,7 +21645,7 @@ Date:   Tue Jun 18 16:47:33 2002 +0000
 
     Fix compiler warning
 
- src/fcxml.c |   4 ++--
+ src/fcxml.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 5b1bfa5d82aeb67056a38e93e22f69c4bfe4ce5b
@@ -19331,7 +21655,7 @@ Date:   Tue Jun 18 16:47:12 2002 +0000
     Fix incorrect size in memmove call in FcObjectSetAdd that crashed
        FcFontSetList calls
 
- src/fclist.c |    3 ++-
+ src/fclist.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 commit c0d42979ad06db34b5b4aad7052716797dc2f6a6
@@ -19340,7 +21664,7 @@ Date:   Sat Jun 8 18:46:35 2002 +0000
 
     Fix fontconfig.pc generation in Imakefile
 
- Imakefile |   4 ++--
+ Imakefile | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit d0f07b8d582499fdc6fa0ca6c5e2ef3727baddae
@@ -19349,12 +21673,12 @@ Date: Sat Jun 8 17:32:05 2002 +0000
 
     Add FcPatternHash, clean up a few valgrind issues
 
- fontconfig/fontconfig.h |    3 ++
- src/fccfg.c            |    2 +-
- src/fcmatch.c          |   11 ++++---
- src/fcpat.c            |   78
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/fcxml.c            |   13 +++++++-
+ fontconfig/fontconfig.h |  3 ++
+ src/fccfg.c            |  2 +-
+ src/fcmatch.c          | 11 ++++---
+ src/fcpat.c            | 78
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcxml.c            | 13 ++++++++-
  5 files changed, 101 insertions(+), 6 deletions(-)
 
 commit 8a39040e2a1308602aabe1aa4a8608f94830534e
@@ -19363,7 +21687,7 @@ Date:   Fri Jun 7 17:55:41 2002 +0000
 
     Make autoconf use correct options to build solaris shared libraries
 
- configure.in |   15 +++++++++++++--
+ configure.in | 15 +++++++++++++--
  1 file changed, 13 insertions(+), 2 deletions(-)
 
 commit b5b6d7f85dba271e69b8008b3c56f13c74ec9dac
@@ -19376,7 +21700,7 @@ Date:   Tue Jun 4 21:55:42 2002 +0000
        ISHIKAWA Mutsumi).
     169. A little tuning for XtAppPeekEvent() (#5178, Dan McNichol).
 
- setfontdirs |   5 +++++
+ setfontdirs | 5 +++++
  1 file changed, 5 insertions(+)
 
 commit e9be9cd10a24b75480a26be834041d312d8217b4
@@ -19386,14 +21710,14 @@ Date: Mon Jun 3 08:31:15 2002 +0000
     Add FcPatternEqualSubset for Pango, clean up some internal FcPattern
        interfaces
 
- fontconfig/fontconfig.h |    7 ++-
- src/fccfg.c            |   12 ++--
- src/fcint.h            |    7 ++-
- src/fclist.c           |   72 +++++++++++++--------
- src/fcmatch.c          |    6 +-
- src/fcname.c           |    8 +--
- src/fcpat.c            |  161
- ++++++++++++++++++++++++++++-------------------
+ fontconfig/fontconfig.h |   7 ++-
+ src/fccfg.c            |  12 ++--
+ src/fcint.h            |   7 ++-
+ src/fclist.c           |  72 ++++++++++++++--------
+ src/fcmatch.c          |   6 +-
+ src/fcname.c           |   8 +--
+ src/fcpat.c            | 161
+ +++++++++++++++++++++++++++++-------------------
  7 files changed, 166 insertions(+), 107 deletions(-)
 
 commit 88c747e20612ffcae326313f8d624b36c1235993
@@ -19404,11 +21728,11 @@ Date: Sun Jun 2 21:07:57 2002 +0000
     missing
        values
 
- src/fccfg.c   |    4 ++--
- src/fcdbg.c   |    5 ++++-
- src/fclist.c  |    4 +++-
- src/fcmatch.c |    4 ++--
- src/fcname.c  |    4 +++-
+ src/fccfg.c   | 4 ++--
+ src/fcdbg.c   | 5 ++++-
+ src/fclist.c  | 4 +++-
+ src/fcmatch.c | 4 ++--
+ src/fcname.c  | 4 +++-
  5 files changed, 14 insertions(+), 7 deletions(-)
 
 commit 2a41214a25ec902ac79d0b16cc0bab4461b91e6b
@@ -19417,8 +21741,8 @@ Date:   Sun Jun 2 20:52:06 2002 +0000
 
     Add aspect ratio support to Xft and fontconfig
 
- fontconfig/fontconfig.h |    3 ++-
- src/fcname.c           |    3 ++-
+ fontconfig/fontconfig.h | 3 ++-
+ src/fcname.c           | 3 ++-
  2 files changed, 4 insertions(+), 2 deletions(-)
 
 commit 8ec077f22b2f9fd693abfda7d405ac572594be99
@@ -19431,8 +21755,8 @@ Date:   Sun Jun 2 19:51:36 2002 +0000
        pattern
        elements (not that its all that useful)
 
- src/fccfg.c |  18 +++++++++++++++---
- src/fcxml.c |   5 +++--
+ src/fccfg.c | 18 +++++++++++++++---
+ src/fcxml.c | 5 +++--
  2 files changed, 18 insertions(+), 5 deletions(-)
 
 commit be0948508ce4ebbb6e576b9dd31531efef6834e1
@@ -19441,13 +21765,13 @@ Date: Fri May 31 23:21:25 2002 +0000
 
     Add support for user-provided freetype faces to Xft
 
- fontconfig/fcfreetype.h |    8 +++++++-
- fontconfig/fcprivate.h  |    4 +++-
- fontconfig/fontconfig.h |    7 +++++--
- src/fccharset.c        |    5 +----
- src/fcfreetype.c       |    1 -
- src/fcint.h            |    3 ++-
- src/fcpat.c            |   29 ++++++++++++++++++++++++++++-
+ fontconfig/fcfreetype.h |  8 +++++++-
+ fontconfig/fcprivate.h  |  4 +++-
+ fontconfig/fontconfig.h |  7 +++++--
+ src/fccharset.c        |  5 +----
+ src/fcfreetype.c       |  1 -
+ src/fcint.h            |  3 ++-
+ src/fcpat.c            | 29 ++++++++++++++++++++++++++++-
  7 files changed, 46 insertions(+), 11 deletions(-)
 
 commit bff617fa560e9f0a1f79ffb4fff8e9ed6a81013e
@@ -19457,7 +21781,7 @@ Date:   Fri May 31 06:52:47 2002 +0000
     Fix Xft2 to build right library version on old systems with xmkmf. Fix
        fc-cache location for xmkmf out-of-tree build on old systems
 
- local.def |   2 ++
+ local.def | 2 ++
  1 file changed, 2 insertions(+)
 
 commit fbb405f3b5f25353babee1e813eb86d53912503f
@@ -19467,8 +21791,8 @@ Date:   Fri May 31 06:38:43 2002 +0000
     Fix up support for building Xft1, Xrender and fontconfig out of
     the tree
 
- fc-list/Imakefile |   5 +++++
- local.def        |   14 ++++++++++++++
+ fc-list/Imakefile |  5 +++++
+ local.def        | 14 ++++++++++++++
  2 files changed, 19 insertions(+)
 
 commit 20ac65ab003c9b280e3fbd06215c5e3af16bea1f
@@ -19477,11 +21801,11 @@ Date: Fri May 31 04:42:42 2002 +0000
 
     Change FcCharSet datastructure, add FcFontSort API
 
- fontconfig/fontconfig.h |    9 +-
- src/fccharset.c        |  772
- +++++++++++++++++++++++++----------------------
- src/fcint.h            |   27 +-
- src/fcmatch.c          |   26 +-
+ fontconfig/fontconfig.h |   9 +-
+ src/fccharset.c        | 772
+ ++++++++++++++++++++++++++----------------------
+ src/fcint.h            |  27 +-
+ src/fcmatch.c          |  26 +-
  4 files changed, 451 insertions(+), 383 deletions(-)
 
 commit bc9469baadc6b5f9a920a476e460113bab518208
@@ -19490,13 +21814,13 @@ Date: Wed May 29 22:07:33 2002 +0000
 
     Optimize after profiling. Fix FcStrCmp to return correct sign
 
- src/fccharset.c |  103 +++++++++++++++++++++++++++++----------
- src/fcint.h    |    1 +
- src/fcmatch.c  |  143
- +++++++++++++++++++++++++++++++++++++++++--------------
- src/fcname.c   |    4 +-
- src/fcpat.c    |   13 +++--
- src/fcstr.c    |    6 +--
+ src/fccharset.c | 103 ++++++++++++++++++++++++++++++----------
+ src/fcint.h    |   1 +
+ src/fcmatch.c  | 143
+ +++++++++++++++++++++++++++++++++++++++++---------------
+ src/fcname.c   |   4 +-
+ src/fcpat.c    |  13 +++---
+ src/fcstr.c    |   6 +--
  6 files changed, 197 insertions(+), 73 deletions(-)
 
 commit 1412a69926307b2736745737c7c66172ebc56724
@@ -19507,12 +21831,12 @@ Date: Wed May 29 08:21:33 2002 +0000
     FcCharSet
        primitives and FcFontSetSort
 
- fontconfig/fontconfig.h |    8 +-
- src/fccfg.c            |   10 +--
- src/fccharset.c        |  197
- ++++++++++++++++++++++++++++++++++++++++++++---
- src/fcint.h            |    3 +-
- src/fcmatch.c          |   23 ++++--
+ fontconfig/fontconfig.h |   8 +-
+ src/fccfg.c            |  10 +--
+ src/fccharset.c        | 197
+ +++++++++++++++++++++++++++++++++++++++++++++---
+ src/fcint.h            |   3 +-
+ src/fcmatch.c          |  23 ++++--
  5 files changed, 219 insertions(+), 22 deletions(-)
 
 commit 78417a2c74f95a66e3738cf525f9d699e13c654a
@@ -19521,7 +21845,7 @@ Date:   Tue May 28 03:50:23 2002 +0000
 
     Use explicit cd for non-gmake systems
 
- Makefile.in |   4 ++--
+ Makefile.in | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit fcd247431f6251d430d20ceaaff6a39f6d87ec4c
@@ -19531,7 +21855,7 @@ Date:   Sat May 25 13:52:37 2002 +0000
     $< in a non-implicit rule is a GNU-makeism. It's not supported by
     BSD make.
 
- Imakefile |   8 ++++----
+ Imakefile | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 commit ed2547b8585652a4a6f71e2bc24148e26ef6d0c8
@@ -19540,12 +21864,12 @@ Date: Fri May 24 06:25:52 2002 +0000
 
     Clean up autoconf install to obey DESTDIR
 
- Makefile.in           |   67
- +++++++++++++++++++++++++++++++++---------------
- fc-cache/Makefile.in  |   23 ++++++++++-------
- fc-list/Makefile.in   |   22 ++++++++++------
- fontconfig/Makefile.in |   24 ++++++++---------
- src/Makefile.in       |   48 +++++++++++++++++++++++-----------
+ Makefile.in           | 67
+ ++++++++++++++++++++++++++++++++++----------------
+ fc-cache/Makefile.in  | 23 ++++++++++-------
+ fc-list/Makefile.in   | 22 +++++++++++------
+ fontconfig/Makefile.in | 24 +++++++++---------
+ src/Makefile.in       | 48 +++++++++++++++++++++++++-----------
  5 files changed, 119 insertions(+), 65 deletions(-)
 
 commit 36732012151a91527f3ad7ad05569f40a0ca3cd9
@@ -19554,8 +21878,8 @@ Date:   Fri May 24 05:20:02 2002 +0000
 
     Change charset enumeration functions to more sensible API
 
- fontconfig/fontconfig.h |   13 ++++++++++++-
- src/fccharset.c        |   46
+ fontconfig/fontconfig.h | 13 ++++++++++++-
+ src/fccharset.c        | 46
  +++++++++++++++++++++++++++++++++-------------
  2 files changed, 45 insertions(+), 14 deletions(-)
 
@@ -19565,9 +21889,9 @@ Date:   Fri May 24 05:19:30 2002 +0000
 
     A few autoconf build fixes
 
- Makefile.in         |   12 ++++++++----
- configure.in        |    4 ++--
- fontconfig-config.in |   10 +++++-----
+ Makefile.in         | 12 ++++++++----
+ configure.in        |  4 ++--
+ fontconfig-config.in | 10 +++++-----
  3 files changed, 15 insertions(+), 11 deletions(-)
 
 commit 48db40f692a31c39a96961c8733bfeaad416a5c0
@@ -19576,9 +21900,9 @@ Date:   Thu May 23 23:00:46 2002 +0000
 
     A few random fontconfig build fixes
 
- config/config-subst    |   12 +++++++-----
- fontconfig/fontconfig.h |    7 +++++--
- src/fcinit.c           |    8 +++++++-
+ config/config-subst    | 12 +++++++-----
+ fontconfig/fontconfig.h |  7 +++++--
+ src/fcinit.c           |  8 +++++++-
  3 files changed, 19 insertions(+), 8 deletions(-)
 
 commit 61bb4bad756c6c3da6bd8306e1c5cd2ec0b18415
@@ -19587,7 +21911,7 @@ Date:   Thu May 23 17:09:32 2002 +0000
 
     Dont require freetype to build with fontconfig
 
- fontconfig.pc.in |    1 -
+ fontconfig.pc.in | 1 -
  1 file changed, 1 deletion(-)
 
 commit 2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95
@@ -19596,15 +21920,15 @@ Date: Thu May 23 17:06:46 2002 +0000
 
     Add pkgconfig control file and fontconfig-config script
 
- INSTALL             |   17 +++++++--
- Imakefile           |   33 +++++++++++++++++-
- Makefile.in         |   18 ++++++++--
- README                      |   13 +++++++
- config/config-subst  |    8 +++++
- configure.in        |   18 ++++++----
- fontconfig-config.in |   94
- ++++++++++++++++++++++++++++++++++++++++++++++++++
- fontconfig.pc.in     |   11 ++++++
+ INSTALL             | 17 ++++++++--
+ Imakefile           | 33 +++++++++++++++++-
+ Makefile.in         | 18 ++++++++--
+ README                      | 13 ++++++++
+ config/config-subst  |  8 +++++
+ configure.in        | 18 ++++++----
+ fontconfig-config.in | 94
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig.pc.in     | 11 ++++++
  8 files changed, 199 insertions(+), 13 deletions(-)
 
 commit 1c20b1cc0b7a27f29634f80a9d48cbed8aabc7a9
@@ -19613,7 +21937,7 @@ Date:   Thu May 23 16:05:16 2002 +0000
 
     Fonts.dtd had "blanks" instead of "blank"
 
- fonts.dtd |   4 ++--
+ fonts.dtd | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 442678fbc4d2654f1cc4b5afcbb9dd646e9c9779
@@ -19622,7 +21946,7 @@ Date:   Wed May 22 22:59:41 2002 +0000
 
     Missed a Makefile.in for fontconfig includes
 
- fontconfig/Makefile.in |   48
+ fontconfig/Makefile.in | 48
  ++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 48 insertions(+)
 
@@ -19632,15 +21956,15 @@ Date: Wed May 22 04:37:07 2002 +0000
 
     Replace silly avl sort with qsort, add FcPatternEqual
 
- fontconfig/fontconfig.h |    8 +-
- src/Imakefile          |    6 +-
- src/Makefile.in        |    4 +-
- src/fcavl.c            |  419
- -----------------------------------------------
- src/fcavl.h            |   46 ------
- src/fcmatch.c          |   76 ++++-----
- src/fcpat.c            |  109 +++++++++++-
- src/fcxml.c            |    9 +-
+ fontconfig/fontconfig.h |   8 +-
+ src/Imakefile          |   6 +-
+ src/Makefile.in        |   4 +-
+ src/fcavl.c            | 419
+ ------------------------------------------------
+ src/fcavl.h            |  46 ------
+ src/fcmatch.c          |  76 ++++-----
+ src/fcpat.c            | 109 ++++++++++++-
+ src/fcxml.c            |   9 +-
  8 files changed, 162 insertions(+), 515 deletions(-)
 
 commit 446bb9c9e0a18d365de0578c6f0daf676e36f168
@@ -19649,16 +21973,16 @@ Date: Tue May 21 17:48:15 2002 +0000
 
     More autoconf cleanup for fontconfig
 
- Makefile.in         |    8 +++-----
- config.h.in         |    2 +-
- config/Makedefs.in   |   10 ++++++++-
- configure.in        |   55
- +++++++++++++++++++++++---------------------------
- fc-cache/Makefile.in |    4 +++-
- fc-list/Makefile.in  |    4 +++-
- src/Imakefile       |    4 ++--
- src/Makefile.in      |    5 +----
- src/fcinit.c        |    4 ++--
+ Makefile.in         |  8 +++-----
+ config.h.in         |  2 +-
+ config/Makedefs.in   | 10 +++++++++-
+ configure.in        | 55
+ ++++++++++++++++++++++++----------------------------
+ fc-cache/Makefile.in |  4 +++-
+ fc-list/Makefile.in  |  4 +++-
+ src/Imakefile       |  4 ++--
+ src/Makefile.in      |  5 +----
+ src/fcinit.c        |  4 ++--
  9 files changed, 49 insertions(+), 47 deletions(-)
 
 commit fb9545b1ba81604405f730de8c39f40b3fdc13bd
@@ -19667,18 +21991,18 @@ Date: Tue May 21 17:08:42 2002 +0000
 
     Fix xmkmf build process for fontconfig
 
- Imakefile     |    2 +-
- Makefile.in   |   54 +++++++++
- acconfig.h    |    2 -
- config.h.in   |  144 +++++++++++++++++++++++
- configure.in  |  360
- ++++++++++++++++++++++++++++++++++++++++++---------------
- cvscompile.sh |   11 +-
- findfonts     |    8 +-
- fonts.conf.in |   77 ++++++------
- fonts.dtd     |   13 ++-
- local.def     |   54 +++++++++
- setfontdirs   |    4 +-
+ Imakefile     |   2 +-
+ Makefile.in   |  54 +++++++++
+ acconfig.h    |   2 -
+ config.h.in   | 144 +++++++++++++++++++++++
+ configure.in  | 360
+ +++++++++++++++++++++++++++++++++++++++++++---------------
+ cvscompile.sh |  11 +-
+ findfonts     |   8 +-
+ fonts.conf.in |  77 ++++++-------
+ fonts.dtd     |  13 ++-
+ local.def     |  54 +++++++++
+ setfontdirs   |   4 +-
  11 files changed, 581 insertions(+), 148 deletions(-)
 
 commit 179c39959cc9c19004f8ca948623590e404c8c46
@@ -19717,7 +22041,7 @@ Date:   Sun May 5 17:53:41 2002 +0000
     run it from
        Xinstall.sh after XFree86 is installed.
 
- fc-cache/Imakefile |   4 +++-
+ fc-cache/Imakefile | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 commit 28e413038db10e236abb1d6f82c7889d8e52d7a5
@@ -19726,10 +22050,10 @@ Date: Wed Apr 10 11:28:10 2002 +0000
 
     put fontconfig-def.cpp in the right place.
 
- fontconfig-def.cpp    |  170
- ------------------------------------------------
- src/fontconfig-def.cpp |  170
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig-def.cpp    | 170
+ -------------------------------------------------
+ src/fontconfig-def.cpp | 170
+ +++++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 170 insertions(+), 170 deletions(-)
 
 commit d82a034f9123558b300c956feec165c50ef7ada2
@@ -19738,8 +22062,8 @@ Date:   Sun Apr 7 15:19:46 2002 +0000
 
     new preprocessor files. (#5215-#5218, Alexander Gottwald).
 
- fontconfig-def.cpp |  170
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ fontconfig-def.cpp | 170
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 170 insertions(+)
 
 commit d9db7b9e94f0aec127066e81b9e7dbbf05cd740f
@@ -19748,7 +22072,7 @@ Date:   Wed Mar 27 04:33:55 2002 +0000
 
     Fix FT_Get_Next_Char API to match official 2.0.9 released version
 
- src/fccharset.c |   26 ++++++++++++++++++--------
+ src/fccharset.c | 26 ++++++++++++++++++--------
  1 file changed, 18 insertions(+), 8 deletions(-)
 
 commit 8c7b2a9d83fbe23e9073a188c7b970f100a91562
@@ -19757,7 +22081,7 @@ Date:   Mon Mar 4 21:15:28 2002 +0000
 
     Warning fixes
 
- src/fcatomic.c |    4 ++--
+ src/fcatomic.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 216fac98e0785e787e32ff354241935a25723e4b
@@ -19766,11 +22090,11 @@ Date: Sun Mar 3 18:39:05 2002 +0000
 
     Add match routine that returns list of fonts
 
- fontconfig/fontconfig.h |   14 ++
- src/fcavl.c            |  419
- +++++++++++++++++++++++++++++++++++++++++++++++
- src/fcavl.h            |   46 ++++++
- src/fcmatch.c          |  225 +++++++++++++++++++++----
+ fontconfig/fontconfig.h |  14 ++
+ src/fcavl.c            | 419
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fcavl.h            |  46 ++++++
+ src/fcmatch.c          | 225 ++++++++++++++++++++++----
  4 files changed, 671 insertions(+), 33 deletions(-)
 
 commit ee9061efe984a3c5b659449f8db57a03b6bf5d13
@@ -19779,7 +22103,7 @@ Date:   Sun Mar 3 18:36:26 2002 +0000
 
     Eliminate duplicate definitions in fcint.h and fontconfig.h
 
- src/fcint.h |   6 ------
+ src/fcint.h | 6 ------
  1 file changed, 6 deletions(-)
 
 commit 5faa099cd5fb8d9d9f868362233929ff36cd0ac8
@@ -19788,7 +22112,7 @@ Date:   Sun Mar 3 18:35:22 2002 +0000
 
     fontconfig: bail scanning directory on fatal error
 
- src/fcdir.c |   2 +-
+ src/fcdir.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 17e16fa1108491fa625258bba12e71aaad8a34de
@@ -19807,10 +22131,10 @@ Date: Sun Mar 3 00:19:43 2002 +0000
 
     Add fcatomic.c
 
- src/Imakefile |    4 +-
- src/fcatomic.c |  183
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/fccache.c |    4 ++
+ src/Imakefile |   4 +-
+ src/fcatomic.c | 183
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/fccache.c |   4 ++
  3 files changed, 189 insertions(+), 2 deletions(-)
 
 commit 134f6011f347d1bc1b80a3cd435bb10b38d2932e
@@ -19819,10 +22143,10 @@ Date: Fri Mar 1 22:06:30 2002 +0000
 
     Add new FcAtomic datatype for config file locking
 
- fontconfig/fontconfig.h |   30 +++++++++++++++++++++++++++++-
- src/Imakefile          |   12 ++++++------
- src/fccache.c          |   34 ++++++++++++++--------------------
- src/fcint.h            |    9 ++++++++-
+ fontconfig/fontconfig.h | 30 +++++++++++++++++++++++++++++-
+ src/Imakefile          | 12 ++++++------
+ src/fccache.c          | 34 ++++++++++++++--------------------
+ src/fcint.h            |  9 ++++++++-
  4 files changed, 57 insertions(+), 28 deletions(-)
 
 commit d23a2a6dfa0ae81298a238899512c7d7c99c5430
@@ -19831,7 +22155,7 @@ Date:   Fri Mar 1 17:52:03 2002 +0000
 
     Add missing clean rule
 
- Imakefile |   6 ++++++
+ Imakefile | 6 ++++++
  1 file changed, 6 insertions(+)
 
 commit 9c8e07f19589ba944e7bfb31251228b41a02f787
@@ -19840,10 +22164,10 @@ Date: Fri Mar 1 01:00:54 2002 +0000
 
     Port Xft1 to fontconfig
 
- fontconfig/fontconfig.h |    8 +++++++-
- src/fccache.c          |   13 +++++++------
- src/fccfg.c            |   10 +++++-----
- src/fcdir.c            |    4 ++--
+ fontconfig/fontconfig.h |  8 +++++++-
+ src/fccache.c          | 13 +++++++------
+ src/fccfg.c            | 10 +++++-----
+ src/fcdir.c            |  4 ++--
  4 files changed, 21 insertions(+), 14 deletions(-)
 
 commit 80c053b725669c1e982cceedb87f04ebb9c6f1e9
@@ -19852,11 +22176,11 @@ Date: Thu Feb 28 16:51:48 2002 +0000
 
     Add better error reporting when loading config file
 
- fc-list/fc-list.c      |    2 +-
- fontconfig/fontconfig.h |   16 +++++++++++++++-
- src/fclist.c           |   36 ++++++++++++++++++++++++++++++------
- src/fcmatch.c          |   38 +++++++++++++++++++++++++++++++-------
- src/fcxml.c            |   12 +++++++++++-
+ fc-list/fc-list.c      |  2 +-
+ fontconfig/fontconfig.h | 16 +++++++++++++++-
+ src/fclist.c           | 36 ++++++++++++++++++++++++++++++------
+ src/fcmatch.c          | 38 +++++++++++++++++++++++++++++++-------
+ src/fcxml.c            | 12 +++++++++++-
  5 files changed, 88 insertions(+), 16 deletions(-)
 
 commit c4bd0638c5f14329e71be8f170c30d376fc76972
@@ -19865,8 +22189,8 @@ Date:   Tue Feb 26 05:10:30 2002 +0000
 
     Warning fixes
 
- fc-cache/fc-cache.c |  13 ++++++++++++-
- fc-list/fc-list.c   |  15 +++++++++++++--
+ fc-cache/fc-cache.c | 13 ++++++++++++-
+ fc-list/fc-list.c   | 15 +++++++++++++--
  2 files changed, 25 insertions(+), 3 deletions(-)
 
 commit c5350655bef34cc08739bed324a482473b2a01b8
@@ -19875,7 +22199,7 @@ Date:   Sun Feb 24 01:23:35 2002 +0000
 
     Check font edit value lists for empty
 
- src/fccfg.c |   4 ++--
+ src/fccfg.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit bbbaac369186f6d2c21d28a091e4a8b6259f8e8a
@@ -19884,9 +22208,9 @@ Date:   Fri Feb 22 18:54:07 2002 +0000
 
     fontconfig: some config file parsing mistakes
 
- src/fcfreetype.c |    2 +-
- src/fcint.h     |    9 ---------
- src/fcxml.c     |    8 ++++++--
+ src/fcfreetype.c | 2 +-
+ src/fcint.h     | 9 ---------
+ src/fcxml.c     | 8 ++++++--
  3 files changed, 7 insertions(+), 12 deletions(-)
 
 commit a398554a6d6467956c1c3471e912fb4e969835eb
@@ -19895,8 +22219,8 @@ Date:   Wed Feb 20 01:01:21 2002 +0000
 
     Remove fcxml.h include file as it cant work anymore anyhow
 
- fontconfig/Imakefile |    2 +-
- fontconfig/fcxml.h   |   37 -------------------------------------
+ fontconfig/Imakefile |  2 +-
+ fontconfig/fcxml.h   | 37 -------------------------------------
  2 files changed, 1 insertion(+), 38 deletions(-)
 
 commit 24c90386bbdda9800d5a35c4dbff08682186907f
@@ -19905,7 +22229,7 @@ Date:   Wed Feb 20 00:32:30 2002 +0000
 
     dont complain about missing optional included font config files
 
- src/fcxml.c |   4 ++--
+ src/fcxml.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 commit 6e9fc5ded4a36fb3e9e31b96f837b2e54f1cd77c
@@ -19914,9 +22238,9 @@ Date:   Tue Feb 19 08:33:23 2002 +0000
 
     Automatically initialize the fontconfig library
 
- src/fccfg.c  |   15 +++++++++------
- src/fcinit.c |    4 ++--
- src/fcint.h  |    4 +++-
+ src/fccfg.c  | 15 +++++++++------
+ src/fcinit.c |  4 ++--
+ src/fcint.h  |  4 +++-
  3 files changed, 14 insertions(+), 9 deletions(-)
 
 commit aae6f7d48744a25899cac28d47458f394defa02a
@@ -19927,10 +22251,10 @@ Date: Tue Feb 19 07:50:44 2002 +0000
     to
        enumarate Unicode coverage efficiently
 
- fontconfig/fontconfig.h |    7 +++++--
- src/fccache.c          |    4 ++--
- src/fccharset.c        |   23 ++++++++++++++++++++++-
- src/fcpat.c            |    6 +++---
+ fontconfig/fontconfig.h |  7 +++++--
+ src/fccache.c          |  4 ++--
+ src/fccharset.c        | 23 ++++++++++++++++++++++-
+ src/fcpat.c            |  6 +++---
  4 files changed, 32 insertions(+), 8 deletions(-)
 
 commit c2e7c611cbef33e9f93fbb110cd8df61abec67d7
@@ -19957,7 +22281,7 @@ Date:   Fri Feb 15 23:45:33 2002 +0000
     environment
        on install
 
- fc-cache/Imakefile |   2 +-
+ fc-cache/Imakefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 commit 65018b4a468c3175790dc27dfe37987151ad97d5
@@ -19966,7 +22290,7 @@ Date:   Fri Feb 15 07:36:14 2002 +0000
 
     Update to Xft version 2
 
- fc-cache/fc-cache.c |   7 ++++---
+ fc-cache/fc-cache.c | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
 commit ccb3e93b2754542d08dcd2572402560d76a8ed91
@@ -19975,26 +22299,26 @@ Date: Fri Feb 15 06:01:28 2002 +0000
 
     fontconfig library: build fixes and compiler warning fixes
 
- fc-cache/Imakefile     |    2 +-
- fc-list/Imakefile      |    2 +-
- fc-list/fc-list.c      |    5 +-
- fontconfig/fcfreetype.h |    1 +
- fontconfig/fcprivate.h  |    2 +-
- fontconfig/fcxml.h     |    2 +-
- fontconfig/fontconfig.h |   61 ++++++++--------
- src/fccache.c          |  176
- +++++++++++++++++++++++++++++------------------
- src/fccfg.c            |  126 ++++++++++++++++-----------------
- src/fccharset.c        |   23 ++++---
- src/fcdir.c            |   58 ++++++++--------
- src/fcfreetype.c       |  106 ++++++++++++++--------------
- src/fcinit.c           |    2 +-
- src/fcint.h            |   74 ++++++++------------
- src/fcmatch.c          |    7 +-
- src/fcname.c           |   92 ++++++++++++-------------
- src/fcpat.c            |   10 +--
- src/fcstr.c            |   32 ++++-----
- src/fcxml.c            |  135 ++++++++++++++++++------------------
+ fc-cache/Imakefile     |   2 +-
+ fc-list/Imakefile      |   2 +-
+ fc-list/fc-list.c      |   5 +-
+ fontconfig/fcfreetype.h |   1 +
+ fontconfig/fcprivate.h  |   2 +-
+ fontconfig/fcxml.h     |   2 +-
+ fontconfig/fontconfig.h |  61 ++++++++---------
+ src/fccache.c          | 176
+ ++++++++++++++++++++++++++++++------------------
+ src/fccfg.c            | 126 +++++++++++++++++-----------------
+ src/fccharset.c        |  23 ++++---
+ src/fcdir.c            |  58 ++++++++--------
+ src/fcfreetype.c       | 106 ++++++++++++++---------------
+ src/fcinit.c           |   2 +-
+ src/fcint.h            |  74 ++++++++------------
+ src/fcmatch.c          |   7 +-
+ src/fcname.c           |  92 ++++++++++++-------------
+ src/fcpat.c            |  10 +--
+ src/fcstr.c            |  32 ++++-----
+ src/fcxml.c            | 135 +++++++++++++++++++------------------
  19 files changed, 473 insertions(+), 443 deletions(-)
 
 commit 3be03bed3955e91882b65315fdf8a68e4b453431
@@ -20004,10 +22328,10 @@ Date: Fri Feb 15 00:49:44 2002 +0000
     Update fontconfig and libxml2 to get them working with in-tree build
        process
 
- fc-cache/Imakefile |  12 +++---------
- fc-list/Imakefile  |  13 +++----------
- src/Imakefile     |   55
- ++++++----------------------------------------------
+ fc-cache/Imakefile | 12 +++---------
+ fc-list/Imakefile  | 13 +++----------
+ src/Imakefile     | 55
+ ++++++------------------------------------------------
  3 files changed, 12 insertions(+), 68 deletions(-)
 
 commit 82e6d72059aaa4beccb2ec39706ef86e99e479de
@@ -20026,8 +22350,10 @@ Date:  Thu Feb 14 23:34:13 2002 +0000
 
  AUTHORS                |    1 +
  COPYING                |   22 +
+ ChangeLog              |    0
  INSTALL                |    3 +
  Imakefile              |   25 +
+ NEWS                   |    0
  README                         |    2 +
  acconfig.h             |    2 +
  configure.in           |  202 +++++++
@@ -20069,4 +22395,4 @@ Date:   Thu Feb 14 23:34:13 2002 +0000
  src/fcstr.c            |  188 ++++++
  src/fcxml.c            | 1032 ++++++++++++++++++++++++++++++++
  src/fontconfig.man     | 1113 ++++++++++++++++++++++++++++++++++
- 44 files changed, 11349 insertions(+)
+ 46 files changed, 11349 insertions(+)