summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-09-28 00:23:39 +0000
committerPatrick Lam <plam@MIT.EDU>2005-09-28 00:23:39 +0000
commit9ecb9a9a063e4f94deb6da8fd15656c9a7e480e7 (patch)
tree69c90a7ebe75d1f09079f3b089cdc3fb83a28f56
parent1d879de2d968ef2bd6317ba3c7be0e62b263a708 (diff)
Update ChangeLog.
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 951401c..31d7bd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2005-09-27 Patrick Lam <plam@mit.edu>
+ * src/fccache.c (FcGlobalCacheSave, FcCacheCopyOld,
+ FcDirCacheWrite):
+
+ Use FcAtomic to rewrite cache files.
+
+2005-09-27 Patrick Lam <plam@mit.edu>
+
+ * src/fccache.c (FcDirCacheWrite):
+
+ Don't unlink the fonts.cache-2 file even if there's no data
+ to write; just write an empty cache file. (thanks Lubos Lunak)
+
+2005-09-27 Patrick Lam <plam@mit.edu>
+
+ * src/fccache.c (FcDirCacheWrite):
+
+ Allocate room for the subdirectory names in each
+ directory cache. Thanks to James Cloos for finding
+ and diagnosing this bug!
+
+2005-09-22 Patrick Lam <plam@mit.edu>
+
+ * fc-cache/fc-cache.sgml:
+ * src/fccache.c (FcDirCacheWrite):
+ * src/fccache.h (struct FcCache):
+
+ Update documentation -- fc-cache's man page now says that you
+ need to run fc-cache once per cached architecture; add some
+ documentation to the FcCache structure.
+
+ Make fc-cache write out fonts.cache-2 files for directories with
+ no fonts (i.e. only subdirectories).
+
2005-09-22 Patrick Lam <plam@mit.edu>
* doc/edit-sgml.c:
* fc-cache/fc-cache.sgml: