]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
[fontconfig.git] / ChangeLog
index 27c0658b83fe9f630a74499de0e96390283bf653..756bffc90467b2a117647264f8fb330fd7b507d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2004-05-29  Keith Packard  <keithp@keithp.com>
+
+       * fontconfig/fontconfig.h:
+       * src/fcmatch.c: (FcFontSetMatch):
+       Add FcResultOutOfMemory to provide an accurate error when
+       FcFontSetMatch fails in this way
+       
+       * src/fcfreetype.c:
+       Make #warning about lacking various FreeType features indicate
+       which version those features appeared so users know how to
+       fix the problem (Thanks to Anton Tropashko)
+
+2004-05-05  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
+       Replace MIN/MAX/ABS macros which happen to have come
+       from FreeType with fontconfig-specific ones (FC_*)
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Extend release preparation instructions to include
+       notification and distribution steps
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
+
+2004-04-23  Keith Packard  <keithp@keithp.com>
+
+       * .cvsignore:
+       Ignore a few more autotool files
+
+2004-04-14  Keith Packard  <keithp@keithp.com>
+
+       * INSTALL:
+       Add instructions for doing a release
+       
+       * fontconfig.spec.in:
+       clean up .spec file; perhaps this will be useful to somebody...
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to 2.2.93
+       
+       * fc-lang/fc-lang.c:
+       Make 'scanopen' static so GCC doesn't whine about lacking prototype
+       
+       * fc-glyphname/Makefile.am:
+       * fc-lang/Makefile.am:
+       * fc-list/Makefile.am:
+       * fc-match/Makefile.am:
+       * src/Makefile.am:
+       Add WARN_CFLAGS to pass -W flags for GCC systems
+       
+       * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
+       (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
+       Change various char types around to match across
+       function calls.
+       Fixed bug in using available_sizes[i].height which 
+       is in pixels, not 64ths of a pixel.
+
+2004-03-06  Keith Packard  <keithp@keithp.com>
+
+       * src/fcfreetype.c: (FcFreeTypeQuery):
+       Force FC_FOUNDRY and FC_WIDTH to always be set so that
+       matches looking for explicit values prefer exact matches
+
 2004-03-02  Keith Packard  <keithp@keithp.com>
 
        Supplied by: mfabian@suse.de (Mike FABIAN)