X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3f75f55da0676089f13f1c827e54eabba9903ebe;hb=1e135c4e8ba38486180875468d261816c970bec4;hp=ba91d22b8a35ac36f5245fa96583f9d491be66a8;hpb=c52a11af11c70e5ca4618be4e7fa78e143313e15;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index ba91d22..3f75f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2009-11-07 Kenichi Handa + + * src/otfdrive.c (print_anchor, print_glyph_positioning): New + functions. + (lookup_gpos): Improve debug info printing. + +2009-11-04 Kenichi Handa + + * example/otfview.c (update_seq_area): Call OTF_driver_gdef after + OTF_driver_cmap. + + * src/otfopen.c (debug_flag): New variable + (set_debug_flag): New function. + (OTF_open, OTF_open_ft_face): Check debug flag if not yet done. + + * src/otfdrive.c (debug_flag): Extern it. + (lookup_gsub): Print debugging info if requested. Don't ignore a + glyph that already has positioning_type. Be sure to increment + gidx. + +2009-10-08 Kenichi Handa + + * src/otfopen.c (read_cmap_table): Fix bug of handling + seg->idDelta. + (OTF_close): Free app_data before free all memories. + +2009-10-02 Kenichi Handa + + * src/otfopen.c (OTF_ApplicationData_): New type. + (OTF_InternalData): New member app_data. + (OTF_close): Free OTF_InternalData->app_data. + (OTF_put_data, OTF_get_data): New functions. + + * src/otf.h (OTF_put_data, OTF_get_data): Extern them. + +2009-09-29 Kenichi Handa + + * 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 + + * Version 0.9.10 released. + +2009-08-13 Kenichi Handa + + * 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 + + * 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 + + * example/otfview.c (update_seq_area): Drive features of the + correct script and langsys. + +2009-03-03 Kenichi Handa + + * Version 0.9.9 released. + +2009-03-03 Kenichi Handa + + * src/otf.h (LIBOTF_VERSION): Changed to "0.9.9". + (LIBOTF_RELEASE_NUMBER): Changed to 9. + +2009-03-02 Kenichi Handa + + * configure.ac: Versions changed to 0.9.9. + 2009-02-26 Kenichi Handa * src/otfopen.c (free_stream): Check stream->buf before freeing