*** empty log message ***
[m17n/libotf.git] / ChangeLog
index d4a4194..20c0b97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2010-01-22  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (lookup_gsub): Change the meaning of the arg
+       alternate_subst.
+
+2009-12-17  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
+
+       * src/otfdrive.c (OTF_drive_gsub_internal): Fix previous change.
+       (OTF_drive_gpos_internal): Likewise.
+
+2009-11-27  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
 
        * src/otf.h (OTF_drive_gsub_with_log, OTF_drive_gpos_with_log):