*** empty log message ***
[m17n/libotf.git] / ChangeLog
index 71aebfa..57ae088 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+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>
+
+       * Version 0.9.5 released.
+
+       * 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.