X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cba0267258f0b9da3896ae652f8933d53e20f721;hb=dd6504f1bc6c7d7c70005cb84bafc18c32359442;hp=8da248050320e33d8227393534946f81a46a8c78;hpb=aed2c8481b926d4befd46212d8f3658c7a6d2966;p=m17n%2Fm17n-lib.git diff --git a/ChangeLog b/ChangeLog index 8da2480..cba0267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2005-04-15 Kenichi Handa + + * configure.ac: Check the version of wordcut library and + HAVE_WORDCUT or HAVE_WORDCUT_OLD. + (DLOPEN_SHLIB_EXT): Define it. + +2004-12-27 Kenichi Handa + + * Version 1.2.0 released. + +2004-12-27 Kenichi Handa + + * m17n-config.in: Fix documentation. Doxygen's section name fixed. + +2004-12-10 Kenichi Handa + + * configure.ac: Versions changed to 1.2.0. + +2004-10-14 Kenichi Handa + + * configure.ac (M17N_EXT_LIBS): New variable to accumulate + available external libraries. + +2004-10-13 Kenichi Handa + + * configure.ac: Check if is available or not. + +2004-10-12 Kenichi Handa + + * configure.ac: Use pkg-config (if available) for Xft. + +2004-10-11 Kenichi Handa + + * m17n-core.pc.in, m17n-shell.pc.in, m17n-gui.pc.in: New files. + + * configure.ac: Include m17n-core.pc, m17n-shell.pc, and + m17n-gui.pc in AC_CONFIG_FILES. + + * Makefile.am (EXTRA_DIST, pkgconfigdir, pkgconfig_DATA): New + variables. + +2004-08-16 Kenichi Handa + + * Version 1.1.0 released. + +2004-07-06 Kenichi Handa + + * m17n-config.in: Cancel previous change. + +2004-06-30 Kenichi Handa + + * m17n-config.in: Add -lm17n-X and -lm17n-gd if necessary. + +2004-06-14 Kenichi Handa + + * configure.ac: Check the program m17n-db. + +2004-06-03 Kenichi Handa + + * configure.ac: Run freetype-config with --libs instead of + --libtool. + +2004-05-31 Kenichi Handa + + * configure.ac: Check the availability of dlopen. Append + $X_CFLAGS to CPPFLAGS. + +2004-05-28 Kenichi Handa + + * configure.ac: New variable API_VERSION. + + * m17n-config.in: Accept "GUI" flag and adjusted for the new + configuration. + +2004-05-27 Kenichi Handa + + * configure.ac: Check fontconfig even if Xft is available. Check + gd library. If Xft is not available, set XFT2_LD_FLAGS to null. + Likewise for xml2. + + * bootstrap.sh: Clean old files at first. + +2004-05-24 Kenichi Handa + + * configure.ac: Fix typo (pkg-conifg ->pkg-config). Fix + AC_CHECK_LIB arg for fontconfig. + +2004-05-21 Kenichi Handa + + * configure.ac (HAVE_FRIBIDI): Unset FRIBIDI_LD_FLAGS if fribidi + library is not found. + +2004-05-18 Kenichi Handa + + * configure.ac: If libotf is not available, clear OTF_LD_FLAGS. + Double quaote several variables. Even if xft-config is not + available, check if Xft library is available. Setup + HAVE_FONTCONFIG. + +2004-05-07 Kenichi Handa + + * configure.ac: Fix previous change. Comment out xom and effence + related codes. + +2004-05-03 Kenichi Handa + + * configure.ac: Use fribidi-config and xft-config if they are + available. + +2004-04-27 Kenichi Handa + + * configure.ac: Check if Xft2 library is available. + (OTF_LD_FLAGS): Set to `libotf-config --libs`. + (FREETYPE_LD_FLAGS): Set to `freetype-config --libtool`. + +2004-03-29 Kenichi Handa + + * Version 1.0 Patch Level 2 released. + +2004-03-29 Kenichi Handa + + * configure.ac: Version changed to 1.0.2. + 2004-03-19 Kenichi Handa * Version 1.0 Patch Level 1 released.