Download List

Projeto Descrição

SCIM向けのIMEngineを作ります。scim-anthyとかscim-primeとか。

System Requirements

System requirement is not defined

Liberado: 2008-02-29 00:00
scim-anthy-ss scim-anthy-1.3.1 (1 files Esconder)

Release Notes

Overview of Changes from scim-anthy-1.3.0 to scim-anthy-1.3.1
==============================================================
* Add the NICOLA-F style file to 1.3 series.
* Kill a garbage window.
* Modify preference UI to ensure to comply with GNOME HIG.
* Fix some compile time issues.

Changelog

2008-02-29 Takuro Ashie <ashie@homa.ne.jp>

* configure.ac: Version-1.3.1.

2008-02-29 Takuro Ashie <ashie@homa.ne.jp>

* configure.ac: Version-1.2.5 (BRANCH_1_2).

2008-02-26 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_factory.cpp, src/scim_anthy_conversion.cpp:
Initialize the Anthy library at Conversion class instead of at
AnthyFactory class.

2008-02-26 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp: Sort style file list by name.

2008-02-26 Takuro Ashie <ashie@homa.ne.jp>

* po/POTFILES.in: Fix a build problem.

2008-02-25 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_factory.cpp: Update credit.

2008-01-23 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_conversion.cpp, src/scim_anthy_diction.cpp,
src/scim_anthy_imengine.cpp, src/scim_anthy_kana.cpp,
src/scim_anthy_preedit.cpp, src/scim_anthy_prefs.cpp,
src/scim_anthy_setup.cpp, src/scim_anthy_tray.cpp,
src/scim_anthy_utils.cpp:
Added missing include files to build against gcc-4.3.

2007-10-12 Takuro Ashie <ashie@homa.ne.jp>

* po/de.po: Added. Thanks Gerrit Sangel.

2007-05-29 Takuro Ashie <ashie@homa.ne.jp>

* data/nicola-f.sty: Added. Thanks MORIYAMA Masayuki.
You also need to tune X Window System to apply NICOLA-F style completly.
Please see the following site for more details:
http://d.hatena.ne.jp/tree3yama/20070513/1179067686#c1180408348

2007-05-29 Takuro Ashie <ashie@homa.ne.jp>

* configure.ac: Version-1.2.4 (BRANCH_1_2).

2007-05-21 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_color_button.{cpp,h}: Renamed to
scim_anthy_color_button.{cpp,h}.
* src/scim_anthy_color_button.{cpp.h]: Added.
* src/Makefile.am, scim_anthy_setup.cpp: Renamed to
scim_anthy_color_button* and ScimAnthyColorButton*.

2007-05-14 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_key2kana.cpp: Clear m_last_key on clear().

2007-05-14 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_key2kana.cpp: Fix a bug that voiced consonants are
gone after inputing "Ro" has been fixed. Thanks MORIYAMA Masayuki.

2007-04-29 Takuro Ashie <ashie@homa.ne.jp>

* configure.ac: Version-1.2.3 (BRANCH_1_2).

2007-04-18 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.{cpp,h}, src/scim_anthy_setup_kana.cpp,
src/scim_anthy_setup_romaji.cpp:
Add create_subgroup_label(). Migrate all create_check_buton() to
GtkTable.

2007-04-16 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_factory.{cpp,h}, src/scim_anthy_key2kana.{cpp,h},
src/scim_anthy_prefs.h, src/scim_anthy_default_table.cpp:
Add spcial treatment for "RO" key of JIS kana layout. It requires
scim-1.4.6 or later (it is not released yet).

2007-04-06 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp: Move "All" item in the key category menu to
top, and capitalize it.
* po/ja.po: Update.

2007-04-06 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp: Move prediction related preferences to
"Common" page.
* po/ja.po: Update.

2007-04-05 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>

* configure.ac, src/scim_anthy_helper.cpp,
src/scim_anthy_setup.cpp
Rename SCIM_BUILD_TRAY SCIM_ANTHY_BUILD_TRAY.

* configure.ac, src/Makefile.am
SCIM_BUILD_TRAY is used to determine whether scim_anthy_tray.cpp
will be compiled.

2007-04-04 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.{cpp,h}, src/scim_anthy_setup_kana.cpp:
Arrange left alignment of widgets on kana page.

2007-04-04 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp, src/scim_anthy_table_editor.cpp:
Add title labels for GtkTreeView widgets.
* po/ja.po: Update.

2007-04-04 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_set.cpp: Use GtkOptionMenu for non editable dropdown
list (although GtkOptionMenu is deplecated on latest GTK+...).

2007-04-04 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp, src/scim_anthy_setup_kana.cpp,
src/scim_anthy_setup_romaji.cpp:
Fix padding of most outer containers and fix capitalization of title
labels to comply with Gnome HIG.
* po/ja.po: Update.

2007-04-04 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_setup.cpp: Add SCIM_BUILD_TRAY compile condition.

2007-04-04 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>

* configure.ac
Fix the bug that tray is not built even if the SCIM supports
gtkutils.

* configure.ac, src/scim_anthy_helper.cpp
The tray icon won't be built if SCIM doesn't have gtkutils.

* src/scim_anthy_helper.cpp
Fix the bug that the helper window remains as a garbage window
even after hide_*() is called.

2007-04-02 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>

* src/scim_anthy_imengine.cpp
Fix the bug that helper windows remain as a garbage window
even after reset() is called.

2007-03-30 Takashi Nakamoto <bluedwarf@bpost.plala.or.jp>

* configure.ac, bootstrap:
Remove all files generated automatically by "autopoint" from CVS
repository.

2007-03-29 Takuro Ashie <ashie@homa.ne.jp>

* src/scim_anthy_imengine.{cpp,h}: Show aux string again if the lookup
table is activated on focus in event (Merge from BRANCH_1_2).
Thanks TAGOH-san and somebody who contributes the patch.