2004-06-30 Keith Packard * INSTALL: * README: * configure.in: * fontconfig/fontconfig.h: Update version to 2.2.3 Add release comments to INSTALL 2004-06-30 Keith Packard Provided by: Lubos Lunak * 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 * configure.in: Add AM_MAINTAINER_MODE 2004-03-30 Keith Packard * configure.in: Oops. Apply changes to configure.in needed to detect functions and structures used in FcGetPixelSize. 2004-03-30 Keith Packard * doc/Makefile.am: Fix --disable-doc mode code to locate built documents in ${srcdir} instead of ${builddir} 2004-03-30 Keith Packard * 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 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 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.