*** empty log message ***
[m17n/libotf.git] / ChangeLog
index 64805b3..919fdb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+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.
+
+2009-08-13  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (LIBOTF_VERSION): Changed to "0.9.10".
+       (LIBOTF_RELEASE_NUMBER): Changed to 10.
+
+       * configure.ac: Versions changed to 0.9.10.
+
+2009-07-23  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (OTF_cmap): New member table_index;
+
+       * src/otfopen.c (read_cmap_table): Set cmap->table_index.
+
+       * src/otfdrive.c (lookup_encoding_0, lookup_encoding_2)
+       (lookup_encoding_4, lookup_encoding_6, lookup_encoding_8)
+       (lookup_encoding_10, lookup_encoding_12): Arguments and return
+       value changed.
+       (lookup_cmap_func): New function type.
+       (lookup_cmap_func_table): New variable.
+       (get_GlyphID): New function.
+       (get_uvs_glyph): Call get_GlyphID instead of directly accessing
+       cmal->unicode_table.
+       (OTF_drive_cmap, OTF_drive_cmap2): Call one of lookup functions in
+       lookup_cmap_func_table.
+
+2009-07-10  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (update_seq_area): Drive features of the
+       correct script and langsys.
+
+2009-03-03  Kenichi Handa  <handa@m17n.org>
+
+       * Version 0.9.9 released.
+
+2009-03-03  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (LIBOTF_VERSION): Changed to "0.9.9".
+       (LIBOTF_RELEASE_NUMBER): Changed to 9.
+
+2009-03-02  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Versions changed to 0.9.9.
+
+2009-02-26  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (free_stream): Check stream->buf before freeing
+       it.
+       (read_gdef_table): Do nothing if stream->buf is NULL.
+       (read_header_part): If a font doesn't have a GDEF table, make a
+       pseudo stream.
+
+       * src/otfdrive.c (glyph_class_table): New variable.
+       (get_class_def_auto): New function.
+       (OTF_drive_gdef): If a font doesn't have a GDEF table, use
+       get_class_def_auto.
+
+2009-02-25  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (get_table_info): Always succeed for GDEF table.
+
+       * example/otfview.c (main): If ! otf, don't setup sub14.
+
+2008-12-31  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (check_cmap_uvs): Update the member
+       MGlyph.f.index.to.
+
 2008-12-29  Kenichi Handa  <handa@m17n.org>
 
        * src/otf.h (OTF_get_variation_glyphs): Extern it..
 2005-11-22  Kenichi Handa  <handa@m17n.org>
 
        * example/otfview.c (main) [! HAVE_X11_XAW_COMMAND_H]: Fix args to
-       fpintf.
+       fprintf.
 
        * configure.ac: Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER.