X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=20c0b977ea546bbf7071df19ddf3403d66dad037;hb=af0e02fc01c3acd4d314be2ee7bde5084e798479;hp=d4a419451de3a329e00c673ef3e0d920005def35;hpb=d60e57205c219cb10d5fd2a0b672ad94bb03d46e;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index d4a4194..20c0b97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2010-01-22 Kenichi Handa + + * src/otfdrive.c (lookup_gsub): Change the meaning of the arg + alternate_subst. + +2009-12-17 Kenichi Handa + + * src/otfdrive.c (gstring_subst): Update g->MarkAttachGlass. + (lookup_gsub): Update g->GlyphClass and g->MarkAttachGlass. + (OTF_drive_gdef): Don't return error even if GDEF table doesn't + exist. + +2009-11-30 Kenichi Handa + + * src/otfdrive.c (OTF_drive_gsub_internal): Fix previous change. + (OTF_drive_gpos_internal): Likewise. + +2009-11-27 Kenichi Handa + + * src/otfdrive.c (gstring_subst): Set positioning_type to 1. + (lookup_gsub): If a feature is applied to a glyph, set its + positioning_type to 1. + (OTF_drive_gsub_internal): Only if a feature is applied to a + glyph, set its feature log. + (OTF_drive_gpos_internal): Likewise. + 2009-11-24 Kenichi Handa * src/otf.h (OTF_drive_gsub_with_log, OTF_drive_gpos_with_log):