]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Update version to 2.2.3 Add release comments to INSTALL
[fontconfig.git] / ChangeLog
index 3a52b9126e7f40aeae3fe6512e02353896d18fbb..ead1c67999d78de06b80ab2dc46ec206ba876e42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2004-06-30  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update version to 2.2.3
+       Add release comments to INSTALL
+
+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-04-07  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       Add AM_MAINTAINER_MODE
+
+2004-03-30  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       Oops.  Apply changes to configure.in needed to detect
+       functions and structures used in FcGetPixelSize.
+
+2004-03-30  Keith Packard  <keithp@keithp.com>
+
+       * doc/Makefile.am:
+       Fix --disable-doc mode code to locate built documents in ${srcdir}
+       instead of ${builddir}
+
+2004-03-30  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery):
+       Use code from HEAD in computing pixel sizes of fonts
+       so that vageries in FreeType over y_ppem/height issues
+       don't affect what pixel size values are used.
+
+2004-03-30  Keith Packard  <keithp@keithp.com>
+
+       Bug #387 - usr352@wanadoo.es (Pedro Gimeno)
+
+       * src/fcxml.c: (FcStrtod):
+       Missing braces around a block of code.  Correct fix was
+       already in HEAD.
+
+2004-03-28  Tor Lillqvist  <tml@iki.fi>
+
+       Merge from HEAD:
+       
+       * src/fccfg.c (FcConfigCreate): If FcConfigHome() is NULL, use the
+       temp folder. (I guess this branch doesn't crash on a NULL
+       config->cache, but still a good idea to have a cache file, for
+       performance, isn't it?)
+
+       * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
+
+       * test/run-test.sh: Remove CRs from the out file before comparing
+       (needed on Windows).
+
+       * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
+       man pages.
+
+       * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
+       end, not to confuse libtool, which expects the EXPORTS line to be
+       the first. Add FcConfigEnableHome.
+
+       * src/fccfg.c: Check also for DLL_EXPORT as indication of being
+       built as a DLL on Win32.
+
 2004-03-10  Keith Packard  <keithp@keithp.com>
 
        * README: