*** empty log message ***
authorhanda <handa>
Fri, 10 Dec 2004 07:03:53 +0000 (07:03 +0000)
committerhanda <handa>
Fri, 10 Dec 2004 07:03:53 +0000 (07:03 +0000)
ChangeLog
NEWS
README
example/ChangeLog
src/ChangeLog

index 9b115cc..11a0310 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * Version 1.2 released.
+
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Versions changed to 1.2.
+
 2004-10-14  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac (M17N_EXT_LIBS): New variable to accumulate
diff --git a/NEWS b/NEWS
index 8634672..0692213 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2003, 2004
 See the end for copying conditions.
 
 \f
-* Changes in the m17n library 1.1.1
+* Changes in the m17n library 1.2
 
 ** Two new variables MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32.
 They are initialized to one of MTEXT_FORMAT_UTF_16LE,
diff --git a/README b/README
index 37cf90d..a872004 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory tree holds version 1.1.0 of the m17n library.   -*- text -*-
+This directory tree holds version 1.2 of the m17n library.     -*- text -*-
 
 Copyright (C) 2003, 2004
   National Institute of Advanced Industrial Science and Technology (AIST)
index 9889230..a8a9b84 100644 (file)
@@ -1,3 +1,18 @@
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * Version 1.2 released.
+
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * mview.c (VERSION): Update to 1.2.
+
+       * medit.c (VERSION): Update to 1.2.
+       (main): If filename is not specified, open /dev/null.
+
+       * mdate.c (VERSION): Update to 1.2.
+
+       * mconv.c (VERSION): Update to 1.2.
+
 2004-12-09  Kenichi Handa  <handa@m17n.org>
 
        * medit.c (SaveProc, DumpImageProc, FileDialogProc, read_file):
index 1d936a5..6657ec1 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * Version 1.2 released.
+
 2004-12-09  Kenichi Handa  <handa@m17n.org>
 
        * m17n-core.h: Fix typo (MTextStatus -> M17NStatus).