commit b9cc1c4ed81c8caefb5b857f37fdc24e804a5ef9 Author: Keith Packard Date: Fri Sep 15 10:12:15 2006 -0700 Update for version 2.4.1 README | 13 +++++++++++-- configure.in | 2 +- fontconfig/fontconfig.h | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) commit 97c3d5b692c7a45dc1d923fe04b6f2e011583d2d Author: Keith Packard Date: Fri Sep 15 00:23:40 2006 -0700 Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0. With the cache restructuring of 2.4.0, the ability to add application-specific font files and directories was accidentally lost. Reimplement this using by sharing the logic used to load configured font directories. src/fccfg.c | 86 +++++++++++++++++++++++++++++------------------------------ src/fcdir.c | 4 +-- src/fcint.h | 3 +- 3 files changed, 46 insertions(+), 47 deletions(-) commit b190ad9da46ff2e8a9ede0afcb59a6c59641515b Author: Keith Packard Date: Wed Sep 13 18:55:45 2006 -0700 Add warning flags to fc-cache build. Clean up warnings in fc-cache. Looks like the last directory in the project which didn't use $(WARN_CFLAGS) for some reason. Adding that found the usual collection of char * vs FcChar8 * issues (why, oh why is FcChar8 not just char...) fc-cache/Makefile.am | 2 +- fc-cache/fc-cache.c | 31 ++++++++----------------------- 2 files changed, 9 insertions(+), 24 deletions(-) commit 7943a75b7d6750d8a71eb8316bd3bbcb32f1cc47 Author: Keith Packard Date: Wed Sep 13 18:51:11 2006 -0700 Add signatures for m68k and mipsel (thanks debian buildd) fc-arch/fcarch.tmpl.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit fb47a1f752417d45ad0eac98526cf9de893fc9ca Author: Keith Packard Date: Mon Sep 11 11:10:48 2006 -0700 Add ppc64 signature. Bug 8227 fc-arch/fcarch.tmpl.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0fc03ffe443f4bfb1c830eb75c14ca336f2186e1 Author: Keith Packard Date: Mon Sep 11 11:09:26 2006 -0700 Update installation notes for 2.4 base. INSTALL | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-)