]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Update for 2.2.96
[fontconfig.git] / ChangeLog
index 756bffc90467b2a117647264f8fb330fd7b507d4..37ea4e496cdbf8675ccb458aeff4e3a0e406bb86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for 2.2.96
+
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       Provided by: Lubos Lunak <l.lunak@suse.cz>
+
+       * src/fccfg.c: (FcConfigUptoDate):
+       However FcConfigUptoDate() doesn't seem to work. See the attached
+       patch.  First there's an obvious misplaced parenthesis making it
+       return always false, and second, even this call fails to detect font
+       changes (e.g.  adding a new font to 
+       /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
+       well. The problem seems to be triggered by my fonts.conf specifying
+       only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
+       doesn't include subdirs, unlike config->fontDirs.
+
+2004-06-03  Keith Packard  <keithp@keithp.com>
+
+       * fontconfig/fontconfig.h:
+       Remove comma at end of FcResult enum definition.
+
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Add steps to md5sum release
+
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for 2.2.95
+
 2004-05-29  Keith Packard  <keithp@keithp.com>
 
        * fontconfig/fontconfig.h: