(dump_cmap_table): Handle format 14.
[m17n/libotf.git] / ChangeLog
index db5bd86..cba5b6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2008-12-03  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (update_seq_area): Call OTF_drive_gpos2
+       instead of OTF_drive_gpos.  Handle the accumulated positioning.
+
+       * src/otfdrive.c (setup_lookup_flags): The last argument changed
+       to lookup_flags.  Just set the elements to 1 or 0.
+       (gstring_insert_for_gpos): New function.
+       (lookup_gpos): New arg accumulate.  Insert pseudo glyphs to
+       accumulate positioning if necessary.
+       (OTF_drive_gsub_internal): Adjusted for the change of
+       setup_lookup_flags.
+       (OTF_drive_gpos_internal): Renamed from OTF_drive_gpos.  Adjusted
+       for the change of setup_lookup_flags and lookup_gpos.
+       (OTF_drive_gpos): Just call OTF_drive_gpos_internal with
+       accumulate == 0.
+       (OTF_drive_gpos2): New function.
+
+       * src/otf.h (OTF_drive_gpos2): Extern it.
+
+2008-11-27  Simon Zamecnik  <zamecnik@ui42.sk>  (tiny change)
+
+       * src/otfdrive.c (setup_lookup_indices): New arg LangSys.
+       (OTF_drive_gsub_internal, OTF_drive_gpos): Adjusted for the above
+       change.
+
+2008-07-01  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (make_stream, setup_stream)
+       (make_stream_from_ft_face, free_stream, read_offset_table): Make
+       them static.
+
+2008-06-29  Kenichi Handa  <handa@m17n.org>
+
+       * Version 0.9.8 released.
+
+2008-06-29  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Versions changed to 0.9.8.
+
+       * example/otfview.c (DEVICE_DELTA): Handle an invalid table.
+
+       * example/otfdump.c (dump_device_table): Handle an invalid table.
+
+       * src/otfopen.c (read_device_table): Accept an invalid table.
+
+2007-12-28  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * Version 0.9.7 released.
+
+2007-12-28  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * configure.ac: Versions changed to 0.9.7.
+
+2007-12-20  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * src/otfdrive.c (gstring_subst): If a glyph is changed, set the
+       character code to 0, and update GlyphClass.
+
+2007-10-29  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfdump.c (dump_chain_class_set_list): Ignore an element
+       whose offset is zero.
+
+2007-09-06  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (lookup_gpos): Ignore mark glyphs while
+       processing GPOS_MarkBase1.
+
+2007-08-17  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (lookup_gpos): Fix handling of IGNORED_GLYPH.
+
+2007-08-06  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (gstring_subst): If otf->cmap is NULL, set
+       character code of a glyph to 0.
+       (OTF_drive_gsub): If otf->cmap is NULL, try to load it.
+
+2007-07-13  Kenichi Handa  <handa@m17n.org>
+
+       * Version 0.9.6 released.
+
+2007-07-13  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Updated to 0.9.6.
+
+       * src/otf.h (LIBOTF_VERSION): Updated to 0.9.6.
+       (LIBOTF_RELEASE_NUMBER): Updated to 6.
+
+2007-07-09  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (gstring_subst): Remove a glyph if it is ignored
+       because of 0 glyph ID.
+
+2007-01-09  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h: Adjusted for C++.  Adjusted many prototypes to
+       contain `const' qualifiers.
+
+       * src/otferror.h (otf__error): Add `const' qualifier.
+
+       * src/otferror.c (otf__error, OTF_perror): Add `const' qualifiers.
+
+       * src/otfdrive.c: Add many `const' qualifiers.
+
+       * src/otfopen.c: Add many `const' qualifiers.
+
 2006-07-25  Kenichi Handa  <handa@m17n.org>
 
        * Version 0.9.5 released.