*** empty log message ***
authorhanda <handa>
Mon, 29 Mar 2004 04:02:51 +0000 (04:02 +0000)
committerhanda <handa>
Mon, 29 Mar 2004 04:02:51 +0000 (04:02 +0000)
ChangeLog
NEWS
example/ChangeLog
example/mdate.c
src/ChangeLog

index 8da2480..470b01f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/NEWS b/NEWS
index d907f43..b421731 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 0.9
+* Changes in the m17n library 1.0
 
 ** Released.
 
index 52d1cb2..a665421 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6f46599..94c8661 100644 (file)
@@ -163,7 +163,7 @@ main (int argc, char **argv)
   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 ();
index d240440..3444acf 100644 (file)
 
        * 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.