Skip to content

Commit

Permalink
変更履歴を修正 #274
Browse files Browse the repository at this point in the history
- 53b351b で TCP/IP タブを元に戻したので、それにあわせて修正 #84
- リンクを追加
- typo 修正
  • Loading branch information
nmaya committed Sep 8, 2024
1 parent b85f2e3 commit 4607404
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>When pasting string from clipboard that does not contain control codes such as line feeds, characters are not outputted twice in the log with the default settings.</li>
</ul>
</li>
<li>EnableContinuedLineCopy setting is now used when dragging after selecting a word by double click.</li>
<li><a href="../menu/setup-additional-copy-and-paste.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a> setting is now used when dragging after selecting a word by double click.</li>
<li>Right-click(paste) is not disabled even when <a href="../setup/teraterm-win.html#textselect">SelectOnActivate</a> is off.</li>
<li>Fixed some Emoji which character widths did not change with Override Emoji Characters width option. (Changed referenced Emoji table.)</li>
<li>Fixed some Emoji which character widths did not change with "<a href="../menu/setup-additional-coding.html#UnicodeEmojiOverride">Override Emoji Characters width</a>" option. (Changed referenced Emoji table.)</li>
<li>To adjust to narrow the space between characters, <a href="../setup/teraterm-win.html#space">VTFontSpace</a> became to be able to set negative value.</li>
<li>Only available COM ports are now listed.
<ul>
<li>COM ports that are disabled and failed to initialize are not included.</li>
</ul>
</li>
<li>General setup dialog is now shown the information from <a href="../menu/setup-general.html#UILanguageFile">Language file</a> which is selected.</a>
<li>"Default port" settings is moved to <a href="../menu/setup-additional-general.html#Port">General tab</a> of Additional settings dialog from General setup dialog.</li>
<li>Removed Language setting from General setup dialog.</li>
<li>Download folder setting is moved to <a href="../menu/setup-additional-general.html#DownloadFolder">General tab</a> of Additional settings dialog.</li>
<li>Added ViewlogEditor argument on <a href="../menu/setup-additional-log.html#ViewlogEditorArg">Log Tab</a> in Additional settings dialog.</li>
<li>Setup - Font was integrated into <a href="../menu/setup-additional-font.html">Font tab</a> of Additional settings dialog.</li>
<li>Keyboard setup dialog is moved to <a href="../menu/setup-additional-keyboard.html">Keyboard tab</a> of Additional settings dialog.</li>
<li>TCP/IP setup dialog is moved to <a href="../menu/setup-additional-tcpip.html">TCP/IP tab</a> of Additional settings dialog.</li>
<li>Default port settings is moved to <a href="../menu/setup-additional-tcpip.html">TCP/IP tab</a> of Additional settings dialog from General setup dialog.</li>
<li>Improved Broadcast command dialog:
<li>Improved <a href="../menu/control-broadcast.html">Broadcast command dialog</a>:
<ul>
<li>Edit control now support paste by R/M mouse clicking and Shift-INS.</li>
<li>Edit control now works the same whether the IME is on or off.</li>
Expand All @@ -69,10 +69,10 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
</ul>
</li>
<li>Returned the display position of the message box to its previous behavior (center of the parent window) before 4.103, excluding some message boxes.</li>
<li>Error messagebox is now shown when logging cannot be started with LogAutoStart=on</li>
<li>Error messagebox is now shown when logging cannot be started with "<a href="../menu/setup-additional-log.html#LogAutoStart">LogAutoStart=on</a>"</li>
<li>Allow users to select creating automatic backup or not by <a href="../setup/teraterm-misc.html#IniAutoBackup">IniAutoBackup</a> when overwriting the ini file.
<li>MACRO: <a href="../macro/command/send.html">send</a> macro command check data and sends it as text or binary. Added <a href="../macro/command/sendtext.html">sendtext</a> and <a href="../macro/command/sendbinary.html">sendbinary</a> macro command</li>
<li>MACRO: Added options such as size specification to the listbox command.</li>
<li>MACRO: Added options such as size specification to the <a href="../macro/command/listbox.html">listbox</a> command.</li>
<li>MACRO: Added the <a href="../macro/command/getttpos.html">getttpos</a> command to retrieve the display status, position, and size in the VT window of Tera Term.</li>
<li>MACRO: Added support for password file using aes-256-ctr encryption
<ul>
Expand All @@ -87,10 +87,10 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>

<li>Bug fixes
<ul>
<li>Fixed text color to be gray instead of black when SGR 1 + SGR 30(Bold + FG Black).</li>
<li>Fixed to repetition of surrogate pair characters correctly display when "Drawing resized font to fit cell width" is on.</li>
<li>Fixed text color to be gray instead of black when received SGR 1 + SGR 30 (Bold + FG Black).</li>
<li>Fixed to repetition of surrogate pair characters correctly display when "<a href="../menu/setup-additional-font.html#ResizedFont">Drawing resized font to fit cell width</a>" is on.</li>
<li>Fixed display of combined characters was corrupted.</li>
<li>Fixed to use EnableContinuedLineCopy setting when double click to select a word. This bug was introduced in 5.2.</li>
<li>Fixed to use <a href="../menu/setup-additional-copy-and-paste.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a> setting when double click to select a word. This bug was introduced in 5.2.</li>
<li>Fixed same repeated characters are selected when double click on delimiter character.(Fixed select behavior that changed in 5.2 to be same as before.)</li>
<li>Fixed wrong characters were sent when transmit character code is JIS.
<ul>
Expand All @@ -106,7 +106,7 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>Fixed window maximization works immediately after startup.</li>
<li>Added <a href="../setup/folder.html#DownloadDir">download folder</a> for log saving folder same as Tera Term 4.</li>
<li>MACRO: Fixed <a href="../macro/command/send.html">send</a> macro command could not send $00.</li>
<li>MACRO: Fixed <a href="../macro/command/clipb2var.html">clipb2var</a> is not working.</li>
<li>MACRO: Fixed <a href="../macro/command/clipb2var.html">clipb2var</a> macro command is not working.</li>
<li>MACRO: Fixed path of <a href="../macro/command/basename.html">basename</a> and <a href="../macro/command/dirname.html">dirname</a> macro commands were not Unicode-compatible.</li>
<li>MACRO: Fixed ttermpro.exe does not crash when file specified in the <a href="../macro/command/xmodemsend.html">xmodemsend</a> macro command does not exist.</li>
<li>MACRO: Fixed password file name for <a href="../macro/command/getpassword.html">getpassword</a> and <a href="../macro/command/delpassword.html">delpassword</a> macro command is not Unicode compatible.</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/menu/setup-additional-coding.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 id="AmbiguousCharactersWidth">Ambiguous Characters width</h3>
Refer to <a href="setup-additional-font.html#ResizedFont">Drawing resized font to fit cell width</a> for Tera Term drawing character width.
If you change Coding-receive by pull-down, width is changed to typical characte witdh of that code automatically. Nevertheless, that width is not absolutely recommend, you can choose the width what you want for font or other reasons.

<h3>Override Emoji Characters width</h3>
<h3 id="UnicodeEmojiOverride">Override Emoji Characters width</h3>

When checked, Overrides characters width from East_Asian_Width.<br>
Refer to <a href="#emoji">About Emoji width (cells)</a>.
Expand Down
34 changes: 17 additions & 17 deletions doc/ja/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>デフォルト設定で改行などを含まない文字列をクリップボードからペーストしたとき二重にログに出力されなくなった。</li>
</ul>
</li>
<li>ダブルクリックでワード選択後のドラッグ時、EnableContinuedLineCopy を反映してするようにした</li>
<li>ダブルクリックでワード選択後のドラッグ時、<a href="../menu/setup-additional-copy-and-paste.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a> を反映するようにした</li>
<li><a href="../setup/teraterm-win.html#textselect">SelectOnActivate</a> が off でも右クリックによる貼り付けは行われるようにした。</li>
<li>Override Emoji Characters widthで文字幅が変化しない絵文字があったので修正した。(参照する絵文字テーブルを変更した。)</li>
<li>"<a href="../menu/setup-additional-coding.html#UnicodeEmojiOverride">Override Emoji Characters width</a>" で文字幅が変化しない絵文字があったので修正した。(参照する絵文字テーブルを変更した。)</li>
<li>余白が大きいフォントで文字間を狭くするため、<a href="../setup/teraterm-win.html#space">VTFontSpace</a> に負の値を設定できるようにした。</li>
<li>使用可能なCOMポートのみを一覧に表示するようにした。
<ul>
Expand All @@ -52,13 +52,13 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
</li>
<li>General setup ダイアログで、選択されている <a href="../menu/setup-general.html#UILanguageFile">言語ファイル</a>の情報を表示するようにした。</li>
<li>General setup ダイアログの Language 設定を削除した。</li>
<li>"Default port" 設定を General setup ダイアログから Additional settings の <a href="../menu/setup-additional-general.html#Port">General タブ</a>へ移動した。</li>
<li>ダウンロードフォルダの設定を Additional settings の <a href="../menu/setup-additional-general.html#DownloadFolder">General タブ</a>へ移動した。</li>
<li>ViewlogEditor の引数を Additional settings の <a href="../menu/setup-additional-log.html#ViewlogEditorArg">Log タブ</a>に追加した。</li>
<li>Setup-Font 設定を Additional settings の <a href="../menu/setup-additional-font.html">Font タブ</a>へ統合した。</li>
<li>Keyboard setup ダイアログを Additional settings の <a href="../menu/setup-additional-keyboard.html">Keyboard タブ</a>へ移動した。</li>
<li>TCP/IP setup ダイアログを Additional settings の <a href="../menu/setup-additional-tcpip.html">TCP/IP タブ</a>へ移動した。</li>
<li>Default port 設定を General setup ダイアログから Additional settings の <a href="../menu/setup-additional-tcpip.html">TCP/IP タブ</a>へ移動した。</li>
<li>Broadcast commandダイアログの挙動を改善した。
<li><a href="../menu/control-broadcast.html">Broadcast command ダイアログ</a>の挙動を改善した。
<ul>
<li>リアルタイムモードでは、コマンド入力コントロールで マウス右クリック・中クリック あるいは Shift-INS によりペーストできるようにした。また、この時の改行の確認は各ウィンドウではなくダイアログで行われるようにした。</li>
<li>リアルタイムモードでは、コマンド入力コントロールは IME の ON/OFF に関わらず同じ動きをするようにした。</li>
Expand All @@ -69,10 +69,10 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
</ul>
</li>
<li>メッセージボックスの表示位置を4.103より前の動作(親ウィンドウ中央)に戻した。(一部のメッセージボックスを除く)</li>
<li>LogAutoStart=on でログ記録が開始できないとき、エラーメッセージを表示するようにした。</li>
<li>"<a href="../menu/setup-additional-log.html#LogAutoStart">LogAutoStart=on</a>" でログ記録が開始できないとき、エラーメッセージを表示するようにした。</li>
<li>iniファイルを上書きする際に自動バックアップを作成するかどうかを <a href="../setup/teraterm-misc.html#IniAutoBackup">IniAutoBackup</a> で設定できるようにした。</li>
<li>MACRO: <a href="../macro/command/send.html">send</a> マクロコマンドは送信データを判定してテキスト又はバイナリとして送信する。<a href="../macro/command/sendtext.html">sendtext</a><a href="../macro/command/sendbinary.html">sendbinary</a> マクロコマンドを追加した。</li>
<li>MACRO: listboxコマンドにサイズ指定等のオプション等を追加した</li>
<li>MACRO: <a href="../macro/command/listbox.html">listbox</a> コマンドにサイズ指定等のオプション等を追加した</li>
<li>MACRO: Tera Term の VT window の表示状態、位置、サイズを取得する <a href="../macro/command/getttpos.html">getttpos</a> コマンドを追加した。</li>
<li>MACRO: aes-256-ctr 暗号化を使用したパスワードファイルをサポートした
<ul>
Expand All @@ -87,29 +87,29 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>

<li>バグ修正
<ul>
<li>SGR 1 + SGR 30(強調+文字色黒)のとき、文字色を黒ではなく灰色で表示するよう修正した。</li>
<li>"Drawing resized font to fit cell width"がonのとき、サロゲートペアの文字が連続した場合でも正しく表示するよう修正した。</li>
<li>SGR 1 + SGR 30 (強調+文字色黒)を受信したとき、文字色を黒ではなく灰色で表示するよう修正した。</li>
<li>"<a href="../menu/setup-additional-font.html#ResizedFont">Drawing resized font to fit cell width</a>" が on のとき、サロゲートペアの文字が連続した場合でも正しく表示するよう修正した。</li>
<li>結合文字の表示が崩れることがあったので修正した。</li>
<li>ダブルクリックでワード選択時、EnableContinuedLineCopy を反映するよう修正した。5.2でエンバグ。</li>
<li>ダブルクリックでワード選択時、<a href="../menu/setup-additional-copy-and-paste.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a> を反映するよう修正した。5.2でエンバグ。</li>
<li>区切り文字をダブルクリックしたとき、連続した同一文字を選択するよう修正した(5.2で変わってしまった選択動作を従来と同じ動作となるよう修正した)。</li>
<li>送信文字コードがJISの時、誤った文字を送信することがあったので修正した
<li>送信文字コードがJISの時、誤った文字を送信することがあるのを修正した
<ul>
<li>行末の文字出力の誤りを修正した。</li>
<li>ローカルエコーがON時、正しくエコーされなかったので修正した</li>
<li>ローカルエコーがON時、正しくエコーされないのを修正した</li>
</ul>
</li>
<li>モデムデバイスのCOMポート検出を修正した。4.x と同様にモデムデバイスも検出できるようになった。</li>
<li>新しい接続ダイアログで、直前に使用したCOMポートを選択しなかったので修正した</li>
<li>新しい接続ダイアログで、COMポートリストがソートされなかったので修正した</li>
<li>新しい接続ダイアログで、直前に使用したCOMポートが選択されないのを修正した</li>
<li>新しい接続ダイアログで、COMポートリストがソートされていないのを修正した</li>
<li>Window setup ダイアログで No Frame だけが変更された場合も変更を適用するようにした。</li>
<li>ttermpro.exe の <a href="../commandline/teraterm.html#v">/V オプション</a>を使用すると終了時クラッシュする問題を修正した。</li>
<li>起動直後のウィンドウ最大化が動作するよう修正した。</li>
<li>ログの<a href="../setup/folder.html#TermLogDir">保存フォルダ</a>に、Tera Term 4 と同様にダウンロードフォルダを追加した。</li>
<li>MACRO: <a href="../macro/command/send.html">send</a> マクロコマンドで $00 を送信できなかったので修正した。</li>
<li>MACRO: <a href="../macro/command/clipb2var.html">clipb2var</a>が動作しなかったので修正した</li>
<li>MACRO: <a href="../macro/command/basename.html">basename</a>, <a href="../macro/command/dirname.html">dirname</a>マクロコマンドのパスがUnicodeに対応していなかったので修正した。</li>
<li>MACRO: <a href="../macro/command/getpassword.html">getpassword</a>, <a href="../macro/command/delpassword.html">delpassword</a>マクロコマンドのパスワードファイル名がUnicodeに対応していなかったので修正した。</li>
<li>MACRO: <a href="../macro/command/xmodemsend.html">xmodemsend</a>マクロコマンドで指定したファイルが存在しない時、ttermpro.exe がクラッシュしないよう修正した。</li>
<li>MACRO: <a href="../macro/command/clipb2var.html">clipb2var</a> マクロコマンドが動作しなかったので修正した</li>
<li>MACRO: <a href="../macro/command/basename.html">basename</a>, <a href="../macro/command/dirname.html">dirname</a> マクロコマンドのパスがUnicodeに対応していなかったので修正した。</li>
<li>MACRO: <a href="../macro/command/getpassword.html">getpassword</a>, <a href="../macro/command/delpassword.html">delpassword</a> マクロコマンドのパスワードファイル名がUnicodeに対応していなかったので修正した。</li>
<li>MACRO: <a href="../macro/command/xmodemsend.html">xmodemsend</a> マクロコマンドで指定したファイルが存在しない時、ttermpro.exe がクラッシュしないよう修正した。</li>
<li>MACRO: 文字列配列の未設定要素を参照すると ttpmacro.exe がクラッシュするので修正した。</li>
<li>MACRO: ステータスウィンドウのマクロファイル名が文字化けする場合があったので修正した。</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/html/menu/setup-additional-coding.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 id="AmbiguousCharactersWidth">Ambiguous Characters width</h3>
Tera Term が描画する文字の幅については<a href="setup-additional-font.html#ResizedFont">描画幅に合わせてリサイズしたフォントを描画</a>を参照ください。<br>
Coding-receive プルダウンを変更すると、その漢字コードで一般的な文字幅で上書きされます。しかし、その文字幅でなければならないというわけではありません。フォントなどの理由により、使いたい幅を選択してください。

<h3>Override Emoji Characters width</h3>
<h3 id="UnicodeEmojiOverride">Override Emoji Characters width</h3>

チェックすると、絵文字属性のある文字は East_Asian_Width特性を置き換えて文字幅を設定します。<br>
<a href="#emoji">絵文字のセル数について</a>を参照ください。
Expand Down

0 comments on commit 4607404

Please sign in to comment.