From 06546dee8e8616f28c2f5ba9b6b7032de3fa6e01 Mon Sep 17 00:00:00 2001 From: zmatsuo <6488847+zmatsuo@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:43:34 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=89=88=E5=B1=A5=E6=AD=B4=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20#160?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/en/html/about/history.html | 1 + doc/ja/html/about/history.html | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html index 3d5d7c391..1bf557105 100644 --- a/doc/en/html/about/history.html +++ b/doc/en/html/about/history.html @@ -52,6 +52,7 @@

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

  • Fixed to use EnableContinuedLineCopy setting when double click to select a word. This bug was introduced in 5.2.
  • Fixed window maximization works immediately after startup.
  • MACRO: fixed password file name for getpassword and delpassword macro command is not Unicode compatible.
  • +
  • Fixed crash on exit when using /V option of ttermpro.exe.
  • diff --git a/doc/ja/html/about/history.html b/doc/ja/html/about/history.html index 00102d07f..097497ee7 100644 --- a/doc/ja/html/about/history.html +++ b/doc/ja/html/about/history.html @@ -52,6 +52,7 @@

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

  • ダブルクリックでワード選択時、EnableContinuedLineCopy を反映するよう修正した。5.2でエンバグ。
  • 起動直後のウィンドウ最大化が動作するよう修正した。
  • MACRO: getpassword, delpasswordマクロコマンドのパスワードファイル名がUnicodeに対応していなかったので修正した。
  • +
  • ttermpro.exe の /V オプションを使用すると終了時クラッシュする問題を修正した。