From: handa Date: Thu, 18 Aug 2005 01:27:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-0~265 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=74bb769d10d8b61d3f995c6370fb8f3d32441d1b;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 98ad7a9..19ebe1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-18 Kenichi Handa + + * configure.ac: Version changed to 1.3.0. + 2005-05-12 Kenichi Handa * configure.ac: Define HAVE_X11_XAW_COMMAND explicitly. diff --git a/README b/README index b912912..86aa58a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This directory tree holds version 1.2.0 of the m17n library. -*- text -*- +This directory tree holds version 1.3.0 of the m17n library. -*- text -*- -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 See the end for copying conditions. @@ -91,8 +91,8 @@ Please read also INSTALL for the generic installation instructions. The m17n library utilizes the m17n database available at: http://www.m17n.org/m17n-lib/m17n-db Without this database, the m17n library loses half its value. Please -install it too before you try the above sample programs or develop a -program that uses the m17n library. +install it (Ver.1.3.0 or the later is required) too before you try the +above sample programs or develop a program that uses the m17n library. (3) DOCUMENTATION @@ -124,7 +124,7 @@ This compiles PROX.c that uses GUI API and builds executable PROX. ---------------------------------------------------------------------- Copyright information -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/example/ChangeLog b/example/ChangeLog index 9553ba1..598b2f1 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,10 @@ +2005-08-18 Kenichi Handa + + * medit.c (main): Adjusted for the change of symbol's language + property (now in lowercase). + + * mdump.c (main): Handle --fontset arg. + 2005-05-19 Kenichi Handa * medit.c (main): Explicitly set minput_driver. diff --git a/src/ChangeLog b/src/ChangeLog index 93757c5..b88f0fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -250,7 +250,9 @@ * m17n-core.h (msymbol_is_managing_key): Extern it. (mtext_data): Extern it. (MTEXT_FORMAT_UTF_16): Correct type. - + (M17NLIB_MINOR_VERSION): Changed to 3. + (M17NLIB_VERSION_NAME): Changed to "1.3.0". + * chartab.c (mchartable__init): Initalize chartable_table.count. (mchartable__fini): Use N17N_OBJECT_ADD_ARRAY instead of mdebug__report_object.