X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1add04f430340352287fb7e61550509527300ef9;hb=79561efaa26dc38267efbac27c4857d133f8c237;hp=135f0d78b627375e01d6120f03377e38e6621f72;hpb=c67c1703f34f04a67868848358b887f4bf52d2c6;p=m17n%2Flibotf.git diff --git a/ChangeLog b/ChangeLog index 135f0d7..1add04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2010-11-05 Elias Pipping (tiny change) + + * example/Makefile.am (bin_PROGRAMS): Add otfview conditionally. + + * configure.ac: Add AM_CONDITIONAL for X11_UNAVAILABLE. + +2010-10-04 Kenichi Handa + + * Version 0.9.12 released. + +2010-09-22 Kenichi Handa + + * src/otfopen.c (OTF_check_features): If language is specified but + not found, return 0 instead of using the default langsys. + +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.