*** empty log message ***
[m17n/libotf.git] / ChangeLog
index 7bbd072..3f75f55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2009-11-07  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (print_anchor, print_glyph_positioning): New
+       functions.
+       (lookup_gpos): Improve debug info printing.
+
+2009-11-04  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (update_seq_area): Call OTF_driver_gdef after
+       OTF_driver_cmap.
+
+       * src/otfopen.c (debug_flag): New variable
+       (set_debug_flag): New function.
+       (OTF_open, OTF_open_ft_face): Check debug flag if not yet done.
+
+       * src/otfdrive.c (debug_flag): Extern it.
+       (lookup_gsub): Print debugging info if requested.  Don't ignore a
+       glyph that already has positioning_type.  Be sure to increment
+       gidx.
+
+2009-10-08  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (read_cmap_table): Fix bug of handling
+       seg->idDelta.
+       (OTF_close): Free app_data before free all memories.
+
+2009-10-02  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (OTF_ApplicationData_): New type.
+       (OTF_InternalData): New member app_data.
+       (OTF_close): Free OTF_InternalData->app_data.
+       (OTF_put_data, OTF_get_data): New functions.
+
+       * src/otf.h (OTF_put_data, OTF_get_data): Extern them.
+
+2009-09-29  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (OTF_Feature_Callback): New type.
+       (OTF_iterate_gsub_feature): Extern it.
+
+       * src/otfdrive.c (OTF_iterate_gsub_feature): New function.
+
 2009-08-13  Kenichi Handa  <handa@m17n.org>
 
        * Version 0.9.10 released.