]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Fix Makefile.am for removal of debian/ directory.
[fontconfig.git] / ChangeLog
index 6640b2089e934e13a09c8d7b64e7ce7b3201d4fd..12cdbba165a78740883859b382de1d41e95838cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2006-03-08  Patrick Lam  <plam@mit.edu>
+       * Makefile.am:
+       * config/config.guess:
+       * config/config.sub:
+
+       Fix Makefile.am for removal of debian/ directory.
+
+2006-03-08  Patrick Lam  <plam@mit.edu>
+       * .cvsignore
+
+       Ignore debian/ directory for CVS.
+
+2006-03-08  Patrick Lam  <plam@mit.edu>
+       * debian/*
+
+       Now remove debian/ directory.
+
+2006-03-08  Patrick Lam  <plam@mit.edu>
+       * debian/po/*
+
+       Remove debian/ directory from sources.  See Debian's subversion
+       server at svn://svn.debian.org/pkg-freedesktop/trunk/fontconfig
+       instead.
+
+2006-03-08  Denis Jacquerye  <moyogo@gmail.com>
+       reviewed by: plam
+
+       * fc-lang/ln.orth:
+       * fc-lang/iso639-1, fc-lang/iso639-2:
+
+       Add orthography for Lingala.
+       
+2006-03-08  Carl Worth  <cworth@cworth.org>
+       reviewed by: keithp
+
+       * conf.d/Makefile.am:
+       * conf.d/10LohitGujarati.conf: 
+
+       Add a configuration file that disables hinting for the Lohit
+       Gujarati font (since the hinting distort some glyphs quite badly).
+
+2006-03-08  Egmont Koblinger  <egmont@uhulinux.hu>
+       reviewed by: plam
+
+       * src/fcdir.c (FcDirScanConfig):
+
+       Sort directory entries while scanning them from disk;
+       prevents Heisenbugs due to file ordering in a directory.
+
+2006-03-07  Behdad Esfahbod  <behdad@cs.toronto.edu>
+       reviewed by: plam
+
+       * src/fcfreetype.c (GetScriptTags):
+       * src/ftglue.c, src/ftglue.h:
+
+       Remove stuff we don't use, make get_{char,short,long} functions
+       of ftglue macros to be inlined.
+       
+       * src/fcint.h:
+       * src/fcname.c (FcObjectSerialize):
+
+       Code cleanups (excess prototype, old-style function definition).
+
+2006-03-05  Patrick Lam  <plam@mit.edu>
+       * src/fcpat.c (FcPatternGetString):
+
+       Because we hacked FcPatternGet, we don't really need to expand the
+       filename again in FcPatternGetString.
+
+2006-03-05  Patrick Lam  <plam@mit.edu>
+       * src/fcpat.c (FcPatternGetString, FcPatternGet):
+
+       Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE.
+       Make that work.  Reported by Bernhard Rosenkraenzer.
+
+2006-03-03  Patrick Lam  <plam@mit.edu>
+       * src/fcint.h:
+
+       Include inttypes.h instead of stdint.h if appropriate.
+
+2006-03-03  Patrick Lam  <plam@mit.edu>
+       * fc-cat/fc-cat.c (FcFileIsDir):
+       * fc-glyphname/fc-flyphname.c:
+
+       More stub definitions and remove FcFileIsDir from fc-cat.
+
+2006-03-03  Patrick Lam  <plam@mit.edu>
+       * fc-case/fc-case.c:
+
+       Fix compilation on AIX with stub definitions (bug 6097).
+
 2006-03-03  Patrick Lam  <plam@mit.edu>
        * src/fccache.c (FcCacheSkipToArch, FcDirCacheProduce):
        * src/fcfreetype.c (GetScriptTags):