noted latest change to ttload.c
diff --git a/ChangeLog b/ChangeLog
index 749395e..8227df4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-13 Graham Asher <graham.asher@btinternet.com>
+
+ * src/sfnt/ttload.c (tt_face_load_metrics)
+ [FT_CONFIG_OPTION_INCREMENTAL]: TrueType typefaces without horizontal
+ metrics (without the 'hmtx' table) are now tolerated if an
+ incremental interface has been specified that has a get_glyph_metrics
+ function, implying that metrics will be supplied from outside.
+ This happens for certain Type 42 fonts passed from GhostScript.
+
2003-01-11 David Chester <davidchester@qmx.net>
* include/freetype/config/ftoption.h, src/autohint/ahglobal.h,