svnno****@sourc*****
svnno****@sourc*****
2013年 11月 27日 (水) 00:50:27 JST
Revision: 5446 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5446 Author: maya Date: 2013-11-27 00:50:27 +0900 (Wed, 27 Nov 2013) Log Message: ----------- コメント修正 Modified Paths: -------------- trunk/teraterm/common/tttypes.h trunk/teraterm/teraterm/filesys.cpp trunk/teraterm/ttpfile/ttfile.c -------------- next part -------------- Modified: trunk/teraterm/common/tttypes.h =================================================================== --- trunk/teraterm/common/tttypes.h 2013-11-26 15:49:51 UTC (rev 5445) +++ trunk/teraterm/common/tttypes.h 2013-11-26 15:50:27 UTC (rev 5446) @@ -1039,7 +1039,7 @@ * - At version 4.80, ttset_memfilemap was replaced with ttset_memfilemap_22. * added tttset.LogAllBuffIncludedInFirst * added tttset.MaxOSCBufferSize - * added tttset.JoinSplitedURL + * added tttset.JoinSplitURL * added tttset.IgnoreCharContinuedLineURL * * - At version 4.79, ttset_memfilemap was replaced with ttset_memfilemap_21. Modified: trunk/teraterm/teraterm/filesys.cpp =================================================================== --- trunk/teraterm/teraterm/filesys.cpp 2013-11-26 15:49:51 UTC (rev 5445) +++ trunk/teraterm/teraterm/filesys.cpp 2013-11-26 15:50:27 UTC (rev 5446) @@ -474,7 +474,7 @@ // 0x1000 = plain text (2005.2.20 yutaka) // 0x2000 = timestamp (2006.7.23 maya) // 0x4000 = hide file transfer dialog (2008.1.30 maya) - // 0x8000 = All buffer included in first (2013.9.29 yutaka) + // 0x8000 = Include screen buffer (2013.9.29 yutaka) // teraterm.ini\x82̐ݒ\xE8\x82\xF0\x8C\xA9\x82Ă\xA9\x82\xE7\x83f\x83t\x83H\x83\x8B\x83g\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x8C\x88\x82߂\xE9\x81B(2005.5.7 yutaka) Option = MAKELONG(ts.LogBinary, ts.Append | Modified: trunk/teraterm/ttpfile/ttfile.c =================================================================== --- trunk/teraterm/ttpfile/ttfile.c 2013-11-26 15:49:51 UTC (rev 5445) +++ trunk/teraterm/ttpfile/ttfile.c 2013-11-26 15:50:27 UTC (rev 5446) @@ -232,7 +232,7 @@ SetRB(Dialog,1,IDC_HIDEDIALOG,IDC_HIDEDIALOG); } - // All Buff in first\x83`\x83F\x83b\x83N\x83{\x83b\x83N\x83X (2013.9.29 yutaka) + // Include screen buffer\x83`\x83F\x83b\x83N\x83{\x83b\x83N\x83X (2013.9.29 yutaka) ShowDlgItem(Dialog,IDC_ALLBUFF_INFIRST,IDC_ALLBUFF_INFIRST); if (Hi & 0x8000) { SetRB(Dialog,1,IDC_ALLBUFF_INFIRST,IDC_ALLBUFF_INFIRST); @@ -301,7 +301,7 @@ Hi |= 0x4000; } - // All Buff in first\x83`\x83F\x83b\x83N\x83{\x83b\x83N\x83X (2013.9.29 yutaka) + // Include screen buffer\x83`\x83F\x83b\x83N\x83{\x83b\x83N\x83X (2013.9.29 yutaka) GetRB(Dialog,&val,IDC_ALLBUFF_INFIRST,IDC_ALLBUFF_INFIRST); if (val > 0) { Hi |= 0x8000;