From 78b5889d3fd2949bc636133956d6f3e54d6181e2 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 10 Dec 2004 07:03:53 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++++++ NEWS | 2 +- README | 2 +- example/ChangeLog | 15 +++++++++++++++ src/ChangeLog | 4 ++++ 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b115cc..11a0310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-12-10 Kenichi Handa + + * Version 1.2 released. + +2004-12-10 Kenichi Handa + + * configure.ac: Versions changed to 1.2. + 2004-10-14 Kenichi Handa * configure.ac (M17N_EXT_LIBS): New variable to accumulate diff --git a/NEWS b/NEWS index 8634672..0692213 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 2003, 2004 See the end for copying conditions. -* 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 --- 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) diff --git a/example/ChangeLog b/example/ChangeLog index 9889230..a8a9b84 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,18 @@ +2004-12-10 Kenichi Handa + + * Version 1.2 released. + +2004-12-10 Kenichi Handa + + * 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 * medit.c (SaveProc, DumpImageProc, FileDialogProc, read_file): diff --git a/src/ChangeLog b/src/ChangeLog index 1d936a5..6657ec1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-12-10 Kenichi Handa + + * Version 1.2 released. + 2004-12-09 Kenichi Handa * m17n-core.h: Fix typo (MTextStatus -> M17NStatus). -- 1.7.10.4