Commit 917589d4bd335a8a28aed840e538e1eae33042fe

Graham Asher 2002-08-15T12:24:21

Noted latest changes to incremental font lolading system.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.