X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a0c3fcd535f44b0640af2688d87753027f23a264;hb=bcec61a9fb09dadea23a24a6a859e3f108ddd622;hp=ae016a1d45e68e1c0eebca5bdd5b915b627c79f7;hpb=7ce879ae3d3ef9b424d9f51bab60d76064c169ec;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index ae016a1..a0c3fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2010-09-16 Kenichi Handa + + * src/internal.h: Include alloca.h if available. + + * example/otftobdf.c: Include alloca.h if available. + + * example/otfview.c: Include alloca.h if available. + + * example/otflist.c: Include alloca.h if available. + +2010-09-13 Martin Gieseking (tiny change) + + * example/otftobdf.c (main): Fix checking number of arguments. + +2010-09-10 Kenichi Handa + + * src/otfopen.c (OTF_check_features): If LANGUAGE is specified but + not found in a font, return 0. + +2010-05-18 Kenichi Handa + + * example/otfview.c (create_otf_script_widgets): Create a box + widget for each script in a limited-width box. + +2010-04-21 Kenichi Handa + + * configure.ac: Versions changed to 0.9.12. + + * src/otfopen.c (OTF_check_features): Even if no feature is + specified, check script support. + + * src/otf.h (LIBOTF_VERSION): Changed to 0.9.12 + (LIBOTF_RELEASE_NUMBER): Changed to 12. + +2010-03-30 Kenichi Handa + + * configure.ac: Versions changed to 0.9.11. + +2010-03-23 Kenichi Handa + + * src/Makefile.am (libotf_la_SOURCES): Include internal.h. + 2010-03-19 Kenichi Handa * src/Makefile.am (libotf_la_SOURCES): Exclude otferror.h.