diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html index dbeabbeb9..103f43be4 100644 --- a/doc/en/html/about/history.html +++ b/doc/en/html/about/history.html @@ -81,10 +81,6 @@

YYYY.MM.DD (Ver 5.7.0 not released yet)

Previously, since short filename,SFN (DOS filename, 8.3 format) is used, "ttxtest.dll-" was treated as "TTXTEST.DLL" and loaded. -
  • - Changed DPI awareness setting to process-wide instead of GUI thread only. - (issue #1314) -
  • When Terminal ID is "dumb", Output timestamps to both the VT window and log file when logging. diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html index 1b4ae35e9..96e6a6dac 100644 --- a/doc/ja/html/about/history.html +++ b/doc/ja/html/about/history.html @@ -81,10 +81,6 @@

    YYYY.MM.DD (Ver 5.7.0 not released yet)

    従来はショートファイル名,SFN(DOSファイル名,8.3形式)で扱っていたため、 "ttxtest.dll-" は "TTXTEST.DLL" として扱われ、ロードされていた。
  • -
  • - 高DPI設定をGUIスレッドのみではなく、プロセス全体で行うようにした。 - (issue #1314) -
  • Terminal ID が "dumb" の時、 ログ取得時のタイムスタンプをVT Windowとログファイルへ出力するようにした。