X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fa660fd9b2ee8fc331070098e5943a42bc6884e1;hb=482ec307b8147c9062fcee3ad83af6d566070493;hp=8bb4825a792e9f6fca2dc4d5600fc852bd7a20e0;hpb=96f834ac57c88134515b06bb5a7f40135fb661ac;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index 8bb4825..fa660fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,108 @@ +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 @@ -708,7 +811,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