2005-03-07 Hiroyuki Komatsu * src/suikyo-composer.rb (SuikyoComposer::edit_get_expansion_internal): Separated from edit_get_expansion to edit_get_expansion_internal. 2005-01-13 Hiroyuki Komatsu * Suikyo 2.0.1.1: * src/suikyo.rb (SuikyoTable::unset): Fixed bugs. Thanks for the notice from Masaki Yatsu. 2005-01-10 Hiroyuki Komatsu * src/suikyo.rb (SuikyoTable::unset): New method to remove a convertion-entry. * src/suikyo-composer.rb: Fixed a bug from duplication of chunk data. Thanks for the notice from MATSUI Fe2+ Tetsushi. 2004-12-23 Hiroyuki Komatsu * src/suikyo-composer.rb: Added table-operation methods and undo methods. 2004-12-14 Hiroyuki Komatsu * src/suikyo-composer.rb: Added two methods set_table_entry and set_reverse_table_entry. Changed the type of the return value of edit_get_raw_input Added a new method edit_get_conversion 2004-12-13 Hiroyuki Komatsu * src/suikyo.rb (SuikyoTable::get_word): Changed the name from word() to get_word(). Fixed a bug under the azik table. Thanks for the notice from Masaki Yatsu. 2004-12-10 Hiroyuki Komatsu * src/suikyo-composer.rb (SuikyoComposer::hybrid_typing_check_validation): Added a checking routing of the number of capital characters. 2004-12-09 Hiroyuki Komatsu * src/suikyo-composer.rb: - Added the hybrid typing mode which changes the surface of the preediting string considerring the validation of the preedition. - Change the variable name 'surface_mode' to 'typing_mode'. The former 'typing_mode' has been deleted. 2004-12-07 Hiroyuki Komatsu * src/suikyo-composer.rb: Added a masking funcion for T-code. 2004-12-05 Hiroyuki Komatsu * src/suikyo-composer.rb: Changed suikyo modules except the suikyo_default form instance variables to class variables. 2004-12-04 Hiroyuki Komatsu * src/suikyo-composer.rb: [NEW FILE] Separated a composing module from suikyo.rb. 2004-12-02 Hiroyuki Komatsu * src/suikyo.rb: Added methods for PRIME. 2004-12-01 Hiroyuki Komatsu * src/suikyo.rb: Added composing methods under a raw typing mode to SuikyoComposer. 2004-11-18 Hiroyuki Komatsu * test/test-composer.rb: [NEW FILE] a test command for SuikyoCOmposer. * src/suikyo.rb: Created the new class SuikyoComposer which is based on methods for composition in the class Suikyo. 2004-11-17 Hiroyuki Komatsu * src/suikyo.rb: Added composing methods to the class Suikyo. Create the new cless SuikyoCharChunk for the composition above. 2004-01-31 Hiroyuki Komatsu * src/suikyo.rb (Suikyo::convert_internal): Fix a bug to consider a last character which is undefined, as a pending character. 2004-01-07 Hiroyuki Komatsu * src/suikyo.rb (suikyo#convert): Add a routine to deal a space character as a conversion delimiter. (suikyo#expand): ditto. (suikyo#conver_internal): Refine the code. 2003-05-25 Hiroyuki Komatsu * suikyo/suikyo.rb (Suikyo#valid?): valid の判定ルールを変更. 2003-05-23 Hiroyuki Komatsu * suikyo/suikyo.rb: (SuikyoTable#table_files): [new variable] 読み込んだファイルの配列. 2003-05-21 Hiroyuki Komatsu * suikyo/suikyo.rb (SukyoTable#loadpath): [new class method] 読み込むファイルパスの決定. 2003-05-17 Hiroyuki Komatsu * suikyo/suikyo.rb: (Suikyo#valid?): 変換の妥当性を検証 2003-04-24 Hiroyuki Komatsu * suikyo/suikyo.rb (Suikyo#expand): 重複チェックが甘かったので修正. (SuikyoTable#set): 内部処理の最適化のため引数に unescape フラグを追加. (Suikyo#expand_table): all_results から改名, 処理を簡潔に. (SuikyoTable#allresults): Table ツリー以下の変換結果をすべて取得 (SuikyoTable#allresults_uniq): allresults から冗長部分を排除. 2003-04-14 Hiroyuki Komatsu * suikyo/suikyo.rb (Suikyo#initialize): table を指定しても読み込まれないバグを修正. Hideyuki ENDO のパッチに感謝. * test/test_01.rb (suikyo): [NEW FILE] コードテストを作成 2002-11-23 Hiroyuki Komatsu * doc/index.html (Repository): [NEW FILE] ドキュメント作成 * suikyo/suikyo.rb (Repository): SuikyoTable と SuikyoTable2 を public に. 2002-11-21 Hiroyuki Komatsu * リリース