commit 4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de Author: Akira TAGOH Date: Sat Sep 9 22:34:36 2017 +0900 Bump version to 2.12.5 README | 41 +++++++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 41 insertions(+), 4 deletions(-) commit 37339b7b2c804df4306e80a5cf0d33bc11a33be6 Author: Akira TAGOH Date: Sat Sep 9 22:34:21 2017 +0900 Update libtool versioning configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 36a3ced9495c236beb1676efb8fda4b1292179a7 Author: Akira TAGOH Date: Sat Sep 9 22:17:16 2017 +0900 Update docs doc/fcconfig.fncs | 2 +- doc/fcpattern.fncs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 92da67a9fcf9fa48ebb40f2032d47291d5427d41 Author: Akira TAGOH Date: Fri Aug 25 11:46:53 2017 +0900 fc-blanks: fall back to the static data available in repo if downloaded data is corrupted https://bugs.freedesktop.org/show_bug.cgi?id=102399 fc-blanks/fc-blanks.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 12cf4c17db76bf4e30c0f94f301ac5b3be7e070c Author: Akira TAGOH Date: Wed Aug 23 13:39:15 2017 +0900 Update similar to emoji's conf.d/45-generic.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 69918f0eaa2d337611d793ad9ecfd17683d87974 Author: Akira TAGOH Date: Wed Aug 23 12:36:15 2017 +0900 Polish und_zmth.orth more for Cambria Math and Minion Math fc-lang/und_zmth.orth | 14 -------------- 1 file changed, 14 deletions(-) commit a7fcaed61e438209080fc34fb579ca59ed9f3d4c Author: Akira TAGOH Date: Wed Aug 23 11:21:10 2017 +0900 Polish und_zmth.orth for Libertinus Math fc-lang/und_zmth.orth | 32 -------------------------------- 1 file changed, 32 deletions(-) commit 53c4440ee35d4ac6078cc064df78b7b5b42c4db4 Author: Akira TAGOH Date: Tue Aug 22 20:37:30 2017 +0900 Add und_zmth.orth to support Math in lang fc-lang/Makefile.am | 3 +- fc-lang/und_zmth.orth | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 192 insertions(+), 1 deletion(-) commit ee609da3582f46151dd86b30d473833067e83c39 Author: Akira TAGOH Date: Tue Aug 22 20:30:34 2017 +0900 Fix to work the debugging option on fc-validate src/fclang.c | 3 +++ 1 file changed, 3 insertions(+) commit 5efa1137b41e20bfaef7346f79079f38add25572 Author: Akira TAGOH Date: Tue Aug 22 17:47:14 2017 +0900 Accept 4 digit script tag in FcLangNormalize(). src/fclang.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 651f1227646174b5be0186b4b6cdff3a7134d869 Author: Akira TAGOH Date: Tue Aug 15 18:20:15 2017 +0900 Do not ship fcobjshash.gperf in archive src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit dc56ff80408b16393d645a55788b023f1de27bc9 Author: Akira TAGOH Date: Sun Aug 13 16:18:35 2017 +0900 Keep the same behavior to the return value of FcConfigParseAndLoad reverting the behavior accidentally changed by 12b750 https://bugs.freedesktop.org/show_bug.cgi?id=102141 src/fcxml.c | 4 ++++ 1 file changed, 4 insertions(+) commit 41bc5eab84fffbb427d929a5dc712348b635122c Author: Behdad Esfahbod Date: Tue Aug 8 15:34:27 2017 -0700 Fix weight mapping Ouch! src/fcweight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b2910319610c90dcba021788b0739cf627c3ade Author: Behdad Esfahbod Date: Fri Aug 4 14:22:30 2017 +0100 Fix warning src/fclang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 484cb300eadf54a1e2248f8bd4e7717d6d3f7d31 Author: Behdad Esfahbod Date: Fri Aug 4 14:13:56 2017 +0100 Fix sign-difference compare warning src/fcfreetype.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 9bb36b42c9df42fb813d5fb3387d515667e859e0 Author: Behdad Esfahbod Date: Thu Aug 3 17:52:28 2017 +0100 Minor src/fcfreetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 064440d59797b1158badfb9144f3188cda11a791 Author: Behdad Esfahbod Date: Thu Aug 3 11:02:32 2017 +0100 Ignore 'und-' prefix for in FcLangCompare See https://bugs.freedesktop.org/show_bug.cgi?id=94551#c54 For example, matching for :lang=und-zsye matches emoji font, but searching for :lang=und-xyz wouldn't match an emoji font anymore. Neither does :lang-und. src/fclang.c | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) commit cc8442dec85e9d416436d19eeae1783f2d3008f0 Author: Behdad Esfahbod Date: Thu Aug 3 10:36:01 2017 +0100 Adjust color emoji config some more Seems to work now. Either asking for family emoji, or :lang=und-zsye returns the preferred color emoji font available, or just any color emoji font if none of the preferred ones was found. conf.d/45-generic.conf | 35 ++++++++++++++--------------------- conf.d/60-generic.conf | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+), 21 deletions(-) commit 26fdd3e4c6428ef91f9afb40ea14a5e7fd6028e5 Author: Behdad Esfahbod Date: Wed Aug 2 16:48:33 2017 +0100 Remove unneeded codepoints fc-lang/und_zsye.orth | 220 +------------------------------------------------- 1 file changed, 1 insertion(+), 219 deletions(-) commit ef0b5f89013cdbb4c1c582aef7ed21fb40354cfd Author: Akira TAGOH Date: Wed Aug 2 16:01:22 2017 +0100 Add more code points to und-zsye.orth fc-lang/und_zsye.orth | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) commit 7ef17238361a7e49588924ce7aeb7ad9c3748bd5 Author: Behdad Esfahbod Date: Wed Aug 2 15:41:26 2017 +0100 Minor conf.d/45-generic.conf | 63 +++++++++++++++++++++++++++++--------------------- conf.d/60-generic.conf | 1 + 2 files changed, 38 insertions(+), 26 deletions(-) commit 9978203bf16a0dfc1aa1c599989945d561628790 Author: Behdad Esfahbod Date: Wed Aug 2 15:31:15 2017 +0100 [fc-lang] Allow using ".." instead of "-" in ranges Allows copying emoji-data.txt and other Unicode data files intact. fc-lang/fc-lang.c | 5 +++++ fc-lang/und_zsye.orth | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 1bb8e691bd535859b1795db2554a8b1efb1d0372 Author: Akira TAGOH Date: Tue Aug 1 10:50:55 2017 +0100 Add und-zsye.orth to support emoji in lang conf.d/45-generic.conf | 35 +++++++ fc-lang/Makefile.am | 3 +- fc-lang/und_zsye.orth | 246 +++++++++++++++++++++++++++++++++++++++++++++++++ src/fclang.c | 2 +- 4 files changed, 284 insertions(+), 2 deletions(-) commit 2073477e051e66afa6ce5c447b6ebc75dbe32636 Author: Behdad Esfahbod Date: Wed Aug 2 13:34:01 2017 +0100 Add EmojiOne Mozilla font conf.d/45-generic.conf | 8 ++++++-- conf.d/60-generic.conf | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) commit 368fe08f970d7f8d3b49f1350ca14b0915a754b3 Author: Behdad Esfahbod Date: Wed Aug 2 13:04:36 2017 +0100 Add Twitter Color Emoji https://bugs.freedesktop.org/show_bug.cgi?id=94551#c33 conf.d/45-generic.conf | 4 ++++ conf.d/60-generic.conf | 1 + 2 files changed, 5 insertions(+) commit e5a51c899480c3bd99c36e49d1c24932f6a08810 Author: Behdad Esfahbod Date: Tue Aug 1 14:41:02 2017 +0100 [fc-query] Support listing named instances fc-query/Makefile.am | 2 +- fc-query/fc-query.c | 46 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 38 insertions(+), 10 deletions(-) commit d7f3437ade668c60a7e31f93669b73680be6512a Author: Behdad Esfahbod Date: Mon Jul 31 17:17:16 2017 +0100 Add generic family matching for "emoji" and "math" Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94551 conf.d/45-generic.conf | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ conf.d/60-generic.conf | 37 ++++++++++++++++++++++++++++ conf.d/Makefile.am | 4 +++ 3 files changed, 108 insertions(+) commit 241cc869327ec07774ff555e157db1bea73dc485 Author: Behdad Esfahbod Date: Mon Jul 31 15:56:06 2017 +0100 Pass --pic to gperf src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b6af242e1eb0a6456fe9ab9a99efa3ba42f83c6 Author: Akira TAGOH Date: Tue Jul 11 15:34:50 2017 +0900 Fix gcc warnings with enabling libxml2 src/fcxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit db2825eed54496f4e20f7375d71d6a92b27926a2 Author: Akira TAGOH Date: Tue Jul 11 13:19:16 2017 +0900 Bug 101726 - Sans config pulls in Microsoft Serifed font Update 65-nonlatin.conf to have better choice of the sans-serif fonts for Chinese Patch from Joseph Wang https://bugs.freedesktop.org/show_bug.cgi?id=101726 conf.d/65-nonlatin.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 12b7501bad3ed4d7819b00a27a9c021e7d120aa0 Author: Akira TAGOH Date: Thu Jun 11 17:30:04 2015 +0900 Add FcConfigParseAndLoadFromMemory() to load a configuration from memory. https://bugs.freedesktop.org/show_bug.cgi?id=78452 doc/fcconfig.fncs | 16 ++++ fontconfig/fontconfig.h | 5 ++ src/fcxml.c | 206 ++++++++++++++++++++++++++++++------------------ 3 files changed, 152 insertions(+), 75 deletions(-) commit ee2000494c4c8367fe20593709a979d158687855 Author: Akira TAGOH Date: Tue Jul 28 12:48:40 2015 +0900 Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPattern. https://bugs.freedesktop.org/show_bug.cgi?id=19375 doc/fcpattern.fncs | 17 +++++++++++++++++ fontconfig/fontconfig.h | 12 +++++++++++- src/fcint.h | 9 +++------ src/fcpat.c | 18 ++++++++++++++++-- 4 files changed, 47 insertions(+), 9 deletions(-)