X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1ba2f1e33ccdda1341c5eac374896c41663b9e69;hb=5d4954e5da65e59093568c39339995c22e7b1677;hp=610f2814fc81cd43e978cbd37ab7120140c97314;hpb=ef1428a3bdbd1c61c44acfdf0abb1d2ff4a0a1c2;p=m17n%2Fm17n-lib.git diff --git a/ChangeLog b/ChangeLog index 610f281..1ba2f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,232 @@ +2010-09-24 Kenichi Handa + + * configure.ac (AC_CONFIG_HEADERS): Put config.h in the top + directory (intl/*.c require it). + +2010-09-22 Kenichi Handa + + * configure.ac: Version changed to 1.6.2. + +2010-09-13 Kenichi Handa + + * configure.ac: If libotf-config is not available, try pkg-config. + +2010-09-02 Kenichi Handa + + * bootstrap.sh: Clean old files at first. + +2010-08-27 Kenichi Handa + + * .cvsignore: Add ABOUT-NLS. + + * intl/*, m4/*: Delete them. + + * po/*: All filles re-generated by gettextize. + + * config.rpath: Delete it. + + * ABOUT-NLS: Delete it. + + * configure.ac: Call AC_GNU_SOURCE and AM_GNU_GETTEXT_VERSION. + Call AC_PROG_LIBTOOL later. + + * bootstrap.sh: Make po/Makevars from po/Makevars.template. + + * Makefile.am (EXTRA_DIST): Remove m4/ChangeLog config.rpath + mkinstalldirs. + +2010-08-12 Kenichi Handa + + * configure.ac: Fix help string for --enable-gui. + +2010-04-23 Kenichi Handa + + * Version 1.6.1 released. + +2010-04-07 Kenichi Handa + + * m17n-gui.pc.in (moduledir): New variable. + + * m17n-flt.pc.in (moduledir): New variable. + + * m17n-shell.pc.in (moduledir): New variable. + + * m17n-core.pc.in (moduledir): New variable. + +2010-04-06 Kenichi Handa + + * .cvsignore: Add mkinstalldirs, ltmain.sh. + +2010-04-04 handa + + * configure.ac: Add AC_PROG_LIBTOOL. Comment out LT_PREREQ and + LT_INIT. + +2010-04-02 Kenichi Handa + + * configure.ac: Version changed to 1.6.1. + +2010-03-30 Kenichi Handa + + * Version 1.6.0 released. + +2010-03-30 Kenichi Handa + + * configure.ac: Version changed to 1.6.0. + +2010-03-19 Kenichi Handa + + * configure.ac: Version changed to 1.6.0pre. + +2010-02-18 Kenichi Handa + + * configure.ac (M17N_BINARY_VERSION): New variable. + (M17N_MODULE_DIR): New variable. AC_SUBST it. + +2009-11-05 Kenichi Handa + + * configure.ac: Check if the OTF library has OTF_drive_gpos2 (). + +2009-10-05 Kenichi Handa + + * configure.ac: Version changed to 1.6.0. + (API_VERSION): Changed to 4.0.4. + +2009-08-13 Kenichi Handa + + * Version 1.5.5 released. + +2009-07-29 Kenichi Handa + + * configure.ac: Add AC_CONFIG_MACRO_DIR([m4]). Update by + autoupdate program. + + * mkinstalldirs: Removed. + + * bootstrap.sh: Simplified by using autoreconf. + +2009-07-28 Kenichi Handa + + * configure.ac: Version changed to 1.5.5. + +2009-03-02 Kenichi Handa + + * Version 1.5.4 released. + +2009-02-25 Kenichi Handa + + * configure.ac: Version changed to 1.5.4. + +2008-10-20 Kenichi Handa + + * Version 1.5.3 released. + +2008-09-24 Kenichi Handa + + * configure.ac: Versions changed to 1.5.3. + +2008-06-23 Kenichi Handa + + * Version 1.5.2 released. + +2008-05-30 Kenichi Handa + + * configure.ac: Versions changed to 1.5.2. + +2008-01-31 Kenichi Handa + + * Version 1.5.1 released. + +2008-01-15 Kenichi Handa + + * configure.ac: Versions changed to 1.5.1. + +2007-12-28 Kenichi Handa + + * Version 1.5.0 released. + +2007-11-13 Kenichi Handa + + * configure.ac: Version changed to 1.5.0 + (API_VERSION): Updated to 3:0:3. + + * m17n-config.in: Add FLT support. + +2007-10-12 Kenichi Handa + + * m17n-flt.pc.in: Don't require m17n-shell. + +2007-08-15 Kenichi Handa + + * m17n-flt.pc.in (prefix): New file. + + * configure.ac (AC_CONFIG_FILES): Add m17n-flt.pc. + + * Makefile.am (EXTRA_DIST): Add m17n-flt.pc.in. + (BASICDATA): Add m17n-flt.pc. + +2007-07-13 Kenichi Handa + + * Version 1.4.0 released. + +2007-05-24 Kenichi Handa + + * configure.ac (HAVE_ANTHY): Use PKG_CHECK_MODULES to check it. + +2007-05-16 Kenichi Handa + + * configure.ac: Version changed to 1.4.0 + (API_VERSION): Updated to 2:0:2. + +2007-02-28 Kenichi Handa + + * configure.ac: Version changed to 1.3.5. + +2006-12-14 Kenichi Handa + + * .cvsignore: Add INSTALL, depcomp, install-sh, and missing. + +2006-12-07 TAKAHASHI Naoto + + * Update FSF postal address. + +2006-12-06 Kenichi Handa + + * Version 1.3.4 released. + +2006-09-21 Kenichi Handa + + * mkinstalldirs: New file. + + * bootstrap.sh: Don't delete mkinstalldirs. Change order of + calling auto tools. + + * ABOUT-NLS: New file. + + * intl, m4, po: New directories. + +2006-09-21 gettextize + + * Makefile.am (SUBDIRS): Add intl. + * configure.ac (AC_CONFIG_FILES): Add intl/Makefile. + +2006-09-17 gettextize + + * Makefile.am (SUBDIRS): Add po. + (ACLOCAL_AMFLAGS): New variable. + (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog. + * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in. + +2006-09-17 Kenichi Handa + + * configure.ac: Add AM_GNU_GETTEXT. + (GETTEXTDIR): New variable. AC_SUBST it. + +2006-07-19 Kenichi Handa + + * configure.ac: Include the result of `libotf-config --cflags` in + CPPFLAGS. + 2006-07-14 Kenichi Handa * configure.ac: Version changed to 1.3.4. Delete args to @@ -240,7 +469,7 @@ * Version 1.0 released. -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -258,5 +487,5 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free -Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307, USA. +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA.