]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Add consts to variables so as to move arrays into .rodata.
[fontconfig.git] / ChangeLog
index 969c871131b2195da58275e379513af37b05651d..10a3d46ca4ad3f03e01faa7c772c917d2821a3fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2005-10-14  Ross Burton <ross@burtonini.com>
+       reviewed by: plam
+
+       * fc-glyphname/fc-glyphname.c:
+       * src/fclang.c:
+
+       Add consts to variables so as to move arrays into .rodata.
+
+2005-10-14  Mike Fabian  <mfabian@suse.de>
+        reviewed by: plam
+
+        * src/fccache.c (FcDirCacheUnlink):
+
+        Check existence of directory cache file before attempting to unlink.
+
+2005-10-13  Patrick Lam  <plam@mit.edu>
+       * src/fccache.c (FcDirCacheUnlink):
+
+       Fix flipped return value on unlink.  (Reported by Mike Fabian)
+
+2005-10-12  Patrick Lam  <plam@mit.edu>
+
+        * src/fccache.c:
+        * src/fcdir.c (FcDirScanConfig):
+        * src/fcint.h:
+
+        When fc-cache is run without --force, use directory cache files
+        to speed up fc-cache run time.  (Reported by Mike Fabian)
+
+2005-10-06  Patrick Lam  <plam@mit.edu>
+
+        * src/fcname.c (FcObjectToPtr):
+        * src/fcpat.c (FcStrStaticName):
+
+        Add padding to make valgrind and glibc not hate each other
+        when calling strlen().
+
+2005-10-05  Simos Xenitellis  <simos74@gmx.net>
+       reviewed by: plam & keithp
+
+       * fonts.conf.in:
+
+       Modify config file to use Greek fonts before Asian fonts with
+       Greek glyphs.
+
 2005-10-05  Christian Biesinger  <cbiesinger@web.de>
         reviewed by: plam & keithp