X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=49ae63fdf35fe804f00c96890627de35c89f6ff8;hb=45db56578d2164d4503efe1b920333dbe66bf83c;hp=12f9889e2fd0cdd45777413ffe387ab57481c077;hpb=62d543de15b7c44fd32910601dacbbe2a42e32f6;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index 12f9889..49ae63f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,248 @@ +2009-12-17 Kenichi Handa + + * src/otfdrive.c (gstring_subst): Update g->MarkAttachGlass. + (lookup_gsub): Update g->GlyphClass and g->MarkAttachGlass. + (OTF_drive_gdef): Don't return error even if GDEF table doesn't + exist. + +2009-11-30 Kenichi Handa + + * src/otfdrive.c (OTF_drive_gsub_internal): Fix previous change. + (OTF_drive_gpos_internal): Likewise. + +2009-11-27 Kenichi Handa + + * src/otfdrive.c (gstring_subst): Set positioning_type to 1. + (lookup_gsub): If a feature is applied to a glyph, set its + positioning_type to 1. + (OTF_drive_gsub_internal): Only if a feature is applied to a + glyph, set its feature log. + (OTF_drive_gpos_internal): Likewise. + +2009-11-24 Kenichi Handa + + * src/otf.h (OTF_drive_gsub_with_log, OTF_drive_gpos_with_log): + Extern them. + (OTF_get_drive_log): Delete extern. + + * src/internal.h (OTF_DriveLog): Delete it. + (set_drive_log, get_drive_log): Delete externs. + + * src/otfopen.c (OTF_InternalData): Delete the member drive_log. + (set_drive_log, get_drive_log): Delete them. + + * src/otfdrive.c (USHORT): New macro for "unsigned short". + (prepare_drive_log): Delete it. + (setup_lookup_flags): Change the type of lookup_flags. + (lookup_gsub): Change the return value. + (gstring_insert_for_gpos): Adjusted for the change of + OTF_Glyph.positioning_type. + (print_glyph_positioning): Likewise. + (lookup_gpos): Likewise. Change the return value. + (OTF_drive_gsub_internal): New arg "with_log". Adjusted for the + change of OTF_Glyph.positioning_type. + (OTF_drive_gsub): Fix args to OTF_drive_gsub_internal. + (OTF_drive_gsub_with_log): New function. + (OTF_drive_gpos_internal): New arg "with_log". Adjusted for the + change of OTF_Glyph.positioning_type. + (OTF_drive_gpos): Fix args to OTF_drive_gpos_internal. + (OTF_drive_gpos2): Likewise. + (OTF_drive_gpos_with_log): New function. + (OTF_drive_gsub_alternate): Fix args to OTF_drive_gsub_internal. + (OTF_iterate_gsub_feature): Adjusted for the change of + OTF_Glyph.positioning_type. + (OTF_get_drive_log): Delete it. + + * example/otfview.c (update_seq_area): Call + OTF_driver_gsub_with_log and OTF_driver_gpos_with_log. Show which + features are applied. + (get_features): Fix previous change. + +2009-11-24 mule + + * src/otferror.h: Removed. All codes move to internal.h. + + * src/internal.h: New file. + + * src/otfdrive.c: Include internal.h instead of otferror.h. + (prepare_drive_log): New function. + (OTF_drive_gpos_internal): Make it static. + (OTF_get_drive_log): New function. + + * src/otfopen.c: Include internal.h instead of otferror.h. + (OTF_InternalData): New member drive_log. + (set_drive_log, get_drive_log): New functions. + + * src/otf.h (OTF_get_drive_log): Extern it. + + * example/otfview.c (get_features): Adjusted for the change of + FeatureRec->features. + (FeatureProc): Don't re-order FeatureRec->features. + +2009-11-18 Kenichi Handa + + * example/otfview.c (update_seq_area): Fix previous change. + + * src/otfdrive.c (match_ids): New arg "direction". Callers changed. + (match_ids_backward): Delete it. + (match_chain_ids): Adjusted for the change fo match_ids. + (match_classes): New arg "direction". Callers changed. + (match_chain_classes): Adjusted for the change fo match_classes. + (match_coverages): New arg "direction". Callers changed. + (match_chain_coverages): Adjusted for the change fo match_coverages. + + * src/otfopen.c (read_header_part): Handle TTC (TrueType + Collection). + (OTF_open): Accept "ttc". + +2009-11-13 Kenichi Handa + + * src/otfdrive.c (match_ids_backward): New function. + (match_chain_ids): Call match_ids_backward for backward matching. + + * example/otfview.c (code, code_label, code_list): New variables. + (update_seq_area): Display code list. + (create_widgets): Create widgets code, code_label, code_list. + +2009-11-09 Kenichi Handa + + * src/otfdrive.c (get_anchor): Delete it. + (get_class_def_auto): Make it static. + +2009-11-07 Kenichi Handa + + * example/otfview.c (update_seq_area): Accumulate adjustments by + ValueRecord. + + * 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 + it. + (read_gdef_table): Do nothing if stream->buf is NULL. + (read_header_part): If a font doesn't have a GDEF table, make a + pseudo stream. + + * src/otfdrive.c (glyph_class_table): New variable. + (get_class_def_auto): New function. + (OTF_drive_gdef): If a font doesn't have a GDEF table, use + get_class_def_auto. + +2009-02-25 Kenichi Handa + + * src/otfopen.c (get_table_info): Always succeed for GDEF table. + + * example/otfview.c (main): If ! otf, don't setup sub14. + +2008-12-31 Kenichi Handa + + * src/otfdrive.c (check_cmap_uvs): Update the member + MGlyph.f.index.to. + +2008-12-29 Kenichi Handa + + * src/otf.h (OTF_get_variation_glyphs): Extern it.. + + * src/otfdrive.c (OTF_get_variation_glyphs): New function. + + * example/otfview.c (uvs_area, uvs_label): New variables. + (sub14, uvs): New variable. + (update_uvs_area): New function. + (update_seq_area): Set `glyph_id' member only when no charmap is + used. + (update_render_area): Handle a variation selector. + (UVSProc): New function. + (RenderProc): Call update_uvs_area if the font is OpenType. + (create_widgets): Create uvs_area widget if the font has variation + selector. + (main): Setup sub14. Set font in gc_set. + 2008-12-24 Kenichi Handa * src/otfdrive.c (get_uvs_glyph): Complete the code. @@ -246,7 +491,7 @@ 2005-11-22 Kenichi Handa * example/otfview.c (main) [! HAVE_X11_XAW_COMMAND_H]: Fix args to - fpintf. + fprintf. * configure.ac: Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. @@ -626,7 +871,7 @@ * Version 0.9 released. -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112