From 6b5d2fd3c22f475982f11e21dfdf107fabc4f395 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 4 Jun 2004 11:44:32 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 5 +++++ src/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/example/ChangeLog b/example/ChangeLog index c901e91..1d3e5bf 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,8 @@ +2004-06-04 Kenichi Handa + + * mconv.c (compare_coding_name): New function. + (list_coding): Sort the list of codings by their names. + 2004-06-03 Kenichi Handa * medit.c (InputMethodInfo): New type. diff --git a/src/ChangeLog b/src/ChangeLog index 0a35ab1..f7c550d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2004-06-04 Kenichi Handa + + * m17n-core.c (mdebug__register_object): New function. + (mdebug__unregister_object): Likewise. + + * internal.h (mdebug__register_object, mdebug__unregister_object): + Extern them. + (M17N_OBJECT_REGISTER, M17N_OBJECT_UNREGISTER): Call them + respectively. + + * charset.c (mcharset__load_from_database): Don't call + mconv__register_charset_coding here. + + * coding.c (find_coding): Get a real name from an element of + coding_definition_list. + (mconv__register_charset_coding): Set the real name at the top of + param. + (mcoding__load_from_database): Likewise. + (mconv_list_codings): Adjusted for the above change. + 2004-06-03 Kenichi Handa * coding.c (find_coding): Find by canonicalized name. Don't have -- 1.7.10.4