SCIM向けのIMEngineを作ります。scim-anthyとかscim-primeとか。
Overview of Changes from scim-anthy-0.4.2 to scim-anthy-0.4.3
=============================================================
* Fix for gcc-4.0. Thanks UTUMI-san.
* Fix a bug that selecting first & last candidate feature doesn't work.
Thanks BANDO-san.
2005-06-04 Takuro Ashie <ashie@homa.ne.jp>
* configure.ac: Version-0.4.3.
2005-06-02 Takuro Ashie <ashie@homa.ne.jp>
* src/scim_anthy_imengine_factory.cpp:
Fixed a problem that selecting first & last candidate feature doesn't
work. Thanks reporting! > BANDO-san
* src/scim_anthy_imengine.cpp: Bug fix along with above change.
2005-06-02 Takuro Ashie <ashie@homa.ne.jp>
* src/scim_anthy_imengine_factory.cpp, src/scim_anthy_action.{cpp,h},
src/scim_imengine.h:
Fix for gcc-4.0. But it's a ad-hoc solution.
2005-05-17 Takuro Ashie <ashie@homa.ne.jp>
* configure.ac; Sorry, AM_INIT_AUTOMAKE(1.9), not AM_PREREQ.