From svnnotify @ sourceforge.jp Tue May 1 00:11:59 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 01 May 2012 00:11:59 +0900 Subject: [Ttssh2-commit] =?utf-8?q?=5B4916=5D__Additional_settings_-_Visua?= =?utf-8?b?bCB0YWLjgafjgIFFdGVybSBsb29rLWZlZWwg44KS44OB44Kn44OD44Kv44Gn?= =?utf-8?b?44GN44KL44KI44GG44Gr44GX44Gf44CC?= Message-ID: <1335798719.621463.29894.nullmailer@users.sourceforge.jp> Revision: 4916 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4916 Author: yutakapon Date: 2012-05-01 00:11:59 +0900 (Tue, 01 May 2012) Log Message: ----------- Additional settings - Visual tabで、Eterm look-feel をチェックできるようにした。 設定変更後、Tera Termを再起動するかどうか問い合わせるようにした。 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/menu/setup-additional.html trunk/doc/en/html/usage/transparent.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/menu/setup-additional.html trunk/doc/ja/html/usage/transparent.html trunk/teraterm/teraterm/addsetting.cpp trunk/teraterm/teraterm/ttermpro.rc trunk/teraterm/ttpcmn/ttcmn.c trunk/teraterm/ttpdlg/ttdlg.c -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-04-30 12:58:55 UTC (rev 4915) +++ trunk/doc/en/html/about/history.html 2012-04-30 15:11:59 UTC (rev 4916) @@ -60,6 +60,7 @@
  • Macro
  • Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-04-30 15:19:43 UTC (rev 4917) +++ trunk/doc/ja/html/about/history.html 2012-05-01 09:45:37 UTC (rev 4918) @@ -70,6 +70,7 @@
  • fileunlock\x83R\x83}\x83\x93\x83h\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Modified: trunk/teraterm/teraterm/addsetting.cpp =================================================================== --- trunk/teraterm/teraterm/addsetting.cpp 2012-04-30 15:19:43 UTC (rev 4917) +++ trunk/teraterm/teraterm/addsetting.cpp 2012-05-01 09:45:37 UTC (rev 4918) @@ -1312,10 +1312,11 @@ END_MESSAGE_MAP() // CCygwinPropPageDlg \x83\x81\x83b\x83Z\x81[\x83W \x83n\x83\x93\x83h\x83\x89 +#define CYGTERM_FILE "cygterm.cfg" // CygTerm configuration file BOOL CCygwinPropPageDlg::OnInitDialog() { - char *cfgfile = "cygterm.cfg"; // CygTerm configuration file + char *cfgfile = CYGTERM_FILE; // CygTerm configuration file char cfg[MAX_PATH]; FILE *fp; char buf[256], *head, *body; @@ -1471,7 +1472,7 @@ void CCygwinPropPageDlg::OnOK() { - char *cfgfile = "cygterm.cfg"; // CygTerm configuration file + char *cfgfile = CYGTERM_FILE; // CygTerm configuration file char *tmpfile = "cygterm.tmp"; char cfg[MAX_PATH]; char tmp[MAX_PATH]; @@ -1619,6 +1620,11 @@ "Can't rename CygTerm configuration file (%d).", ts.UILanguageFile); _snprintf_s(buf, sizeof(buf), _TRUNCATE, ts.UIMsg, GetLastError()); MessageBox(buf, uimsg, MB_ICONEXCLAMATION); + } else { + // cygterm.cfg \x83t\x83@\x83C\x83\x8B\x82???\xB6\x82\xAA\x90\xAC\x8C\x{1C2D42}\xBD\x82\xE7\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x81B + // \x89\xFC\x82?āASave setup\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82\xE9\x95K\x97v\x82??\xA2\x82\xB1\x82???\xAB\x8BN\x82\xB7\x82\xE9\x81B + // (2012.5.1 yutaka) + MessageBox(CYGTERM_FILE " has been saved. Do not do save setup.", "Tera Term: Notice", MB_OK | MB_ICONINFORMATION); } } From svnnotify @ sourceforge.jp Tue May 1 20:14:14 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 01 May 2012 20:14:14 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MTldICDkuIvoqJjjgavjgYrjgYTjgaY=?= =?utf-8?b?44CB6Kit5a6a44GM5aSJ5pu044GV44KM44Gf5aC05ZCI44CBVGVyYSBUZXJt?= =?utf-8?b?44Gu5YaN6LW35YuV44KS5L+D44GZ44OA44Kk44Ki44Ot44Kw44KS6KGo56S6?= =?utf-8?b?44GZ44KL44KI44GG44Gr44GX44Gf44CC?= Message-ID: <1335870854.929569.27757.nullmailer@users.sourceforge.jp> Revision: 4919 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4919 Author: yutakapon Date: 2012-05-01 20:14:14 +0900 (Tue, 01 May 2012) Log Message: ----------- 下記において、設定が変更された場合、Tera Termの再起動を促すダイアログを表示するようにした。 - Eterm look-feel 設定変更 - 言語ファイルUI 設定変更 Modified Paths: -------------- trunk/teraterm/ttpcmn/ttcmn.c -------------- next part -------------- Modified: trunk/teraterm/ttpcmn/ttcmn.c =================================================================== --- trunk/teraterm/ttpcmn/ttcmn.c 2012-05-01 09:45:37 UTC (rev 4918) +++ trunk/teraterm/ttpcmn/ttcmn.c 2012-05-01 11:14:14 UTC (rev 4919) @@ -100,17 +100,17 @@ return; SendMessage(hwnd, WM_COMMAND, ID_SETUP_SAVE, 0); - // TODO: \x8E\xA9\x93\xAE\x8FI\x97\xB9\x82\xB3\x82\xB9\x82悤\x82?\xB7\x82\xE9\x82?A\x83A\x83v\x83\x8A\x82\xAA\x97\x8E\x82\xBF\x82\xE9\x8F?\x82\xAA\x82\xA0\x82\xE9\x81B - //SendMessage(hwnd, WM_COMMAND, ID_FILE_EXIT, 0); + // ID_FILE_EXIT \x83\x81\x83b\x83Z\x81[\x83W\x82ł?A\x83v\x83\x8A\x82\xAA\x97\x8E\x82\xBF\x82邱\x82?\xAA\x82\xA0\x82邽\x82?AWM_QUIT \x82\xF0\x83|\x83X\x83g\x82\xB7\x82\xE9\x81B + //PostMessage(hwnd, WM_COMMAND, ID_FILE_EXIT, 0); + PostQuitMessage(0); + // \x8E\xA9\x83v\x83\x8D\x83Z\x83X\x82?ċN\x93\xAE\x81B if (GetModuleFileName(NULL, path, sizeof(path)) == 0) { return; } - memset(&si, 0, sizeof(si)); GetStartupInfo(&si); memset(&pi, 0, sizeof(pi)); - if (CreateProcess(NULL, path, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0) { } From svnnotify @ sourceforge.jp Tue May 1 20:20:15 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 01 May 2012 20:20:15 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MjBdICDkuIvoqJjjgavjgYrjgYTjgaY=?= =?utf-8?b?44CB6Kit5a6a44GM5aSJ5pu044GV44KM44Gf5aC05ZCI44CBVGVyYSBUZXJt?= =?utf-8?b?44Gu5YaN6LW35YuV44KS5L+D44GZ44OA44Kk44Ki44Ot44Kw44KS6KGo56S6?= =?utf-8?b?44GZ44KL44KI44GG44Gr44GX44Gf44CC?= Message-ID: <1335871215.498908.2426.nullmailer@users.sourceforge.jp> Revision: 4920 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4920 Author: yutakapon Date: 2012-05-01 20:20:15 +0900 (Tue, 01 May 2012) Log Message: ----------- 下記において、設定が変更された場合、Tera Termの再起動を促すダイアログを表示するようにした。 - Eterm look-feel 設定変更 - 言語ファイルUI 設定変更 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-01 11:14:14 UTC (rev 4919) +++ trunk/doc/en/html/about/history.html 2012-05-01 11:20:15 UTC (rev 4920) @@ -60,7 +60,7 @@
  • Macro
  • -
  • added the LanguageUI entry on the General setup dialog.
  • +
  • added the LanguageUI entry on the General setup dialog. Also, a user will be confirmed whether Tera Term is be relaunched.
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-01 11:14:14 UTC (rev 4919) +++ trunk/doc/ja/html/about/history.html 2012-05-01 11:20:15 UTC (rev 4920) @@ -60,7 +60,7 @@
  • \x83}\x83N\x83\x8D
  • -
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B\x90?\xE8\x95ύX\x8C\xE3\x81A\x8DċN\x93\xAE\x82\xB7\x82?\x82\xF0\x96?\x8D\x87\x82?\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • From svnnotify @ sourceforge.jp Wed May 2 16:35:33 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 02 May 2012 16:35:33 +0900 Subject: [Ttssh2-commit] =?utf-8?q?=5B4921=5D_gettime=2C__getdate_?= =?utf-8?b?44Gr44K/44Kk44Og44K+44O844Oz44KS5oyH5a6a44Gn44GN44KL44KI44GG?= =?utf-8?b?44Gr44GX44Gf44CC?= Message-ID: <1335944133.662061.806.nullmailer@users.sourceforge.jp> Revision: 4921 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4921 Author: yutakapon Date: 2012-05-02 16:35:33 +0900 (Wed, 02 May 2012) Log Message: ----------- gettime, getdate にタイムゾーンを指定できるようにした。 cf. http://logmett.com/forum/viewtopic.php?f=6&t=1996 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/macro/command/getdate.html trunk/doc/en/html/macro/command/gettime.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/macro/command/getdate.html trunk/doc/ja/html/macro/command/gettime.html trunk/teraterm/ttpmacro/ttl.c -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/en/html/about/history.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -68,6 +68,7 @@
  • added a sample code in the connect command.
  • added the filelock command.
  • added the fileunlock command.
  • +
  • added the third argument _timezone_ at the gettime and getdate command.
  • added the LanguageUI entry on the General setup dialog. Also, a user will be confirmed whether Tera Term is be relaunched.
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • Modified: trunk/doc/en/html/macro/command/getdate.html =================================================================== --- trunk/doc/en/html/macro/command/getdate.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/en/html/macro/command/getdate.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -18,7 +18,7 @@

    -getdate <strvar> [<format>]
    +getdate <strvar> [<format>] [<timezone>]
     

    Remarks

    @@ -29,8 +29,8 @@

    -The behavior of the getdate command specified with the format equals the gettime command specified with the same format. -

    +The behavior of the getdate command specified with the format equals the gettime command specified with the same format.
    +When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone.

    This command returns one of the following values in the system variable "result": @@ -77,6 +77,11 @@ ;Stores the current date with the user format to "logfile" variable. ;The format is log-YYYYMMDD-HHMMSS.txt. getdate logfile "log-%Y%m%d-%H%M%S.txt" + +;To generate a GMT/UTC time stamp +tz="GMT" +gettime s "%Y/%m/%d %H:%M:%S" tz +messagebox s tz

    See also

    Modified: trunk/doc/en/html/macro/command/gettime.html =================================================================== --- trunk/doc/en/html/macro/command/gettime.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/en/html/macro/command/gettime.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -18,7 +18,7 @@

    -gettime <strvar> [<format>]
    +gettime <strvar> [<format>] [<timezone>]
     

    Remarks

    @@ -29,8 +29,8 @@

    -The behavior of the gettime command specified with the format equals the getdate command specified with the same format. -

    +The behavior of the gettime command specified with the format equals the getdate command specified with the same format.
    +When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone.

    This command returns one of the following values in the system variable "result": @@ -81,6 +81,11 @@ logopen logfile 0 0 logwrite 'test data' logclose + +;To generate a GMT/UTC time stamp +tz="GMT" +gettime s "%Y/%m/%d %H:%M:%S" tz +messagebox s tz

    See also

    Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/ja/html/about/history.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -68,6 +68,7 @@
  • connect\x83R\x83}\x83\x93\x83h\x82?p\x83\x89\x83\x81\x81[\x83^\x82?p\x82\xB5\x82\xBD\x83T\x83\x93\x83v\x83\x8B\x83R\x81[\x83h\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • filelock\x83R\x83}\x83\x93\x83h\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • fileunlock\x83R\x83}\x83\x93\x83h\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • +
  • gettime, getdate\x83R\x83}\x83\x93\x83h\x82?\xE63\x88\xF8\x90\x94\x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B\x90?\xE8\x95ύX\x8C\xE3\x81A\x8DċN\x93\xAE\x82\xB7\x82?\x82\xF0\x96?\x8D\x87\x82?\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Modified: trunk/doc/ja/html/macro/command/getdate.html =================================================================== --- trunk/doc/ja/html/macro/command/getdate.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/ja/html/macro/command/getdate.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -18,7 +18,7 @@

    -getdate <strvar> [<format>]
    +getdate <strvar> [<format>] [<timezone>]
     

    \x89\xF0\x90\xE0

    @@ -29,7 +29,8 @@

    -format\x82\xAA\x8Ew\x92?\x82?getdate\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?gettime\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B +format\x82\xAA\x8Ew\x92?\x82?getdate\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?gettime\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B
    +<timezone> \x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x95\\x82\xB7\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8Ew\x92?\x82\xE9\x82?A\x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x89\xC1\x96\xA1\x82\xB5\x82\xBD\x93\xFA\x95t\x8Cv\x8EZ\x82\xAA\x8Ds\x82\xED\x82\xEA\x82\xE9\x81B

    @@ -79,6 +80,11 @@ ;\x8C\xBB\x8D??\xFA\x8E\x9E\x82\xF0\x8C\xB3\x82?\xB5\x82ă\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82?\xAC\x82\xB5\x81A\x95?\x94logfile\x82?i\x94[\x81B ;\x8C`\x8E\xAE\x82\xCDlog-YYYYMMDD-HHMMSS.txt getdate logfile "log-%Y%m%d-%H%M%S.txt" + +;GMT\x82?\x9E\x8D\x8F\x82\xF0\x8E擾\x82\xB7\x82\xE9\x81B +tz="GMT" +gettime s "%Y/%m/%d %H:%M:%S" tz +messagebox s tz

    \x8EQ\x8F\xC6

    Modified: trunk/doc/ja/html/macro/command/gettime.html =================================================================== --- trunk/doc/ja/html/macro/command/gettime.html 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/doc/ja/html/macro/command/gettime.html 2012-05-02 07:35:33 UTC (rev 4921) @@ -18,7 +18,7 @@

    -gettime <strvar> [<format>]
    +gettime <strvar> [<format>] [<timezone>]
     

    \x89\xF0\x90\xE0

    @@ -29,7 +29,8 @@

    -format\x82\xAA\x8Ew\x92?\x82?gettime\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?getdate\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B +format\x82\xAA\x8Ew\x92?\x82?gettime\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?getdate\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B
    +<timezone> \x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x95\\x82\xB7\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8Ew\x92?\x82\xE9\x82?A\x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x89\xC1\x96\xA1\x82\xB5\x82\xBD\x93\xFA\x95t\x8Cv\x8EZ\x82\xAA\x8Ds\x82\xED\x82\xEA\x82\xE9\x81B

    @@ -83,6 +84,11 @@ logopen logfile 0 0 logwrite 'test data' logclose + +;GMT\x82?\x9E\x8D\x8F\x82\xF0\x8E擾\x82\xB7\x82\xE9\x81B +tz="GMT" +gettime s "%Y/%m/%d %H:%M:%S" tz +messagebox s tz

    \x8EQ\x8F\xC6

    Modified: trunk/teraterm/ttpmacro/ttl.c =================================================================== --- trunk/teraterm/ttpmacro/ttl.c 2012-05-01 11:20:15 UTC (rev 4920) +++ trunk/teraterm/ttpmacro/ttl.c 2012-05-02 07:35:33 UTC (rev 4921) @@ -2168,7 +2168,7 @@ { WORD Err; TVarId VarId; - TStrVal Str1, Str2; + TStrVal Str1, Str2, tzStr; time_t time1; struct tm *ptm; char *format; @@ -2187,6 +2187,15 @@ // return ErrSyntax; } set_result = TRUE; + + // \x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82?w\x92肪\x82\xA0\x82\xEA\x82?Alocaltime()\x82?e\x8B\xBF\x82\xB3\x82\xB9\x82\xE9\x81B(2012.5.2 yutaka) + if (CheckParameterGiven()) { + GetStrVal(tzStr, &Err); + if (Err!=0) return Err; + _putenv_s("TZ", tzStr); + _tzset(); + } + } else { switch (mode) { From svnnotify @ sourceforge.jp Wed May 2 20:41:42 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 02 May 2012 20:41:42 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MjJdICBTQ1Ag44Gr6Zai44GZ44KL6Kqs?= =?utf-8?b?5piO44KS6L+95Yqg44GX44Gf44CC?= Message-ID: <1335958902.785942.13548.nullmailer@users.sourceforge.jp> Revision: 4922 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4922 Author: yutakapon Date: 2012-05-02 20:41:42 +0900 (Wed, 02 May 2012) Log Message: ----------- SCP に関する説明を追加した。 Modified Paths: -------------- trunk/doc/ja/html/reference/sourcecode.html -------------- next part -------------- Modified: trunk/doc/ja/html/reference/sourcecode.html =================================================================== --- trunk/doc/ja/html/reference/sourcecode.html 2012-05-02 07:35:33 UTC (rev 4921) +++ trunk/doc/ja/html/reference/sourcecode.html 2012-05-02 11:41:42 UTC (rev 4922) @@ -921,6 +921,63 @@ \x81@\x82?\xA8\x81A\x92[\x96\x96\x83\x89\x83C\x83\x93\x83f\x83B\x83V\x83v\x83\x8A\x83\x93(line discipline: \x89\xF1\x90\xFC\x8BK\x96\xF1)\x82?\xA2\x82\xA4\x82??A\x82\xBD\x82?\xA6\x82?v\x83\x8D\x83O\x83\x89\x83\x80\x82\xAA getchar() \x82\xF0\x8CĂяo\x82\xB5\x82\xBD\x82?\xAB\x82?AEnter\x83L\x81[\x82\xF0\x89\x9F\x89\xBA\x82\xB7\x82\xE9\x82?ŁA\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82?\xA7\x8C?\x93n\x82\xE8\x82?\xB9\x82\xF1\x81B\x92[\x96\x96\x83\x89\x83C\x83\x93\x83f\x83B\x83V\x83v\x83\x8A\x83\x93\x82?A\x83v\x83\x8D\x83O\x83\x89\x83\x80\x8E\xC0\x8Ds\x92\x86\x82ł?u\x8Ds\x93\xE0\x95?W\x81v\x82\xF0\x89?\\x82?\xB7\x82邽\x82??\x82\x83W\x83\x85\x81[\x83\x8B\x82ł\xB7\x81BLinux\x82ł?A\x92[\x96\x96\x83\x89\x83C\x83\x93\x83f\x83B\x83V\x83v\x83\x8A\x83\x93\x82\xCD /proc/tty/ldiscs \x82Ŋm\x94F\x82ł\xAB\x82?\xB7\x81iN_TTY\x82\xAA\x95W\x8F\x80\x93I\x82?\x98\x97p\x82\xB3\x82\xEA\x82\xE9\x81j\x81B +

    SCP

    +\x81 @ SCP(Secure Copy)\x82\xCD OpenSSH \x83p\x83b\x83P\x81[\x83W\x82???\xEA\x82\xE9\x83v\x83\x8D\x83O\x83\x89\x83\x80\x82\xCC1\x82?ł\xA0\x82\xE8\x81ASSH\x83Z\x83b\x83V\x83\x87\x83\x93\x82\xF0\x8Eg\x82\xC1\x82ăt\x83@\x83C\x83\x8B\x82?\x97\x8E\xF3\x90M\x82\xF0\x8Ds\x82\xA4\x82\xB1\x82?\xAA\x82ł\xAB\x82?\xB7\x81BSCP\x82?p\x82\xB7\x82邽\x82???A\x83\x8A\x83\x82\x81[\x83g\x83T\x81[\x83o\x82\xC9 sshd \x82\xBE\x82\xAF\x82ł??\xAD\x81A"scp"\x83R\x83}\x83\x93\x83h\x82\xE0\x93\xB1\x93\xFC\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82?\xB7\x81BOpenSSH\x82\xCCSCP\x82?Asshd \x83f\x81[\x83\x82\x83\x93\x82\xA9\x82\xE7"scp"\x83R\x83}\x83\x93\x83h\x82\xAA\x8Eq\x83v\x83\x8D\x83Z\x83X\x82?\xB5\x82ċN\x93\xAE\x82\xB3\x82\xEA\x82邱\x82??\xC0\x8C\xBB\x82\xB3\x82\xEA\x82Ă\xA2\x82?\xB7\x81B\x82?\xA8\x81ASCP\x82\xC6SFTP(Secure Feil Transfer Program)\x82??\xC1\x82\xBD\x82\xAD\x95??v\x83\x8D\x83g\x83R\x83\x8B\x82ŁASCP\x82?\x83\x90\x88\x82?t\x8 3@\x83C\x83\x8B\x82?u\x91\x97\x90M\x81v\x82?u\x8E\xF3\x90M\x81v\x82\xB5\x82\xA9\x82ł\xAB\x82?\xB9\x82\xF1\x81B
    +\x81 @ SSH\x83Z\x83b\x83V\x83\x87\x83\x93\x8F\xE3\x82Ńt\x83@\x83C\x83\x8B\x93]\x91\x97\x82\xF0\x8Ds\x82\xA4\x82??A\x83N\x83\x89\x83C\x83A\x83\x93\x83g\x82\xA9\x82\xE7\x83T\x81[\x83o\x82??\xB1\x82\xAA\x90\xAC\x8C\x{1C2D42}\xBD\x82\xA0\x82??A\x83V\x83F\x83\x8B\x83I\x81[\x83v\x83\x93\x82?\xE3\x82\xED\x82\xE8\x82?A\x81u\x8AO\x95\x94\x83R\x83}\x83\x93\x83h\x82?\xC0\x8Ds\x81v\x82?\xA2\x82\xA4\x8C`\x8E\xAE\x82ŁASCP\x82\xAA\x97\x98\x97p\x82ł\xAB\x82\xE9\x82悤\x82??\xE8\x82?\xB7\x81B +\x81@ +\x81@
    SSH2\x82??
    +\x81@\x81 @ SSH2_MSG_CHANNEL_REQUEST \x82\xF0\x83T\x81[\x83o\x82?\x97\x82\xE9\x82?\xAB\x82?A"pty-req"\x82?\xE3\x82\xED\x82\xE8\x82\xC9"exec"\x82\xF0\x83T\x81[\x83r\x83X\x96\xBC\x82?\xB5\x82Ďw\x92?\x82\xE9\x82?A\x8AO\x95\x94\x83R\x83}\x83\x93\x83h\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82邱\x82?\xAA\x82ł\xAB\x82?\xB7\x81B +
    +\x81@\x81@\x83\x86\x81[\x83U\x94F\x8F?\xAC\x8C\xF7\x8C\xE3
    +\x81@\x81@     ----> SSH2_MSG_CHANNEL_OPEN(90)
    +\x81@\x81@     <---- SSH2_MSG_CHANNEL_OPEN_CONFIRMATION(91)
    +\x81@\x81@     ----> SSH2_MSG_CHANNEL_REQUEST(98)  \x83T\x81[\x83r\x83X\x96\xBC"exec"\x82ŊO\x95\x94\x83R\x83}\x83\x93\x83h\x91\x97\x90M("scp -f")
    +\x81@\x81@     <---- SSH2_MSG_CHANNEL_WINDOW_ADJUST  (remote_window+=131072\x83o\x83C\x83g)
    +\x81@\x81@     <---- SSH2_MSG_CHANNEL_EXTENDED_DATA  (local_window-=36\x83o\x83C\x83g)
    +\x81@\x81@     <---- SSH2_MSG_CHANNEL_DATA(94)
    +
    + +\x81@
    SSH1\x82??
    +\x81@\x81@\x83Z\x83b\x83V\x83\x87\x83\x93\x82\xF0\x8AJ\x82\xAD\x82?\xAB\x82?ASSH_CMSG_EXEC_CMD \x82\xF0\x83T\x81[\x83o\x82?\x97\x82\xE9\x82?A\x8AO\x95\x94\x83R\x83}\x83\x93\x83h\x82\xF0\x8E\xC0\x8Ds\x82\xB7\x82邱\x82?\xAA\x82ł\xAB\x82?\xB7\x81B +\x81@ +\x81@
    \x8AO\x95\x94\x83R\x83}\x83\x93\x83h\x82?\x91\x8E\xAE
    +
    +\x81@\x81\x96"scp [-v] [-r] [-p] [-d] -t \x83t\x83@\x83C\x83\x8B\x96\xBC"\x81@\x83\x8D\x81[\x83J\x83\x8B\x82\xA9\x82烊\x83\x82\x81[\x83g\x82??R\x83s\x81[
    +\x81@\x81\x96"scp [-v] [-r] [-p] [-d] -f \x83t\x83@\x83C\x83\x8B\x96\xBC"\x81@\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82?\x81[\x83J\x83\x8B\x82??R\x83s\x81[
    +\x81@   -v verbose
    +\x81@   -r \x83\x8A\x83J\x81[\x83V\x83u
    +\x81@   -p \x83^\x83C\x83\x80\x83X\x83^\x83\x93\x83v\x95?\x9D
    +\x81@   -d \x83f\x83B\x83\x8C\x83N\x83g\x83\x8A
    +\x81@   -t Local-to-Remote\x82?R\x83s\x81[
    +\x81@   -f Remote-to-Local\x82?R\x83s\x81[
    +
    + +\x81@
    \x83f\x81[\x83^\x93]\x91\x97
    +\x81@\x81@\x8AO\x95\x94\x83R\x83}\x83\x93\x83h\x82?\x97\x90M\x82\xAA\x8A\xAE\x97\xB9\x82\xB5\x82\xBD\x82\xA0\x82??A\x83t\x83@\x83C\x83\x8B\x82?\xE0\x97e\x82?M\x82\xA8\x82\xE6\x82ю\xF3\x90M\x82\xB7\x82邱\x82?\xAA\x82ł\xAB\x82?\xB7\x81B +\x81@\x81@ +
    +\x81@\x81@\x82P\x81D\x91\x97\x90M\x82?\xAC\x82\xEA
    +\x81@  \x81@\x81E"T\x83^\x83C\x83\x80\x83X\x83^\x83\x93\x83v 0 \x83^\x83C\x83\x80\x83X\x83^\x83\x93\x83v 0"\x82?M\x81i\x83I\x83v\x83V\x83\x87\x83\x93\x81j
    +\x81@  \x81@\x81E"C0666 \x83T\x83C\x83Y \x83t\x83@\x83C\x83\x8B\x96\xBC"\x82?M
    +\x81@  \x81@\x81E\x83t\x83@\x83C\x83\x8B\x82?\xE0\x97e\x82?M
    +\x81@  \x81@\x81E\x83Z\x83b\x83V\x83\x87\x83\x93\x83N\x83\x8D\x81[\x83Y
    +
    +\x81@\x81@\x82Q\x81D\x8E\xF3\x90M\x82?\xAC\x82\xEA
    +\x81@  \x81@\x81E"T\x83^\x83C\x83\x80\x83X\x83^\x83\x93\x83v 0 \x83^\x83C\x83\x80\x83X\x83^\x83\x93\x83v 0"\x82\xF0\x8E\xF3\x90M\x81i\x83I\x83v\x83V\x83\x87\x83\x93\x81j
    +\x81@  \x81@\x81E0\x82?M
    +\x81@  \x81@\x81E"C0666 \x83T\x83C\x83Y \x83t\x83@\x83C\x83\x8B\x96\xBC"\x82\xF0\x8E\xF3\x90M
    +\x81@  \x81@\x81E0\x82?M
    +\x81@  \x81@\x81E\x83t\x83@\x83C\x83\x8B\x82?\xE0\x97e\x82\xF0\x8E\xF3\x90M
    +\x81@  \x81@\x81E\x83t\x83@\x83C\x83\x8B\x82?^\x83C\x83\x80\x83X\x83^\x83\x93\x83v\x82\xF0\x90?\xE8\x81i\x83I\x83v\x83V\x83\x87\x83\x93\x81j
    +\x81@  \x81@\x81E0\x82?M
    +\x81@  \x81@\x81E\x83Z\x83b\x83V\x83\x87\x83\x93\x83N\x83\x8D\x81[\x83Y
    +
    + +\x81@
    \x92\x8D\x88?\x96\x8D\x80
    +\x81@\x81@\x83t\x83@\x83C\x83\x8B\x96\xBC\x82?f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xAA\x8A??\xEA\x82\xE9\x82?\xAB\x82?p\x83X\x82?\xE6\x90?\xE8\x82?u/\x81v\x82??\xE8\x82?\xB7\x81B\x82\xA8\x82\xBB\x82炭\x81A\x81u\\x81v\x82??t\x82\xAF\x82?\xA2\x82?v\x82\xA4\x82?ŕϊ\xB7\x82\xAA\x95K\x97v\x82ł\xB7\x81B + + +
    From svnnotify @ sourceforge.jp Wed May 2 22:05:12 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 02 May 2012 22:05:12 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MjNdICDjgqrjg5fjgrfjg6fjg7PlvJU=?= =?utf-8?b?5pWw44Gu44Kr44OD44Kz44Gu5YWl44KM5a2Q44KS5L+u5q2j?= Message-ID: <1335963912.229919.31792.nullmailer@users.sourceforge.jp> Revision: 4923 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4923 Author: maya Date: 2012-05-02 22:05:12 +0900 (Wed, 02 May 2012) Log Message: ----------- オプション引数のカッコの入れ子を修正 Modified Paths: -------------- trunk/doc/en/html/macro/command/getdate.html trunk/doc/en/html/macro/command/gettime.html trunk/doc/ja/html/macro/command/getdate.html trunk/doc/ja/html/macro/command/gettime.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/getdate.html =================================================================== --- trunk/doc/en/html/macro/command/getdate.html 2012-05-02 11:41:42 UTC (rev 4922) +++ trunk/doc/en/html/macro/command/getdate.html 2012-05-02 13:05:12 UTC (rev 4923) @@ -18,7 +18,7 @@

    -getdate <strvar> [<format>] [<timezone>]
    +getdate <strvar> [<format> [<timezone>]]
     

    Remarks

    Modified: trunk/doc/en/html/macro/command/gettime.html =================================================================== --- trunk/doc/en/html/macro/command/gettime.html 2012-05-02 11:41:42 UTC (rev 4922) +++ trunk/doc/en/html/macro/command/gettime.html 2012-05-02 13:05:12 UTC (rev 4923) @@ -18,7 +18,7 @@

    -gettime <strvar> [<format>] [<timezone>]
    +gettime <strvar> [<format> [<timezone>]]
     

    Remarks

    Modified: trunk/doc/ja/html/macro/command/getdate.html =================================================================== --- trunk/doc/ja/html/macro/command/getdate.html 2012-05-02 11:41:42 UTC (rev 4922) +++ trunk/doc/ja/html/macro/command/getdate.html 2012-05-02 13:05:12 UTC (rev 4923) @@ -18,7 +18,7 @@

    -getdate <strvar> [<format>] [<timezone>]
    +getdate <strvar> [<format> [<timezone>]]
     

    \x89\xF0\x90\xE0

    Modified: trunk/doc/ja/html/macro/command/gettime.html =================================================================== --- trunk/doc/ja/html/macro/command/gettime.html 2012-05-02 11:41:42 UTC (rev 4922) +++ trunk/doc/ja/html/macro/command/gettime.html 2012-05-02 13:05:12 UTC (rev 4923) @@ -18,7 +18,7 @@

    -gettime <strvar> [<format>] [<timezone>]
    +gettime <strvar> [<format> [<timezone>]]
     

    \x89\xF0\x90\xE0

    From svnnotify @ sourceforge.jp Wed May 2 22:06:32 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 02 May 2012 22:06:32 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MjRdICDjg6rjg6rjg7zjgrnliY3jgac=?= =?utf-8?b?44GC44KL44GT44Go44KS6KiY6L+w?= Message-ID: <1335963992.913710.665.nullmailer@users.sourceforge.jp> Revision: 4924 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4924 Author: maya Date: 2012-05-02 22:06:32 +0900 (Wed, 02 May 2012) Log Message: ----------- リリース前であることを記述 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-02 13:05:12 UTC (rev 4923) +++ trunk/doc/en/html/about/history.html 2012-05-02 13:06:32 UTC (rev 4924) @@ -31,7 +31,7 @@

    Tera Term

    -

    2012.xx.xx (Ver 4.74)

    +

    2012.xx.xx (Ver 4.74 not released yet)

    Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-04 14:39:22 UTC (rev 4930) +++ trunk/doc/ja/html/about/history.html 2012-05-05 12:40:02 UTC (rev 4931) @@ -70,7 +70,7 @@
  • fileunlock\x83R\x83}\x83\x93\x83h\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • gettime, getdate\x83R\x83}\x83\x93\x83h\x82?\xE63\x88\xF8\x90\x94\x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81B
  • -
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B\x90?\xE8\x95ύX\x8C\xE3\x81A\x8DċN\x93\xAE\x82\xB7\x82?\x82\xF0\x96?\x8D\x87\x82?\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Modified: trunk/teraterm/ttpdlg/ttdlg.c =================================================================== --- trunk/teraterm/ttpdlg/ttdlg.c 2012-05-04 14:39:22 UTC (rev 4930) +++ trunk/teraterm/ttpdlg/ttdlg.c 2012-05-05 12:40:02 UTC (rev 4931) @@ -3216,16 +3216,21 @@ // \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xAA\x95ύX\x82\xB3\x82\xEA\x82Ă\xA2\x82\xBD\x8F? w = (WORD)GetCurSel(Dialog, IDC_GENLANG_UI); if (w != langui_sel) { + char CurDir[MAX_PATH]; + _snprintf_s(ts->UILanguageFile_ini, sizeof(ts->UILanguageFile_ini), _TRUNCATE, - "%s/%s", LANG_PATH, LangUIList[w - 1]); + "%s\\%s", LANG_PATH, LangUIList[w - 1]); - // re-launch - RestartTeraTerm(GetParent(Dialog), ts); + GetCurrentDirectory(sizeof(CurDir), CurDir); + SetCurrentDirectory(ts->HomeDir); + _fullpath(ts->UILanguageFile, ts->UILanguageFile_ini, sizeof(ts->UILanguageFile)); + SetCurrentDirectory(CurDir); } } - // TTXKanjiMenu \x82?\xBD\x82??AOK \x89\x9F\x89\xBA\x8E\x9E\x82?\x81\x83j\x83\x85\x81[\x8D?`\x89\xE6\x82\xCC - // \x83\x81\x83b\x83Z\x81[\x83W\x82\xF0\x94\xF2\x82?\xB7\x82悤\x82?\xB5\x82\xBD\x81B (2007.7.14 maya) + // TTXKanjiMenu \x82\xCD Language \x82\xF0\x8C\xA9\x82ă\x81\x83j\x83\x85\x81[\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82?ŁA\x95ύX\x82??\\x90\xAB\x82\xAA\x82\xA0\x82\xE9 + // OK \x89\x9F\x89\xBA\x8E\x9E\x82?\x81\x83j\x83\x85\x81[\x8D?`\x89\xE6\x82?\x81\x83b\x83Z\x81[\x83W\x82\xF0\x94\xF2\x82?\xB7\x82悤\x82?\xB5\x82\xBD\x81B (2007.7.14 maya) + // \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82?ύX\x8E\x9E\x82?\x81\x83j\x83\x85\x81[\x82??`\x89悪\x95K\x97v (2012.5.5 maya) PostMessage(GetParent(Dialog),WM_USER_CHANGEMENU,0,0); EndDialog(Dialog, 1); From svnnotify @ sourceforge.jp Wed May 9 01:36:57 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 09 May 2012 01:36:57 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5MzJdICBJTUXjga7liY3lvozjg5XjgqM=?= =?utf-8?b?44O844OJ44OQ44OD44Kv5a++5b+c44KS6KGM44Gj44Gf44CC?= Message-ID: <1336495017.719504.18509.nullmailer@users.sourceforge.jp> Revision: 4932 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4932 Author: yutakapon Date: 2012-05-09 01:36:57 +0900 (Wed, 09 May 2012) Log Message: ----------- IMEの前後フィードバック対応を行った。 ATOK2012で動作確認済み。 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/teraterm/teraterm/buffer.c trunk/teraterm/teraterm/buffer.h trunk/teraterm/teraterm/vtwin.cpp trunk/teraterm/teraterm/vtwin.h -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-05 12:40:02 UTC (rev 4931) +++ trunk/doc/en/html/about/history.html 2012-05-08 16:36:57 UTC (rev 4932) @@ -72,6 +72,7 @@
  • added the LanguageUI entry on the General setup dialog.
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • +
  • added support for IME feedback back and forth function.
  • Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-05 12:40:02 UTC (rev 4931) +++ trunk/doc/ja/html/about/history.html 2012-05-08 16:36:57 UTC (rev 4932) @@ -72,6 +72,10 @@
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • IME\x82?O\x8C\xE3\x8EQ\x8Dl\x95ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81B\x8E\x96\x91O\x82\xC9MS-IME/ATOK\x82??肪\x95K\x97v\x81B
    + cf. \x91O\x8C\xE3\x82?\xB6\x8E\x9A\x82\xF0\x8EQ\x8F?\xB5\x82Č\xF8\x97\xA6\x82?\x95ϊ\xB7, + IME\x82?O\x8C\xE3\x8EQ\x8F?ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB7\x82\xE9\x82?\xCD +
  • Modified: trunk/teraterm/teraterm/buffer.c =================================================================== --- trunk/teraterm/teraterm/buffer.c 2012-05-05 12:40:02 UTC (rev 4931) +++ trunk/teraterm/teraterm/buffer.c 2012-05-08 16:36:57 UTC (rev 4932) @@ -3508,3 +3508,15 @@ BuffUpdateRect(0, 0, NumOfColumns-1, NumOfLines-1); } + +// \x8C\xBB\x8D?s\x82\xF0\x82?邲\x82?o\x83b\x83t\x83@\x82?i\x94[\x82\xB7\x82\xE9\x81B\x95?\xE8\x92l\x82?\xBB\x8D??J\x81[\x83\\x83\x8B\x88?u(X)\x81B +int BuffGetCurrentLineData(char *buf, int bufsize) +{ + LONG Ptr; + + Ptr = GetLinePtr(PageStart + CursorY); + memset(buf, 0, bufsize); + memcpy(buf, &CodeBuff[Ptr], min(NumOfColumns, bufsize - 1)); + return (CursorX); +} + Modified: trunk/teraterm/teraterm/buffer.h =================================================================== --- trunk/teraterm/teraterm/buffer.h 2012-05-05 12:40:02 UTC (rev 4931) +++ trunk/teraterm/teraterm/buffer.h 2012-05-08 16:36:57 UTC (rev 4932) @@ -78,6 +78,7 @@ void BuffSelectEraseBox(int XStart, int YStart, int XEnd, int YEnd); void BuffScrollLeft(int count); void BuffScrollRight(int count); +int BuffGetCurrentLineData(char *buf, int bufsize); extern int StatusLine; extern int CursorTop, CursorBottom; Modified: trunk/teraterm/teraterm/vtwin.cpp =================================================================== --- trunk/teraterm/teraterm/vtwin.cpp 2012-05-05 12:40:02 UTC (rev 4931) +++ trunk/teraterm/teraterm/vtwin.cpp 2012-05-08 16:36:57 UTC (rev 4932) @@ -124,6 +124,7 @@ ON_MESSAGE(WM_IME_COMPOSITION,OnIMEComposition) ON_MESSAGE(WM_INPUTLANGCHANGE,OnIMEInputChange) ON_MESSAGE(WM_IME_NOTIFY,OnIMENotify) + ON_MESSAGE(WM_IME_REQUEST,OnIMERequest) // Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-13 16:01:12 UTC (rev 4946) +++ trunk/doc/ja/html/about/history.html 2012-05-14 10:33:37 UTC (rev 4947) @@ -73,6 +73,7 @@
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • IME\x82?O\x8C\xE3\x8EQ\x8Dl\x95ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81BATOK2012,MS-IME2002,MS-IME2003\x82œ\xAE\x8D\xEC\x8Am\x94F\x8Dς?BMS-IME2010\x82ł?\xAE\x8D\xEC\x95s\x89?B"IME=off"(teraterm.ini)\x82??\x82?@\x94\\x96\xB3\x8C\xF8\x81B
  • +
  • \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x96?\x8D\x87\x82?\x82??\xB7\x82鉞\x93\x9A\x82???\xEA\x82Ă\xA2\x82\xBD\x97]\x95\xAA\x82\xC8 ; \x82\xF0\x8D?\x82\xB5\x82\xBD\x81B
  • Modified: trunk/teraterm/teraterm/vtterm.c =================================================================== --- trunk/teraterm/teraterm/vtterm.c 2012-05-13 16:01:12 UTC (rev 4946) +++ trunk/teraterm/teraterm/vtterm.c 2012-05-14 10:33:37 UTC (rev 4947) @@ -2107,7 +2107,7 @@ break; case 18: /* get terminal size */ if (ts.WindowFlag & WF_WINDOWREPORT) { - len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%u;t", CLocale, + len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%ut", CLocale, NumOfLines-StatusLine, NumOfColumns); SendCSIstr(Report, len); } From svnnotify @ sourceforge.jp Tue May 15 22:16:02 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Tue, 15 May 2012 22:16:02 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5NDhdICDoi7HoqLM=?= Message-ID: <1337087762.475800.25326.nullmailer@users.sourceforge.jp> Revision: 4948 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4948 Author: yutakapon Date: 2012-05-15 22:16:01 +0900 (Tue, 15 May 2012) Log Message: ----------- 英訳 Modified Paths: -------------- trunk/doc/en/html/about/history.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-14 10:33:37 UTC (rev 4947) +++ trunk/doc/en/html/about/history.html 2012-05-15 13:16:01 UTC (rev 4948) @@ -73,7 +73,7 @@
  • added the LanguageUI entry on the General setup dialog.
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • added support for IME feedback back and forth function. The ATOK2012, MS-IME2002 and MS-IME2003 work well. Also, this feature is disabled with "IME=off"(teraterm.ini).
  • - +
  • Removed an extra semicolon(;) included in the window size requesting.
  • From svnnotify @ sourceforge.jp Wed May 16 23:59:12 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 16 May 2012 23:59:12 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5NDldICDlpInmm7TlsaXmrbTjgpLmlbQ=?= =?utf-8?b?55CG?= Message-ID: <1337180352.414307.873.nullmailer@users.sourceforge.jp> Revision: 4949 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4949 Author: maya Date: 2012-05-16 23:59:12 +0900 (Wed, 16 May 2012) Log Message: ----------- 変更履歴を整理 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-15 13:16:01 UTC (rev 4948) +++ trunk/doc/en/html/about/history.html 2012-05-16 14:59:12 UTC (rev 4949) @@ -45,7 +45,7 @@
  • added the AUTO entry in the New-line(receive). Special thanks to tentner.
  • added the selection of the font quality. @@ -60,8 +60,12 @@
  • +
  • added the LanguageUI entry on the General setup dialog.
  • +
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • +
  • added support for IME feedback back and forth function. The ATOK2012, MS-IME2002 and MS-IME2003 work well. Also, this feature is disabled with "IME=off"(teraterm.ini).
  • +
  • Removed an extra semicolon(;) included in the window size requesting.
  • Macro
  • -
  • added the LanguageUI entry on the General setup dialog.
  • -
  • A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the Additional settings dialog.
  • -
  • added support for IME feedback back and forth function. The ATOK2012, MS-IME2002 and MS-IME2003 work well. Also, this feature is disabled with "IME=off"(teraterm.ini).
  • -
  • Removed an extra semicolon(;) included in the window size requesting.
  • @@ -84,8 +84,8 @@
  • The initial parameters of the KERMIT server do not be checked well.
  • The drop down list's items are not shown on Windows 2000 or earlier.
  • -
  • A string array can not be recognized as the argument of the macro command. cf.Using String Array with sendln
  • -
  • Fixed a typo of the Cyrillic letter translation table(range of KOI8-R, CP866, Windows-1251 and ISO8859-5).
  • +
  • Fixed a typo of the Cyrillic letter translation table(range of CP866 and ISO8859-5).
  • +
  • A string array can not be recognized as the argument of the macro command.
  • Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-15 13:16:01 UTC (rev 4948) +++ trunk/doc/ja/html/about/history.html 2012-05-16 14:59:12 UTC (rev 4949) @@ -45,7 +45,7 @@
  • \x8E\xF3\x90M\x89\xFC\x8Ds\x83\x82\x81[\x83h\x82\xC9AUTO\x82\xF0\x92?\xC1\x82\xB5\x82\xBD\x81Btentner\x8E\x81\x82?\xB4\x8E?\xB5\x82?\xB7\x81B
  • \x95\\x8E\xA6\x83t\x83H\x83\x93\x83g\x82?i\x8E\xBF\x82\xF0\x91I\x91\xF0\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B @@ -60,8 +60,12 @@
  • +
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • +
  • IME\x82?O\x8C\xE3\x8EQ\x8Dl\x95ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81BATOK2012,MS-IME2002,MS-IME2003\x82œ\xAE\x8D\xEC\x8Am\x94F\x8Dς?BMS-IME2010\x82ł?\xAE\x8D\xEC\x95s\x89?B"IME=off"(teraterm.ini)\x82??\x82?@\x94\\x96\xB3\x8C\xF8\x81B
  • +
  • \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x96?\x8D\x87\x82?\x82??\xB7\x82鉞\x93\x9A\x82???\xEA\x82Ă\xA2\x82\xBD\x97]\x95\xAA\x82\xC8 ; \x82\xF0\x8D?\x82\xB5\x82\xBD\x81B
  • \x83}\x83N\x83\x8D
  • -
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • -
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • -
  • IME\x82?O\x8C\xE3\x8EQ\x8Dl\x95ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81BATOK2012,MS-IME2002,MS-IME2003\x82œ\xAE\x8D\xEC\x8Am\x94F\x8Dς?BMS-IME2010\x82ł?\xAE\x8D\xEC\x95s\x89?B"IME=off"(teraterm.ini)\x82??\x82?@\x94\\x96\xB3\x8C\xF8\x81B
  • -
  • \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x96?\x8D\x87\x82?\x82??\xB7\x82鉞\x93\x9A\x82???\xEA\x82Ă\xA2\x82\xBD\x97]\x95\xAA\x82\xC8 ; \x82\xF0\x8D?\x82\xB5\x82\xBD\x81B
  • @@ -84,8 +84,8 @@
  • \x83T\x81[\x83o\x82?\x89\x8A\xFA\x83p\x83\x89\x83\x81\x81[\x83^\x82?\x84\x8D\x86\x83`\x83F\x83b\x83N\x83o\x83O\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B
  • Windows 2000 \x88?O\x82ŁA\x83h\x83\x8D\x83b\x83v\x83_\x83E\x83\x93\x83\x8A\x83X\x83g\x82?I\x91\xF0\x8E\x88\x82\xAA\x95\\x8E\xA6\x82\xB3\x82\xEA\x82?\xA2\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B
  • -
  • \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82?\xF8\x90\x94\x82?\xB6\x8E\x9A\x8C^\x94z\x97?w\x92\xE8\x82ł\xAB\x82?\xA2\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81Bcf.Using String Array with sendln
  • -
  • \x83L\x83\x8A\x83\x8B\x95\xB6\x8E\x9A\x82?ϊ\xB7\x83e\x81[\x83u\x83\x8B(KOI8-R, CP866, Windows-1251, ISO8859-5 \x8A\xD4)\x82\xCCtypo\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B
  • +
  • \x83L\x83\x8A\x83\x8B\x95\xB6\x8E\x9A\x82?ϊ\xB7\x83e\x81[\x83u\x83\x8B(CP866, ISO8859-5 \x8A\xD4)\x82\xCCtypo\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B
  • +
  • \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82?\xF8\x90\x94\x82?\xB6\x8E\x9A\x8C^\x94z\x97?w\x92\xE8\x82ł\xAB\x82?\xA2\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B
  • From svnnotify @ sourceforge.jp Wed May 16 23:59:41 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Wed, 16 May 2012 23:59:41 +0900 Subject: [Ttssh2-commit] [4950] Message-ID: <1337180381.264486.995.nullmailer@users.sourceforge.jp> Revision: 4950 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4950 Author: maya Date: 2012-05-16 23:59:41 +0900 (Wed, 16 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/ja/html/menu/setup-general.html -------------- next part -------------- Modified: trunk/doc/ja/html/menu/setup-general.html =================================================================== --- trunk/doc/ja/html/menu/setup-general.html 2012-05-16 14:59:12 UTC (rev 4949) +++ trunk/doc/ja/html/menu/setup-general.html 2012-05-16 14:59:41 UTC (rev 4950) @@ -28,7 +28,7 @@
    \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B(lang\*.lng)\x82?w\x92\xE8\x82?\xE6\x82\xE8\x81A\x83\x81\x83j\x83\x85\x81[\x82?\x83b\x83Z\x81[\x83W\x82?\xBE\x8C\xEA\x82\xF0\x90?\xE8\x91?\xA6\x82邱\x82?\xAA\x82ł\xAB\x82?\xB7\x81B \x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xE0\x8EQ\x8F??\xB1\x82?B - \x93\xFA\x96{\x8C\xEA\x82\xF0\x95\\x8E\xA6\x82\xB7\x82邽\x82??\xCD Japanese.lng \x82\xF0\x91I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B + \x93\xFA\x96{\x8C?\x83j\x83\x85\x81[\x82\xF0\x95\\x8E\xA6\x82\xB7\x82邽\x82??\xCD Japanese.lng \x82\xF0\x91I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
    From svnnotify @ sourceforge.jp Fri May 18 22:45:47 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Fri, 18 May 2012 22:45:47 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5NTFdICDjgr/jgqTjg6Djgr7jg7zjg7M=?= =?utf-8?b?44KS5oyH5a6a44GX44Gq44GE5aC05ZCI44CB44Ot44O844Kr44Or44K/44Kk?= =?utf-8?b?44Og44Gr44Gq44KL44GT44Go44KS5piO6KiY44GX44Gf44CC?= Message-ID: <1337348747.794853.11903.nullmailer@users.sourceforge.jp> Revision: 4951 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4951 Author: yutakapon Date: 2012-05-18 22:45:47 +0900 (Fri, 18 May 2012) Log Message: ----------- タイムゾーンを指定しない場合、ローカルタイムになることを明記した。 Modified Paths: -------------- trunk/doc/en/html/macro/command/getdate.html trunk/doc/en/html/macro/command/gettime.html trunk/doc/ja/html/macro/command/getdate.html trunk/doc/ja/html/macro/command/gettime.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/getdate.html =================================================================== --- trunk/doc/en/html/macro/command/getdate.html 2012-05-16 14:59:41 UTC (rev 4950) +++ trunk/doc/en/html/macro/command/getdate.html 2012-05-18 13:45:47 UTC (rev 4951) @@ -30,7 +30,9 @@

    The behavior of the getdate command specified with the format equals the gettime command specified with the same format.
    -When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone.

    +When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone. +When the <timezone> argument is not specified, the timestamp is treated as the localtime. +

    This command returns one of the following values in the system variable "result": Modified: trunk/doc/en/html/macro/command/gettime.html =================================================================== --- trunk/doc/en/html/macro/command/gettime.html 2012-05-16 14:59:41 UTC (rev 4950) +++ trunk/doc/en/html/macro/command/gettime.html 2012-05-18 13:45:47 UTC (rev 4951) @@ -30,7 +30,9 @@

    The behavior of the gettime command specified with the format equals the getdate command specified with the same format.
    -When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone.

    +When the <timezone> argument is specified as a timezone string, the timestamp is generated by using the timezone. +When the <timezone> argument is not specified, the timestamp is treated as the localtime. +

    This command returns one of the following values in the system variable "result": Modified: trunk/doc/ja/html/macro/command/getdate.html =================================================================== --- trunk/doc/ja/html/macro/command/getdate.html 2012-05-16 14:59:41 UTC (rev 4950) +++ trunk/doc/ja/html/macro/command/getdate.html 2012-05-18 13:45:47 UTC (rev 4951) @@ -31,6 +31,7 @@

    format\x82\xAA\x8Ew\x92?\x82?getdate\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?gettime\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B
    <timezone> \x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x95\\x82\xB7\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8Ew\x92?\x82\xE9\x82?A\x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x89\xC1\x96\xA1\x82\xB5\x82\xBD\x93\xFA\x95t\x8Cv\x8EZ\x82\xAA\x8Ds\x82\xED\x82\xEA\x82\xE9\x81B +<timezone> \x82\xF0\x8Ew\x92?\x82?\xA2\x8F?\x82?\x8D\x81[\x83J\x83\x8B\x83^\x83C\x83\x80\x82??\xE9\x81B

    Modified: trunk/doc/ja/html/macro/command/gettime.html =================================================================== --- trunk/doc/ja/html/macro/command/gettime.html 2012-05-16 14:59:41 UTC (rev 4950) +++ trunk/doc/ja/html/macro/command/gettime.html 2012-05-18 13:45:47 UTC (rev 4951) @@ -31,6 +31,7 @@

    format\x82\xAA\x8Ew\x92?\x82?gettime\x82?A\x93\xAF\x82\xB6format\x82\xAA\x8Ew\x92?\x82?getdate\x82?\xAE\x8D?\x93\x99\x82\xB5\x82\xAD\x82?\xE9\x81B
    <timezone> \x82?^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x95\\x82\xB7\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x8Ew\x92?\x82\xE9\x82?A\x83^\x83C\x83\x80\x83]\x81[\x83\x93\x82\xF0\x89\xC1\x96\xA1\x82\xB5\x82\xBD\x93\xFA\x95t\x8Cv\x8EZ\x82\xAA\x8Ds\x82\xED\x82\xEA\x82\xE9\x81B +<timezone> \x82\xF0\x8Ew\x92?\x82?\xA2\x8F?\x82?\x8D\x81[\x83J\x83\x8B\x83^\x83C\x83\x80\x82??\xE9\x81B

    From svnnotify @ sourceforge.jp Mon May 21 23:51:28 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Mon, 21 May 2012 23:51:28 +0900 Subject: [Ttssh2-commit] =?utf-8?b?WzQ5NTJdICBzdHJyZXBsYWNlIOOCs+ODng==?= =?utf-8?b?44Oz44OJ44Gu6L+U44KK5YCk44Gr6Zai44GZ44KL6KiY6LyJ44GM5ryP44KM?= =?utf-8?b?44Gm44GE44Gf44Gu44Gn44CB6L+95Yqg44GX44Gf44CC?= Message-ID: <1337611888.123090.4987.nullmailer@users.sourceforge.jp> Revision: 4952 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4952 Author: yutakapon Date: 2012-05-21 23:51:27 +0900 (Mon, 21 May 2012) Log Message: ----------- strreplace コマンドの返り値に関する記載が漏れていたので、追加した。 ついでに、matchstr 変数のことも。 Modified Paths: -------------- trunk/doc/en/html/macro/command/strreplace.html trunk/doc/ja/html/macro/command/strreplace.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/strreplace.html =================================================================== --- trunk/doc/en/html/macro/command/strreplace.html 2012-05-18 13:45:47 UTC (rev 4951) +++ trunk/doc/en/html/macro/command/strreplace.html 2012-05-21 14:51:27 UTC (rev 4952) @@ -30,6 +30,11 @@ If the <newstr> is ''(empty), the <regex> string is removed from <strvar>.

    +

    +When the replacing succeeds, the result variable is 1 and the matched string by the <regex> is stored into the matchstr variable.
    +When the replacing fails, the result variable is 0. +

    +

    Example

    
    Modified: trunk/doc/ja/html/macro/command/strreplace.html
    ===================================================================
    --- trunk/doc/ja/html/macro/command/strreplace.html	2012-05-18 13:45:47 UTC (rev 4951)
    +++ trunk/doc/ja/html/macro/command/strreplace.html	2012-05-21 14:51:27 UTC (rev 4952)
    @@ -30,6 +30,11 @@
     <newstr> \x82\xAA ""(\x8B?\x9A\x97\xF1) \x82??\x81A<strvar> \x92\x86\x82\xCC <regex> \x82??\x82\xB3\x82\xEA\x82\xE9\x81B
     

    +

    +\x92u\x8A\xB7\x82\xAA\x90\xAC\x8C\x{1C2DC2}\xE9\x82?Aresult \x95?\x94\x82\xC9"1"\x82\xAA\x93\xFC\x82\xE8\x81A\x90\xB3\x8BK\x95\\x8C\xBB <regex> \x82Ń}\x83b\x83`\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x97\xF1\x82\xCD matchstr \x95?\x94\x82?i\x94[\x82\xB3\x82\xEA\x82\xE9\x81B
    +\x92u\x8A\xB7\x82\xAA\x8E\xB8\x94s\x82\xB5\x82\xBD\x8F?\x82?Aresult \x95?\x94\x82\xAA"0"\x82??\xE9\x81B
    +

    +

    \x97\xE1

    
    From svnnotify @ sourceforge.jp  Wed May 23 00:55:31 2012
    From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
    Date: Wed, 23 May 2012 00:55:31 +0900
    Subject: [Ttssh2-commit] [4953] Eterm look-feel:
    Message-ID: <1337702131.533603.3122.nullmailer@users.sourceforge.jp>
    
    Revision: 4953
              http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4953
    Author:   yutakapon
    Date:     2012-05-23 00:55:30 +0900 (Wed, 23 May 2012)
    Log Message:
    -----------
    Eterm look-feel:
    未接続から新規接続を行うと、背景画像が真っ黒になってしまう問題を修正した。
    
    Modified Paths:
    --------------
        trunk/teraterm/teraterm/vtdisp.c
    
    -------------- next part --------------
    Modified: trunk/teraterm/teraterm/vtdisp.c
    ===================================================================
    --- trunk/teraterm/teraterm/vtdisp.c	2012-05-21 14:51:27 UTC (rev 4952)
    +++ trunk/teraterm/teraterm/vtdisp.c	2012-05-22 15:55:30 UTC (rev 4953)
    @@ -1454,6 +1454,10 @@
       // Additional settings \x82\xA9\x82\xE7\x8CĂяo\x82\xB3\x82\xEA\x82邱\x82?\xAA\x82\xA0\x82邽\x82?B
       if (ts.EtermLookfeel.BGThemeFile[0] == '\0') {
     	  ts.EtermLookfeel.BGEnable = BGEnable = BGGetOnOff("BGEnable",FALSE,ts.SetupFName);
    +  } else {
    +	  BGEnable = BGGetOnOff("BGEnable",FALSE,ts.SetupFName);
    +  }
    +
     	  ts.EtermLookfeel.BGUseAlphaBlendAPI = BGGetOnOff("BGUseAlphaBlendAPI",TRUE ,ts.SetupFName);
     	  ts.EtermLookfeel.BGNoFrame = BGGetOnOff("BGNoFrame"         ,FALSE,ts.SetupFName);
     	  ts.EtermLookfeel.BGFastSizeMove = BGGetOnOff("BGFastSizeMove"    ,TRUE ,ts.SetupFName);
    @@ -1462,6 +1466,7 @@
     	  GetPrivateProfileString(BG_SECTION,"BGSPIPath","plugin",BGSPIPath,MAX_PATH,ts.SetupFName);
     	  strncpy_s(ts.EtermLookfeel.BGSPIPath, sizeof(ts.EtermLookfeel.BGSPIPath), BGSPIPath, _TRUNCATE);
     
    +  if (ts.EtermLookfeel.BGThemeFile[0] == '\0') {
     	  //\x83R\x83\x93\x83t\x83B\x83O\x83t\x83@\x83C\x83\x8B\x82?\x88\x92\xE8
     	  GetPrivateProfileString(BG_SECTION,"BGThemeFile","",path,MAX_PATH,ts.SetupFName);
     	  strncpy_s(ts.EtermLookfeel.BGThemeFile, sizeof(ts.EtermLookfeel.BGThemeFile), path, _TRUNCATE);
    @@ -1469,7 +1474,7 @@
     	  // \x94w\x8Ci\x89摜\x82???\x9E\x82\xDD
     	  _snprintf_s(path, sizeof(path), _TRUNCATE, "%s\\%s", ts.HomeDir, BG_THEME_IMAGEFILE);
     	  GetPrivateProfileString(BG_SECTION, BG_DESTFILE, "", ts.BGImageFilePath, sizeof(ts.BGImageFilePath), path);
    -  }
    +  } 
     
       if(!BGEnable)
         return;
    
    From svnnotify @ sourceforge.jp  Wed May 23 19:42:34 2012
    From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
    Date: Wed, 23 May 2012 19:42:34 +0900
    Subject: [Ttssh2-commit] [4954] code freeze
    Message-ID: <1337769754.053238.23433.nullmailer@users.sourceforge.jp>
    
    Revision: 4954
              http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4954
    Author:   maya
    Date:     2012-05-23 19:42:33 +0900 (Wed, 23 May 2012)
    Log Message:
    -----------
    code freeze
      4.74-RC1
    
    Modified Paths:
    --------------
        trunk/installer/teraterm.iss
    
    -------------- next part --------------
    Modified: trunk/installer/teraterm.iss
    ===================================================================
    --- trunk/installer/teraterm.iss	2012-05-22 15:55:30 UTC (rev 4953)
    +++ trunk/installer/teraterm.iss	2012-05-23 10:42:33 UTC (rev 4954)
    @@ -1,27 +1,27 @@
     #define AppName "Tera Term"
    -#define AppVer "4.73"
    -#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
    +#define AppVer "4.74-RC1"
    +; #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
     
     [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
     
     [_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
    
    From svnnotify @ sourceforge.jp  Wed May 23 22:13:07 2012
    From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
    Date: Wed, 23 May 2012 22:13:07 +0900
    Subject: [Ttssh2-commit] =?utf-8?b?WzQ5NTVdICDoqqToqJjkv67mraPjgII=?=
    Message-ID: <1337778787.560463.1832.nullmailer@users.sourceforge.jp>
    
    Revision: 4955
              http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4955
    Author:   yutakapon
    Date:     2012-05-23 22:13:06 +0900 (Wed, 23 May 2012)
    Log Message:
    -----------
    誤記修正。
    参考 -> 参照
    
    Modified Paths:
    --------------
        trunk/doc/ja/html/about/history.html
    
    -------------- next part --------------
    Modified: trunk/doc/ja/html/about/history.html
    ===================================================================
    --- trunk/doc/ja/html/about/history.html	2012-05-23 10:42:33 UTC (rev 4954)
    +++ trunk/doc/ja/html/about/history.html	2012-05-23 13:13:06 UTC (rev 4955)
    @@ -64,7 +64,7 @@
             
           
  • General setup\x83_\x83C\x83A\x83\x8D\x83O\x82Ō\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92\xE8\x82ł\xAB\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • Additional settings\x83_\x83C\x83A\x83\x8D\x83O\x82\xCCCygwin\x83^\x83u\x82ŁA\x90?\xE8\x95?\xB6\x82ł\xAB\x82\xBD\x8F?\x81A\x83\x81\x83b\x83Z\x81[\x83W\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82?\xB5\x82\xBD\x81B
  • -
  • IME\x82?O\x8C\xE3\x8EQ\x8Dl\x95ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81BATOK2012,MS-IME2002,MS-IME2003\x82œ\xAE\x8D\xEC\x8Am\x94F\x8Dς?BMS-IME2010\x82ł?\xAE\x8D\xEC\x95s\x89?B"IME=off"(teraterm.ini)\x82??\x82?@\x94\\x96\xB3\x8C\xF8\x81B
  • +
  • IME\x82?O\x8C\xE3\x8EQ\x8F?ϊ\xB7\x8B@\x94\\x82?Ή\x9E\x82\xB5\x82\xBD\x81BATOK2012,MS-IME2002,MS-IME2003\x82œ\xAE\x8D\xEC\x8Am\x94F\x8Dς?BMS-IME2010\x82ł?\xAE\x8D\xEC\x95s\x89?B"IME=off"(teraterm.ini)\x82??\x82?@\x94\\x96\xB3\x8C\xF8\x81B
  • \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x96?\x8D\x87\x82?\x82??\xB7\x82鉞\x93\x9A\x82???\xEA\x82Ă\xA2\x82\xBD\x97]\x95\xAA\x82\xC8 ; \x82\xF0\x8D?\x82\xB5\x82\xBD\x81B
  • \x83}\x83N\x83\x8D
      From svnnotify @ sourceforge.jp Thu May 31 21:06:41 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 31 May 2012 21:06:41 +0900 Subject: [Ttssh2-commit] [4956] bump up the version. Message-ID: <1338466001.051891.25093.nullmailer@users.sourceforge.jp> Revision: 4956 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4956 Author: maya Date: 2012-05-31 21:06:40 +0900 (Thu, 31 May 2012) Log Message: ----------- bump up the version. Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/installer/teraterm.iss trunk/teraterm/teraterm/ttermpro.rc trunk/teraterm/ttpmacro/ttpmacro.rc trunk/ttssh2/ttxssh/ttxssh.rc -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/doc/en/html/about/history.html 2012-05-31 12:06:40 UTC (rev 4956) @@ -31,7 +31,7 @@

      Tera Term

      -

      2012.xx.xx (Ver 4.74 not released yet)

      +

      2012.05.31 (Ver 4.74)

      • Changes
          @@ -1886,7 +1886,7 @@

          TTSSH

          -

          2012.xx.xx (Ver 2.61)

          +

          2012.05.31 (Ver 2.61)

          • Changes
              Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/doc/ja/html/about/history.html 2012-05-31 12:06:40 UTC (rev 4956) @@ -31,7 +31,7 @@

              Tera Term

              -

              2012.xx.xx (Ver 4.74 not released yet)

              +

              2012.05.31 (Ver 4.74)

              • \x95ύX
                  @@ -1887,7 +1887,7 @@

                  TTSSH

                  -

                  2012.xx.xx (Ver 2.61)

                  +

                  2012.05.31 (Ver 2.61)

                  • \x95ύX
                      Modified: trunk/installer/teraterm.iss =================================================================== --- trunk/installer/teraterm.iss 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/installer/teraterm.iss 2012-05-31 12:06:40 UTC (rev 4956) @@ -1,5 +1,5 @@ #define AppName "Tera Term" -#define AppVer "4.74-RC1" +#define AppVer "4.74" ; #define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', ''); [InnoIDE_PreCompile] Modified: trunk/teraterm/teraterm/ttermpro.rc =================================================================== --- trunk/teraterm/teraterm/ttermpro.rc 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/teraterm/teraterm/ttermpro.rc 2012-05-31 12:06:40 UTC (rev 4956) @@ -403,8 +403,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,73,0,0 - PRODUCTVERSION 4,73,0,0 + FILEVERSION 4,74,0,0 + PRODUCTVERSION 4,74,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -421,12 +421,12 @@ BEGIN VALUE "CompanyName", "TeraTerm Project T. Teranishi" VALUE "FileDescription", "Tera Term" - VALUE "FileVersion", "4, 73, 0, 0" + VALUE "FileVersion", "4, 74, 0, 0" VALUE "InternalName", "TTERMPRO" VALUE "LegalCopyright", "(C)TeraTerm Project 2004-2012, (C)T. Teranishi 1994-1998" VALUE "OriginalFilename", "TTERMPRO.EXE" VALUE "ProductName", "Tera Term" - VALUE "ProductVersion", "4, 73, 0, 0" + VALUE "ProductVersion", "4, 74, 0, 0" END END BLOCK "VarFileInfo" Modified: trunk/teraterm/ttpmacro/ttpmacro.rc =================================================================== --- trunk/teraterm/ttpmacro/ttpmacro.rc 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/teraterm/ttpmacro/ttpmacro.rc 2012-05-31 12:06:40 UTC (rev 4956) @@ -104,8 +104,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,73,0,0 - PRODUCTVERSION 4,73,0,0 + FILEVERSION 4,74,0,0 + PRODUCTVERSION 4,74,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -122,12 +122,12 @@ BEGIN VALUE "CompanyName", "TeraTerm Project T. Teranishi" VALUE "FileDescription", "TTPMACRO" - VALUE "FileVersion", "4, 73, 0, 0" + VALUE "FileVersion", "4, 74, 0, 0" VALUE "InternalName", "TTPMACRO" VALUE "LegalCopyright", "Copyright (C) TeraTerm Project 2004-2012, T. Teranishi 1994-1998" VALUE "OriginalFilename", "TTPMACRO.EXE" VALUE "ProductName", "TTPMACRO" - VALUE "ProductVersion", "4, 73, 0, 0" + VALUE "ProductVersion", "4, 74, 0, 0" END END BLOCK "VarFileInfo" Modified: trunk/ttssh2/ttxssh/ttxssh.rc =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.rc 2012-05-23 13:13:06 UTC (rev 4955) +++ trunk/ttssh2/ttxssh/ttxssh.rc 2012-05-31 12:06:40 UTC (rev 4956) @@ -67,34 +67,8 @@ #pragma code_page(1252) #endif //_WIN32 -#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// // Dialog // @@ -587,8 +561,34 @@ #endif // APSTUDIO_INVOKED +#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// // Icon // @@ -602,8 +602,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,60,0,0 - PRODUCTVERSION 2,60,0,0 + FILEVERSION 2,61,0,0 + PRODUCTVERSION 2,61,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -619,12 +619,12 @@ BLOCK "040904b0" BEGIN VALUE "FileDescription", "TTXSSH" - VALUE "FileVersion", "2, 60, 0, 0" + VALUE "FileVersion", "2, 61, 0, 0" VALUE "InternalName", "TTXSSH" VALUE "LegalCopyright", "(C)2004-2012 TeraTerm Project, (C)1998-1999 Robert O'Callahan" VALUE "OriginalFilename", "TTXSSH.dll" VALUE "ProductName", "TTSSH" - VALUE "ProductVersion", "2, 60, 0, 0" + VALUE "ProductVersion", "2, 61, 0, 0" END END BLOCK "VarFileInfo" From svnnotify @ sourceforge.jp Thu May 31 21:07:56 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 31 May 2012 21:07:56 +0900 Subject: [Ttssh2-commit] [4957] Release 4.74 Message-ID: <1338466076.013875.25763.nullmailer@users.sourceforge.jp> Revision: 4957 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4957 Author: maya Date: 2012-05-31 21:07:55 +0900 (Thu, 31 May 2012) Log Message: ----------- Release 4.74 Added Paths: ----------- tags/teraterm-4_74/ -------------- next part -------------- From svnnotify @ sourceforge.jp Thu May 31 23:26:45 2012 From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp) Date: Thu, 31 May 2012 23:26:45 +0900 Subject: [Ttssh2-commit] [4958] unfrozen Message-ID: <1338474405.499996.10205.nullmailer@users.sourceforge.jp> Revision: 4958 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4958 Author: maya Date: 2012-05-31 23:26:45 +0900 (Thu, 31 May 2012) Log Message: ----------- unfrozen Modified Paths: -------------- trunk/installer/teraterm.iss -------------- next part -------------- Modified: trunk/installer/teraterm.iss =================================================================== --- trunk/installer/teraterm.iss 2012-05-31 12:07:55 UTC (rev 4957) +++ trunk/installer/teraterm.iss 2012-05-31 14:26:45 UTC (rev 4958) @@ -1,27 +1,27 @@ #define AppName "Tera Term" #define AppVer "4.74" -; #define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', ''); +#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 [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 [_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