+2004-03-29 Kenichi Handa <handa@m17n.org>
+
+ * Version 1.0 Patch Level 2 released.
+
2004-03-19 Kenichi Handa <handa@m17n.org>
* Version 1.0 Patch Level 1 released.
See the end for copying conditions.
\f
-* Changes in the m17n library 0.9
+* Changes in the m17n library 1.0
** Released.
+2004-03-29 Kenichi Handa <handa@m17n.org>
+
+ * Version 1.0 Patch Level 2 released.
+
2004-03-19 Kenichi Handa <handa@m17n.org>
* Version 1.0 Patch Level 1 released.
if (merror_code != MERROR_NONE)
FATAL_ERROR ("%s\n", "Fail to initialize the m17n library.");
- /* Get a local list in LOCALE_LIST, and generate an M-text that
+ /* Get a locale list in LOCALE_LIST, and generate an M-text that
contains date string in each locale. */
locale_list = list_system_locales ();
mt = mtext ();
* m17n.c (m17n_fini): Fix debugging information.
+ * mtext.c (mtext__adjust_foramt): New function.
+
+ * mtext.h (mtext__adjust_foramt): Extern it.
+
* plist.c (mplist_deserialize): Renamed from mplist__deserialize.
+ * plist.h (mplist__deserialize): Don't extern it.
+
* symbol.c (msymbol__fini): Set freed_symbols to 0. Set all
elements of symbol_table to NULL. Report about created and freed
symbols if MDEBUG_FINI is set.