From bc0fdfdd255fba92cd146d8bdd02921416e517fc Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Mar 2004 04:02:51 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ NEWS | 2 +- example/ChangeLog | 4 ++++ example/mdate.c | 2 +- src/ChangeLog | 6 ++++++ 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8da2480..470b01f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-29 Kenichi Handa + + * Version 1.0 Patch Level 2 released. + 2004-03-19 Kenichi Handa * Version 1.0 Patch Level 1 released. diff --git a/NEWS b/NEWS index d907f43..b421731 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 2003, 2004 See the end for copying conditions. -* Changes in the m17n library 0.9 +* Changes in the m17n library 1.0 ** Released. diff --git a/example/ChangeLog b/example/ChangeLog index 52d1cb2..a665421 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,7 @@ +2004-03-29 Kenichi Handa + + * Version 1.0 Patch Level 2 released. + 2004-03-19 Kenichi Handa * Version 1.0 Patch Level 1 released. diff --git a/example/mdate.c b/example/mdate.c index 6f46599..94c8661 100644 --- a/example/mdate.c +++ b/example/mdate.c @@ -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 (); diff --git a/src/ChangeLog b/src/ChangeLog index d240440..3444acf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -34,8 +34,14 @@ * 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. -- 1.7.10.4