2005-04-27 Keith Packard * README: * debian/changelog: Update date to real 2.3.2 release date. Fix change attributions 2005-04-27 Keith Packard * configure.in: Bump so revision for 2.3.2 * fc-cache/fc-cache.c: (scanDirs): Fix a few minor leaks in error cases. 2005-04-23 Keith Packard * README: * configure.in: * debian/changelog: * fontconfig/fontconfig.h: Update for version 2.3.2 2005-04-21 Keith Packard * debian/fontconfig.postinst: Don't force bitmap font enable in default configuration; allows users to override this in ~/.fonts.conf * debian/po/cs.po: * debian/po/da.po: * debian/po/de.po: * debian/po/es.po: * debian/po/fr.po: * debian/po/ja.po: * debian/po/nl.po: * debian/po/pt.po: * debian/po/pt_BR.po: * debian/po/templates.pot: * debian/po/tr.po: * debian/po/zh_CN.po: Updated translations * fc-cache/fc-cache.c: (main): Destroy font configuration on exit to help valgrind * fonts.conf.in: * src/fcfreetype.c: (FcSfntNameTranscode), (FcFreeTypeCharIndex), (FcFreeTypeCheckGlyph): Use own transcoding routines in preference to iconv which appears to have leaks in some translators. Call iconv_close after using iconv (oops). Prefer unicode encoding of Euro char as some fonts mis-encode Euro in other ones. Must fetch bitmap glyphs to get width values to check for monospace/dual-width fonts. 2005-04-13 Ross Burton * src/fcpat.c: Check that a pattern isn't already frozen in FcPatternFreeze. 2005-03-31 Ross Burton * src/fclist.c: * src/fcmatch.c: * src/fcpat.c: Run all FcPattern objects through FcObjectStaticName, so that compares can be done on pointers instead of strings (#2659) 2005-03-17 Tor Lillqvist * src/fontconfig.def.in: Add the .dll to the dll name. 2005-03-10 Keith Packard * debian/README.Debian: Update to reflect configuration changes * debian/changelog: * debian/fontconfig.postinst: Fix Autohint vs Autohinter mistake * debian/fontconfig.templates: Adopt changes from Josselin Mouette for configuration descriptions Update debian to version 2.3.1-2 2005-03-08 Keith Packard * debian/changelog: * debian/rules: Update debian for 2.3.1 2005-03-09 Tor Lillqvist * fontconfig-zip.in: Get the DLL from "bin" where modern libtools put it, not "lib". * src/fccfg.c (FcConfigFileExists): Check also drive letter prefix on Win32.