]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Ok, so I messed up the test for y_ppem. Let's see if I got it right this
[fontconfig.git] / ChangeLog
index 5b0b2467427b3e113ed3f539a905ad491a81597d..d532022e21013dee9b2db71bf12481413169503b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2004-02-11  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       * src/fcfreetype.c: (FcGetPixelSize):
+       Ok, so I messed up the test for y_ppem.  Let's see if I
+       got it right this time.
+
+2004-02-10  Keith Packard  <keithp@keithp.com>
+
+       * configure.in:
+       * src/fcfreetype.c: (FcGetPixelSize):
+       Pre-2.1.5 versions of FreeType didn't include y_ppem in the
+       FT_Bitmap_Size record.  Add a configure.in test for this
+       and change the code accordingly (using height instead).
+
+2004-02-06  Keith Packard  <keithp@keithp.com>
+
+       * fc-lang/nds.orth:
+       Add Low Saxon orthography 
+               (Kenneth Rohde Christiansen <kenneth@gnu.org>)
+               
+       * src/fccfg.c: (FcConfigNewestFile):
+       Oops.  Left 'newest.set' unset, which would miscompute
+       the newest file
+       
+       * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
+       (FcFreeTypeCheckGlyph):
+       Add FcGetPixelSize to extract correct pixel size from bdf/pcf
+       font properties (which report the wrong value in current FreeType)
+
+       Don't attempt to check for empty glyphs in non-scalable fonts; they
+       have no outlines...
+
+2004-02-01  Tor Lillqvist  <tml@iki.fi>
+
+       * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
+       GIMP and/or PangoFT2 on Windows, crashes when trying to save the
+       cache if config->cache is NULL, which happens if FcConfigHome() is
+       NULL. Guard against that by using the temp folder in that case.
+
+2004-01-03  Roozbeh Pournader  <roozbeh@sharif.edu>
+
+       * fc-lang/az_ir.orth:
+       * fc-lang/ku_ir.orth:
+       * fc-lang/ps_af.orth:
+       * fc-lang/ps_pk.orth:
+       Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
+       (Afghan and Pakistani).
+       * fc-lang/ur.orth:
+       Updated Urdu orthography with real data.
+
+2003-12-11  Carl Worth  <cworth@east.isi.edu>
+
+       * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
+       USEDOCBOOK' block.
+
+       * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
+       USEDOCBOOK' block.
+       (all-local): Remove excessive whitespace.
+
+       * autogen.sh: Add 'set -e' to abort when any program fails,
+       (avoids printing of 'now type make' after configure aborts).
+
+2003-11-17   Eric Christopherson  <rakko@charter.net>
+
+       reviewed by: Keith Packard  <keithp@keithp.com>
+
+       * doc/Makefile.am:
+       * fontconfig/fcfreetype.h:
+       * src/fcfreetype.c:
+       Switch to FreeType 2.1.7 style includes.  Bug #150.
+
+2003-11-16  Noah Levitt  <nlevitt@columbia.edu>
+
+       * fc-list/fc-list.sgml: Add some example usages.
+
+2003-11-10  Roozbeh Pournader  <roozbeh@sharif.edu>
+
+       * src/fcxml.c:
+       Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
+       separators.
+
+2003-10-27  Keith Packard  <keith@keithp.com>
+
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update to version 2.2.92
+
+2003-10-27  Keith Packard  <keithp@keithp.com>
+
+       * Makefile.am:
+       * configure.in:
+       * doc/Makefile.am:
+       * fc-cache/Makefile.am:
+       * fc-glyphname/Makefile.am:
+       * fc-lang/Makefile.am:
+       * fc-list/Makefile.am:
+       * fc-match/Makefile.am:
+       * test/Makefile.am:
+       * test/run-test.sh:
+       Yet more cleanups to finish getting 'make distcheck' working
+       This has been tested to ensure that it even works from a _build
+       directory.
+
 2003-10-26  Keith Packard  <keithp@keithp.com>
 
        * configure.in: