From: handa Date: Wed, 16 May 2007 06:17:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a57187409d9c166dcc393a918754c6380f5cb0b3;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8bbbac7..5723ea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/example/ChangeLog b/example/ChangeLog index a1c9ae0..01f4139 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,24 @@ +2007-05-16 Kenichi Handa + + * mdate.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mconv.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mdump.c (PROGRAM_VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * medit.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mview.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + +2007-03-29 Kenichi Handa + + * medit.c (setup_input_methods): Use mplist_put_func. + 2006-12-06 Kenichi Handa * Version 1.3.4 released.