From ec536e955cf5bf93d7caaddca55b1043e63e9202 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 25 Feb 2009 02:42:34 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 9 +++++++++ src/coding.c | 2 +- src/input.c | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 52b48c1..fa3eee6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2009-02-25 Kenichi Handa + + * input.c (get_candidate_list): Free unnecessary objects. + (take_action_list): Free plist. + +2009-02-04 Kenichi Handa + + * coding.c (mcoding__init): Add "Shift_JIS" as an alias of "sjis". + 2009-01-16 Kenichi Handa * m17n-core.h (Mcased, Msoft_dotted, Mcase_mapping, Mblock): diff --git a/src/coding.c b/src/coding.c index c29dcd9..67c2065 100644 --- a/src/coding.c +++ b/src/coding.c @@ -1,5 +1,5 @@ /* coding.c -- code conversion module. - Copyright (C) 2003, 2004 + Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/src/input.c b/src/input.c index 5fcd3dd..8b64994 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* input.c -- input method module. - Copyright (C) 2003, 2004, 2005, 2006 + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 -- 1.7.10.4