commit d2c8ac373e9ac45df66627cfc42679636d017f6e Author: Behdad Esfahbod Date: Mon Jul 27 17:53:26 2009 -0400 Bump version to 2.7.1 README | 27 +++++++++++++++++++++++++-- configure.in | 4 ++-- fontconfig/fontconfig.h | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) commit 16630692ec590bd70f4e426125e358251e05435d Author: Behdad Esfahbod Date: Mon Jul 27 17:51:17 2009 -0400 Update .gitignore .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 50d937b0e110ee21d9861b8fb973d62534db98ae Author: Behdad Esfahbod 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 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 273e22c71f78281ade1c5c30a25ef10d214d7ea6 Author: Behdad Esfahbod Date: Mon Jul 27 15:07:12 2009 -0400 Hardcode /etc/fonts instead of @CONFDIR@ in docs (#22911) We distribute the docs, so it makes little sense to distribute with @CONFDIR@ replaced. Until we find a better solution, I've hardcoded /etc/fonts now. doc/confdir.sgml.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 21384990ffd045cc0f8379a325612aba6d810359 Author: Behdad Esfahbod Date: Mon Jul 27 14:50:44 2009 -0400 [doc] Add ~/fonts.conf.d to user docs doc/fontconfig-user.sgml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 7575c666619c58df00659d4e70b01104b8e114a5 Author: Behdad Esfahbod Date: Sat Jul 25 16:38:52 2009 -0400 TT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32 Reported by Yuriy Kaminskiy. src/fcfreetype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 558581c434abf0d96c46cf3bb1454be6806e1ffc Author: Behdad Esfahbod 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 +- 2 files changed, 3 insertions(+), 2 deletions(-) commit 5c6d1ff23bda4386984a1d6e4c024958f8f5547c Author: Behdad Esfahbod Date: Wed Jul 22 19:25:24 2009 -0400 Fix FcNameUnparseLangSet() Was broken since ffd6668b469508177c4baf7745ae42aee5b00322 src/fclang.c | 29 +++++++++++------------------ 1 files changed, 11 insertions(+), 18 deletions(-) commit d9741a7f1a73f718ab20b0582fff8aebeba01077 Author: Behdad Esfahbod Date: Wed Jul 22 19:01:06 2009 -0400 Remove unused macros src/fcmatch.c | 33 ++------------------------------- 1 files changed, 2 insertions(+), 31 deletions(-) commit 792ce655cb06c678d4a4ff091866fd0531b141fb Author: Karl Tomlinson Date: Wed Jul 22 08:39:23 2009 -0400 Don't change the order of names unnecessarily (#20128) so that TT_NAME_ID_PREFERRED_FAMILY is consistently preferred over TT_NAME_ID_FONT_FAMILY when both are specified for the default language. src/fclist.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 327fc9d183ba193c307d0ecaec8ad1f4e6ca1330 Author: Behdad Esfahbod Date: Tue Jul 21 15:41:47 2009 -0400 Use GetSystemWindowsDirectory() instead of GetWindowsDirectory() (#22037) src/fcxml.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 86dd857447f69cf89fd47259055b150f62519c17 Author: Behdad Esfahbod Date: Tue Jul 21 15:39:58 2009 -0400 Improve libtool version parsing (#22122) autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 16e55c7c85fc5771349172d6eb989dddd48c5c25 Author: Behdad Esfahbod Date: Mon Jul 20 16:30:12 2009 -0400 Fix leak with string VStack objects src/fcxml.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c0ffd7733a735bf2e10834925c63f0039c408649 Author: Behdad Esfahbod 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 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 55e202a62d95e25cf2c4897afd66eab5711195c3 Author: Behdad Esfahbod 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 --------------------------- 3 files changed, 30 insertions(+), 131 deletions(-) commit 52742ff86b60b1d244c1e87611aff5ceee46e596 Author: Behdad Esfahbod 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 +- 5 files changed, 154 insertions(+), 154 deletions(-) commit 57cf838cccda12dd171d3834b3e9b1275467d9e2 Author: Behdad Esfahbod Date: Sun Jun 28 13:46:41 2009 -0400 Fix win32 build src/fcint.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 76374f0edef04e21859122dd8a2026b64fd2b273 Author: Behdad Esfahbod Date: Wed Jun 24 15:19:13 2009 -0400 git-tag -s again new-version.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)