-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
| ||
================================================================================ | ||
tsf-tutcode version 0.1.0 (2013-09-XXX) | ||
tsf-tutcode version 0.1.0 (2013-09-26) | ||
|
||
https://github.com/deton/tsf-tutcode | ||
[email protected] | ||
|
@@ -460,7 +460,6 @@ | |
・制限事項、既知の問題 | ||
|
||
・交ぜ書き変換辞書登録モードでの後置型変換は未対応。 | ||
・前置型交ぜ書き変換の読み入力中の後置型変換は未対応。 | ||
・「入力途中のキーシーケンスを表示する」設定の場合、 | ||
いくつかのアプリで後置型変換が正しく動作しない場合あり。 | ||
例)「てすと」k3(Kata3機能)→「てストk」 | ||
|
@@ -478,3 +477,13 @@ | |
Windows SDK 7.1 | ||
Windows Driver Kit 7.1.0 (Mozcで使用されているATLのため) | ||
WiX 3.7 | ||
|
||
・履歴 | ||
|
||
・v0.0.3 | ||
・最初のリリース(自分で使う際に最低限の機能が使えるレベル) | ||
・v0.1.0 | ||
・前置型交ぜ書き変換の読み入力中の読みに対する後置型カタカナ・部首合成変換 | ||
・後置型変換時TSF/IMR_DOCUMENTFEEDでは空の文字列しか取得できなかった場合、 | ||
内部バッファを使うようにした(issue#2 への対処)。 | ||
・ベースのCorvusSKKを1.2.2に更新。 |