Changes
Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/doc/ja/html/about/history.html 2015-09-01 14:38:55 UTC (rev 5988)
@@ -32,7 +32,7 @@
-
+
\x95ύX
@@ -2614,7 +2614,7 @@
-
+
\x95ύX
Modified: trunk/teraterm/common/tt_res.h
===================================================================
--- trunk/teraterm/common/tt_res.h 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/teraterm/common/tt_res.h 2015-09-01 14:38:55 UTC (rev 5988)
@@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ \x82Ő\xB6\x90\xAC\x82\xB3\x82?\x83C\x83\x93\x83N\x83\x8B\x81[\x83h \x83t\x83@\x83C\x83\x8B\x81B
-// C:\usr\ttssh2_vc2015\trunk\teraterm\teraterm\ttermpro.rc \x82?g\x97p
+// Microsoft Visual C++ generated include file.
+// Used by c:\work\ttssh2\teraterm\teraterm\ttermpro.rc
//
#define IDI_TTERM 100
#define IDR_ACC 100
Modified: trunk/teraterm/teraterm/ttermpro.rc
===================================================================
--- trunk/teraterm/teraterm/ttermpro.rc 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/teraterm/teraterm/ttermpro.rc 2015-09-01 14:38:55 UTC (rev 5988)
@@ -16,8 +16,10 @@
// \x89p\x8C\xEA (\x95č\x91) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
+#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -260,7 +262,7 @@
LTEXT "Elapsed time:",IDC_PROT_ELAPSED,12,48,46,8
RTEXT "",IDC_PROTOELAPSEDTIME,60,48,70,8
RTEXT "",IDC_PROTOPERCENT,104,61,26,8,0,WS_EX_TRANSPARENT
- CONTROL "",IDC_PROTOPROGRESS,"msctls_progress32",PBS_SMOOTH | NOT WS_VISIBLE | WS_BORDER,12,58,92,14,WS_EX_TRANSPARENT
+ CONTROL "",IDC_PROTOPROGRESS,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER | 0x1,12,58,92,14,WS_EX_TRANSPARENT
DEFPUSHBUTTON "Cancel",IDCANCEL,51,77,40,14
END
@@ -304,7 +306,7 @@
//
#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
+GUIDELINES DESIGNINFO
BEGIN
IDD_DAD_DIALOG, DIALOG
BEGIN
@@ -446,8 +448,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,87,0,0
- PRODUCTVERSION 4,87,0,0
+ FILEVERSION 4,88,0,0
+ PRODUCTVERSION 4,88,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -464,12 +466,12 @@
BEGIN
VALUE "CompanyName", "TeraTerm Project T. Teranishi"
VALUE "FileDescription", "Tera Term"
- VALUE "FileVersion", "4, 87, 0, 0"
+ VALUE "FileVersion", "4, 88, 0, 0"
VALUE "InternalName", "TTERMPRO"
VALUE "LegalCopyright", "(C)TeraTerm Project 2004-2015, (C)T. Teranishi 1994-1998"
VALUE "OriginalFilename", "TTERMPRO.EXE"
VALUE "ProductName", "Tera Term"
- VALUE "ProductVersion", "4, 87, 0, 0"
+ VALUE "ProductVersion", "4, 88, 0, 0"
END
END
BLOCK "VarFileInfo"
@@ -484,7 +486,7 @@
// Menu
//
-IDR_MENU MENU
+IDR_MENU MENU
BEGIN
POPUP "&File"
BEGIN
@@ -598,7 +600,7 @@
END
END
-IDR_TEKMENU MENU
+IDR_TEKMENU MENU
BEGIN
POPUP "&File"
BEGIN
@@ -629,7 +631,7 @@
END
END
-IDR_PASTEMENU MENU
+IDR_PASTEMENU MENU
BEGIN
MENUITEM "&Paste", ID_EDIT_PASTE2
MENUITEM "Paste", ID_EDIT_PASTECR
@@ -641,7 +643,7 @@
// Accelerator
//
-IDR_ACC ACCELERATORS
+IDR_ACC ACCELERATORS
BEGIN
"T", ID_ACC_AREYOUTHERE, VIRTKEY, ALT, NOINVERT
"C", ID_ACC_COPY, VIRTKEY, ALT, NOINVERT
Modified: trunk/teraterm/ttpmacro/ttpmacro.rc
===================================================================
--- trunk/teraterm/ttpmacro/ttpmacro.rc 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/teraterm/ttpmacro/ttpmacro.rc 2015-09-01 14:38:55 UTC (rev 5988)
@@ -147,8 +147,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,87,0,0
- PRODUCTVERSION 4,87,0,0
+ FILEVERSION 4,88,0,0
+ PRODUCTVERSION 4,88,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -165,12 +165,12 @@
BEGIN
VALUE "CompanyName", "TeraTerm Project T. Teranishi"
VALUE "FileDescription", "TTPMACRO"
- VALUE "FileVersion", "4, 87, 0, 0"
+ VALUE "FileVersion", "4, 88, 0, 0"
VALUE "InternalName", "TTPMACRO"
VALUE "LegalCopyright", "Copyright (C) TeraTerm Project 2004-2015, T. Teranishi 1994-1998"
VALUE "OriginalFilename", "TTPMACRO.EXE"
VALUE "ProductName", "TTPMACRO"
- VALUE "ProductVersion", "4, 87, 0, 0"
+ VALUE "ProductVersion", "4, 88, 0, 0"
END
END
BLOCK "VarFileInfo"
Modified: trunk/ttssh2/ttxssh/resource.h
===================================================================
--- trunk/ttssh2/ttxssh/resource.h 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/ttssh2/ttxssh/resource.h 2015-09-01 14:38:55 UTC (rev 5988)
@@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ \x82Ő\xB6\x90\xAC\x82\xB3\x82?\x83C\x83\x93\x83N\x83\x8B\x81[\x83h \x83t\x83@\x83C\x83\x8B\x81B
-// ttxssh.rc \x82?g\x97p
+// Microsoft Visual C++ generated include file.
+// Used by ttxssh.rc
//
#define IDC_ADD 3
#define IDC_REMOVE 4
Modified: trunk/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.rc 2015-09-01 12:51:20 UTC (rev 5987)
+++ trunk/ttssh2/ttxssh/ttxssh.rc 2015-09-01 14:38:55 UTC (rev 5988)
@@ -604,8 +604,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,73,0,0
- PRODUCTVERSION 2,73,0,0
+ FILEVERSION 2,74,0,0
+ PRODUCTVERSION 2,74,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -621,12 +621,12 @@
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "TTXSSH"
- VALUE "FileVersion", "2, 73, 0, 0"
+ VALUE "FileVersion", "2, 74, 0, 0"
VALUE "InternalName", "TTXSSH"
VALUE "LegalCopyright", "(C)2004-2015 TeraTerm Project, (C)1998-1999 Robert O'Callahan"
VALUE "OriginalFilename", "TTXSSH.dll"
VALUE "ProductName", "TTSSH"
- VALUE "ProductVersion", "2, 73, 0, 0"
+ VALUE "ProductVersion", "2, 74, 0, 0"
END
END
BLOCK "VarFileInfo"
From svnnotify @ sourceforge.jp Tue Sep 1 23:40:13 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 01 Sep 2015 23:40:13 +0900
Subject: [Ttssh2-commit] [5989] Release 4.88
Message-ID: <1441118413.107727.47006.nullmailer@users.sourceforge.jp>
Revision: 5989
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5989
Author: maya
Date: 2015-09-01 23:40:12 +0900 (Tue, 01 Sep 2015)
Log Message:
-----------
Release 4.88
Added Paths:
-----------
tags/teraterm-4_88/
-------------- next part --------------
Property changes on: tags/teraterm-4_88
___________________________________________________________________
Added: svn:mergeinfo
+ /branches/ssh_ed25519:5495-5544
Added: svn:ignore
+ Makefile*
Log
From svnnotify @ sourceforge.jp Tue Sep 1 23:45:12 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 01 Sep 2015 23:45:12 +0900
Subject: [Ttssh2-commit] [5990] bump up the version.
Message-ID: <1441118712.573137.53660.nullmailer@users.sourceforge.jp>
Revision: 5990
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5990
Author: maya
Date: 2015-09-01 23:45:12 +0900 (Tue, 01 Sep 2015)
Log Message:
-----------
bump up the version.
Modified Paths:
--------------
tags/teraterm-4_88/installer/teraterm.iss
-------------- next part --------------
Modified: tags/teraterm-4_88/installer/teraterm.iss
===================================================================
--- tags/teraterm-4_88/installer/teraterm.iss 2015-09-01 14:40:12 UTC (rev 5989)
+++ tags/teraterm-4_88/installer/teraterm.iss 2015-09-01 14:45:12 UTC (rev 5990)
@@ -1,5 +1,5 @@
#define AppName "Tera Term"
-#define AppVer "4.88-RC1"
+#define AppVer "4.88"
;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
[InnoIDE_PreCompile]
From svnnotify @ sourceforge.jp Wed Sep 2 00:03:10 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Wed, 02 Sep 2015 00:03:10 +0900
Subject: [Ttssh2-commit] [5991] unfrozen
Message-ID: <1441119790.380032.79905.nullmailer@users.sourceforge.jp>
Revision: 5991
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5991
Author: maya
Date: 2015-09-02 00:03:10 +0900 (Wed, 02 Sep 2015)
Log Message:
-----------
unfrozen
Modified Paths:
--------------
trunk/installer/teraterm.iss
-------------- next part --------------
Modified: trunk/installer/teraterm.iss
===================================================================
--- trunk/installer/teraterm.iss 2015-09-01 14:45:12 UTC (rev 5990)
+++ trunk/installer/teraterm.iss 2015-09-01 15:03:10 UTC (rev 5991)
@@ -1,30 +1,30 @@
#define AppName "Tera Term"
-#define AppVer "4.88-RC1"
-;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
+#define AppVer "4.88"
+#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
[InnoIDE_PreCompile]
Name: makechm.bat
-;Name: build.bat
-Name: build.bat; Parameters: rebuild
+Name: build.bat
+;Name: build.bat; Parameters: rebuild
[InnoIDE_PostCompile]
-Name: makearchive.bat; Parameters: release
+;Name: makearchive.bat; Parameters: release
[PreCompile]
Name: makechm.bat
-;Name: build.bat
-Name: build.bat; Parameters: rebuild
+Name: build.bat
+;Name: build.bat; Parameters: rebuild
[PostCompile]
-Name: makearchive.bat; Parameters: release
+;Name: makearchive.bat; Parameters: release
[_ISToolPreCompile]
Name: makechm.bat
-;Name: build.bat
-Name: build.bat; Parameters: rebuild
+Name: build.bat
+;Name: build.bat; Parameters: rebuild
[_ISToolPostCompile]
-Name: makearchive.bat; Parameters: release
+;Name: makearchive.bat; Parameters: release
[Setup]
AppCopyright=TeraTerm Project
From svnnotify @ sourceforge.jp Fri Sep 4 08:17:39 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Fri, 04 Sep 2015 08:17:39 +0900
Subject: [Ttssh2-commit] =?utf-8?q?=5B5992=5D_menu/_setup-directory=2Ehtml?=
=?utf-8?b?IOOCkg==?=
Message-ID: <1441322259.341338.118141.nullmailer@users.sourceforge.jp>
Revision: 5992
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5992
Author: maya
Date: 2015-09-04 08:17:38 +0900 (Fri, 04 Sep 2015)
Log Message:
-----------
menu/setup-directory.html を
目次に追加
プロジェクトファイルに追加
Modified Paths:
--------------
trunk/doc/en/teraterm.hhc
trunk/doc/en/teraterm.hhp
trunk/doc/ja/teraterm.hhc
trunk/doc/ja/teraterm.hhp
trunk/teraterm/common/helpid.h
-------------- next part --------------
Modified: trunk/doc/en/teraterm.hhc
===================================================================
--- trunk/doc/en/teraterm.hhc 2015-09-01 15:03:10 UTC (rev 5991)
+++ trunk/doc/en/teraterm.hhc 2015-09-03 23:17:38 UTC (rev 5992)
@@ -341,6 +341,11 @@
+
+
+
+
+
Modified: trunk/doc/en/teraterm.hhp
===================================================================
--- trunk/doc/en/teraterm.hhp 2015-09-01 15:03:10 UTC (rev 5991)
+++ trunk/doc/en/teraterm.hhp 2015-09-03 23:17:38 UTC (rev 5992)
@@ -104,6 +104,7 @@
HlpMenuSetupAdditional=html\menu\setup-additional.html
HlpMenuSetupSave=html\menu\setup-save.html
HlpMenuSetupRestore=html\menu\setup-restore.html
+HlpMenuSetupDir=html\menu\setup-directory.html
HlpMenuSetupKeymap=html\menu\setup-loadkeymap.html
HlpMenuControl=html\menu\control.html
HlpMenuWindow=html\menu\window.html
Modified: trunk/doc/ja/teraterm.hhc
===================================================================
--- trunk/doc/ja/teraterm.hhc 2015-09-01 15:03:10 UTC (rev 5991)
+++ trunk/doc/ja/teraterm.hhc 2015-09-03 23:17:38 UTC (rev 5992)
@@ -349,6 +349,11 @@
+
+
+
+
+
Modified: trunk/doc/ja/teraterm.hhp
===================================================================
--- trunk/doc/ja/teraterm.hhp 2015-09-01 15:03:10 UTC (rev 5991)
+++ trunk/doc/ja/teraterm.hhp 2015-09-03 23:17:38 UTC (rev 5992)
@@ -114,6 +114,7 @@
HlpMenuSetupAdditional=html\menu\setup-additional.html
HlpMenuSetupSave=html\menu\setup-save.html
HlpMenuSetupRestore=html\menu\setup-restore.html
+HlpMenuSetupDir=html\menu\setup-directory.html
HlpMenuSetupKeymap=html\menu\setup-loadkeymap.html
HlpMenuControl=html\menu\control.html
HlpMenuWindow=html\menu\window.html
Modified: trunk/teraterm/common/helpid.h
===================================================================
--- trunk/teraterm/common/helpid.h 2015-09-01 15:03:10 UTC (rev 5991)
+++ trunk/teraterm/common/helpid.h 2015-09-03 23:17:38 UTC (rev 5992)
@@ -108,6 +108,7 @@
#define HlpMenuSetupAdditional 43012
#define HlpMenuSetupSave 43013
#define HlpMenuSetupRestore 43014
+#define HlpMenuSetupDir 43016
#define HlpMenuSetupKeymap 43015
#define HlpMenuControl 44000
#define HlpMenuWindow 45000
From svnnotify @ sourceforge.jp Sat Sep 5 00:46:18 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 05 Sep 2015 00:46:18 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTNdICBPbmlndXJ1bWEg44GuVVJM44KS?=
=?utf-8?b?5aSJ5pu044GX44Gf44CC?=
Message-ID: <1441381578.253044.137074.nullmailer@users.sourceforge.jp>
Revision: 5993
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5993
Author: yutakapon
Date: 2015-09-05 00:46:17 +0900 (Sat, 05 Sep 2015)
Log Message:
-----------
Oniguruma のURLを変更した。
Modified Paths:
--------------
trunk/doc/en/html/reference/develop.txt
trunk/doc/ja/html/reference/develop.txt
-------------- next part --------------
Modified: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt 2015-09-03 23:17:38 UTC (rev 5992)
+++ trunk/doc/en/html/reference/develop.txt 2015-09-04 15:46:17 UTC (rev 5993)
@@ -34,7 +34,7 @@
* Libraries
-- Oniguruma 5.9.6 (http://www.geocities.jp/kosako3/oniguruma/)
+- Oniguruma 5.9.6 (https://github.com/kkos/oniguruma)
- OpenSSL 1.0.2d (http://www.openssl.org/)
- zlib 1.2.8 (http://www.zlib.net/)
- PuTTY 0.65 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
Modified: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt 2015-09-03 23:17:38 UTC (rev 5992)
+++ trunk/doc/ja/html/reference/develop.txt 2015-09-04 15:46:17 UTC (rev 5993)
@@ -37,7 +37,7 @@
\x81\xA1 \x83\x89\x83C\x83u\x83\x89\x83\x8A
-- Oniguruma 5.9.6 (http://www.geocities.jp/kosako3/oniguruma/)
+- Oniguruma 5.9.6 (https://github.com/kkos/oniguruma)
- OpenSSL 1.0.2d (http://www.openssl.org/)
- zlib 1.2.8 (http://www.zlib.net/)
- PuTTY 0.65 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
From svnnotify @ sourceforge.jp Sat Sep 5 23:59:42 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 05 Sep 2015 23:59:42 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTRdICBIVE1M44OY44Or44OX77yI5pel?=
=?utf-8?b?5pys6Kqe54mI77yJ44Gu55uu5qyhICAoQykg44Gu44OE44Oq44O844KS5L+u?=
=?utf-8?b?5q2j44GX44Gf44CC?=
Message-ID: <1441465182.938629.57862.nullmailer@users.sourceforge.jp>
Revision: 5994
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5994
Author: yutakapon
Date: 2015-09-05 23:59:42 +0900 (Sat, 05 Sep 2015)
Log Message:
-----------
HTMLヘルプ(日本語版)の目次(C)のツリーを修正した。
・「オリジナルとの差分」名称変更
・「対応制御シーケンス」追加
・「ヒント」位置変更
・「言語ファイル」追加
・「return」位置変更
・「setenv」位置変更
・「切断後すぐに接続する場合の注意点」追加
Modified Paths:
--------------
trunk/doc/ja/teraterm.hhc
-------------- next part --------------
Modified: trunk/doc/ja/teraterm.hhc
===================================================================
--- trunk/doc/ja/teraterm.hhc 2015-09-04 15:46:17 UTC (rev 5993)
+++ trunk/doc/ja/teraterm.hhc 2015-09-05 14:59:42 UTC (rev 5994)
@@ -29,7 +29,7 @@
-
+
@@ -54,6 +54,10 @@
+
+
+
+
@@ -123,11 +127,6 @@
-
-
-
-
-
@@ -138,6 +137,11 @@
+
+
+
+
+
@@ -522,6 +526,10 @@
+
+
+
+
@@ -1036,13 +1044,13 @@
-
-
+
+
-
-
+
+
@@ -1533,13 +1541,13 @@
-
-
+
+
-
-
+
+
@@ -1600,6 +1608,10 @@
+
+
+
+
From svnnotify @ sourceforge.jp Sun Sep 6 00:31:18 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sun, 06 Sep 2015 00:31:18 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTVdICBIVE1M44OY44Or44OX77yI6Iux?=
=?utf-8?b?6Kqe54mI77yJ44Gu55uu5qyhIChDKSDjga7jg4Tjg6rjg7zjgpLkv67mraM=?=
=?utf-8?b?44GX44Gf44CC?=
Message-ID: <1441467078.891464.117149.nullmailer@users.sourceforge.jp>
Revision: 5995
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5995
Author: yutakapon
Date: 2015-09-06 00:31:18 +0900 (Sun, 06 Sep 2015)
Log Message:
-----------
HTMLヘルプ(英語版)の目次(C)のツリーを修正した。
・「対応制御シーケンス」追加
・「ヒント」位置変更
・「言語ファイル」追加
・「return」位置変更
・「setenv」位置変更
・「切断後すぐに接続する場合の注意点」追加
Modified Paths:
--------------
trunk/doc/en/html/macro/appendixes/index.html
trunk/doc/en/teraterm.hhc
-------------- next part --------------
Modified: trunk/doc/en/html/macro/appendixes/index.html
===================================================================
--- trunk/doc/en/html/macro/appendixes/index.html 2015-09-05 14:59:42 UTC (rev 5994)
+++ trunk/doc/en/html/macro/appendixes/index.html 2015-09-05 15:31:18 UTC (rev 5995)
@@ -15,6 +15,7 @@
Error messages
About new-line characters
Note on negative integer constants
+ NOTICE: Immediately re-connect the server after disconnection
ASCII code table
Oniguruma Regular Expressions
Modified: trunk/doc/en/teraterm.hhc
===================================================================
--- trunk/doc/en/teraterm.hhc 2015-09-05 14:59:42 UTC (rev 5994)
+++ trunk/doc/en/teraterm.hhc 2015-09-05 15:31:18 UTC (rev 5995)
@@ -54,6 +54,11 @@
+
+
+
+
+
@@ -120,11 +125,6 @@
-
-
-
-
-
@@ -135,6 +135,11 @@
+
+
+
+
+
@@ -514,6 +519,11 @@
+
+
+
+
+
@@ -1028,13 +1038,13 @@
-
-
+
+
-
-
+
+
@@ -1542,13 +1552,13 @@
-
-
+
+
-
-
+
+
@@ -1610,6 +1620,11 @@
+
+
+
+
+
From svnnotify @ sourceforge.jp Tue Sep 8 01:26:59 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 08 Sep 2015 01:26:59 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTZdICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1441643219.822633.720.nullmailer@users.sourceforge.jp>
Revision: 5996
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5996
Author: yutakapon
Date: 2015-09-08 01:26:59 +0900 (Tue, 08 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/menu/setup-ssh.html
trunk/doc/ja/html/menu/setup-ssh.html
-------------- next part --------------
Modified: trunk/doc/en/html/menu/setup-ssh.html
===================================================================
--- trunk/doc/en/html/menu/setup-ssh.html 2015-09-05 15:31:18 UTC (rev 5995)
+++ trunk/doc/en/html/menu/setup-ssh.html 2015-09-07 16:26:59 UTC (rev 5996)
@@ -13,7 +13,7 @@
"TTSSH: Setup" Dialog box
- Preferred cihper order
+ Preferred cipher order
Specify the type of encryption for SSH with the order.
<ciphers below this line are disabled>
@@ -94,8 +94,8 @@
Specify the level of compression for transmission. The more right,
the more compression is done (note: it may degrade the throughout
- with a high speed link such as ADSL or FTTH).
- By using SSH1 protocol, when the Compression level is 0, the packet compression is diabled, or the Compression level is over 1, the compression is enabled.
+ with a high-speed link such as ADSL or FTTH).
+ By using SSH1 protocol, when the Compression level is 0, the packet compression is disabled, or the Compression level is over 1, the compression is enabled.
By using SSH2 protocol, use the Compression order to enable the packet compression. And then, set the Compression level to 1 over.
Modified: trunk/doc/ja/html/menu/setup-ssh.html
===================================================================
--- trunk/doc/ja/html/menu/setup-ssh.html 2015-09-05 15:31:18 UTC (rev 5995)
+++ trunk/doc/ja/html/menu/setup-ssh.html 2015-09-07 16:26:59 UTC (rev 5996)
@@ -13,7 +13,7 @@
"TTSSH: Setup" \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X
- Preferred cihper order
+ Preferred cipher order
SSH \x90?\xB1\x82?g\x97p\x82\xB7\x82\xE9\x88Í\x86\x82?\xED\x97?\xF0\x8F\x87\x8F\x98\x82\xF0\x95t\x82\xAF\x82Ďw\x92?\x82?\xB7\x81B
<ciphers below this line are disabled>\x88?\xBA\x82?Í\x86\x82?g\x97p\x82\xB3\x82\xEA\x82?\xB9\x82\xF1\x81B
From svnnotify @ sourceforge.jp Tue Sep 8 23:19:02 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 08 Sep 2015 23:19:02 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTddICDjgrnjg5rjg6vjg5/jgrnkv64=?=
=?utf-8?b?5q2j44CC?=
Message-ID: <1441721942.047514.52114.nullmailer@users.sourceforge.jp>
Revision: 5997
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5997
Author: yutakapon
Date: 2015-09-08 23:19:01 +0900 (Tue, 08 Sep 2015)
Log Message:
-----------
スペルミス修正。
・ホストキーは"host key"と空白を入れるのが正しい。
・"on a regular basis"で「定期的に」という意味。
Modified Paths:
--------------
trunk/doc/en/html/menu/setup-ssh.html
trunk/doc/ja/html/menu/setup-ssh.html
-------------- next part --------------
Modified: trunk/doc/en/html/menu/setup-ssh.html
===================================================================
--- trunk/doc/en/html/menu/setup-ssh.html 2015-09-07 16:26:59 UTC (rev 5996)
+++ trunk/doc/en/html/menu/setup-ssh.html 2015-09-08 14:19:01 UTC (rev 5997)
@@ -25,9 +25,9 @@
(and Public key for Host).
- Hostkey rotation
+ Host key rotation
- Configure the hostkey rotation feature(OpenSSH 6.8 or later).
+ Configure the host key rotation feature(OpenSSH 6.8 or later).
No
Do not update the known hosts file.
@@ -40,7 +40,7 @@
HeartBeat (keep-alive)
- A Keep-alive packet is sent ona regular basis to maintain the
+ A Keep-alive packet is sent on a regular basis to maintain the
connection (particularly useful under NAT). If 0 is specified,
this feature is disabled.
@@ -60,7 +60,7 @@
When the SSH agent-forwarding is requested, a user will confirm contacting the Pageant.
- Verify hostkey fingerprint by DNS
+ Verify host key fingerprint by DNS
The host key of the SSH server is verified by using the SSHFP Resource Record .
The result of this verification should be used only as a guide.
Modified: trunk/doc/ja/html/menu/setup-ssh.html
===================================================================
--- trunk/doc/ja/html/menu/setup-ssh.html 2015-09-07 16:26:59 UTC (rev 5996)
+++ trunk/doc/ja/html/menu/setup-ssh.html 2015-09-08 14:19:01 UTC (rev 5997)
@@ -24,7 +24,7 @@
SSH \x82Ő?\xB1\x82\xB5\x82\xBD\x83z\x83X\x83g (\x82?z\x83X\x83g\x8C\xF6\x8AJ\x8C\xAE) \x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
- Hostkey rotation
+ Host key rotation
\x83z\x83X\x83g\x8C\xF6\x8AJ\x8C\xAE\x82?\xA9\x93\xAE\x8DX\x90V(OpenSSH 6.8\x88?~)\x82\xF0\x8E\xC0\x8E{\x82\xB7\x82?\x82?\xA4\x82\xA9\x82\xF0\x90??\x82邱\x82?\xAA\x82ł\xAB\x82?\xB7\x81B
@@ -58,7 +58,7 @@
\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7 SSH \x83G\x81[\x83W\x83F\x83\x93\x83g\x93]\x91\x97\x82\xAA\x97v\x8B\x81\x82\xB3\x82?\x82?\xAB\x81A\x97v\x8B\x81\x82?\x9E\x82\xA6\x82\xC4 Pageant \x82??\x8D\x87\x82?\x82?\x82?\xA4\x82\xA9\x83\x86\x81[\x83U\x82?m\x94F\x82\xB5\x82?\xB7\x81B
- Verify hostkey fingerprint by DNS
+ Verify host key fingerprint by DNS
SSHFP \x83\x8A\x83\\x81[\x83X\x83\x8C\x83R\x81[\x83h \x82?p\x82\xB5\x82\xC4 SSH \x83T\x81[\x83o\x83z\x83X\x83g\x8C\xAE\x82\xF0\x8C\x9F\x8F?\xB7\x82?\x8Ew\x92?\x82?\xB7\x81B
\x82\xB1\x82?\x9F\x8F?\x8B\x89??Q\x8Dl\x92\xF6\x93x\x82??u\x82Â\xAF\x82ł\xB7\x81B
From svnnotify @ sourceforge.jp Wed Sep 9 00:23:21 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Wed, 09 Sep 2015 00:23:21 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OThdICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1441725801.763693.51837.nullmailer@users.sourceforge.jp>
Revision: 5998
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5998
Author: yutakapon
Date: 2015-09-09 00:23:21 +0900 (Wed, 09 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/menu/setup-sshauth.html
trunk/doc/ja/html/menu/setup-sshauth.html
-------------- next part --------------
Modified: trunk/doc/en/html/menu/setup-sshauth.html
===================================================================
--- trunk/doc/en/html/menu/setup-sshauth.html 2015-09-08 14:19:01 UTC (rev 5997)
+++ trunk/doc/en/html/menu/setup-sshauth.html 2015-09-08 15:23:21 UTC (rev 5998)
@@ -18,14 +18,14 @@
Specify user name to be used for SSH connection.
- Use plain passwd to log in
+ Use plain password to log in
Specify Password if a password authentication is used.
Use RSA/DSA/ECDSA/ED25519 key to login
- Choose an authentication method using RSA/DSA/ECDSA/ED25519 key which are previosuly generated.
+ Choose an authentication method using RSA/DSA/ECDSA/ED25519 key which are previously generated.
TTSSH 2.63(Tera Term 4.76) later can support the PuTTY format and SECSH(ssh.com) format of the SSH2 private key.
@@ -38,8 +38,8 @@
Use challenge/response to log in (SSH1:TIS, SSH2:keyboard-interactive)
- Choose if Challneg/Response authentication is available.
- keyboard-interactive is used for SSH2 connection and if used, Password itself won't be sent over the communication path (If using an usula password authentication, Password itself will be sent in encrypted form).
+ Choose if Challenge/Response authentication is available.
+ keyboard-interactive is used for SSH2 connection and if used, Password itself won't be sent over the communication path (If using a usual password authentication, Password itself will be sent in encrypted form).
Modified: trunk/doc/ja/html/menu/setup-sshauth.html
===================================================================
--- trunk/doc/ja/html/menu/setup-sshauth.html 2015-09-08 14:19:01 UTC (rev 5997)
+++ trunk/doc/ja/html/menu/setup-sshauth.html 2015-09-08 15:23:21 UTC (rev 5998)
@@ -18,7 +18,7 @@
SSH \x90?\xB1\x82ŗp\x82\xA2\x82?\x81[\x83U\x96\xBC\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
- Use plain passwd to log in
+ Use plain password to log in
\x83p\x83X\x83\x8F\x81[\x83h\x94F\x8F?\xF0\x97p\x82\xA2\x82\xE9\x8F?\x82?w\x92?\x82?\xB7\x81B
From svnnotify @ sourceforge.jp Wed Sep 9 01:14:01 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Wed, 09 Sep 2015 01:14:01 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzU5OTldICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1441728841.848883.6593.nullmailer@users.sourceforge.jp>
Revision: 5999
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5999
Author: yutakapon
Date: 2015-09-09 01:14:01 +0900 (Wed, 09 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/menu/control-broadcast.html
trunk/doc/en/html/menu/setup-additional.html
-------------- next part --------------
Modified: trunk/doc/en/html/menu/control-broadcast.html
===================================================================
--- trunk/doc/en/html/menu/control-broadcast.html 2015-09-08 15:23:21 UTC (rev 5998)
+++ trunk/doc/en/html/menu/control-broadcast.html 2015-09-08 16:14:01 UTC (rev 5999)
@@ -21,7 +21,7 @@
Enter key
- Choose an option whether new line is added or not after the transmission of the control command specifed in above. A New line code can be chosen from the list of "CRLF", "CR", "LF".
+ Choose an option whether new line is added or not after the transmission of the control command specified in above. A New line code can be chosen from the list of "CRLF", "CR", "LF".
Submit
Modified: trunk/doc/en/html/menu/setup-additional.html
===================================================================
--- trunk/doc/en/html/menu/setup-additional.html 2015-09-08 15:23:21 UTC (rev 5998)
+++ trunk/doc/en/html/menu/setup-additional.html 2015-09-08 16:14:01 UTC (rev 5999)
@@ -83,7 +83,7 @@
Window title report
- A user can configurate how Tera Term can respond to the ddterm window title and icon label reporting request.
+ A user can configure how Tera Term can respond to the ddterm window title and icon label reporting request.
ignore
Ignore a window title reporting request.
@@ -101,14 +101,14 @@
Window report sequence
- This function enables the ddterm control sequence such as the window status reporting, the window position reporting, the window size(in pixcel and character) reporting and the root window size reporting, among the window information reporting features.
- If you do not want window informations to be sent to remote host by some reason such as security, please disable this setting.
+ This function enables the ddterm control sequence such as the window status reporting, the window position reporting, the window size(in pixel and character) reporting and the root window size reporting, among the window information reporting features.
+ If you do not want window information to be sent to remote host by some reason such as security, please disable this setting.
Cursor control sequence
Enables the control sequence for the cursor shape.
- This function enables cursor shape change by cursor change seqnence of DECSCUSR(cursor shape change), WYSTCURM(Wyse no-blinking cursor), WYULCURM(Wyse underlined cursor) and AT&T 610 blinking cursor.
+ This function enables cursor shape change by cursor change sequence of DECSCUSR(cursor shape change), WYSTCURM(Wyse no-blinking cursor), WYULCURM(Wyse underlined cursor) and AT&T 610 blinking cursor.
If a user uses the vim editor, write below entries in the ~/.vimrc to enable this feature.
@@ -205,7 +205,7 @@
Delimiter characters
- Inludes delimiter characters for the word selection.
+ Includes delimiter characters for the word selection.
Paste delay per line
@@ -227,12 +227,12 @@
Eterm lookfeel
- Tera Term window looks like Eterm-lookfeel background transparency.
+ Tera Term window looks like Eterm look-feel background transparency.
Background Image
- When the Eterm lookfeel feature is enabled, an image file can be specified as background.
+ When the Eterm look-feel feature is enabled, an image file can be specified as background.
@@ -332,7 +332,7 @@
Auto start logging
- Start logging automaticaly when connecting. Default Log File Name is used for log file name.
+ Start logging automatically when connecting. Default Log File Name is used for log file name.
When the /nolog command line is specified, this feature is always disabled.
@@ -357,7 +357,7 @@
Log option
- Sepcify the log type.
+ Specify the log type.
From svnnotify @ sourceforge.jp Wed Sep 9 01:43:12 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Wed, 09 Sep 2015 01:43:12 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzYwMDBdICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1441730592.569632.60668.nullmailer@users.sourceforge.jp>
Revision: 6000
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6000
Author: yutakapon
Date: 2015-09-09 01:43:12 +0900 (Wed, 09 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/menu/setup-proxy.html
trunk/doc/ja/html/menu/setup-proxy.html
-------------- next part --------------
Modified: trunk/doc/en/html/menu/setup-proxy.html
===================================================================
--- trunk/doc/en/html/menu/setup-proxy.html 2015-09-08 16:14:01 UTC (rev 5999)
+++ trunk/doc/en/html/menu/setup-proxy.html 2015-09-08 16:43:12 UTC (rev 6000)
@@ -17,7 +17,7 @@
Configure Proxy type
- Winthout Proxy: Do not use Proxy
+ Without Proxy: Do not use Proxy
HTTP: Use HTTP Proxy
TELNET: Use TELNET Proxy
SOCKS4: Use SOCKS4 Proxy *Protocol does not support IPv6.
@@ -40,7 +40,7 @@
When an authentication is required for Proxy server, specify user name
- Passwd
+ Password
When an authentication is required for Proxy server, specify password
@@ -105,7 +105,7 @@
Specify prompt characters for User name
- Passwd
+ Password
Specify prompt characters for Password
Modified: trunk/doc/ja/html/menu/setup-proxy.html
===================================================================
--- trunk/doc/ja/html/menu/setup-proxy.html 2015-09-08 16:14:01 UTC (rev 5999)
+++ trunk/doc/ja/html/menu/setup-proxy.html 2015-09-08 16:43:12 UTC (rev 6000)
@@ -17,7 +17,7 @@
\x83v\x83\x8D\x83L\x83V\x82?^\x83C\x83v\x82\xF0\x90??\x82?\xB7\x81B
- Winthout Proxy\x81F\x83v\x83\x8D\x83L\x83V\x82\xF0\x8Eg\x97p\x82\xB5\x82?\xB9\x82\xF1\x81B
+ Without Proxy\x81F\x83v\x83\x8D\x83L\x83V\x82\xF0\x8Eg\x97p\x82\xB5\x82?\xB9\x82\xF1\x81B
HTTP\x81FHTTP \x83v\x83\x8D\x83L\x83V\x82\xF0\x8Eg\x97p\x82\xB5\x82?\xB7\x81B
TELNET\x81FTELNET \x83v\x83\x8D\x83L\x83V\x82\xF0\x8Eg\x97p\x82\xB5\x82?\xB7\x81B
SOCKS4\x81FSOCKS4 \x83v\x83\x8D\x83L\x83V\x82\xF0\x8Eg\x97p\x82\xB5\x82?\xB7\x81B\x81\xA6IPv6 \x82?v\x83\x8D\x83g\x83R\x83\x8B\x82?\xE6\x82\xE8\x83T\x83|\x81[\x83g\x82\xB3\x82\xEA\x82Ă\xA2\x82?\xB9\x82\xF1\x81B
@@ -40,7 +40,7 @@
\x83v\x83\x8D\x83L\x83V\x83T\x81[\x83o\x82?\x98\x97p\x82?F\x8F?\xAA\x95K\x97v\x82??\x81A\x82\xBB\x82?\x86\x81[\x83U\x96\xBC\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
- Passwd
+ Password
\x83v\x83\x8D\x83L\x83V\x83T\x81[\x83o\x82?\x98\x97p\x82?F\x8F?\xAA\x95K\x97v\x82??\x81A\x82\xBB\x82?p\x83X\x83\x8F\x81[\x83h\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
@@ -105,7 +105,7 @@
\x83\x86\x81[\x83U\x96\xBC\x82?\xFC\x97?\xF0\x8DÂ\xB7\x83v\x83\x8D\x83L\x83V\x91\xA4\x82?v\x83\x8D\x83\x93\x83v\x83g\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
- Passwd
+ Password
\x83p\x83X\x83\x8F\x81[\x83h\x82?\xFC\x97?\xF0\x8DÂ\xB7\x83v\x83\x8D\x83L\x83V\x91\xA4\x82?v\x83\x8D\x83\x93\x83v\x83g\x82\xF0\x8Ew\x92?\x82?\xB7\x81B
From svnnotify @ sourceforge.jp Thu Sep 10 00:49:49 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Thu, 10 Sep 2015 00:49:49 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzYwMDFdICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1441813789.592166.45883.nullmailer@users.sourceforge.jp>
Revision: 6001
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6001
Author: yutakapon
Date: 2015-09-10 00:49:49 +0900 (Thu, 10 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/about/difference.html
-------------- next part --------------
Modified: trunk/doc/en/html/about/difference.html
===================================================================
--- trunk/doc/en/html/about/difference.html 2015-09-08 16:43:12 UTC (rev 6000)
+++ trunk/doc/en/html/about/difference.html 2015-09-09 15:49:49 UTC (rev 6001)
@@ -86,13 +86,13 @@
- support SSH protocl
+ support SSH protocol
shell, port-forwarding, X11 forwarding
shell, port-forwarding, X11 forwarding, SCP
- unsupport SSH protocl
+ nonsupport SSH protocol
SFTP, SCP
SFTP
@@ -211,7 +211,7 @@
[*5] An SSH authentication agent for PuTTY and WinSCP.
[*6] Tera Term can not simultaneously display multi languages because it has not completely implemented as Unicode API. Now Tera Term mutually converts between Unicode(UCS-2) and MBCS. Also, Chinese version Windows can display Chinese characters when you configure the locale for Unicode.
[*7] If there is no communication for a long time in NAT network, SSH session may disconnect because the router will clear NAT table.
- [*8] You can switch the messeage language by using the language file(lang\*.lng). You need to re-startup Tera Term to active new messeage language.
+ [*8] You can switch the message language by using the language file(lang\*.lng). You need to re-startup Tera Term to active new message language.
[*9] Using TTProxy .
@@ -238,11 +238,11 @@
Add the wizard generating SSH authentication key.
Add CygTerm configuration dialog.
Support for having tabs by using Collector.
- Add scroll through the screen buffer to the back page when <ESC>[J esacpe sequence is done.
+ Add scroll through the screen buffer to the back page when <ESC>[J escape sequence is done.
Add log reply menu.
Add New-line to `LF' type.
Add support for selecting a current screen buffer.
- Add support bash style shortcut key(C-u, C-d, C-k, C-p, C-n, C-b, C-f, C-a, C-a) in "Host" drop-down on "New connectin" dialog.
+ Add support bash style shortcut key(C-u, C-d, C-k, C-p, C-n, C-b, C-f, C-a, C-a) in "Host" drop-down on "New connection" dialog.
@@ -338,7 +338,7 @@
mpause
- can sleep per milisecond.
+ can sleep per millisecond.
@@ -522,7 +522,7 @@
ViewlogEditor
- can specify a editor program which open a log file.
+ can specify an editor program which open a log file.
@@ -587,7 +587,7 @@
BroadcastCommandHistory
- can record command historys of Broadcast Command to teraterm.ini file.
+ can record command history of Broadcast Command to teraterm.ini file.
@@ -719,7 +719,7 @@
CheckAuthListFirst
- disables SSH2 unsupported authentication method before tyring user authentication.
+ disables SSH2 unsupported authentication method before trying user authentication.
From svnnotify @ sourceforge.jp Sun Sep 13 01:58:37 2015
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sun, 13 Sep 2015 01:58:37 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzYwMDJdICDjgrnjg5rjg6vjg5/jgrnjgpI=?=
=?utf-8?b?5L+u5q2j44GX44Gf44CC?=
Message-ID: <1442077117.719925.28425.nullmailer@users.sourceforge.jp>
Revision: 6002
http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6002
Author: yutakapon
Date: 2015-09-13 01:58:37 +0900 (Sun, 13 Sep 2015)
Log Message:
-----------
スペルミスを修正した。
Modified Paths:
--------------
trunk/doc/en/html/about/foreword.html
trunk/doc/en/html/about/module.html
trunk/doc/en/html/about/qanda.html
trunk/doc/en/html/about/requests.html
-------------- next part --------------
Modified: trunk/doc/en/html/about/foreword.html
===================================================================
--- trunk/doc/en/html/about/foreword.html 2015-09-09 15:49:49 UTC (rev 6001)
+++ trunk/doc/en/html/about/foreword.html 2015-09-12 16:58:37 UTC (rev 6002)
@@ -23,7 +23,7 @@
Tera Term is the terminal emulator for Microsoft Windows, that supports
serial port, telnet and SSH connections. Among many other features it also
-has built in Macro scripting language. Tera Term is often used to automate
+has built-in Macro scripting language. Tera Term is often used to automate
tasks related to remote connections initiated from PC.
@@ -42,7 +42,7 @@
Tera Term supports the plug-in mechanism allowing to create many useful
extensions to the application. One of them, TTSSH, which stands for Tera Term
-SSH extension, is well known to every Tera Term user. TTSSH was developed by
+SSH extension, is well-known to every Tera Term user. TTSSH was developed by
Robert O'Callahan back in 1998 and extended Tera Term with SSH1 protocol
support.
@@ -50,7 +50,7 @@
Takashi Teranishi stopped developing Tera Term in 1998. The latest version
2.3 was compatible with Windows 95 and Windows NT. Unusually for that time
-for Windows based application, the source code of both Tera Term and TTSSH
+for Windows-based application, the source code of both Tera Term and TTSSH
was open. However, distribution of Tera Term binaries still required
permission from Takashi Teranishi.
@@ -82,7 +82,7 @@
-An finally, we'd like to thank all the people involved in Tera Term
+A finally, we'd like to thank all the people involved in Tera Term
development starting Takashi Teranishi as well as all Tera Term users that
made this application so popular worldwide. TeraTerm Project team feels
increasing interest to the application and this motivates us to keep
Modified: trunk/doc/en/html/about/module.html
===================================================================
--- trunk/doc/en/html/about/module.html 2015-09-09 15:49:49 UTC (rev 6001)
+++ trunk/doc/en/html/about/module.html 2015-09-12 16:58:37 UTC (rev 6002)
@@ -19,7 +19,7 @@
Tera Term
-This is a terminal emulrator for supporting telnet, serial and so on.
+This is a terminal emulator for supporting telnet, serial and so on.
Displaying UTF-8 and other many features are included.
@@ -49,8 +49,8 @@
TTSSH
-This is a plugin module on Tera Term.
-TTSSH can add Secure Shell procotol(both SSH1 and SSH2) on Tera Term. The original TTSSH has developed by Robert O'Callahan.
+This is a plug-in module on Tera Term.
+TTSSH can add Secure Shell protocol(both SSH1 and SSH2) on Tera Term. The original TTSSH has developed by Robert O'Callahan.
@@ -207,7 +207,7 @@
Collector
-This is Windows stand alone application for doing tabbed other application.
+This is Windows standalone application for doing tabbed other application.
Modified: trunk/doc/en/html/about/qanda.html
===================================================================
--- trunk/doc/en/html/about/qanda.html 2015-09-09 15:49:49 UTC (rev 6001)
+++ trunk/doc/en/html/about/qanda.html 2015-09-12 16:58:37 UTC (rev 6002)
@@ -125,7 +125,7 @@
Q. Why I can not select the "Times" font at the [Setup] Font dialog box?
A. Tera Term uses only fixed-pitch fonts such as "Terminal" and "Courier" because characters should be displayed with equal spacing in order to emulate the VT terminal properly. Displaying proportional font characters with equal spacing is in principle possible but it makes program complicated and slow. So Tera Term does not use proportional fonts.
-A. On Windows7, the font dialog uses the current users's show/hide font settings to determin the font list to display. This will result in the display of fewer font lists in most instances. To disable font hiding, users should go to the Font Settings page in the Fonts CPL and deselect the "Hide fonts based on language settings" checkbox.
+A. On Windows7, the font dialog uses the current user's show/hide font settings to determine the font list to display. This will result in the display of fewer font lists in most instances. To disable font hiding, users should go to the Font Settings page in the Fonts CPL and no-select the "Hide fonts based on language settings" check-box.
Modified: trunk/doc/en/html/about/requests.html
===================================================================
--- trunk/doc/en/html/about/requests.html 2015-09-09 15:49:49 UTC (rev 6001)
+++ trunk/doc/en/html/about/requests.html 2015-09-12 16:58:37 UTC (rev 6002)
@@ -36,7 +36,7 @@
Saving selected text or text in the scroll buffer to a file.[3]
Selecting the text/background color by using color pallets.
Switching to a small font when the screen mode is switched to the 132-column mode.
- Displaying Chinise/Japanese/Korean characters in non-Chinise/Japanese/Korean Windows.
+ Displaying Chinese/Japanese/Korean characters in non-Chinese/Japanese/Korean Windows.
Unicode supporting in the TeraTerm internal design
SFTP(Secure File Transfer Program)
OpenSSH: ProxyCommand
@@ -51,7 +51,7 @@
Connect to Tera Term that is already running.
-Items which may be supported in very very far future
+Items which may be supported in very far future
TEK41XX and 42XX emulations
Televideo and Wyse emulations
@@ -64,16 +64,16 @@
ReGIS
Sixel
Direct communication I/O from MACRO.
- Mouse protocol(NetTerm) except xterm and DEC Locator mode.
+ Mouse protocol(NetTerm) except xterm and DEC Locater mode.
Note
- ^ Displaying a progress bar is supported since ver. 4.60 .
- ^ Korean character set(KS5601) is supported since ver. 4.60 .
+ ^ Displaying a progress bar is supported since rev. 4.60 .
+ ^ Korean character set(KS5601) is supported since rev. 4.60 .
^ see screencapture.ttl.
- ^ Supported since ver. 4.72 .
- ^ Kermit Long Packet is supported since ver. 4.73 .
+ ^ Supported since rev. 4.72 .
+ ^ Kermit Long Packet is supported since rev. 4.73 .