]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Don't reject dirs that can't be normalized (fixes lilypond, and is correct
[fontconfig.git] / ChangeLog
index 69618f8e6607cb2902a4b3839060e00552a83b96..4e5687b1ece478acdae5ce05faef4a505e4e55a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2006-02-07  Patrick Lam  <plam@mit.edu>
+       * src/fcdir.c (FcDirScanConfig):
+
+       Don't reject dirs that can't be normalized (fixes lilypond, and
+       is correct in the context of application font directories.)
+
+2006-02-07  Takashi Iwai  <tiwai@suse.de>
+       reviewed by: plam
+
+       * src/fccache.c (FcCacheReadDirs):
+
+       Use normalized directory name exclusively in FcCacheReadDirs.
+
+2006-02-07  Dirk Mueller  <dmueller@suse.com>
+       reviewed by: plam
+
+       * src/fcpat.c (FcValueHash, FcValueListHash, FcValueListEntCreate): 
+
+       Perf optimizations.  Inline FcValueCanonicalize, 
+       reduce FcValueListPtrU usage, remove redundant cast.
+
 2006-02-07  Takashi Iwai  <tiwai@suse.de>
        reviewed by: plam