(parse_otf_command): Fix previous change.
[m17n/m17n-lib.git] / src / ChangeLog
index d9332ea..5c5ff78 100644 (file)
@@ -1,3 +1,36 @@
+2010-09-14  Kenichi Handa  <handa@m17n.org>
+
+       * font-ft.c (ft_check_otf): Fix handling of negative features.
+
+       * m17n-flt.c (parse_otf_command): Fix handling of negative
+       features.
+       (decode_packed_otf_tag): Fix updating category code.
+       (run_command): Fix `encoded' property of separator glyph.
+       (mflt_run): Improve debug info printing.
+
+2010-09-11  Kenichi Handa  <handa@m17n.org>
+
+       * src/charset.c, src/chartab.c, src/coding.c, src/face.c,
+       src/font.c, src/fontset.c, src/input.c, src/m17n-X.c,
+       src/m17n-core.c, src/m17n-flt.c, src/m17n-gd.c, src/m17n-gui.c,
+       src/m17n.c, src/mtext.c, src/plist.c, src/symbol.c,
+       src/textprop.c: Print debug information to mdebug__output instead
+       of stderr.
+
+2010-09-02  Kenichi Handa  <handa@m17n.org>
+
+       * draw.c (visual_order): Reorder only RTL composed-sequence.
+
+2010-09-01  Kenichi Handa  <handa@m17n.org>
+
+       * draw.c (compose_glyph_string): When the script `inherited' and
+       `common' can't be resolved, use "block" property of the character.
+
+2010-08-31  Kenichi Handa  <handa@m17n.org>
+
+       * draw.c (compose_glyph_string): Allow running flt striding over
+       the cursor position.
+
 2010-08-19  Kenichi Handa  <handa@m17n.org>
 
        * m17n-X.c (MDisplayInfo): New member altgr_mask.