svnno****@sourc*****
svnno****@sourc*****
2009年 7月 21日 (火) 13:44:29 JST
Revision: 3596 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3596 Author: maya Date: 2009-07-21 13:44:28 +0900 (Tue, 21 Jul 2009) Log Message: ----------- ãã°ã¦ã£ã³ãã¦ãé表示ã§ãã°ãéå§ããå ´åã表示ããã¦ããªããã°ã¦ã£ã³ãã¦ã«ãã©ã¼ã«ã¹ãå½ãã£ãç¶æ ã«ãªãã®ãä¿®æ£ããã é表示æã«ã¯ VTWin ã«ãã©ã¼ã«ã¹ãã»ããããããã«ããã http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17818 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/teraterm/teraterm/ftdlg.cpp -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2009-07-15 11:16:46 UTC (rev 3595) +++ trunk/doc/en/html/about/history.html 2009-07-21 04:44:28 UTC (rev 3596) @@ -41,6 +41,7 @@ <ul> <li>fixed the problem that the settings of local echo and line feed before connection may not be effective.</li> <li>fixed the problem that the settings of TCPLocalEcho/TCPCRSend in previous connection are not reset in serial connection.</li> + <li>fixed the problem that the invisible log dialog has focus when Tera Term start logging without displaying log dialog.</li> <li><a href="../macro/command/strscan.html">strscan</a> macro command does not work correctly.</li> <li>fixed the problem that the c language style comment does not work well.</li> </ul> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2009-07-15 11:16:46 UTC (rev 3595) +++ trunk/doc/ja/html/about/history.html 2009-07-21 04:44:28 UTC (rev 3596) @@ -41,6 +41,7 @@ <ul> <li>Ú±OÉsÁ½[JGR[ÆMüsR[hÌÝ誳³êéª éÌðC³µ½B</li> <li>VAÚ±ÉAOÌÚ±Ågíê½TCPLocalEcho/TCPCRSendÌÝèªZbg³êÈ¢ÌðC³µ½B</li> + <li>OEBhEð\¦µÈ¢ÅOÌæðJnµ½Æ«A\¦³êĢȢOEBhEÉtH[JXª¢ÁĵܤÌðC³µ½B</li> <li>}NR}h "<a href="../macro/command/strscan.html">strscan</a>" ª³µ©È¢êª éÌðC³µ½B</li> <li>}NÌC¾êRgɨ¢ÄA³µRgð¯ÊµÈ¢P[XÉε½B</li> </ul> Modified: trunk/teraterm/teraterm/ftdlg.cpp =================================================================== --- trunk/teraterm/teraterm/ftdlg.cpp 2009-07-15 11:16:46 UTC (rev 3595) +++ trunk/teraterm/teraterm/ftdlg.cpp 2009-07-21 04:44:28 UTC (rev 3596) @@ -55,7 +55,7 @@ Ok = CDialog::Create(CFileTransDlg::IDD, GetDesktopWindow()); } else { // parent window is VT window - Ok = CDialog::Create(CFileTransDlg::IDD, NULL); + Ok = CDialog::Create(CFileTransDlg::IDD, NULL); } // ÄÑoµ³©çÚ® (2009.2.7 maya) @@ -65,6 +65,9 @@ ShowWindow(SW_MINIMIZE); } } + else { + ::SetFocus(fv->HMainWin); + } fv->HWin = GetSafeHwnd();