[ttssh2-commit] [10822] ファイル整理

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 8月 11日 (金) 16:37:55 JST


Revision: 10822
          https://osdn.net/projects/ttssh2/scm/svn/commits/10822
Author:   nmaya
Date:     2023-08-11 16:37:55 +0900 (Fri, 11 Aug 2023)
Log Message:
-----------
ファイル整理

develop.txt は develop.html に移行済み
  ticket #43508

Ticket Links:
------------
    https://osdn.net/projects/ttssh2/tracker/detail/43508

Removed Paths:
-------------
    trunk/doc/en/html/reference/develop.txt
    trunk/doc/image/
    trunk/doc/ja/html/reference/develop.txt

-------------- next part --------------
Deleted: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt	2023-08-11 06:36:56 UTC (rev 10821)
+++ trunk/doc/en/html/reference/develop.txt	2023-08-11 07:37:55 UTC (rev 10822)
@@ -1,404 +0,0 @@
-* Development Environment
-- OS
-  Windows XP Professional / Windows 8 Pro / Windows 8.1 Pro / Windows 10 Pro
-- Compiler used for release in Tera Term Project
--- Visual Studio 2005 SP1 Standard Edition (or higher edition)
-   Service Pack 1 (VS80sp1-KB926601-X86-ENU.exe)
-   Microsoft Visual Studio 2005 Service Pack 1 MFC Security Update (VS80sp1-KB2538218-v2-X86-INTL.exe)
-   When Windows Vista or higher, Visual Studio 2005 Service Pack 1 Update for Windows Vista (VS80sp1-KB932232-X86-ENU.exe)
-   Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-   Note: The OpenSSL will not able to build by using the Visual Studio 2005 Standard Edition. So, install the Windows Server 2003 R2 Platform SDK to link the "Crypt32.Lib" library.
-         Configure the INCLUDE and LIB environment variables to be given priority for the SDK installation directory.
-         e.g. INCLUDE "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include"
-              LIB     "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib"
-              Fix batch file C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
-- Supported Compiler
--- Visual Studio 2005 (Added support from Tera Term 4.103)
-   - SDK 7.0
-     - Windows Server 2003 R2 Platform SDK
-       (= Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-       (5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.img)
-     - unavailable on Microsoft website (at Apr 07, 2019).
-   - SDK 7.1
-     - Microsoft Windows SDK for Windows 7 and .NET Framework 4
-       (GRMSDK_EN_DVD.iso)
-     - built binary is able to run on Windows 95.
-     - To use with Visual Studio 2005, KB949009(VS80sp1-KB949009-X86-INTL.exe) or KB980422(VS80sp1-KB980422-x86-INTL.exe) is necessary.
-       - KB949009 and KB980422 are unavailable on Microsoft website.-- Visual Studio 2005 Express + Windows SDK 7.1
-   Microsoft Windows SDK for Windows 7 and .NET Framework 4 (GRMSDK_EN_DVD.iso)
-   VS80sp1-KB949009-X86-INTL.exe or VS80sp1-KB980422-x86-INTL.exe
--- Visual Studio 2008 SP1 Standard Edition (or higher edition)
-   Note: The executable program which was compiled by this version does not work on Windows NT 4.0, 95, 98 and Me.
--- Visual Studio 2010 SP1 Professional Edition (or higher edition)
-   Note: The executable program which was compiled by this version does not work on Windows 2000, NT 4.0, 95, 98 and Me.
--- Visual Studio 2012 Update 4 Professional Edition (or higher edition)
-   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
--- Visual Studio Community 2013 Update 5
-   MFC MBCS DLL Add-on (vc_mbcsmfc.exe)
-   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
--- Visual Studio Community 2015 Update 3
-   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
--- Visual Studio Community 2017 
-   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
--- Visual Studio Community 2019
-   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
-- How to build with batch file
-  Please execute the batch file on command prompt of Visual Studio. Otherwise, please configure below environment variables.
-  Please call "(x86) Native Tools Command Prompt" of your Visual Studio to register new PATH regarding the compiler path and VSINSTALLDIR variable.
-  Example: INCLUDE       C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Windows Kits\8.1\include\shared;C:\Program Files (x86)\Windows Kits\8.1\include\um;
-           LIB           C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\LIB;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\LIB;C:\Program Files (x86)\Windows Kits\8.1\lib\winv6.3\um\x86;
-           PATH          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN;C:\Program Files (x86)\Windows Kits\8.1\bin\x86
-           VSINSTALLDIR  C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC
-- Installer
-  Inno Setup 5.6.1 ANSI (http://www.jrsoftware.org/isinfo.php)
-  Inno Setup Preprocessor
-  ISTool 5.3.0.1 (https://sourceforge.net/projects/istool/)
-- others
-  Cygwin the latest version(because CygTerm+ supports Vista or later from v4.105)
-------
-  ActivePerl 5.10 or later version, Strawberry Perl 5.30.1.1 or later version
-    converts character-code and return-code of documents for building OpenSSL.
-  Subversion for Windows (http://sourceforge.net/projects/win32svn/)
-    Use the compatible version for check-outed svn version.
-    Extract into libs\svn. ("svnversion.exe" is located in libs\svn\bin directory.)
-
-  Cygwin 1.5.x (1.7.x \x82\xCD Windows 9x \x82\xF0\x83T\x83|\x81[\x83g\x82\xB5\x82Ă\xA2\x82Ȃ\xA2\x82̂ŕs\x89\xC2)
-  ActivePerl 5.10 \x88ȏ\xE3 \x82܂\xBD\x82\xCD Strawberry perl 5.30.1.1 \x88ȏ\xE3
-    \x83r\x83\x8B\x83h\x89ߒ\xF6\x82Ŏg\x97p\x82\xB5\x82܂\xB7
-    - OpenSSL \x82̃R\x83\x93\x83p\x83C\x83\x8B(\x95K\x90{)
-    - \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x83t\x83@\x83C\x83\x8B\x82̕\xB6\x8E\x9A\x83R\x81[\x83h\x81E\x89\xFC\x8Ds\x83R\x81[\x83h\x95ϊ\xB7(\x95K\x90{)
-    - \x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x8E擾 (perl\x82\xAA\x82Ȃ\xA2\x8Fꍇ\x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x82\xF0\x8E擾\x82\xB9\x82\xB8\x82Ƀr\x83\x8B\x83h\x82\xB5\x82܂\xB7)
-  Subversion for Windows (http://sourceforge.net/projects/win32svn/)
-    \x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x8E擾\x8E\x9E\x82Ɏg\x97p\x82\xB5\x82܂\xB7
-    buildtools/svnrev/toolinfo.txt \x82\xC9 svn.exe \x82̃t\x83\x8B\x83p\x83X\x82\xF0\x8BL\x8Fq\x82\xA2\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-    \x8Fڂ\xB5\x82\xAD\x82\xCD buildtools/svnrev/readme.md \x82\xF0\x8EQ\x8FƂ\xAD\x82\xBE\x82\xB3\x82\xA2
-------
-
-
-* Libraries
-- Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)
-- LibreSSL 3.4.2 (https://www.libressl.org/)
-- zlib 1.2.11 (http://www.zlib.net/)
-- PuTTY 0.76 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
-- SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html)
-- cJSON 1.7.14 (https://github.com/DaveGamble/cJSON/)
-- The reference C implementation of Argon2 20190702 (https://github.com/P-H-C/phc-winner-argon2)
-
-
-* Notice for SVN committer
-- SVN repository for committer is the following:
-  svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk
-
-- Should not edit checkout file in copying directory.
-  The other modification code may be deleted in SVN server when you commit checkout file. Also, fix it carefully when the conflicting occurs.
-
-- Should not have opened checkout file.
-  SVN commit procedure may be failure while checkout file will have been opened.
-
-- Edit language files
-  Use the text editor supporting multi languages(vim, EmEditor, Notepad++, etc) to edit the language files(installer\release\lang\*.lng).
-
-
-* Add entry to TERATERM.INI
-- Entry name
-Unfortunately, the confusing entries such as EnableFoo... and DisableBar... are included. It recommends that the new name like as Baz....
-
-
-
-* Naming rule to add menu ID
-
-The first digit is 5.
-
-The second digit is:
-  Tera Term VT window         0
-  Tera Term TEK window        1
-  TTSSH                       2
-  TTProxy                     3
-  TTXKanjiMenu                4
-
-The third digit is:
-  [File] menu                 1
-  [Edit] menu                 2
-  [Setup] menu                3
-  [Control] menu              4
-  [Window] menu               8
-  [Help] menu                 9
-
-
-Example: adding a TTSSH menu under File menu
-
-#define ID_SSHSCPMENU       52110
-
-
-* What to do when new macro command is added?
-
-- Coding
--- get a new number of command internal ID.
-   ... teraterm/ttmacro/ttmparse.h
--- add a if statement to below function.
-   ... CheckReservedWord @ teraterm/ttmacro/ttmparse.c
--- add a caller doing the macro command.
-   ... ExecCmnd @ teraterm/ttmacro/ttl.c
--- make a function code for the macro command.
-
-- Help topic
--- make the command help file.
-   ... doc/LANG/html/macro/command/hogefunc.html
--- add the file to help topic.
-   ... doc/LANG/teraterm.hhc
--- get a new number of context ID in help page.
-   The value is internal ID + 92000.
-   ... teraterm/common/helpid.h
--- make the alias between context ID and calling file.
-   Open the .hhp file by using Text Editor, added a html line in [ALIAS] tag.
-   ... doc/LANG/teraterm.hhp
-
-
-* How to build Libraries
-  1. PuTTY (used by TTSSH)
-     (1) Extract PuTTY source into libs/putty directory.
-
-  2. Oniguruma (used by Tera Term Macro)
-     (1) Extract oniguruma source into libs/oniguruma directory.
-     (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
-     (3) Move 'libs' directory on the command prompt. And run buildoniguruma6.bat.
-
-  3. LibreSSL (used by TTSSH)
-     (1) Extract LibreSSL source into libs/libressl directory.
-     (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
-     (3) Move 'libs' directory on the command prompt. And run buildlibressl.bat.
-
-  4. Zlib (used by TTSSH)
-     (1) Extract zlib source into libs/zlib directory.
-     (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
-     (3) Move 'libs' directory on the command prompt. And run buildzlib.bat.
-
-  5. SFMT (used by Tera Term Macro)
-     (1) Extract SFMT source into libs/SFMT directory.
-     (2) Launch 'Visual Studio 2005 Command Prompt' batch file from start menu.
-     (3) Move 'libs' directory on the command prompt. And run buildSFMT.bat.
-     (4) Modify version information in libs/SFMT/SFMT_version_for_teraterm.h if necessary.
-
-  6. cJSON (used by TTXCheckUpdate plugin)
-     (1) Extract cJSON source into libs/cJSON directory.
-
-  7. The reference C implementation of Argon2 (used by TTSSH)
-     (1) Extract argon2 source into libs/argon2 directory.
-
-
-* How to build Tera Term
-  To build Tera Term source code is shown in the following step:
-  And you should use Visual Studio 2005 Standard Edition later version to build Tera Term because Tera Term program links MFC library (Visual Studio 2005 Express Edition can't be used).
-
-  1. Checkout Tera Term source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open teraterm\visualc\ttermpro.sln with Visual Studio.
-     The linefeed code of .sln file must be "CR+LF".
-  3. Build Tera Term solution.
-  4. Tera Term execution program will be generated in teraterm\visualc\bin directory if the building is successful.
-
-
-* How to build TeraTerm Menu
-  1. Checkout TeraTerm Menu source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open ttpmenu\ttpmenu.sln with Visual Studio.
-  3. Build ttpmenu solution.
-  4. ttpmenu.exe will be generated in Release directory if the building is successful.
-
-
-* How to build TTXKanjiMenu
-  1. Checkout TTXKanjiMenu source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open TTXKanjiMenu\ttxkanjimenu.sln with Visual Studio.
-  3. Build ttpmenu solution.
-  4. ttxkanjimenu.dll will be generated in TTXKanjiMenu directory if the building is successful.
-
-
-* How to build TTProxy
-  To build TTProxy source code is shown in the following step:
-  And you need Visual Studio 2005(VC++8.0) to build.
-
-  1. Checkout TTProxy source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open TTProxy\TTProxy.sln with Visual Studio.
-  3. Build TTProxy solution.
-  4. TTProxy DLL module will be generated in TTProxy directory if the building is successful.
-
-
-* How to build TTSSH
-  To build TTSSH source code is shown in the following step:
-  And you need Visual Studio 2005(VC++8.0) and ActivePerl to build.
-
-  * VS2005 Express Edition is able to build TTSSH. TTSSH links to ttpcmn.lib and it must be created beforehand. VS2005 Express Edition cannot build Tera Term, but it can create ttpcmn.lib
-
-  * On VS2008 Express Edition, following error occurs:
-      .\ttxssh.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
-
-    To avoid this error, edit ttxssh.rc file. Delete the line of "afxres.h", and add 2 lines.
-
-      - #include "afxres.h"
-      + #include <windows.h>
-      + #define IDC_STATIC -1
-
-  1. Checkout TTSSH source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open ttssh2\ttssh.sln with Visual Studio.
-  3. Build TTSSH solution.
-  4. TTSSH DLL will be generated in ttssh2\ttxssh directory if the building is successful.
-
-
-* How to build CygTerm
-  To build CygTerm source code is shown in the following step:
-
-   1. Install Cygwin(https://www.cygwin.com/) to your PC.
-   2. Launch Cygwin shell and go to cygterm directory.
-      # cd cygterm
-   3. Compile Cygterm.
-      # make
-
-
-* How to build TTXSamples
-  To build TTXSamples source code is shown in the following step:
-  And you need Visual Studio 2005(VC++8.0) to build.
-  VS2005 Express Edition is able to build TTXSamples.
-
-  1. Checkout TTXSamples source code from OSDN(https://osdn.net/projects/ttssh2/).
-  2. Open TTXSamples\TTXSamples.sln with Visual Studio.
-  3. Build TTXSamples solution.
-  4. TTXSamples DLL module will be generated in TTXSamples directory if the building is successful.
-
-
-* How to build HTML help file
-  To build  HTML help file is shown in the following step:
-
-  1. Install HTML Help Compiler
-     Installing Visual Studio (2017 or later) with "C++ MFC" option, HTML Help Compiler (hhc.exe) is installed.
-
-  2. Run doc\makechm.bat
-
-
-* How to release Tera Term installation package
-  To release Tera Term installation package is shown in the following step:
-
-  0. Increment the version while RC release process.
-     The binary is released for test in this timing. Prevent that old and new binary have same version number.
-     - teraterm\common\tt-version.h
-     - ttssh2\ttxssh\ttxssh-version.h
-     - ttpmenu\ttpmenu.rc // only modifying
-     - TTProxy\TTProxy.rc // only modifying
-     - TTXKanjiMenu\ttxkanjimenu.rc // only modifying
-     - installer\teraterm.iss
-       version up AppVer and add "RC"
-       comment out snapshot
-       change called batch files
-     Increment the year of last publication of copyright notice if it is first release in this year.
-     - teraterm\keycode\keycode-version.rc // VERSIONINFO
-     - teraterm\teraterm\tt-version.rc // VERSIONINFO
-     - teraterm\ttpcmn\ttpcmn-version.rc // VERSIONINFO
-     - teraterm\ttpdlg\ttpdlg.rc // dialog
-     - teraterm\ttpmacro\ttm-version.rc // VERSIONINFO
-     - teraterm\ttptek\ttptek-version.rc // VERSIONINFO
-     - ttssh2\ttxssh\ttxssh.rc // dialog
-     - ttssh2\ttxssh\ttxssh-version.rc // VERSIONINFO
-     - ttpmenu\ttpmenu.rc // dialog, VERSIONINFO
-     - TTProxy\TTProxy.rc // dialog, VERSIONINFO(en), VERSIONINFO(ja)
-     - TTXKanjiMenu\ttxkanjimenu.rc // VERSIONINFO
-     - installer\teraterm.iss
-     - installer\release\license.txt // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\en\html\index.html
-     - doc\en\html\about\copyright.html // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\en\html\macro\index.html
-     - doc\ja\html\index.html
-     - doc\ja\html\about\copyright.html // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\ja\html\macro\index.html
-
-  1. Check latest libraries and tools.
-     Visual Studio
-       http://www.microsoft.com/japan/msdn/vstudio/downloads/default.aspx
-     Inno Setup
-       http://www.jrsoftware.org/isdl.php
-     Oniguruma
-       https://github.com/kkos/oniguruma
-     LibreSSL
-       https://www.libressl.org/
-     zlib
-       http://www.zlib.net/
-     PuTTY
-       http://www.chiark.greenend.org.uk/~sgtatham/putty/
-     SFMT
-       http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html
-     CygTerm
-       https://googledrive.com/host/0B1s-dM6d6yC4fmhEZ3c0VTNFWEFtV3daUlRGQmFHVnBmVHRybUNnUVliNWktNDRlZ2NnZTQ/index-e.html
-
-  2. Check the document files.
-
-  3. Increase the software version and modify date.
-     - teraterm.iss
-       remove "RC" from AppVer
-     - html/about/hisotry.html
-
-     Note: Don't update the version number until the release, because the installer does not overwrite file when versions are same.
-
-     Note: By way of exception, CygTerm+ always upgrades not regarding Tera Term release process when the patch is committed. The release date is the day committed by a developer. The suffix of CygTerm+ version is patchlevel, and then a user can get gcc compiler for free.
-
-  4. When CygTerm+ is changed from previous version, please build the software with 64bit Cygwin and replace cygterm\cygterm+-x86_64\cygterm.exe.
-
-  5. Evaluate executable program file.
-     - Make installer package
-       Open "teraterm\installer\teraterm.iss" with ISTool and call [Project]-[Compile Setup] with InnoSetup.
-     - Test Tera Term installation and evaluate it.
-
-  6. Create SVN tag.
-     The naming rule is `teraterm-version'(ex. teraterm-4_82).
-     svn copy -m "Release 4.82" svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk svn+ssh://svn.osdn.net/svnroot/ttssh2/tags/teraterm-4_82
-
-  7. Re-checkout from svn tag.
-
-  8. Make installer package
-     - Edit "teraterm\installer\teraterm.iss"
-       #define AppVer "4.???"
-       ;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
-       
-       [InnoIDE_PreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [InnoIDE_PostCompile]
-       Name: makearchive.bat; Parameters: release
-
-       [PreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [PostCompile]
-       Name: makearchive.bat; Parameters: release
-
-       [_ISToolPreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [_ISToolPostCompile]
-       Name: makearchive.bat; Parameters: release   
-     
-  
-     - Open "teraterm\installer\teraterm.iss" with ISTool and call [Project]-[Compile Setup] with InnoSetup.
-
-  9. Update OSDN project site.
-     - Add new release.
-     - Submit news.
-
-  10. Announce release to mailing list(in Japan).
-
-  11. Update OSDN project home page.
-
-  12. Delete snapshots.
-
-  13. Announce release to forum(in Canada).
-      - Announcements http://logmett.com/support-forums/5
-        Create new topic in `Announcements' entry.
-        Change the type of previous Announcement from Announcement to Normal.
-        Delete third previous Announcement.
-
-  14. Announce release to Twitter.
-      https://twitter.com/Tera_Term
-      Post release announcement and pin.
-
-  15. Update Chocolatey

Deleted: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt	2023-08-11 06:36:56 UTC (rev 10821)
+++ trunk/doc/ja/html/reference/develop.txt	2023-08-11 07:37:55 UTC (rev 10822)
@@ -1,409 +0,0 @@
-\x81\xA1 \x8AJ\x94\xAD\x8A‹\xAB
-- OS
-  Windows XP Professional / Windows 8 Pro / Windows 8.1 Pro / Windows 10 Pro
-- Tera Term Project \x82Ń\x8A\x83\x8A\x81[\x83X\x82Ɏg\x97p\x82\xB5\x82Ă\xA2\x82\xE9\x83R\x83\x93\x83p\x83C\x83\x89
--- Visual Studio 2005 SP1 (Standard Edition \x88ȏ\xE3)
-   Service Pack 1 (VS80sp1-KB926602-X86-JPN.exe)
-   Microsoft Visual Studio 2005 Service Pack 1 MFC \x83Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8DX\x90V\x83v\x83\x8D\x83O\x83\x89\x83\x80 (VS80sp1-KB2538218-v2-X86-INTL.exe)
-   Windows Vista \x88ȏ\xE3\x82Ńr\x83\x8B\x83h\x82\xB7\x82\xE9\x8Fꍇ\x82́AVisual Studio 2005 Service Pack 1 Update for Windows Vista (VS80sp1-KB932236-X86-JPN.exe)
-   Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-   \x92\x8D: Visual Studio 2005 Standard Edition\x82ł́AOpenSSL \x82̃r\x83\x8B\x83h\x82\xAA\x8E\xB8\x94s\x82\xB5\x82܂\xB7\x81BWindows Server 2003 R2 Platform SDK \x82\xF0\x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB5\x81A"Crypt32.Lib"\x82\xF0\x83\x8A\x83\x93\x83N\x82ł\xAB\x82\xE9\x82悤\x82ɂ\xB5\x82Ă\xA8\x82\xAD\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
-       SDK \x82ŃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82ꂽ\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xAA\x8DŗD\x90\xE6\x82ɂȂ\xE9\x82悤\x81AINCLUDE \x82\xA8\x82\xE6\x82\xD1 LIB \x8A‹\xAB\x95ϐ\x94\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
-       \x97\xE1: INCLUDE "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include"
-           LIB     "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib"
-           \x8FC\x90\xB3\x83o\x83b\x83`\x83t\x83@\x83C\x83\x8B C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
-- \x83T\x83|\x81[\x83g\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x83R\x83\x93\x83p\x83C\x83\x89
--- Visual Studio 2005 (Express Edition\x82\xCDTera Term 4.103\x82\xA9\x82\xE7\x91Ή\x9E)
-   - SDK 7.0
-     - Windows Server 2003 R2 Platform SDK
-       (= Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-       (5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.img)
-     - Microsoft\x82̃T\x83C\x83g\x82\xA9\x82\xE7\x82͓\xFC\x8E\xE8\x95s\x89”\(2019/04/07\x8E\x9E\x93_)
-   - SDK 7.1
-     - Microsoft Windows SDK for Windows 7 and .NET Framework 4
-       (GRMSDK_EN_DVD.iso)
-     - Windows95\x82ł\xE0\x93\xAE\x8D삷\x82\xE9\x83o\x83C\x83i\x83\x8A\x82\xF0\x83r\x83\x8B\x83h\x89”\
-     - Visual Studio 2005\x82ŗ\x98\x97p\x82\xB7\x82\xE9\x82ɂ\xCDKB949009(VS80sp1-KB949009-X86-INTL.exe)\x82\xA9KB980422(VS80sp1-KB980422-x86-INTL.exe)\x82\xAA\x95K\x97v
-       - KB949009,KB980422\x82\xCDMicrosoft\x82̃T\x83C\x83g\x82\xA9\x82\xE7\x93\xFC\x8E\xE8\x95s\x89”\
--- Visual Studio 2008 SP1 (Standard Edition \x88ȏ\xE3)
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
--- Visual Studio 2010 SP1 (Professional Edition \x88ȏ\xE3)
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
--- Visual Studio 2012 Update 4 (Professional Edition \x88ȏ\xE3)
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-       Windows Vista, XP \x82\xF0\x83T\x83|\x81[\x83g\x82\xB7\x82\xE9\x82ɂ\xCD v110_xp \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
--- Visual Studio Community 2013 Update 5
-   MFC MBCS DLL \x83A\x83h\x83I\x83\x93 (vc_mbcsmfc.exe)
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-       Windows Vista, XP \x82\xF0\x83T\x83|\x81[\x83g\x82\xB7\x82\xE9\x82ɂ\xCD v120_xp \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
--- Visual Studio Community 2015 Update 3
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-       Windows Vista, XP \x82\xF0\x83T\x83|\x81[\x83g\x82\xB7\x82\xE9\x82ɂ\xCD v140_xp \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
--- Visual Studio Community 2017 
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-       Windows Vista, XP \x82\xF0\x83T\x83|\x81[\x83g\x82\xB7\x82\xE9\x82ɂ\xCD v141_xp \x82\xF0\x8Ew\x92肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
--- Visual Studio Community 2019
-   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-- \x83o\x83b\x83`\x83t\x83@\x83C\x83\x8B\x82\xA9\x82\xE7\x83r\x83\x8B\x83h\x82\xB7\x82邽\x82߂\xC9
-  Visual Studio \x82̃R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x82\xA9\x82\xE7\x83o\x83b\x83`\x83t\x83@\x83C\x83\x8B\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82邩\x81A\x88ȉ\xBA\x82̂悤\x82Ɋ‹\xAB\x95ϐ\x94\x82\xF0\x90ݒ肵\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  \x8Eg\x97p\x82\xB5\x82\xBD\x82\xA2\x83o\x81[\x83W\x83\x87\x83\x93\x82\xCC Visual Studio \x82\xCC "(x86) Native Tools Command Prompt" \x82\xF0\x8E\xC0\x8Ds\x82\xB5\x81A\x83R\x83\x93\x83p\x83C\x83\x89\x82̃p\x83X\x82Ɋ֌W\x82\xB7\x82\xE9 PATH \x82\xC6 VSINSTALLDIR \x95ϐ\x94\x82\xF0\x8A‹\xAB\x95ϐ\x94\x82ɓo\x98^\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  \x97\xE1: INCLUDE       C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Windows Kits\8.1\include\shared;C:\Program Files (x86)\Windows Kits\8.1\include\um;
-      LIB           C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\LIB;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\LIB;C:\Program Files (x86)\Windows Kits\8.1\lib\winv6.3\um\x86;
-      PATH          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN;C:\Program Files (x86)\Windows Kits\8.1\bin\x86
-      VSINSTALLDIR  C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC
-- \x83C\x83\x93\x83X\x83g\x81[\x83\x89
-  Inno Setup 5.6.1 ANSI (http://www.jrsoftware.org/isinfo.php)
-  Inno Setup Preprocessor
-  ISTool 5.3.0.1 (https://sourceforge.net/projects/istool/)
-- \x82\xBB\x82̑\xBC
-  Cygwin \x8DŐV\x94\xC5(v4.105\x82\xA9\x82\xE7CygTerm+\x82\xCDVista\x88ȍ~\x91Ή\x9E\x82ƂȂ\xC1\x82\xBD\x82\xBD\x82\xDF)
-  ActivePerl 5.10 \x88ȏ\xE3 \x82܂\xBD\x82\xCD Strawberry Perl 5.30.1.1 \x88ȏ\xE3
-    \x83r\x83\x8B\x83h\x89ߒ\xF6\x82Ŏg\x97p\x82\xB5\x82܂\xB7
-    - OpenSSL \x82̃R\x83\x93\x83p\x83C\x83\x8B(\x95K\x90{)
-    - \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x83t\x83@\x83C\x83\x8B\x82̕\xB6\x8E\x9A\x83R\x81[\x83h\x81E\x89\xFC\x8Ds\x83R\x81[\x83h\x95ϊ\xB7(\x95K\x90{)
-    - \x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x8E擾 (perl\x82\xAA\x82Ȃ\xA2\x8Fꍇ\x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x82\xF0\x8E擾\x82\xB9\x82\xB8\x82Ƀr\x83\x8B\x83h\x82\xB5\x82܂\xB7)
-  Subversion for Windows (http://sourceforge.net/projects/win32svn/)
-    \x83\x8A\x83r\x83W\x83\x87\x83\x93\x94ԍ\x86\x8E擾\x8E\x9E\x82Ɏg\x97p\x82\xB5\x82܂\xB7
-    buildtools/svnrev/toolinfo.txt \x82\xC9 svn.exe \x82̃t\x83\x8B\x83p\x83X\x82\xF0\x8BL\x8Fq\x82\xA2\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-    \x8Fڂ\xB5\x82\xAD\x82\xCD buildtools/svnrev/readme.md \x82\xF0\x8EQ\x8FƂ\xAD\x82\xBE\x82\xB3\x82\xA2
-
-
-\x81\xA1 \x83\x89\x83C\x83u\x83\x89\x83\x8A
-- Oniguruma 6.9.7.1 (https://github.com/kkos/oniguruma)
-- LibreSSL 3.4.2 (https://www.libressl.org/)
-- zlib 1.2.11 (http://www.zlib.net/)
-- PuTTY 0.76 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
-- SFMT 1.5.1 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html)
-- cJSON 1.7.14 (https://github.com/DaveGamble/cJSON/)
-- The reference C implementation of Argon2 20190702 (https://github.com/P-H-C/phc-winner-argon2)
-
-\x81\xA1 SVN \x83R\x83~\x83b\x83^\x81[\x82ւ̒\x8D\x88\xD3
-- SVN \x83\x8A\x83|\x83W\x83g\x83\x8A\x82͈\xEA\x94ʌ\xFC\x82\xAF\x82Ƃ͈Ⴂ\x81A\x88ȉ\xBA\x82̒ʂ\xE8\x82ł\xB7\x81B
-  svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk
-
-- \x83t\x83@\x83C\x83\x8B\x82\xF0\x95ʂ̃f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ŕҏW\x82\xB5\x82Ȃ\xA2\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  \x83R\x83~\x83b\x83g\x82\xB5\x82\xBD\x82Ƃ\xAB\x82ɕʂ̐l\x82̏C\x90\xB3\x82\xF0\x8D폜\x82\xB5\x82Ă\xB5\x82܂\xA4\x82\xB1\x82Ƃ\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
-
-- \x83A\x83b\x83v\x83f\x81[\x83g\x81E\x83R\x83~\x83b\x83g\x8E\x9E\x82̒\x8D\x88\xD3
-  svn\x82̏\x88\x97\x9D\x82\xAA\x8E\xB8\x94s\x82\xB7\x82邱\x82Ƃ\xAA\x82\xA0\x82\xE9\x82̂ŁA\x83t\x83@\x83C\x83\x8B\x82\xF0\x83G\x83f\x83B\x83^\x93\x99\x82ŊJ\x82\xA2\x82\xBD\x82܂܂ōs\x82\xED\x82Ȃ\xA2\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-
-- \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x95ҏW\x8E\x9E\x82̒\x8D\x88\xD3
-  \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B(installer\release\lang\*.lng)\x82͑\xBD\x8C\xBE\x8C\xEA\x91Ή\x9E\x83G\x83f\x83B\x83^(vim, EmEditor, Notepad++\x93\x99)\x82ŕҏW\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-
-
-\x81\xA1 TERATERM.INI \x82ւ̍\x80\x96ڒlj\xC1
-- \x8D\x80\x96ږ\xBC
-\x82\xB7\x82ł\xC9 EnableFoo... \x82\xE2 DisableBar... \x82\xAA\x8D\xAC\x8D݂\xB5\x82Ă\xB5\x82܂\xC1\x82Ă\xA2\x82邪\x81A\x8D\xAC\x97\x90\x82\xB5\x82₷\x82\xA2\x81B
-\x8D\xA1\x8C\xE3\x82\xCD Baz... \x82Ƃ\xA2\x82\xA4\x8C`\x8E\xAE\x82ɂ\xB7\x82\xE9\x82̂\xAA\x96]\x82܂\xB5\x82\xA2\x81B
-
-
-\x81\xA1 \x83\x81\x83j\x83\x85\x81[ID\x92lj\xC1\x8E\x9E\x82̖\xBD\x96\xBC\x8BK\x91\xA5
-
-1\x8C\x85\x96ڂ\xCD 5
-
-2\x8C\x85\x96ڂ\xCD
-  Tera Term VT \x83E\x83B\x83\x93\x83h\x83E\x82Ȃ\xE7  0
-  Tera Term TEK \x83E\x83B\x83\x93\x83h\x83E\x82Ȃ\xE7 1
-  TTSSH \x82Ȃ\xE7                   2
-  TTProxy \x82Ȃ\xE7                 3
-  TTXKanjiMenu \x82Ȃ\xE7            4
-
-3\x8C\x85\x96ڂ\xCD
-  [File] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7    1
-  [Edit] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7    2
-  [Setup] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7   3
-  [Control] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7 4
-  [Window] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7  8
-  [Help] \x83\x81\x83j\x83\x85\x81[\x82Ȃ\xE7    9
-
-
-\x97\xE1\x81FFile\x94z\x89\xBA\x82\xC9TTSSH\x82̃\x81\x83j\x83\x85\x81[\x82\xF0\x92lj\xC1\x82\xB7\x82\xE9
-
-#define ID_SSHSCPMENU       52110
-
-
-\x81\xA1 \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x92lj\xC1\x8E\x9E\x82̍\xEC\x8Bƃ\x8A\x83X\x83g
-  Tera Term\x83}\x83N\x83\x8D\x82\xF0\x90V\x90݂\xB7\x82\xE9\x82Ƃ\xAB\x82̍\xEC\x8BƎ菇\x82ɂ‚\xA2\x82āA\x88ȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-
-\x82P\x81D\x83\\x81[\x83X\x83R\x81[\x83h\x82̏C\x90\xB3
--- \x83R\x83}\x83\x93\x83h\x82̓\xE0\x95\x94 ID \x82\xF0\x8D̔Ԃ\xB7\x82\xE9\x81B\x81i\x81u\x93\xE0\x95\x94 ID\x81v\x82\xCD"helpid.h"\x82ɂ\xE0\x8Eg\x97p\x82\xB3\x82\xEA\x82\xE9\x81j
-   ... teraterm/ttmacro/ttmparse.h
--- \x83R\x83}\x83\x93\x83h\x96\xBC\x82𑖍\xB8\x82\xB5\x82ē\xE0\x95\x94 ID \x82ɕϊ\xB7\x82\xB7\x82\xE9\x81B
-   ... CheckReservedWord @ teraterm/ttmacro/ttmparse.c
--- \x83R\x83}\x83\x93\x83h\x82̓\xE0\x95\x94 ID \x82\xA9\x82\xE7\x8E\xC0\x8Dۂɏ\x88\x97\x9D\x82\xF0\x82\xB7\x82\xE9\x8A֐\x94\x82\xF0\x8CĂԁB
-   ... ExecCmnd @ teraterm/ttmacro/ttl.c
--- \x8F\x88\x97\x9D\x82\xB7\x82\xE9\x8A֐\x94\x82\xF0\x8D\xEC\x82\xE9\x81B
-
-\x82Q\x81D \x83w\x83\x8B\x83v(\x8C\xBE\x8Cꂲ\x82\xC6)
--- \x83R\x83}\x83\x93\x83h\x82̃w\x83\x8B\x83v\x82\xF0\x8D\xEC\x82\xE9\x81B
-   ... doc/LANG/html/macro/command/hogefunc.html
--- \x83R\x83}\x83\x93\x83h\x88ꗗ\x83y\x81[\x83W\x82ɒlj\xC1\x82\xB7\x82\xE9\x81B
-   ... doc/LANG/html/macro/command/index.html
--- \x83w\x83\x8B\x83v\x83g\x83s\x83b\x83N\x82ɒlj\xC1\x82\xB7\x82\xE9\x81B
-   ... doc/LANG/teraterm.hhc
--- \x83w\x83\x8B\x83v\x83y\x81[\x83W\x82̃R\x83\x93\x83e\x83L\x83X\x83g ID \x82\xF0\x8D̔Ԃ\xB7\x82\xE9\x81B
-   \x92l\x82\xCD \x83R\x83}\x83\x93\x83h\x82̓\xE0\x95\x94 ID + 92000\x81B
-   ... teraterm/common/helpid.h
--- \x83R\x83\x93\x83e\x83L\x83X\x83g ID \x82ƌĂяo\x82\xB7\x83t\x83@\x83C\x83\x8B\x82̃G\x83C\x83\x8A\x83A\x83X\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-   \x83e\x83L\x83X\x83g\x83G\x83f\x83B\x83^\x82Œ\xBC\x90ڊJ\x82\xAB\x81A[ALIAS]\x82\xC9HTML\x82\xF0\x92lj\xC1\x82\xB7\x82\xE9\x81B
-   ... doc/LANG/teraterm.hhp
-
-
-\x81\xA1 \x83\x89\x83C\x83u\x83\x89\x83\x8A\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  1. PuTTY (used by TTSSH)
-     (1) PuTTY \x82̃\\x81[\x83X\x82\xF0 libs/putty \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     * ttssh \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x94z\x89\xBA\x82\xCC putty \x83v\x83\x8D\x83W\x83F\x83N\x83g\x82ɂ\xE6\x82\xE8\x95K\x97v\x82ȋ@\x94\\x82݂̂\xAA\x90ÓI\x83\x89\x83C\x83u\x83\x89\x83\x8A\x89\xBB\x82\xB3\x82\xEA\x81Attxssh.dll \x82Ƀ\x8A\x83\x93\x83N\x82\xB3\x82\xEA\x82邽\x82߁A\x93W\x8AJ\x82\xB7\x82邾\x82\xAF\x82ł悢\x81B
-
-  2. Oniguruma (used by Tera Term Macro)
-     (1) oniguruma \x82̃\\x81[\x83X\x82\xF0 libs/oniguruma \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     (2) \x83X\x83^\x81[\x83g\x83\x81\x83j\x83\x85\x81[\x82\xA9\x82\xE7\x81uVisual Studio 2005 \x83R\x83}\x83\x93\x83h \x83v\x83\x8D\x83\x93\x83v\x83g\x81v\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B
-     (3) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81Abuildoniguruma6.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
-
-  3. LibreSSL (used by TTSSH)
-     (1) LibreSSL \x82̃\\x81[\x83X\x82\xF0 libs/libressl \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     (2) \x83X\x83^\x81[\x83g\x83\x81\x83j\x83\x85\x81[\x82\xA9\x82\xE7\x81uVisual Studio 2005 \x83R\x83}\x83\x93\x83h \x83v\x83\x8D\x83\x93\x83v\x83g\x81v\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B
-     (3) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81Abuildlibressl.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
-
-  4. Zlib (used by TTSSH)
-     (1) zlib \x82̃\\x81[\x83X\x82\xF0 libs/zlib \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     (2) \x83X\x83^\x81[\x83g\x83\x81\x83j\x83\x85\x81[\x82\xA9\x82\xE7\x81uVisual Studio 2005 \x83R\x83}\x83\x93\x83h \x83v\x83\x8D\x83\x93\x83v\x83g\x81v\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B
-     (3) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81Abuildzlib.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
-
-  5. SFMT (used by Tera Term Macro)
-     (1) SFMT \x82̃\\x81[\x83X\x82\xF0 libs/SFMT \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     (2) \x83X\x83^\x81[\x83g\x83\x81\x83j\x83\x85\x81[\x82\xA9\x82\xE7\x81uVisual Studio 2005 \x83R\x83}\x83\x93\x83h \x83v\x83\x8D\x83\x93\x83v\x83g\x81v\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x81B
-     (3) \x83R\x83}\x83\x93\x83h\x83v\x83\x8D\x83\x93\x83v\x83g\x8Fォ\x82\xE7 libs \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɉړ\xAE\x82\xB5\x81AbuildSFMT.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
-     (4) \x95K\x97v\x82ɉ\x9E\x82\xB6\x82\xC4 libs/SFMT/SFMT_version_for_teraterm.h \x82̃o\x81[\x83W\x83\x87\x83\x93\x94ԍ\x86\x82\xF0\x8FC\x90\xB3\x82\xB7\x82\xE9\x81B
-
-  6. cJSON (used by TTXCheckUpdate plugin)
-     (1) cJSON \x82̃\\x81[\x83X\x82\xF0 libs/cJSON \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-
-  7. The reference C implementation of Argon2 (used by TTSSH)
-     (1) argon2 \x82̃\\x81[\x83X\x82\xF0 libs/argon2 \x82̒\x86\x82ɓW\x8AJ\x82\xB7\x82\xE9\x81B
-     * argon2 \x83\x8A\x83t\x83@\x83\x8C\x83\x93\x83X\x8E\xC0\x91\x95\x82ɂ͐ÓI\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82𐶐\xAC\x82\xB7\x82\xE9\x83v\x83\x8D\x83W\x83F\x83N\x83g\x83t\x83@\x83C\x83\x8B\x82\xAA\x8A܂܂\xEA\x82Ă\xA2\x82Ȃ\xA2\x81Bttssh \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x94z\x89\xBA\x82\xCC argon2 \x83v\x83\x8D\x83W\x83F\x83N\x83g\x82ɂ\xE6\x82\xE8\x90ÓI\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x81Attxssh.dll \x82Ƀ\x8A\x83\x93\x83N\x82\xB3\x82\xEA\x82邽\x82߁A\x93W\x8AJ\x82\xB7\x82邾\x82\xAF\x82ł悢\x81B
-
-
-\x81\xA1 Tera Term\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  Tera Term\x82̃r\x83\x8B\x83h\x95\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-  \x83r\x83\x8B\x83h\x82ɂ\xCDVisual Studio 2005 Standard Edition\x88ȏオ\x95K\x97v\x82ł\xB7\x81B\x81iVisual Studio 2005 Express Edition\x82͕s\x89j
-
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. teraterm\visualc\ttermpro.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-     .sln\x83t\x83@\x83C\x83\x8B\x82̉\xFC\x8Ds\x83R\x81[\x83h\x82\xAA"LF"\x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAVisual Studio\x82\xAA\x8BN\x93\xAE\x82\xB5\x82Ȃ\xA2\x82̂Œ\x8D\x88ӊ肢\x82܂\xB7\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6teraterm \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82Ɏ\xC0\x8Ds\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-
-
-\x81\xA1 TeraTerm Menu\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. ttpmenu\ttpmenu.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6 ttpmenu \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xC9 ttpmenu.exe \x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-
-
-\x81\xA1 TTXKanjiMenu\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. TTXKanjiMenu\ttxkanjimenu.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6 TTXKanjiMenu \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xC9 ttxkanjimenu.dll \x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-
-
-\x81\xA1 TTProxy\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  TTProxy\x82̃r\x83\x8B\x83h\x95\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-  \x83r\x83\x8B\x83h\x82ɂ\xCDVisual Studio 2005(VC++8.0)\x82\xAA\x95K\x97v\x82ł\xB7\x81B
-
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. TTProxy\TTProxy.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6 TTProxy \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xC9DLL\x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-
-
-\x81\xA1 TTSSH\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  TTSSH\x82̃r\x83\x8B\x83h\x95\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-  \x83r\x83\x8B\x83h\x82ɂ\xCDVisual Studio 2005(VC++8.0)\x81AActivePerl\x82\xAA\x95K\x97v\x82ł\xB7\x81B
-
-  * TTSSH\x92P\x91̂̃r\x83\x8B\x83h\x82\xCD VS2005 Express Edition \x82ł\xE0\x89”\\x82ł\xB7\x81Bttpcmn.lib\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB7\x82邽\x82߁ATera Term\x82̃r\x83\x8B\x83h\x82\xF0\x8E\x96\x91O\x82ɍs\x82\xC1\x82Ă\xA8\x82\xAD\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81BVS2005 Express Edition\x82ł\xCDTera Term\x82̃r\x83\x8B\x83h\x82͂ł\xAB\x82܂\xB9\x82񂪁Attpcmn.lib\x82͍쐬\x82\xB7\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
-
-  * VS2008 Express Edition\x82Ńr\x83\x8B\x83h\x82\xB7\x82\xE9\x82ƁA.rc\x83t\x83@\x83C\x83\x8B\x82ʼn\xBA\x8BL\x82̃G\x83\x89\x81[\x82\xAA\x94\xAD\x90\xB6\x82\xB5\x82܂\xB7\x81B
-      .\ttxssh.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
-
-    \x96{\x8C\xBB\x8Fۂ\xF0\x89\xF1\x94\xF0\x82\xB7\x82\xE9\x82ɂ́A.rc\x83t\x83@\x83C\x83\x8B\x82\xF0\x83e\x83L\x83X\x83g\x83G\x83f\x83B\x83^\x82ŊJ\x82\xAB\x81Aafxres.h\x82\xCCinclude\x82\xF0\x8D폜\x82\xB5\x81A\x90V\x8BK\x82\xC92\x8Ds\x82\xF0\x92lj\xC1\x82\xB5\x82܂\xB7\x81B
-
-      - #include "afxres.h"
-      + #include <windows.h>
-      + #define IDC_STATIC -1
-
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. ttssh2\ttssh.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6ttssh2\ttxssh \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xC9DLL\x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-
-
-\x81\xA1 CygTerm\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  CygTerm\x82̃r\x83\x8B\x83h\x95\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-
-   1. Cygwin(https://www.cygwin.com/)\x82\xF0\x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB7\x82\xE9\x81B
-   2. Cygwin\x82̃V\x83F\x83\x8B\x82\xF0\x8BN\x93\xAE\x82\xB5\x81Acygterm \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82ֈړ\xAE\x82\xB7\x82\xE9\x81B
-      # cd cygterm
-   3. CygTerm\x82\xF0\x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB7\x82\xE9\x81B
-      # make
-
-
-\x81\xA1 TTXSamples\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  \x83\x8A\x83|\x83W\x83g\x83\x8A\x82\xCCTTXSamples\x82\xC9 Tera Term Extension (TTX)\x82̃T\x83\x93\x83v\x83\x8B\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
-  TTX\x82\xF0\x8D\xEC\x82\xE9\x8Dۂ̎Q\x8Dl\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  TTXSamples\x82̃r\x83\x8B\x83h\x82ɂ\xCDVisual Studio 2005(VC++8.0)\x82\xAA\x95K\x97v\x82ł\xB7\x81B
-  Tera Term\x96{\x91̂Ƃ͈Ⴂ\x81AExpress Edition\x82ł\xE0\x83r\x83\x8B\x83h\x89”\\x82ł\xB7\x81B
-
-  1. \x83\\x81[\x83X\x83R\x81[\x83h\x82\xF0OSDN(https://ja.osdn.net/projects/ttssh2/)\x82\xA9\x82\xE7\x83`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB7\x82\xE9\x81B
-  2. TTXSamples\TTXSamples.sln \x82\xF0Visual Studio\x82ŊJ\x82\xAD\x81B
-  3. \x83\\x83\x8A\x83\x85\x81[\x83V\x83\x87\x83\x93\x82\xF0\x83r\x83\x8B\x83h\x82\xB7\x82\xE9\x81B
-  4. \x83r\x83\x8B\x83h\x82ɐ\xAC\x8C\x{1C2DC2}\xE9\x82\xC6 TTXSamples \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xC9DLL\x82\xAA\x90\xB6\x90\xAC\x82\xB3\x82\xEA\x82\xE9\x81B
-  \x8AeTTX\x82̏ڍׂɂ‚\xA2\x82ẮA\x83v\x83\x8D\x83W\x83F\x83N\x83g\x93\xE0\x82\xCCReadMe-ja.txt\x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-
-
-\x81\xA1 \x83w\x83\x8B\x83v\x83t\x83@\x83C\x83\x8B\x82̃r\x83\x8B\x83h\x95\xFB\x96@
-  \x83w\x83\x8B\x83v\x83t\x83@\x83C\x83\x8B\x82̃r\x83\x8B\x83h\x95\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-
-  1. HTML Help Compiler \x82\xF0\x93\xFC\x8E肷\x82\xE9\x81B
-     Visual Studio (2017 \x88ȍ~) \x82\xF0 "C++ MFC" \x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB5\x82ăC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB7\x82\xE9\x82ƁAHTML Help Compiler (hhc.exe) \x82\xAA\x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82\xEA\x82\xE9\x81B
-
-  2. doc\makechm.bat \x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x81B
-
-
-\x81\xA1 \x83\x8A\x83\x8A\x81[\x83X\x82̕\xFB\x96@
-  \x83\x8A\x83\x8A\x81[\x83X\x82̕\xFB\x96@\x82ɂ‚\xA2\x82Ĉȉ\xBA\x82Ɏ\xA6\x82\xB5\x82܂\xB7\x81B
-
-  0. RC \x8D쐬\x8E\x9E\x82Ƀo\x81[\x83W\x83\x87\x83\x93\x82\xF0\x88\xEA\x82ƒC\x83\x93\x83N\x83\x8A\x83\x81\x83\x93\x83g\x82\xB7\x82\xE9\x81B
-     \x88\xEA\x94ʂɃe\x83X\x83g\x82\xF0\x8CĂт\xA9\x82\xAF\x81A\x8B\x8C\x83o\x81[\x83W\x83\x87\x83\x93\x82Ƃ̓\xAF\x8E\x9E\x8E\xC0\x8Ds\x82\xAA\x8Dl\x82\xA6\x82\xE7\x82\xEA\x82邽\x82߁A\x82\xB1\x82̃^\x83C\x83~\x83\x93\x83O\x82Ƃ\xB7\x82\xE9(cf. TT_FILEMAPNAME \x92\xE8\x8B`)\x81B
-     - teraterm\common\tt-version.h
-     - ttssh2\ttxssh\ttxssh-version.h
-     - ttpmenu\ttpmenu.rc // \x95ύX\x8E\x9E\x82̂\xDD
-     - TTProxy\TTProxy.rc // \x95ύX\x8E\x9E\x82̂\xDD
-     - TTXKanjiMenu\ttxkanjimenu.rc // \x95ύX\x8E\x9E\x82̂\xDD
-     - installer\teraterm.iss
-       AppVer \x82\xF0\x8Fグ\x81A"RC" \x82\xF0\x92lj\xC1
-       snapshot \x82\xF0 \x83R\x83\x81\x83\x93\x83g\x83A\x83E\x83g
-       \x83o\x83b\x83`\x83t\x83@\x83C\x83\x8B\x82̌Ăяo\x82\xB5\x82\xF0\x8FC\x90\xB3
-     \x82\xB1\x82̔N\x82ɂ\xA8\x82\xAF\x82\xE9\x8Dŏ\x89\x82̃\x8A\x83\x8A\x81[\x83X\x82̏ꍇ\x82́A\x92\x98\x8D쌠\x95\\x8E\xA6\x82́u\x8DŌ\xE3\x82̔\xAD\x8Ds\x82̔N\x81v\x82\xF0\x83C\x83\x93\x83N\x83\x8A\x83\x81\x83\x93\x83g\x82\xB7\x82\xE9\x81B
-     - teraterm\keycode\keycode-version.rc // VERSIONINFO
-     - teraterm\teraterm\tt-version.rc // VERSIONINFO
-     - teraterm\ttpcmn\ttpcmn-version.rc // VERSIONINFO
-     - teraterm\ttpdlg\ttpdlg.rc // dialog
-     - teraterm\ttpmacro\ttm-version.rc // VERSIONINFO
-     - teraterm\ttptek\ttptek-version.rc // VERSIONINFO
-     - ttssh2\ttxssh\ttxssh.rc // dialog
-     - ttssh2\ttxssh\ttxssh-version.rc // VERSIONINFO
-     - ttpmenu\ttpmenu.rc // dialog, VERSIONINFO
-     - TTProxy\TTProxy.rc // dialog, VERSIONINFO(en), VERSIONINFO(ja)
-     - TTXKanjiMenu\ttxkanjimenu.rc // VERSIONINFO
-     - installer\teraterm.iss
-     - installer\release\license.txt // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\en\html\index.html
-     - doc\en\html\about\copyright.html // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\en\html\macro\index.html
-     - doc\ja\html\index.html
-     - doc\ja\html\about\copyright.html // Tera Term, TTSSH, Cygterm+, TTProxy, TeraTerm Menu, TTX KanjiMenu
-     - doc\ja\html\macro\index.html
-
-  1. \x88ˑ\xB6\x83\x89\x83C\x83u\x83\x89\x83\x8A\x81A\x83c\x81[\x83\x8B\x81A\x83C\x83\x93\x83|\x81[\x83g\x8C\xB3\x82̍ŐV\x94ł\xF0\x83`\x83F\x83b\x83N\x82\xB7\x82\xE9\x81B
-     Visual Studio
-       http://www.microsoft.com/japan/msdn/vstudio/downloads/default.aspx
-     Inno Setup
-       http://www.jrsoftware.org/isdl.php
-     Oniguruma
-       https://github.com/kkos/oniguruma
-     LibreSSL
-       https://www.libressl.org/
-     zlib
-       http://www.zlib.net/
-     PuTTY
-       http://www.chiark.greenend.org.uk/~sgtatham/putty/
-     SFMT
-       http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html
-     CygTerm
-       https://googledrive.com/host/0B1s-dM6d6yC4fmhEZ3c0VTNFWEFtV3daUlRGQmFHVnBmVHRybUNnUVliNWktNDRlZ2NnZTQ/index.html
-
-  2. \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82\xF0\x8Am\x94F\x82\xB7\x82\xE9\x81B
-     - \x83_\x83C\x83A\x83\x8D\x83O\x8F\xE3\x82̐ݒ荀\x96ځEUI\x82̂Ȃ\xA2\x93\xC1\x95ʃI\x83v\x83V\x83\x87\x83\x93\x81E\x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83p\x83\x89\x83\x81\x81[\x83^\x81E\x90V\x8BK\x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82ȂǁA\x91Ή\x9E\x82\xB7\x82\xE9\x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x82ɘR\x82ꂪ\x82Ȃ\xA2\x82\xA9\x8Am\x94F\x82\xB7\x82\xE9\x81B
-     - \x95ύX\x97\x9A\x97\xF0\x82̏\x91\x82\xAB\x96Y\x82\xEA\x82\xF0\x8Am\x94F\x82\xB7\x82\xE9\x81B
-       \x82\xA8\x82\xA8\x82ނ˕ύX\x82\xB5\x82\xBD\x8F\x87\x82ɒNjL\x82\xB3\x82\xEA\x82\xE9\x95ύX\x97\x9A\x97\xF0\x82̏\x87\x94Ԃ\xF0\x95ύX\x82\xB7\x82\xE9\x81B\x82\xBE\x82\xA2\x82\xBD\x82\xA2\x82̎w\x90j\x82Ƃ\xB5\x82ẮA\x83^\x81[\x83~\x83i\x83\x8B\x83G\x83~\x83\x85\x83\x8C\x81[\x83V\x83\x87\x83\x93\x8A֌W\x81E\x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82Ƃ\xB5\x82Ă̕ύX\x81E\x83}\x83N\x83\x8D\x82̏\x87\x81B
-     - \x83h\x83L\x83\x85\x83\x81\x83\x93\x83g\x8D\xB7\x95\xAA\x82\xAA\x96|\x96󂳂\xEA\x82Ă\xA2\x82邱\x82Ƃ\xF0\x8Am\x94F\x82\xB7\x82\xE9\x81B
-
-  3. \x83o\x81[\x83W\x83\x87\x83\x93\x82\xF0\x8Fグ\x81A\x93\xFA\x95t\x82\xF0\x95ύX\x82\xB7\x82\xE9\x81B
-     - teraterm.iss
-       AppVer \x82\xA9\x82\xE7 RC \x82\xF0\x8D폜
-     - html/about/hisotry.html
-
-     CygTerm+ \x82͗\xE1\x8AO\x82ŁA\x83\x8A\x83\x8A\x81[\x83X\x82Ƃ͊֌W\x82Ȃ\xAD\x83o\x81[\x83W\x83\x87\x83\x93\x82\xAA\x8Fオ\x82\xE9\x81B
-     \x83p\x83b\x83`\x82\xAA\x83R\x83~\x83b\x83g\x82\xB3\x82\xEA\x82\xE9\x82Ƒ\xA6\x83\x8A\x83\x8A\x81[\x83X\x88\xB5\x82\xA2\x82ɂȂ\xE8\x81A\x83\x8A\x83\x8A\x81[\x83X\x93\xFA\x82͂\xBB\x82̓\xFA\x95t\x82ƂȂ\xE9\x81B
-     \x82\xB1\x82\xEA\x82́A\x83o\x81[\x83W\x83\x87\x83\x93\x82̖\x96\x94\xF6\x82\xAA patchlevel \x82ł\xA0\x82\xE8\x81A\x83R\x83\x93\x83p\x83C\x83\x89\x82̓\xFC\x8E肪\x97e\x88ՂȂ\xBD\x82߁B
-
-  4. \x91O\x89\xF1\x82̃\x8A\x83\x8A\x81[\x83X\x82\xA9\x82\xE7CygTerm+\x82ɕύX\x82\xAA\x82\xA0\x82\xE9\x8Fꍇ\x82́A64bit Cygwin\x82Ńr\x83\x8B\x83h\x82\xB5\x82\xC4 cygterm\cygterm+-x86_64\cygterm.exe \x82̍\xB7\x82\xB5\x91ւ\xA6\x82\xF0\x8Ds\x82\xA4\x81B
-  
-  5. \x93\xAE\x8D\xEC\x8Am\x94F\x82\xF0\x82\xB7\x82\xE9
-     - \x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-       ISTool \x82\xC5 teraterm\installer\teraterm.iss \x82\xF0\x8AJ\x82\xAB\x81A[Project]-[Compile Setup]\x82ō쐬\x82\xB3\x82\xEA\x82\xE9\x81B
-     - \x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xA8\x82\xE6\x82ю\xC0\x8Ds\x82\xF0\x83e\x83X\x83g\x82\xB7\x82\xE9\x81B
-
-  6. SVN \x82̃^\x83O\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-     \x83^\x83O\x96\xBC\x82́uteraterm-\x83o\x81[\x83W\x83\x87\x83\x93\x81v\x81B\x82\xBD\x82Ƃ\xA6\x82΁Av4.82\x82Ȃ\xE7\x82\xCE"teraterm-4_82"\x81B
-     svn copy -m "Release 4.82" svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk svn+ssh://svn.osdn.net/svnroot/ttssh2/tags/teraterm-4_82
-
-  7. \x83\x8A\x83\x8A\x81[\x83X\x97p\x82̃^\x83O\x82Ń`\x83F\x83b\x83N\x83A\x83E\x83g\x82\xB5\x92\xBC\x82\xB7\x81B
-
-  8. \x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-     - teraterm\installer\teraterm.iss \x82\xF0\x95ҏW\x82\xB7\x82\xE9
-       #define AppVer "4.???"
-       ;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
-       
-       [InnoIDE_PreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [InnoIDE_PostCompile]
-       Name: makearchive.bat; Parameters: release
-
-       [PreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [PostCompile]
-       Name: makearchive.bat; Parameters: release
-
-       [_ISToolPreCompile]
-       Name: makechm.bat
-       ;Name: build.bat
-       Name: build.bat; Parameters: rebuild
-
-       [_ISToolPostCompile]
-       Name: makearchive.bat; Parameters: release   
-       
-  
-     - ISTool \x82\xC5 teraterm\installer\teraterm.iss \x82\xF0\x8AJ\x82\xAB\x81A[Project]-[Compile Setup]\x82ō쐬\x82\xB3\x82\xEA\x82\xE9
-
-  9. OSDN \x82\xF0\x8DX\x90V\x82\xB7\x82\xE9\x81B
-     - [\x83_\x83E\x83\x93\x83\x8D\x81[\x83h]-[\x8AǗ\x9D]-[\x90V\x8BK\x8D쐬]
-         \x95ύX\x97\x9A\x97\xF0\x82\xF0\x93\xFC\x97͂\xB5\x82ă\x8A\x83\x8A\x81[\x83X\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-     - [\x83j\x83\x85\x81[\x83X\x88ꗗ]-[\x90V\x8BK\x93o\x98^]
-         \x83j\x83\x85\x81[\x83X\x8BL\x8E\x96\x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B
-
-  10. \x83\x81\x81[\x83\x8A\x83\x93\x83O\x83\x8A\x83X\x83g\x82ɃA\x83i\x83E\x83\x93\x83X\x82\xB7\x82\xE9\x81B
-
-  11. \x83v\x83\x8D\x83W\x83F\x83N\x83g\x83y\x81[\x83W\x82\xF0\x8DX\x90V\x82\xB7\x82\xE9\x81B
-
-  12. \x83X\x83i\x83b\x83v\x83V\x83\x87\x83b\x83g\x82\xF0\x8D폜\x82\xB7\x82\xE9\x81B
-
-  13. \x83t\x83H\x81[\x83\x89\x83\x80\x82ɍ\x90\x92m\x82\xB7\x82\xE9\x81B
-      - Announcements http://logmett.com/support-forums/5
-        Announcements \x82ɐV\x8BK\x93\x8A\x8De\x82\xB7\x82\xE9\x81B\x8E\xED\x97ނ\xCD Announcement\x81B
-        \x88\xEA\x82‘O\x82\xCC Announcement \x82̎\xED\x97ނ\xF0 Normal \x82ɕύX\x82\xB7\x82\xE9\x81B
-        Announcement \x82͎O\x8CŽc\x82\xB7\x82\xB1\x82ƂɂȂ\xC1\x82Ă\xA2\x82\xE9\x82̂ŁA\x8EO\x82‘O\x82\xCC Announcement \x82\xF0\x8D폜\x82\xB7\x82\xE9\x81B
-
-  14. Twitter \x82ɍ\x90\x92m\x82\xB7\x82\xE9\x81B
-      https://twitter.com/Tera_Term
-      \x83\x8A\x83\x8A\x81[\x83X\x8D\x90\x92m\x82\xF0\x83c\x83C\x81[\x83g\x82\xB5\x82ČŒ肷\x82\xE9\x81B
-
-  15. Chocolatey \x82̓o\x98^\x82\xF0\x8DX\x90V


ttssh2-commit メーリングリストの案内
Back to archive index