summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalph Giles <giles@ghostscript.com>2010-01-05 19:36:58 +0100
committerWerner Lemberg <wl@gnu.org>2010-01-05 19:36:58 +0100
commite3837295361bf5dcbd579eed6dd6213c934faf4e (patch)
treebf03637db1bf4d5d9aad7a5dcac4b15bc69d20bf /ChangeLog
parent1fc440b222d60ab7927350f583b8cfa01b2c77db (diff)
downloadfreetype2-e3837295361bf5dcbd579eed6dd6213c934faf4e.tar.gz
Enable the incremental font interface by default.
Ghostscript requires the incremental font interface for handling some Postscript documents. It is moving to using FreeType as its primary renderer; supporting this in the default build makes it Ghostscript to be linked against the system FreeType when one is available. * include/freetype/config/ftoption.h (FT_CONFIG_OPTION_INCREMENTAL): Uncomment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c80ffdb78..254a73495 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-01-05 Ralph Giles <giles@ghostscript.com>
+
+ Enable the incremental font interface by default.
+
+ Ghostscript requires the incremental font interface for handling
+ some Postscript documents. It is moving to using FreeType as its
+ primary renderer; supporting this in the default build makes it
+ Ghostscript to be linked against the system FreeType when one is
+ available.
+
+ * include/freetype/config/ftoption.h (FT_CONFIG_OPTION_INCREMENTAL):
+ Uncomment.
+
2010-01-05 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #28395.