X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=782bc00ea69307af2ed251214a8e75632280b9f0;hb=5a0f79517a9a4d354651407f080a0a17d0c869e7;hp=83bafcadd118209a6b88d7934b547eaac52e8fe1;hpb=a10af6484c258ff8f8c86323437232f9f9ec7229;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index 83bafca..782bc00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-07-12 Kenichi Handa + + * example/otfview.c: Big change to implement driving OpenType + tables (GSUB and GPOS). + + * src/otfdrive.c (get_langsys): If script is NULL, use the first + one in script_list. + +2004-07-09 Kenichi Handa + + * src/otfdrive.c (lookup_gpos): Ignore glyphs whose ID is 0 (fix + for the case of LookupType 2). + +2004-07-08 Kenichi Handa + + * src/otfopen.c (read_class_set_list): Allocate the array *set + by OTF_CALLOC. + +2004-07-07 Kenichi Handa + + * src/otfdrive.c (lookup_gsub): For LookupType 5 Subformat 2, if + ClassSet is not defined, do nothing. + +2004-06-29 Kenichi Handa + + * src/otfdrive.c (lookup_gsub): Fix handling of lookup type 6 + format 3. + 2004-05-28 Kenichi Handa * example/otflist.c: Include and "config.h".