* 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.
** 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
\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
-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)
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.
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.