Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
・ ウィンドウ表示するときのエディットセッションの要求フラグと戻り値チェックを修正しました。
 ・ウィンドウが表示されないケースが軽減します。
 ・lazy_dogさん、情報ありがとうございます。

・辞書管理プロセスの自動実行のレジストリ値に含まれるディレクトリが「C:\Windows」固定になっていたので、インストール時に環境変数SysytemRootから取得するようにしました。
  • Loading branch information
nathancorvussolis committed Nov 18, 2015
1 parent 1549c84 commit 4a8085d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT VISUAL STUDIO EXPRESS 2013 FOR WINDOWS DESKTOP

Distributable Code.
The software contains code that you are permitted to distribute in
programs you develop if you comply with the terms below.
(For this Section the term "distribution" also means deployment of
your programs for third parties to access over the Internet.)
The software contains code that you are permitted to distribute in
programs you develop if you comply with the terms below.
(For this Section the term "distribution" also means deployment of
your programs for third parties to access over the Internet.)

i. Right to Use and Distribute.
The code and text files listed below are “Distributable Code.”
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.1.2
# CorvusSKK ver. 2.1.3

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

Expand Down
6 changes: 3 additions & 3 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.1.2"
#define TEXTSERVICE_VER L"2.1.3"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.1.2"
#define RC_VERSION_D 2,1,2,0
#define RC_VERSION "2.1.3"
#define RC_VERSION_D 2,1,3,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.1.2
CorvusSKK ver. 2.1.3

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

マニュアル

https://github.com/nathancorvussolis/corvusskk/blob/2.1.2/README.md
https://github.com/nathancorvussolis/corvusskk/blob/2.1.3/README.md

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

set VERSION=2.1.2
set VERSION=2.1.3
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.1.2" ?>
<?define version="2.1.3" ?>
</Include>
2 changes: 1 addition & 1 deletion installer/license.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ MICROSOFT SOFTWARE LICENSE TERMS\par
MICROSOFT VISUAL STUDIO EXPRESS 2013 FOR WINDOWS DESKTOP\par
\par
\pard\li109\sl240\slmult1 Distributable Code.\par
\pard\li218\sl240\slmult1 The software contains code that you are permitted to distribute in programs you develop if you comply with the terms below. (For this Section the term "distribution" also means deployment of your programs for third parties to access over the Internet.)\par
\pard\li142\sl240\slmult1 The software contains code that you are permitted to distribute in programs you develop if you comply with the terms below. (For this Section the term "distribution" also means deployment of your programs for third parties to access over the Internet.)\par
\pard\sl240\slmult1\par
\pard\li218\sl240\slmult1 i. Right to Use and Distribute.\par
\pard\li328\sl240\slmult1 The code and text files listed below are \ldblquote Distributable Code.\rdblquote\par
Expand Down

0 comments on commit 4a8085d

Please sign in to comment.