diff --git a/ChangeLog b/ChangeLog index ea1001e1c..a3dc7e9ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-08-15 Graham Asher + + * 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 * src/cff/cffcmap.c: Remove compiler warnings.