commit f16c3118e25546c1b749f9823c51827a60aeb5c1 Author: Akira TAGOH Date: Fri Oct 11 13:27:33 2013 +0900 Bump version to 2.11.0 README | 29 +++++++++++++++++++++++++++-- configure.ac | 2 +- fontconfig/fontconfig.h | 4 ++-- 3 files changed, 30 insertions(+), 5 deletions(-) commit f82a032f417445abbb4399344766102aff255b6c Author: Akira TAGOH Date: Fri Oct 11 13:27:24 2013 +0900 Update CaseFolding.txt to Unicode 6.3 No real updates between 6.2 and 6.3. fc-case/CaseFolding.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c4c90ffc7a7eec42fc0b84f1a7af464a4c9fcfd8 Author: Akira TAGOH Date: Fri Oct 11 12:40:23 2013 +0900 Bump libtool revision configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9a4310176bb11e1e826d238eb0761b7895b48883 Author: Akira TAGOH Date: Wed Oct 9 12:19:35 2013 +0900 Add missing doc for FcStrListFirst and fix a typo doc/fcstrset.fncs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 604c2a683f1357fc65bad372b5d25a90099f827f Author: Akira TAGOH Date: Thu Oct 3 19:59:30 2013 +0900 exit with the error code when FcNameParse() failed fc-list/fc-list.c | 5 +++++ fc-match/fc-match.c | 5 +++++ fc-pattern/fc-pattern.c | 5 +++++ 3 files changed, 15 insertions(+) commit 0203055520206028eecee5d261887cdc91500e15 Author: Akira TAGOH Date: Wed Oct 2 16:34:34 2013 +0900 Workaround the race condition issue on updating cache fc-cache/fc-cache.c | 62 ++++++++++++++++++++++++++++--------------------- fontconfig/fontconfig.h | 3 +++ src/fcstr.c | 6 +++++ 3 files changed, 45 insertions(+), 26 deletions(-) commit 9161ed1e4a3f4afaee6dbcfc0b84a279ad99b397 Author: Akira TAGOH Date: Mon Sep 30 11:30:00 2013 +0900 Add the relative path for to fonts.conf if the parent path is same to fonts.conf Bug 69836 - fonts.conf.in update for Windows cross-compiling Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 96c5f3cf0ff57e7bbb08cc1e0e78ed0542096484 Author: Akira TAGOH Date: Thu Sep 26 18:44:10 2013 +0900 clean up conf.d/Makefile.am | 2 +- configure.ac | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) commit 43f768b53f554cf0f927ccac5daf96877f9fc69c Author: Akira TAGOH Date: Thu Sep 26 17:46:26 2013 +0900 avoid reading config.h twice config.h is read from fcint.h now so having a line of the sort of #include "config.h" is duplicate. Bug 69833 - Incorrect SIZEOF_VOID_P and ALIGNOF_DOUBLE definitions causes nasty warnings on MacOSX when building fat libraries src/fcarch.c | 4 ---- src/fccache.c | 3 --- src/fccompat.c | 4 ---- src/fchash.c | 3 --- src/fcstat.c | 3 --- 5 files changed, 17 deletions(-) commit 102864d0dba46c99b22c912454c1f58731287405 Author: Akira TAGOH Date: Wed Sep 25 11:41:23 2013 +0900 Add the description of -q option to the man page fc-list/fc-list.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 2b0fca14ad202d4dbd32478dc367e648833866c0 Author: W. Trevor King Date: Sat Sep 21 17:06:50 2013 -0700 doc/fccharset.fncs: Describe the map format in more detail The previous documentation for FcCharSetFirstPage and FcCharSetNextPage was technically accurate, but a bit terse. I've added an example using the returned page (root code point) and map to give folks something concrete to work with. I've also documented FC_CHARSET_DONE, which wasn't mentioned at all before. doc/fccharset.fncs | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) commit 8a174b6c51581df6ffd6a5da056949c6c79337cf Author: Akira TAGOH Date: Tue Sep 24 11:14:57 2013 +0900 Fix a crash when FcPattern is set to null on FcFontSetList() and FcFontList() src/fclist.c | 2 ++ 1 file changed, 2 insertions(+) commit 643f8088f0d51107e58d142df47124efec6afab1 Author: Jan Alexander Steffens (heftig) Date: Sat Sep 14 02:25:26 2013 +0200 Further changes to 30-metric-aliases.conf Big changes: * Handle more PostScript fonts (further reduce 30-urw-aliases.conf) * Update the big comment Specific->Generic: * Add missing maps, for symmetry Generic<->Generic: * Add "Helvetica Condensed" <-> "Arial Narrow" map Generic->Specific: * Add missing Courier -> Cursor alias * Add "Helvetica Condensed" -> "Heros Cn" alias * Remove Arial -> Heros and "Times New Roman" -> Termes maps conf.d/30-metric-aliases.conf | 319 ++++++++++++++++++++++++++++++++++-------- conf.d/30-urw-aliases.conf | 24 +--- 2 files changed, 261 insertions(+), 82 deletions(-) commit 5e6b8894ea9d03caabdfc3a6bcd0c402edf840a8 Author: Akira TAGOH Date: Wed Sep 18 17:31:10 2013 +0900 Copy all values from the font to the pattern if the pattern doesn't have the element src/fcmatch.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 7e44a0b5a88e597b33ba9e2cc3a6d4555736db0a Author: Akira TAGOH Date: Tue Sep 10 17:45:11 2013 +0900 Bug 68955 - Deprecate / remove FC_RASTERIZER doc/fontconfig-devel.sgml | 2 +- doc/fontconfig-user.sgml | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit a61e145304da86c8c35b137493bbd8fd5dd1e7f5 Author: Akira TAGOH Date: Mon Sep 9 19:59:31 2013 +0900 Fix memory leaks in FcFreeTypeQueryFace src/fcfreetype.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) commit 6720892e97f11fbe8d69ae5b3875d928c68ff90e Author: Akira TAGOH Date: Mon Sep 2 20:52:20 2013 +0900 Add a test case of the migration for config place test/Makefile.am | 7 +- test/test-migration.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+), 2 deletions(-) commit 3e5f70a16ac6d54f1e01c92ddaa5985deec1b7f9 Author: Akira TAGOH Date: Mon Sep 2 20:51:46 2013 +0900 Do not create a config dir for migration when no config files nor dirs src/fcxml.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)