From svnnotify @ sourceforge.jp Mon Dec 7 00:14:26 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Mon, 07 Dec 2009 00:14:26 +0900
Subject: [Ttssh2-commit] =?utf-8?q?=5B3709=5D_=5BFile=5D-=5BShow_Log_dialo?=
=?utf-8?b?Z10g44CA44KS44CB44OA44Kk44Ki44Ot44Kw6Z2e6KGo56S644Gn44Gq44GP?=
=?utf-8?b?44Gm44KC5oq844Gb44KL44KI44GG44Gr44GX44Gf44CC?=
Message-ID: <1260112466.332955.1275.nullmailer@users.sourceforge.jp>
Revision: 3709
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3709
Author: maya
Date: 2009-12-07 00:14:26 +0900 (Mon, 07 Dec 2009)
Log Message:
-----------
[File]-[Show Log dialog]???????ゃ??????;腓冴????????若????????????
Modified Paths:
--------------
trunk/doc/en/html/about/history.html
trunk/doc/ja/html/about/history.html
trunk/teraterm/teraterm/filesys.cpp
trunk/teraterm/teraterm/ftdlg.cpp
trunk/teraterm/teraterm/vtwin.cpp
-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html 2009-11-27 18:56:57 UTC (rev 3708)
+++ trunk/doc/en/html/about/history.html 2009-12-06 15:14:26 UTC (rev 3709)
@@ -36,6 +36,7 @@
- expanded the maximum number of serial connection to 4096.
+
Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html 2009-11-27 18:56:57 UTC (rev 3708)
+++ trunk/doc/ja/html/about/history.html 2009-12-06 15:14:26 UTC (rev 3709)
@@ -36,6 +36,7 @@
Modified: trunk/teraterm/teraterm/filesys.cpp
===================================================================
--- trunk/teraterm/teraterm/filesys.cpp 2009-11-27 18:56:57 UTC (rev 3708)
+++ trunk/teraterm/teraterm/filesys.cpp 2009-12-06 15:14:26 UTC (rev 3709)
@@ -235,11 +235,13 @@
if (OpId == OpLog) {
if (FLogDlg != NULL) {
FLogDlg->ShowWindow(SW_SHOWNORMAL);
+ SetForegroundWindow(FLogDlg->GetSafeHwnd());
}
}
else {
if (SendDlg != NULL) {
SendDlg->ShowWindow(SW_SHOWNORMAL);
+ SetForegroundWindow(SendDlg->GetSafeHwnd());
}
}
}
Modified: trunk/teraterm/teraterm/ftdlg.cpp
===================================================================
--- trunk/teraterm/teraterm/ftdlg.cpp 2009-11-27 18:56:57 UTC (rev 3708)
+++ trunk/teraterm/teraterm/ftdlg.cpp 2009-12-06 15:14:26 UTC (rev 3709)
@@ -61,7 +61,7 @@
// ?????????(2009.2.7 maya)
if (!fv->HideDialog) {
- ShowWindow(SW_SHOW);
+ ShowWindow(SW_SHOWNORMAL);
if (fv->OpId == OpLog) {
ShowWindow(SW_MINIMIZE);
}
Modified: trunk/teraterm/teraterm/vtwin.cpp
===================================================================
--- trunk/teraterm/teraterm/vtwin.cpp 2009-11-27 18:56:57 UTC (rev 3708)
+++ trunk/teraterm/teraterm/vtwin.cpp 2009-12-06 15:14:26 UTC (rev 3709)
@@ -1270,12 +1270,7 @@
EnableMenuItem(FileMenu,ID_FILE_LOG,MF_BYCOMMAND | MF_GRAYED);
EnableMenuItem(FileMenu,ID_FILE_COMMENTTOLOG, MF_BYCOMMAND | MF_ENABLED);
EnableMenuItem(FileMenu,ID_FILE_VIEWLOG, MF_BYCOMMAND | MF_ENABLED);
- if (ts.LogHideDialog) {
- EnableMenuItem(FileMenu,ID_FILE_SHOWLOGDIALOG, MF_BYCOMMAND | MF_ENABLED);
- }
- else {
- EnableMenuItem(FileMenu,ID_FILE_SHOWLOGDIALOG, MF_BYCOMMAND | MF_GRAYED);
- }
+ EnableMenuItem(FileMenu,ID_FILE_SHOWLOGDIALOG, MF_BYCOMMAND | MF_ENABLED);
} else {
EnableMenuItem(FileMenu,ID_FILE_LOG,MF_BYCOMMAND | MF_ENABLED);
EnableMenuItem(FileMenu,ID_FILE_COMMENTTOLOG, MF_BYCOMMAND | MF_GRAYED);
From svnnotify @ sourceforge.jp Tue Dec 8 20:47:09 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 08 Dec 2009 20:47:09 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTBdICDmloflrZfliJfkuK3jga4gLyAq?=
=?utf-8?b?IOOCkuOCs+ODoeODs+ODiOOBrumWi+Wni+OBqOiqpOiqjeitmOOBl+OBpg==?=
=?utf-8?b?44GE44Gf44Gu44KS5L+u5q2j44CC?=
Message-ID: <1260272829.203706.31838.nullmailer@users.sourceforge.jp>
Revision: 3710
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3710
Author: doda
Date: 2009-12-08 20:47:09 +0900 (Tue, 08 Dec 2009)
Log Message:
-----------
?????賢??/* ????<??????????茯???????????篆????
Modified Paths:
--------------
trunk/teraterm/ttpmacro/ttmbuff.c
-------------- next part --------------
Modified: trunk/teraterm/ttpmacro/ttmbuff.c
===================================================================
--- trunk/teraterm/ttpmacro/ttmbuff.c 2009-12-06 15:14:26 UTC (rev 3709)
+++ trunk/teraterm/ttpmacro/ttmbuff.c 2009-12-08 11:47:09 UTC (rev 3710)
@@ -230,6 +230,7 @@
TName LabName;
WORD Err;
WORD VarType, VarId;
+ TStrVal tmp;
Buff[IBuff] = GlobalLock(BuffHandle[IBuff]);
if (Buff[IBuff]==NULL) {
@@ -256,11 +257,17 @@
Err = ErrSyntax;
}
}
+ else {
+ LinePtr--;
+ }
/* ?????????C???????????????????????*/
- do {
- b = GetFirstChar();
- } while (b != 0);
+ while ((b=GetFirstChar()) != 0) {
+ if (b=='"' || b=='\'' || b=='#') {
+ LinePtr--;
+ GetString(tmp, &Err);
+ }
+ }
if (Err>0) {
DispErr(Err);
From svnnotify @ sourceforge.jp Tue Dec 8 20:58:04 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Tue, 08 Dec 2009 20:58:04 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTFdICDlpInmm7TlsaXmrbTmm7TmlrA=?=
Message-ID: <1260273484.347816.13107.nullmailer@users.sourceforge.jp>
Revision: 3711
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3711
Author: doda
Date: 2009-12-08 20:58:04 +0900 (Tue, 08 Dec 2009)
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 2009-12-08 11:47:09 UTC (rev 3710)
+++ trunk/doc/en/html/about/history.html 2009-12-08 11:58:04 UTC (rev 3711)
@@ -47,6 +47,7 @@
PasteDelayPerLine setting does not work correctly.
+
Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html 2009-12-08 11:47:09 UTC (rev 3710)
+++ trunk/doc/ja/html/about/history.html 2009-12-08 11:58:04 UTC (rev 3711)
@@ -47,6 +47,7 @@
PasteDelayPerLine???????????????????B
???????????????????????????????B
Kermit, ZMODEM, QuickVAN ?????????????????? ZMODEM, QuickVAN ????????????????2?????????????????????????????????B
+ ?????????? /* ???????????ッ??????????B
From svnnotify @ sourceforge.jp Fri Dec 11 10:30:06 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Fri, 11 Dec 2009 10:30:06 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTJdICDjg7vjg5XjgqHjgqTjg6vjgYw=?=
=?utf-8?b?5q2j5bi444Gr6ZaL44GR44Gf44GL44Gu5Yik5a6a44GM6ZaT6YGV44Gj44Gm?=
=?utf-8?b?44GE44Gf44Gu44KS5L+u5q2j44GX44Gf?=
Message-ID: <1260495006.205201.23187.nullmailer@users.sourceforge.jp>
Revision: 3712
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3712
Author: doda
Date: 2009-12-11 10:30:06 +0900 (Fri, 11 Dec 2009)
Log Message:
-----------
・ファイルが正常に開けたかの判定が間違っていたのを修正した
・ファイルが開けなかった時、メッセージを表示するようにした
Modified Paths:
--------------
trunk/installer/release/screencapture.ttl
-------------- next part --------------
Modified: trunk/installer/release/screencapture.ttl
===================================================================
--- trunk/installer/release/screencapture.ttl 2009-12-08 11:58:04 UTC (rev 3711)
+++ trunk/installer/release/screencapture.ttl 2009-12-11 01:30:06 UTC (rev 3712)
@@ -28,10 +28,15 @@
getdate filename "screencapture_%Y%m%d-%H%M%S.txt"
fileopen fp filename 0
else
- fileopen fp 'screencapture.txt' 1
+ filename = 'screencapture.txt'
+ fileopen fp filename 1
endif
-if result <> 0 end
+if fp = -1 then
+ sprintf "Can't open "'"%s"' filename
+ messagebox inputstr "Error"
+ end
+endif
;select screen
callmenu 50280
From svnnotify @ sourceforge.jp Sat Dec 12 00:31:19 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 12 Dec 2009 00:31:19 +0900
Subject: [Ttssh2-commit] =?utf-8?q?=5B3713=5D__filenamebox_=E3=81=A7_GetSa?=
=?utf-8?b?dmVGaWxlTmFtZSDjgoLplovjgZHjgovjgojjgYbjgavjgZfjgZ/jgII=?=
Message-ID: <1260545479.835280.31077.nullmailer@users.sourceforge.jp>
Revision: 3713
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3713
Author: maya
Date: 2009-12-12 00:31:19 +0900 (Sat, 12 Dec 2009)
Log Message:
-----------
filenamebox ??GetSaveFileName ???????????????
????????????????ャ??潟?????????? MSDN ?c??????帥???
Modified Paths:
--------------
trunk/doc/en/html/macro/command/filenamebox.html
trunk/doc/en/html/style.css
trunk/doc/ja/html/macro/command/filenamebox.html
trunk/doc/ja/html/style.css
trunk/teraterm/ttpmacro/ttl.c
-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/en/html/macro/command/filenamebox.html 2009-12-11 01:30:06 UTC (rev 3712)
+++ trunk/doc/en/html/macro/command/filenamebox.html 2009-12-11 15:31:19 UTC (rev 3713)
@@ -18,15 +18,32 @@
-filenamebox <title>
+filenamebox <title> [<dialogtype>]
-Remarks
+Parameters
-
-The <title> is displayed as the dialog box title. The string entered by the user is returned in the system variable "inputstr".
-
+
+ - string <title>
+ - The titie of dialog box
+ - integer <dialogtype> (optional default=nonzero) (version 4.65 or later)
+ - Specifies the type of dialog box.
+ If this parameter is zero, creates [Save] dialog box.
+ If this parameter is nonzero, creates [Open] dialog box.
+
+
+Return Value
+
+
+ - System valiable <result> (version 4.65 or later)
+ - If the user specifies a file name and clicks OK button, set to nonzero. The file name is stored in "inputstr."
+ If the user cancels or closes the dialog, set to zero.
+
+ - System valiable <inputstr>
+ - The file name entered by the user
+
+
Example
Modified: trunk/doc/en/html/style.css
===================================================================
--- trunk/doc/en/html/style.css 2009-12-11 01:30:06 UTC (rev 3712)
+++ trunk/doc/en/html/style.css 2009-12-11 15:31:19 UTC (rev 3713)
@@ -60,6 +60,11 @@
border-width: 0px 0px 1px 0px;
}
+dt.macro {
+ font-weight: normal;
+ font-style: italic;
+}
+
li.description{
margin-bottom: 1ex;
}
Modified: trunk/doc/ja/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/ja/html/macro/command/filenamebox.html 2009-12-11 01:30:06 UTC (rev 3712)
+++ trunk/doc/ja/html/macro/command/filenamebox.html 2009-12-11 15:31:19 UTC (rev 3713)
@@ -18,15 +18,32 @@
-filenamebox <title>
+filenamebox <title> [<dialogtype>]
-??
+?????
-
-??? <title> ??????????????????????????????? inputstr ???????
-
+
+ - ??? <title>
+ - ??????????????
+ - ?? <dialogtype> (????? ?????=???) (????? 4.65 ??)
+ - ??????????????????
+ 0????????????????????????????????
+ 0????????????????????????????????
+
+
+???
+
+
+ - ?????? <result> (????? 4.65 ??)
+ - ??????????????OK???????0??????????inputstr?????????????
+ ?????????????????????????0???????
+
+ - ?????? <inputstr>
+ - ??????????
+
+
?
Modified: trunk/doc/ja/html/style.css
===================================================================
--- trunk/doc/ja/html/style.css 2009-12-11 01:30:06 UTC (rev 3712)
+++ trunk/doc/ja/html/style.css 2009-12-11 15:31:19 UTC (rev 3713)
@@ -60,6 +60,11 @@
border-width: 0px 0px 1px 0px;
}
+dt.macro {
+ font-weight: normal;
+ font-style: italic;
+}
+
li.description{
margin-bottom: 1ex;
}
Modified: trunk/teraterm/ttpmacro/ttl.c
===================================================================
--- trunk/teraterm/ttpmacro/ttl.c 2009-12-11 01:30:06 UTC (rev 3712)
+++ trunk/teraterm/ttpmacro/ttl.c 2009-12-11 15:31:19 UTC (rev 3713)
@@ -1100,11 +1100,18 @@
WORD Err, ValType, VarId;
OPENFILENAME ofn;
char uimsg[MAX_UIMSG];
+ BOOL SaveFlag = FALSE;
+ BOOL ret;
Err = 0;
GetStrVal(Str1,&Err);
if (Err!=0) return Err;
+ if (CheckParameterGiven()) { // dialogtype
+ GetIntVal(&SaveFlag, &Err);
+ if (Err!=0) return Err;
+ }
+
if ((Err==0) && (GetFirstChar()!=0))
Err = ErrSyntax;
if (Err!=0) return Err;
@@ -1121,7 +1128,13 @@
get_lang_msg("FILEDLG_ALL_FILTER", uimsg, sizeof(uimsg), "All(*.*)\\0*.*\\0\\0", UILanguageFile);
ofn.lpstrFilter = uimsg;
ofn.lpstrInitialDir = NULL;
- GetOpenFileName(&ofn);
+ if (SaveFlag) {
+ ret = GetSaveFileName(&ofn);
+ }
+ else {
+ ret = GetOpenFileName(&ofn);
+ }
+ SetResult(ret);
}
return Err;
}
From svnnotify @ sourceforge.jp Sat Dec 12 00:58:25 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 12 Dec 2009 00:58:25 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTRdICBHZXRTYXZlRmlsZU5hbWUg44Gn?=
=?utf-8?b?5LiK5pu444GN56K66KqN44KS5Ye644GZ44KI44GG44Gr44GX44Gf44CC?=
Message-ID: <1260547105.058589.2380.nullmailer@users.sourceforge.jp>
Revision: 3714
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3714
Author: maya
Date: 2009-12-12 00:58:25 +0900 (Sat, 12 Dec 2009)
Log Message:
-----------
GetSaveFileName で上書き確認を出すようにした。
Modified Paths:
--------------
trunk/teraterm/ttpmacro/ttl.c
-------------- next part --------------
Modified: trunk/teraterm/ttpmacro/ttl.c
===================================================================
--- trunk/teraterm/ttpmacro/ttl.c 2009-12-11 15:31:19 UTC (rev 3713)
+++ trunk/teraterm/ttpmacro/ttl.c 2009-12-11 15:58:25 UTC (rev 3714)
@@ -1129,6 +1129,7 @@
ofn.lpstrFilter = uimsg;
ofn.lpstrInitialDir = NULL;
if (SaveFlag) {
+ ofn.Flags = OFN_OVERWRITEPROMPT;
ret = GetSaveFileName(&ofn);
}
else {
From svnnotify @ sourceforge.jp Sat Dec 12 15:42:18 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 12 Dec 2009 15:42:18 +0900
Subject: [Ttssh2-commit] =?utf-8?q?=5B3715=5D__Eterm_look-feel=E3=82=92?=
=?utf-8?b?5pyJ5Yq544Gr44GX44Gm44GE44KL5pmC44CBUmV2ZXJzZSBWaWRlbyAoREVD?=
=?utf-8?b?U0NOTSkg44Guc2V0IC8gcmVzZXTjgYzooYzjgo/jgozjgovjgajjgIHku6U=?=
=?utf-8?b?6ZmN44G+44Go44KC44Gr5o+P55S744GM5pu05paw44GV44KM44Gq44GP44Gq?=
=?utf-8?b?44KL44Gu44KS5L+u5q2j44GX44Gf44CCICgg5pqr5a6aICk=?=
Message-ID: <1260600138.141876.22005.nullmailer@users.sourceforge.jp>
Revision: 3715
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3715
Author: doda
Date: 2009-12-12 15:42:18 +0900 (Sat, 12 Dec 2009)
Log Message:
-----------
Eterm look-feelを有効にしている時、Reverse Video (DECSCNM)のset/resetが行われると、以降まともに描画が更新されなくなるのを修正した。(暫定)
http://lunatear.net/archives/001056.html
# Eterm look-feel有効時のDECSCNMはまだちゃんと動いていないので、修正が必要
Modified Paths:
--------------
trunk/teraterm/teraterm/vtdisp.c
trunk/teraterm/teraterm/vtdisp.h
trunk/teraterm/teraterm/vtterm.c
-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtdisp.c
===================================================================
--- trunk/teraterm/teraterm/vtdisp.c 2009-12-11 15:58:25 UTC (rev 3714)
+++ trunk/teraterm/teraterm/vtdisp.c 2009-12-12 06:42:18 UTC (rev 3715)
@@ -1278,6 +1278,37 @@
(FARPROC)BGEnumDisplayMonitors = GetProcAddressWithDllName("user32.dll","EnumDisplayMonitors");
}
+void BGExchangeColor() {
+ COLORREF ColorRef;
+ if (ts.ColorFlag & CF_REVERSECOLOR) {
+ ColorRef = BGVTColor[0];
+ BGVTColor[0] = BGVTReverseColor[0];
+ BGVTReverseColor[0] = ColorRef;
+ ColorRef = BGVTColor[1];
+ BGVTColor[1] = BGVTReverseColor[1];
+ BGVTReverseColor[1] = ColorRef;
+ }
+ else {
+ ColorRef = BGVTColor[0];
+ BGVTColor[0] = BGVTColor[1];
+ BGVTColor[1] = ColorRef;
+ }
+
+ ColorRef = BGVTBoldColor[0];
+ BGVTBoldColor[0] = BGVTBoldColor[1];
+ BGVTBoldColor[1] = ColorRef;
+
+ ColorRef = BGVTBlinkColor[0];
+ BGVTBlinkColor[0] = BGVTBlinkColor[1];
+ BGVTBlinkColor[1] = ColorRef;
+
+ ColorRef = BGURLColor[0];
+ BGURLColor[0] = BGURLColor[1];
+ BGURLColor[1] = ColorRef;
+
+// BGReverseText = !BGReverseText;
+}
+
void BGFillRect(HDC hdc,RECT *R,HBRUSH brush)
{
if(!BGEnable)
Modified: trunk/teraterm/teraterm/vtdisp.h
===================================================================
--- trunk/teraterm/teraterm/vtdisp.h 2009-12-11 15:58:25 UTC (rev 3714)
+++ trunk/teraterm/teraterm/vtdisp.h 2009-12-12 06:42:18 UTC (rev 3715)
@@ -12,6 +12,8 @@
void BGInitialize(void);
void BGSetupPrimary(BOOL);
+void BGExchangeColor(void);
+
void BGOnSettingChange(void);
void BGOnEnterSizeMove(void);
void BGOnExitSizeMove(void);
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c 2009-12-11 15:58:25 UTC (rev 3714)
+++ trunk/teraterm/teraterm/vtterm.c 2009-12-12 06:42:18 UTC (rev 3715)
@@ -2031,7 +2031,8 @@
ts.ColorFlag ^= CF_REVERSEVIDEO;
#ifdef ALPHABLEND_TYPE2
- BGInitialize();
+// BGInitialize();
+ BGExchangeColor();
#endif
DispChangeBackground();
UpdateWindow(HVTWin);
From svnnotify @ sourceforge.jp Mon Dec 14 16:14:45 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Mon, 14 Dec 2009 16:14:45 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTZdICDjg4njgq3jg6Xjg6Hjg7Pjg4g=?=
=?utf-8?b?44KS5a6f6KOF44Gr5ZCI44KP44Gb44Gm5L+u5q2j44CC?=
Message-ID: <1260774885.235945.30431.nullmailer@users.sourceforge.jp>
Revision: 3716
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3716
Author: doda
Date: 2009-12-14 16:14:45 +0900 (Mon, 14 Dec 2009)
Log Message:
-----------
????ャ??潟????茖????????篆????
Modified Paths:
--------------
trunk/doc/en/html/macro/command/filenamebox.html
trunk/doc/ja/html/macro/command/filenamebox.html
-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/en/html/macro/command/filenamebox.html 2009-12-12 06:42:18 UTC (rev 3715)
+++ trunk/doc/en/html/macro/command/filenamebox.html 2009-12-14 07:14:45 UTC (rev 3716)
@@ -27,10 +27,10 @@
string <title>
The titie of dialog box
- integer <dialogtype> (optional default=nonzero) (version 4.65 or later)
+ integer <dialogtype> (optional default=zero) (version 4.65 or later)
Specifies the type of dialog box.
- If this parameter is zero, creates [Save] dialog box.
- If this parameter is nonzero, creates [Open] dialog box.
+ If this parameter is zero, creates [Open] dialog box.
+ If this parameter is nonzero, creates [Save] dialog box.
Return Value
Modified: trunk/doc/ja/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/ja/html/macro/command/filenamebox.html 2009-12-12 06:42:18 UTC (rev 3715)
+++ trunk/doc/ja/html/macro/command/filenamebox.html 2009-12-14 07:14:45 UTC (rev 3716)
@@ -27,10 +27,10 @@
??? <title>
??????????????
- ?? <dialogtype> (????? ?????=???) (????? 4.65 ??)
+ ?? <dialogtype> (????? ?????=0) (????? 4.65 ??)
??????????????????
- 0????????????????????????????????
- 0????????????????????????????????
+ 0????????????????????????????
+ 0????????????????????????????????????
???
From svnnotify @ sourceforge.jp Sat Dec 19 00:00:15 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Sat, 19 Dec 2009 00:00:15 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTddICDmjqXntprjg5vjgrnjg4jjga4=?=
=?utf-8?b?5pyA5aSn5L+d5a2Y5pWw44KSNTAw44G+44Gn5ouh5by144GX44Gf?=
Message-ID: <1261148415.320796.8060.nullmailer@users.sourceforge.jp>
Revision: 3717
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3717
Author: maya
Date: 2009-12-19 00:00:15 +0900 (Sat, 19 Dec 2009)
Log Message:
-----------
?ョ?????????ぇ篆???違?500?障??≦宍???
Modified Paths:
--------------
trunk/doc/en/html/about/history.html
trunk/doc/ja/html/about/history.html
trunk/teraterm/common/tttypes.h
-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html 2009-12-14 07:14:45 UTC (rev 3716)
+++ trunk/doc/en/html/about/history.html 2009-12-18 15:00:15 UTC (rev 3717)
@@ -34,6 +34,7 @@
- Changes
+ - expanded the maximun number of saved host to 500.
- expanded the maximum number of serial connection to 4096.
Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html 2009-12-14 07:14:45 UTC (rev 3716)
+++ trunk/doc/ja/html/about/history.html 2009-12-18 15:00:15 UTC (rev 3717)
@@ -34,6 +34,7 @@
- ??
+ - ????????????500???????
- ???????COM??????4096???????
- ????????????????????????ッ????????
- [File] ????? [Show Log dialog] ???????????ヲ???????????????
Modified: trunk/teraterm/common/tttypes.h
===================================================================
--- trunk/teraterm/common/tttypes.h 2009-12-14 07:14:45 UTC (rev 3716)
+++ trunk/teraterm/common/tttypes.h 2009-12-18 15:00:15 UTC (rev 3717)
@@ -898,7 +898,7 @@
#define MAXNWIN 50
#define MAXCOMPORT 4096
-#define MAXHOSTLIST 200
+#define MAXHOSTLIST 500
/* shared memory */
typedef struct {
From svnnotify @ sourceforge.jp Mon Dec 21 21:08:10 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Mon, 21 Dec 2009 21:08:10 +0900
Subject: [Ttssh2-commit] [3718] typo fix.
Message-ID: <1261397290.068910.22573.nullmailer@users.sourceforge.jp>
Revision: 3718
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3718
Author: doda
Date: 2009-12-21 21:08:10 +0900 (Mon, 21 Dec 2009)
Log Message:
-----------
typo fix.
Modified Paths:
--------------
trunk/teraterm/teraterm/vtdisp.c
-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtdisp.c
===================================================================
--- trunk/teraterm/teraterm/vtdisp.c 2009-12-18 15:00:15 UTC (rev 3717)
+++ trunk/teraterm/teraterm/vtdisp.c 2009-12-21 12:08:10 UTC (rev 3718)
@@ -2602,7 +2602,7 @@
BackColor = BGVTColor[1];
#else
BackColor = ts.VTBlinkColor[1];
- else if (isBoldkColored(Attr))
+ else if (isBoldColored(Attr))
BackColor = ts.VTBoldColor[1];
else if (isURLColored(Attr))
BackColor = ts.URLColor[1];
From svnnotify @ sourceforge.jp Wed Dec 23 12:12:36 2009
From: svnnotify @ sourceforge.jp (svnnotify @ sourceforge.jp)
Date: Wed, 23 Dec 2009 12:12:36 +0900
Subject: [Ttssh2-commit] =?utf-8?b?WzM3MTldICBDeWd3aW4g44Gu44Oh44K444Oj?=
=?utf-8?b?44O844OQ44O844K444On44Oz44Ki44OD44OX44Gr5ZCI44KP44Gb44Gm6KiY?=
=?utf-8?b?6L+w44KS5L+u5q2j?=
Message-ID: <1261537956.778099.1253.nullmailer@users.sourceforge.jp>
Revision: 3719
http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3719
Author: maya
Date: 2009-12-23 12:12:36 +0900 (Wed, 23 Dec 2009)
Log Message:
-----------
Cygwin ????吾??若??若??с??≪??????????荐?唇??信罩?
Modified Paths:
--------------
trunk/doc/en/html/reference/develop.txt
trunk/doc/ja/html/reference/develop.txt
-------------- next part --------------
Modified: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt 2009-12-21 12:08:10 UTC (rev 3718)
+++ trunk/doc/en/html/reference/develop.txt 2009-12-23 03:12:36 UTC (rev 3719)
@@ -160,7 +160,7 @@
* How to build CygTerm
To build CygTerm source code is shown in the following step:
- 1. Install Cygwin(http://www.cygwin.com/) to your PC.
+ 1. Install Cygwin(http://www.cygwin.com/win-9x.html) to your PC.
Note: 1.7.x doesn't support Windows 9x. Use version 1.5.x.
1.5.x doesn't seem support Windows 7. But a binary that is compiled by 1.5.x can execute in 1.7.x environment.
2. Launch Cygwin shell and go to cygterm directory.
Modified: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt 2009-12-21 12:08:10 UTC (rev 3718)
+++ trunk/doc/ja/html/reference/develop.txt 2009-12-23 03:12:36 UTC (rev 3719)
@@ -166,7 +166,7 @@
? CygTerm??????
CygTerm?????????????ヲ????
- 1. Cygwin(http://www.cygwin.com/)?????????
+ 1. Cygwin(http://www.cygwin.com/win-9x.html)?????????
??: 1.7.x ? Windows 9x ?????????????1.5.x ??????
1.5.x ? Windows 7 ???????????????1.5.x ?????????????? 1.7.x ???タ?????
2. Cygwin?????????cygterm ????????????