ref: 6e188b419df895a58a17a7b65697628c636b87d5
parent: 88027fdde48d3d3e9162780b2b95f8a1c69c1065
author: Werner Lemberg <[email protected]>
date: Wed Apr 17 18:42:13 EDT 2002
formatting
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
-2002-04-17 Michael Jansson <[email protected]>
+2002-04-17 David Turner <[email protected]>
- * src/type1/t1gload.c (T1_Compute_Max_Advance): fixed a small bug
- that prevented the function to return the correct value.
+ * Version 2.1.0 released.
+ =========================
+
+
+2002-04-17 Michael Jansson <[email protected]>
+
+ * src/type1/t1gload.c (T1_Compute_Max_Advance): Fixed a small bug
+ that prevented the function to return the correct value.
+
2002-04-16 Francesco Zappa Nardelli <[email protected]>
* src/pcf/pcfread (pcf_get_accell): Fix parsing of accelerator
@@ -17,6 +24,8 @@
* src/pcf/pcfread.c (pcf_seek_to_table_type): Remove compiler
warning.
+
+ * include/freetype/config/ftoption.h (FT_MAX_EXTENSIONS): Removed.
* docs/CHANGES: Preparing 2.1.0 release.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -11,7 +11,7 @@
to rounding errors. The required vector computation routines have
been optimized and placed within the "ttinterp.c" file.
- - Fixed the parsing of accelerator tables in the PCF font driver
+ - Fixed the parsing of accelerator tables in the PCF font driver.
- Fixed the Type1 glyph loader routine used to compute the font's
maximum advance width.