• R/O
  • SSH
  • HTTPS

ttssh2: コミット


コミットメタ情報

リビジョン6754 (tree)
日時2017-05-31 07:28:56
作者(del#1144)

ログメッセージ

変更履歴の順番を変更

変更サマリ

差分

--- trunk/doc/en/html/about/history.html (revision 6753)
+++ trunk/doc/en/html/about/history.html (revision 6754)
@@ -35,7 +35,13 @@
3535 <ul class="history">
3636 <li>Changes
3737 <ul>
38+ <li>added new feature regarding <a href="../setup/teraterm-win.html#maximize">How to scroll the screen when the window size is maximized</a>.
39+ <ul>
40+ <li>changed default action to the new method. If the action behaves in the same manner as Tera Term 4.94, please set MaximizedBugTweak to 1.</li>
41+ <li>changed MaximizedBugTweak value from on/off to 0/1/2 combination. The "off" is treated as 0, and the "on" is treated as 2.</li>
42+ </ul></li>
3843 <li>added the notification feature regarding clipboard accessing from the remote host. (Windows Me or 2000 or later)</li>
44+ <li>changed default directory path for receiving a file (Vista or later:Downloads, XP or earlier:My Documents).</li>
3945 <li>renamed command line from /NAMEDPIPE to <a href="../commandline/teraterm.html#pipe">/PIPE</a> option.</li>
4046 <li>When <a href="../commandline/teraterm.html#pipe">/PIPE</a> option is used as command line, the host name is complemented by these rules:
4147 <ul>
@@ -43,12 +49,6 @@
4349 <li>If the host name does not include a '\', the '\\.\pipe\' is added at the beginning.</li>
4450 <li>If the host name includes a '\' anywhere but first, before that is treated as server name and after that is treated as pipe name. </li>
4551 </ul></li>
46- <li>added new feature regarding <a href="../setup/teraterm-win.html#maximize">How to scroll the screen when the window size is maximized</a>.
47- <ul>
48- <li>changed default action to the new method. If the action behaves in the same manner as Tera Term 4.94, please set MaximizedBugTweak to 1.</li>
49- <li>changed MaximizedBugTweak value from on/off to 0/1/2 combination. The "off" is treated as 0, and the "on" is treated as 2.</li>
50- </ul></li>
51- <li>changed default directory path for receiving a file (Vista or later:Downloads, XP or earlier:My Documents).</li>
5252 </ul>
5353 </li>
5454
@@ -2882,12 +2882,12 @@
28822882 <ul class="history">
28832883 <li>Changes
28842884 <ul>
2885- <li>added the notification feature when remote host uses forwarded agent. (Windows Me or 2000 or later)</li>
28862885 <li>added support for changing the user password when using the password authentication.</li>
28872886 <li>added support for executing the specified subsystem instead of the shell on connection.
28882887 <ul>
28892888 <li>added the <a href="../commandline/ttssh.html#ssh-subsystem">/ssh-subsystem</a> option at the command line.</li>
28902889 </ul></li>
2890+ <li>added the notification feature when remote host uses forwarded agent. (Windows Me or 2000 or later)</li>
28912891 </ul>
28922892 </li>
28932893
--- trunk/doc/ja/html/about/history.html (revision 6753)
+++ trunk/doc/ja/html/about/history.html (revision 6754)
@@ -35,7 +35,13 @@
3535 <ul class="history">
3636 <li>変更
3737 <ul>
38+ <li><a href="../setup/teraterm-win.html#maximize">画面最大化時のスクロール方式</a> として新しい方式を追加した。
39+ <ul>
40+ <li>デフォルト設定での動作を新方式に変更した。Tera Term 4.94 までと同じ動作にする場合は MaximizedBugTweak を 1 に変更する。</li>
41+ <li>設定ファイルの MaximizedBugTweak 設定で指定する値を、on/off から 0/1/2 に変更した。off は 0、on は 2 として扱われる。</li>
42+ </ul></li>
3843 <li>リモートからのクリップボードへのアクセスを通知する機能を追加した。(Windows Me, 2000 以上)</li>
44+ <li>ファイル受信ディレクトリの初期値を変更した(Vista以降はDownloads、XP以前はMy Documents)</li>
3945 <li>コマンドラインオプション /NAMEDPIPE を <a href="../commandline/teraterm.html#pipe">/PIPE</a> へ変更した。</li>
4046 <li>コマンドラインオプション <a href="../commandline/teraterm.html#pipe">/PIPE</a> を使用した時に、以下のルールでホスト名を補うようにした。
4147 <ul>
@@ -43,12 +49,6 @@
4349 <li>ホスト名に \ が含まれない場合は先頭に \\.\pipe\ が付加される。</li>
4450 <li>ホスト名の先頭以外に \ が有る場合は、それより前をサーバ名、後ろをパイプ名として扱う。</li>
4551 </ul></li>
46- <li><a href="../setup/teraterm-win.html#maximize">画面最大化時のスクロール方式</a> として新しい方式を追加した。
47- <ul>
48- <li>デフォルト設定での動作を新方式に変更した。Tera Term 4.94 までと同じ動作にする場合は MaximizedBugTweak を 1 に変更する。</li>
49- <li>設定ファイルの MaximizedBugTweak 設定で指定する値を、on/off から 0/1/2 に変更した。off は 0、on は 2 として扱われる。</li>
50- </ul></li>
51- <li>ファイル受信ディレクトリの初期値を変更した(Vista以降はDownloads、XP以前はMy Documents)</li>
5252 </ul>
5353 </li>
5454
@@ -2888,12 +2888,12 @@
28882888 <ul class="history">
28892889 <li>変更
28902890 <ul>
2891- <li>リモートホストが転送したエージェントを使用した時に通知する機能を追加した。(Windows Me, 2000 以上)</li>
28922891 <li>パスワード認証時のパスワード変更に対応した。</li>
28932892 <li>接続時にシェルではなくサブシステムを起動する機能を追加した。
28942893 <ul>
28952894 <li>コマンドラインオプションに <a href="../commandline/ttssh.html#ssh-subsystem">/ssh-subsystem</a> オプションを追加した。</li>
28962895 </ul></li>
2896+ <li>リモートホストが転送したエージェントを使用した時に通知する機能を追加した。(Windows Me, 2000 以上)</li>
28972897 </ul>
28982898 </li>
28992899
旧リポジトリブラウザで表示