]> git.wh0rd.org - fontconfig.git/blobdiff - ChangeLog
Remove unconditional emboldening (per Behdad's instructions).
[fontconfig.git] / ChangeLog
index 5265c6d999875e82840a877f68ee1e5cc28b5301..53b48de3e49d3023fc21f2fb4ce8a9097f8efb61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
+2006-02-24  Patrick Lam         <plam@mit.edu>
+       * conf.d/10-fonts-persian.conf:
+
+       Remove unconditional emboldening (per Behdad's instructions).
+
+       * Makefile.am:
+
+       Add @s to hide some echos.
+
+2006-02-24  Mike Fabian  <mfabian@suse.de>
+           Takashi Iwai  <tiwai@suse.de>
+       reviewed by: plam
+       
+       * src/fcfreetype.c (GetScriptTags):
+
+       Fix double-free on error case.
+
 2006-02-21  Patrick Lam  <plam@mit.edu>
-       * fc-lang/fc-lang.c:
+       * fc-lang/fc-lang.c (scan):
+
+       Strip \r and whitespace from input; fixes bug 3454.
+
+2006-02-21  Patrick Lam  <plam@mit.edu>
+       * fc-lang/fc-lang.c (main):
 
        Allocate large arrays statically in fc-lang to fix crashes under
        MinGW/MSYS.