*** empty log message ***
authorhanda <handa>
Thu, 18 Aug 2005 01:27:28 +0000 (01:27 +0000)
committerhanda <handa>
Thu, 18 Aug 2005 01:27:28 +0000 (01:27 +0000)
ChangeLog
README
example/ChangeLog
src/ChangeLog

index 98ad7a9..19ebe1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-18  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Version changed to 1.3.0.
+
 2005-05-12  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Define HAVE_X11_XAW_COMMAND explicitly.
 2005-05-12  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Define HAVE_X11_XAW_COMMAND explicitly.
diff --git a/README b/README
index b912912..86aa58a 100644 (file)
--- 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.
   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
 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
 
 
 (3) DOCUMENTATION
@@ -124,7 +124,7 @@ This compiles PROX.c that uses GUI API and builds executable PROX.
 ----------------------------------------------------------------------
 Copyright information
 
 ----------------------------------------------------------------------
 Copyright information
 
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 
index 9553ba1..598b2f1 100644 (file)
@@ -1,3 +1,10 @@
+2005-08-18  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
 
        * medit.c (main): Explicitly set minput_driver.
 2005-05-19  Kenichi Handa  <handa@m17n.org>
 
        * medit.c (main): Explicitly set minput_driver.
index 93757c5..b88f0fe 100644 (file)
        * m17n-core.h (msymbol_is_managing_key): Extern it.
        (mtext_data): Extern it.
        (MTEXT_FORMAT_UTF_16): Correct type.
        * 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.
        * chartab.c (mchartable__init): Initalize chartable_table.count.
        (mchartable__fini): Use N17N_OBJECT_ADD_ARRAY instead of
        mdebug__report_object.