commit 8d54091513c00905457e0ee49ba6ea2c4aacddd7 Author: Akira TAGOH Date: Mon May 20 17:42:34 2013 +0900 Bump version to 2.10.93 README | 21 +++++++++++++++++++-- configure.ac | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) commit 1cad82cde29ea488ea22541b46ed347d10952557 Author: Akira TAGOH Date: Fri May 10 20:26:11 2013 +0900 Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memory Workaround to not failing even when the hash is unable to generate from fonts. This change also contains to ignore the case if the hash isn't in either both patterns. src/fcfreetype.c | 16 +++++++++------- src/fcmatch.c | 30 +++++++++++++++++++++--------- src/fcobjs.h | 2 +- 3 files changed, 31 insertions(+), 17 deletions(-) commit 0f9aa8759df563332db60055ae33dd9424ebf802 Author: Akira TAGOH Date: Thu May 16 13:41:32 2013 +0900 Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4 based on hb-atomic-private.hh in harfbuzz src/fcatomic.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) commit 93137252cfab1c38e1c9137d831c177665e0592a Author: Akira TAGOH Date: Mon May 13 12:14:29 2013 +0900 Bug 63452 - conf.d/README outdated reflect correct path where is configured at the build time. conf.d/Makefile.am | 11 ++++++++--- conf.d/README | 23 ----------------------- conf.d/README.in | 23 +++++++++++++++++++++++ 3 files changed, 31 insertions(+), 26 deletions(-) commit f6244d2cf231e1dc756f3e941e61b9bf124879bb Author: Akira TAGOH 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 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 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 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 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 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 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 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(-)