Noted latest changes to incremental font lolading system.
diff --git a/ChangeLog b/ChangeLog
index ea1001e..a3dc7e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-15 Graham Asher <graham.asher@btinternet.com>
+
+ * src/cff/cffgload.c, src/cff/cffload.c, src/cff/cffload.h,
+ src/cff/cffobjs.c [FT_CONFIG_OPTION_INCREMENTAL]:
+ implemented the incremental font loading system for
+ the CFF driver. Tested using the GhostScript-to-FreeType
+ bridge (under development).
+
+ * src/cid/cidgload.c [FT_CONFIG_OPTION_INCREMENTAL]:
+ corrected the incremental font loading implementation to
+ use the new system introduced on 2002-08-01.
+
2002-08-06 Werner Lemberg <wl@gnu.org>
* src/cff/cffcmap.c: Remove compiler warnings.