X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cba5b6dc81890cf7de959f9eef3b089f0b655f9c;hb=5e69503b22a704dfaf0c46627848f9ac27146060;hp=f045458c3f1e27a856006c3f223766caa654ce15;hpb=57d7fab2223bfa3bd165170963cfcde515d70ffa;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index f045458..cba5b6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,144 @@ +2008-12-03 Kenichi Handa + + * 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 (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 + + * 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 + + * Version 0.9.8 released. + +2008-06-29 Kenichi Handa + + * 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 + + * Version 0.9.7 released. + +2007-12-28 Kenichi Handa + + * configure.ac: Versions changed to 0.9.7. + +2007-12-20 Kenichi Handa + + * src/otfdrive.c (gstring_subst): If a glyph is changed, set the + character code to 0, and update GlyphClass. + +2007-10-29 Kenichi Handa + + * example/otfdump.c (dump_chain_class_set_list): Ignore an element + whose offset is zero. + +2007-09-06 Kenichi Handa + + * src/otfdrive.c (lookup_gpos): Ignore mark glyphs while + processing GPOS_MarkBase1. + +2007-08-17 Kenichi Handa + + * src/otfdrive.c (lookup_gpos): Fix handling of IGNORED_GLYPH. + +2007-08-06 Kenichi Handa + + * 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 + + * Version 0.9.6 released. + +2007-07-13 Kenichi Handa + + * 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 + + * src/otfdrive.c (gstring_subst): Remove a glyph if it is ignored + because of 0 glyph ID. + +2007-01-09 Kenichi Handa + + * 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 + + * Version 0.9.5 released. + +2006-07-25 Kenichi Handa + + * 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 + + * 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 + + * 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 * src/otfopen.c: Include FT_TRUETYPE_TABLES_H.