Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
・プログラム実行変換もどきにおいて末尾がバックスラッシュとなっているEmacsLispの文字列を正常に取り扱えなかったバグを修正しました。

・Firefox44において候補ウィンドウや辞書登録ウィンドウから確定した後にキー入力を開始するとCPU使用率が上がったままになってしまう不具合を修正しました。
 ・候補一覧のオブジェクトを中途半端な状態で保持していたため、アプリケーション側と齟齬が生じたためと思われます。
 ・KazutakaMatsudaさん、情報ありがとうございます。
  • Loading branch information
nathancorvussolis committed Jan 31, 2016
1 parent 060f886 commit 222e02f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.2.1
# CorvusSKK ver. 2.2.2

Windowsで動作するSKK風のIMEです。

Expand Down Expand Up @@ -627,4 +627,4 @@ ASCII, JIS X 0201, JIS X 0213に変換できない文字が含まれていた場

Visual Studio Community 2013 Update 5

WiX Toolset v3.10.1
WiX Toolset v3.10.2
4 changes: 2 additions & 2 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG"
#endif

#define TEXTSERVICE_VER L"2.2.1"
#define TEXTSERVICE_VER L"2.2.2"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.2.1"
#define RC_VERSION "2.2.2"
#define RC_VERSION_D 2,2,1,0

#endif
4 changes: 2 additions & 2 deletions installer/README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

==============================================================================

CorvusSKK ver. 2.2.1
CorvusSKK ver. 2.2.2

https://nathancorvussolis.github.io/
[email protected]
Expand Down Expand Up @@ -29,6 +29,6 @@

マニュアル

https://github.com/nathancorvussolis/corvusskk/blob/2.2.1/README.md
https://github.com/nathancorvussolis/corvusskk/blob/2.2.2/README.md

==============================================================================
2 changes: 1 addition & 1 deletion installer/_version.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set VERSION=2.2.1
set VERSION=2.2.2

set TARGETDIR=build
2 changes: 1 addition & 1 deletion installer/config-lua/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
CorvusSKK Lua拡張スクリプト
CorvusSKK ver.2.2.2 Lua拡張スクリプト
Cから呼ばれるLuaの関数
Expand Down
2 changes: 1 addition & 1 deletion installer/corvusskk-version.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define version="2.2.1" ?>
<?define version="2.2.2" ?>
</Include>

0 comments on commit 222e02f

Please sign in to comment.