From: handa Date: Mon, 23 Nov 2009 23:26:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-11~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=17ad85f857b946a9dd9d651a5d9afa78d2706c5f;p=m17n%2Flibotf.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4aeae43..c39374e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-11-24 mule + + * 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.