commit 9c377192bf7d59336dbe4603d73449c7090c11ca Author: Akira TAGOH Date: Mon Jun 25 14:57:51 2012 +0900 Bump version to 2.9.92 README | 19 ++++++++++++++++++- configure.ac | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) commit 2162d9c2ee7ba930dca8f710ad35a83cb7c76ca6 Author: Akira TAGOH Date: Mon Jun 25 14:57:40 2012 +0900 Update INSTALL INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a94c6b3b94b4a66d7f528fcc7e939b8ec19ad660 Author: Akira TAGOH Date: Mon Jun 25 14:50:18 2012 +0900 Bump libtool revision configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 769306665c37175d1e0e1167895eace0a8bc4bc3 Author: Akira TAGOH 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 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) commit e5a59eac905f1ff6ebe6005c257ce3f9f3c4cc6b Author: Marius Tolzmann Date: Thu Jun 21 21:01:10 2012 +0200 Fix warning about deprecated, non-existent config includes Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: reading configurations from ~/.fonts.conf.d is deprecated. Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated. 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 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) commit 3a5e9bc75d7e240ec590c6e50161ee157904d4d6 Author: Marius Tolzmann Date: Thu Jun 21 21:01:09 2012 +0200 Fix newline in warning about deprecated config includes src/fcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d9ad5434b1d3afa2aa3d8a77af0bce940c69177 Author: Akira TAGOH 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 +- 3 files changed, 617 insertions(+), 617 deletions(-) commit 4353df754fcf4126ff4a69ccfef1a59450e5a7c7 Author: Akira TAGOH 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 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 997a64a67b77ae7c083f4a2898670201ed618fb2 Author: Akira TAGOH 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 ++ 3 files changed, 4 insertions(+) commit cd280f6532663981fb5fcc2d38f99973033568db Author: Akira TAGOH 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 ++++++++++++------------ 6 files changed, 41 insertions(+), 34 deletions(-) commit 2ec0440fb580f5556d8e1fc4e0e3a6c5b9472cf6 Author: Akira TAGOH Date: Tue Jun 12 11:02:03 2012 +0900 Fix a typo and build fail. doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit b447fc5d52e1e88ca1eca0ce3472d48626e27109 Author: Akira TAGOH 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 ++-- 8 files changed, 7 insertions(+), 35 deletions(-)