From 9f1ed3b3f01b92791632eedd3354a69e87cde8bb Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Fri, 26 Jul 2019 19:45:32 +0900 Subject: [PATCH] update README* --- README.md | 4 ++-- README.txt | 4 ++-- READMEJP.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc1fc447..8779d94e 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ It's a special message compiler I made. See mcdx/MESSAGETABLEDX.md for details. - Correctly fail upon compilation error of string table and message table. * 2019.07.14 ver.5.1.9 - Supported UTF-16 source input/output. - * 2019.XX.YY ver.5.2.0 - - Correctly treat DIALOG STYLE values. + * 2019.07.26 ver.5.2.0 + - Correctly treat `DIALOG STYLE` values (`WS_CAPTION` is default value of `DIALOG STYLE`). - Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding. ## Contact Us diff --git a/README.txt b/README.txt index 6553c2da..734e5637 100644 --- a/README.txt +++ b/README.txt @@ -99,8 +99,8 @@ Question 4. What is mcdx? - Correctly fail upon compilation error of string table and message table. * 2019.07.14 ver.5.1.9 - Supported UTF-16 source input/output. - * 2019.XX.YY ver.5.2.0 - - Correctly treat DIALOG STYLE values. + * 2019.07.26 ver.5.2.0 + - Correctly treat DIALOG STYLE values (WS_CAPTION is default value of DIALOG STYLE). - Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding. ///////////////////////////////////////////////////// diff --git a/READMEJP.txt b/READMEJP.txt index 1ddce79d..4ca58106 100644 --- a/READMEJP.txt +++ b/READMEJP.txt @@ -418,8 +418,8 @@ 文字列テーブルとメッセージテーブルのコンパイルエラーでちゃんと失敗。 2019.07.14 ver.5.1.9 UTF-16ソースの入出力をサポート。 - 2019.XX.YY ver.5.2.0 - DIALOG STYLEを正しく扱う。 + 2019.07.26 ver.5.2.0 + DIALOG STYLE を正しく扱う (WS_CAPTION はDIALOG STYLEのデフォルト値)。 圧縮されたEXEファイルを開くときに、展開せずに開いたときにファイルが消えてしまうバグを修正。 まとめサイトのURLを更新。