(dump_chain_class_set_list): Ignore an element
[m17n/libotf.git] / ChangeLog
index 7b0f50f..08cbf9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+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.
+
+2006-07-25  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfdrive.c (gstring_subst): Setup all members of struct
+       OTF_Glyph.
+       (lookup_gsub): Call gstring_subst with correct args.
+
+2006-07-19  Kenichi Handa  <handa@m17n.org>
+
+       * libotf.pc.in: New file.
+
+       * Makefile.am (pkgconfigdir, pkgconfig_DATA): New variables.
+
+       * configure.ac: Updated to 0.9.5.
+       (FREETYPE_INC, FREETYPE_LD_FLAGS): AC_SUBST them.
+       (AC_CONFIG_FILES): Include libotf.pc.
+
+       * libotf-config.in: Include @FREETYPE_INC@ and @FREETYPE_LD_FLAGS@
+       in output.
+
+2006-07-18  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (bitmap): Array increated to cover full
+       Unicode.
+       (fontindex): New variable.
+       (update_glyph_area): Adjusted for the change of `bitmap'.
+       (GlyphProc): Likewise.
+       (help): New function.
+       (main): Accept a new 2nd arg INDEX.
+
+2006-07-14  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c: Include FT_TRUETYPE_TABLES_H.
+       (make_stream): New arg name.  Caller changed.
+       (setup_stream): Delete arg name.
+       (make_stream_from_ft_face): New function.
+       (read_cmap_table): Fix typo (`i'->`j').
+       (read_header_part): New arg face.  Caller changed.
+       (OTF_open_ft_face): New function.
+
+       * src/otf.h (LIBOTF_VERSION): Updated to 0.9.5.
+       (LIBOTF_RELEASE_NUMBER): Updated to 5.
+       (OTF_open_ft_face): Extern it.
+
+2006-07-11  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (OTF_ERROR_FT_FACE): New macro.
+
+2006-07-07  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (OTF_Anchor): Distinguish XDeviceTable and
+       YDeviceTable.
+
+2006-06-23  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (update_glyph_area): Don't use none_pixmap for
+       glyph index 0 if charmap_index is negative.
+
+       * example/otftobdf.c (main): Call dump_image with the arg full as 0.
+
+       * src/otfopen.c (read_table_directory): Fix setting of tag name.
+
+2006-02-15  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (DumpProc): Fix handling of non-existing glyph.
+       (create_otf_script_widgets): Fix typo; gsub -> gpos.
+
+2006-02-10  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (read_table_directory): Fix setting of
+       OTF_TableDirectory->name.
+
+2006-02-07  Kenichi Handa  <handa@m17n.org>
+
+       * example/otfview.c (DumpProc): Fix calculation of x/y offsets.
+
 2006-01-27  Kenichi Handa  <handa@m17n.org>
 
        * example/otfview.c (DumpProc): Completely re-written to produce