X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fa660fd9b2ee8fc331070098e5943a42bc6884e1;hb=927a052c5d5d7347bc17a5bf35cf41b1fe736c4c;hp=4aeae439faa717109985f12322ec538bdecb1182;hpb=4cdd48ad960788528a7b28db4c35c3c2cbcf651c;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index 4aeae43..fa660fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +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.