X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cba5b6dc81890cf7de959f9eef3b089f0b655f9c;hb=5e69503b22a704dfaf0c46627848f9ac27146060;hp=bacf4ec22e736806514d5adcd6799685806e0646;hpb=f85e293b895c3d09ff7fd1a5893e7c5cf578b540;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index bacf4ec..cba5b6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2008-12-03 Kenichi Handa + + * example/otfview.c (update_seq_area): Call OTF_drive_gpos2 + instead of OTF_drive_gpos. Handle the accumulated positioning. + + * src/otfdrive.c (setup_lookup_flags): The last argument changed + to lookup_flags. Just set the elements to 1 or 0. + (gstring_insert_for_gpos): New function. + (lookup_gpos): New arg accumulate. Insert pseudo glyphs to + accumulate positioning if necessary. + (OTF_drive_gsub_internal): Adjusted for the change of + setup_lookup_flags. + (OTF_drive_gpos_internal): Renamed from OTF_drive_gpos. Adjusted + for the change of setup_lookup_flags and lookup_gpos. + (OTF_drive_gpos): Just call OTF_drive_gpos_internal with + accumulate == 0. + (OTF_drive_gpos2): New function. + + * src/otf.h (OTF_drive_gpos2): Extern it. + 2008-11-27 Simon Zamecnik (tiny change) * src/otfdrive.c (setup_lookup_indices): New arg LangSys.