*** empty log message ***
authorhanda <handa>
Wed, 16 May 2007 01:59:40 +0000 (01:59 +0000)
committerhanda <handa>
Wed, 16 May 2007 01:59:40 +0000 (01:59 +0000)
NEWS
README

diff --git a/NEWS b/NEWS
index 2664d37..73bddbc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 * NEWS -- What's new in the m17n library.                      -*- outline -*-
-Copyright (C) 2003, 2004, 2005, 2006
+Copyright (C) 2003, 2004, 2005, 2006, 2007
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 See the end for copying conditions.
@@ -13,12 +13,19 @@ See the end for copying conditions.
 ** New function mfont_list_family_names () returns a list of available
 font family names.
 
-** New functions mlanguage_list (), mlanguage_code (), mlanguage_name (),
-and mlanguage_text () return various language-related information.
+** New functions mlanguage_list (), mlanguage_code (),
+mlanguage_name_list (), and mlanguage_text () return various
+language-related information.
 
 ** New functions mscript_list () and mscript_language_list () return
 various script-related information.
 
+** New function msymbol_put_func (), msymbol_get_func (),
+mplist_put_func (), mplist_get_func (), mface_put_hook (), and
+mface_get_hook () are available to avoid unsafe casting of function
+pointer.  New macro M17N_FUNC and new type M17NFunc are also
+introduced.
+
 \f
 * Changes in the m17n library 1.3.0
 
@@ -147,7 +154,7 @@ library and the GD library.
 \f
 * Copyright information
 
-Copyright (C) 2003, 2004, 2005, 2006
+Copyright (C) 2003, 2004, 2005, 2006, 2007
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 
diff --git a/README b/README
index 4c1b1e4..37b9604 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory tree holds version 1.3.5 of the m17n library.   -*- text -*-
+This directory tree holds version 1.4.0 of the m17n library.   -*- text -*-
 
 Copyright (C) 2003, 2004, 2005, 2006, 2007
   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -16,9 +16,9 @@ language.
 Run the script "bootstrap.sh" in this directory.  It is tested that
 the script run successfully with these versions of autotools.
 
-       libtool-1.5.6
-       automake-1.9.5
-       autoconf-2.59
+       libtool-1.5.22
+       automake-1.9.6
+       autoconf-2.61
 
 Then, proceed to the next step.
 
@@ -98,7 +98,7 @@ 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 (Ver.1.3.5 or the later is required) too before you try the
+install it (Ver.1.4.0 or the later is required) too before you try the
 above sample programs or develop a program that uses the m17n library.