オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/doc/en/html/about/history.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 596 - (show annotations) (download) (as text)
Sun Oct 14 09:05:14 2007 UTC (16 years, 7 months ago) by maya
Original Path: doc/trunk/en/html/about/history.html
File MIME type: text/html
File size: 73783 byte(s)
バージョン情報を更新した。

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>history</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10 <body>
11
12 <h1>History</h1>
13
14 <ul>
15 <li><a href="#teraterm">Tera Term</a></li>
16 <li><a href="#ttssh">TTSSH</a></li>
17 <li><a href="#cygterm">CygTerm+</a></li>
18 <li><a href="#ttproxy">TTProxy</a></li>
19 <li><a href="#ttmenu">TeraTerm Menu</a></li>
20 <li><a href="#kanjimenu">TTX KanjiMenu</a></li>
21 </ul>
22
23 <hr>
24
25 <h2><a name="teraterm">Tera Term</a></h2>
26 <ul>
27 <li class="history"><a name="teraterm_4.55">2007.10.14 (Ver 4.55)</a>
28 <ul>
29 <li>added reporting the stacktrace and register dump of TeraTerm process when the application error occurs.</li>
30 <li>add support Ctrl+d, Ctrl+k shortcut key in "Host" drop-down on "New connectin" dialog. The former is deleting the character at point and the latter is killing the text from point to the end of the line.</li>
31 <li>expanded the maximum number of serial connection to 256.</li>
32 <li>changed the default value of "Bold style font" to On.</li>
33 <li>Bug fix: 'getdir' macro command caused crash.</li>
34 <li>Bug fix: the format of strftime in log filename was not extracted.</li>
35 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.43">2.43</a></li>
36 </ul>
37 </li>
38
39 <li class="history"><a name="teraterm_4.54">2007.9.30 (Ver 4.54)</a>
40 <ul>
41 <li>added support for selecting a current screen buffer. Also, added `select screen' new menu under edit menu.</li>
42 <li>added support for showing the device description of COM port on the connection dialog.</li>
43 <li>added support of telnet keep-alive.
44 <ul>
45 <li>TeraTerm will send TELNET NOP command to host when no commucation does for a long time.</li>
46 <li>added TelKeepAliveInterval entry in teraterm.ini file. The default value is 300 per seconds. 0 is turn off.</li>
47 <li>added telnet keep-alive inputbox on TCP/IP setup dialog.</li>
48 </ul></li>
49 <li>added Alt+I accelerator key as disconnect.</li>
50 <li>added shift operator ">>", "<<", ">>>" for macro.</li>
51 <li>changed the <a href="../macro/syntax/expressions.html">priority of macro operator</a> in the following order:
52 <ul><pre>
53 New:
54 Priority Operator
55 1 not ~ ! +(unary) -(unary)
56 2 * / %
57 3 + -
58 4 &gt;&gt; &lt;&lt; &gt;&gt;&gt;
59 5 and &amp;
60 6 xor ^
61 7 or |
62 8 &lt; &gt; &lt;= &gt;=
63 9 = == &lt;&gt; !=
64 10 &amp;&amp;
65 11 ||
66
67 Old:
68 Priority Operator
69 1 not ~ ! +(unary) -(unary)
70 2 * / %
71 2 and &amp;
72 3 + -
73 3 or xor | ^
74 4 = &lt;&gt; &lt; &gt; &lt;= &gt;=
75 5 &amp;&amp;
76 6 ||</pre></ul></li>
77 <li>added '<a href="../macro/command/rotateleft.html">rotateleft</a>', '<a href="../macro/command/rotateright.html">rotateright</a>' macro command.</li>
78 <li>added '<a href="../macro/command/setenv.html">setenv</a>' macro command.</li>
79 <li>added '<a href="../macro/command/filenamebox.html">filenamebox</a>' macro command.</li>
80 <li><s>expanded the maximum number of serial connection to 200.</s></li>
81 <li>changed the initial directory of log file to any directory.</li>
82 <li>add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.</li>
83 <li>stopped saving VTPos and TEKPos when saving teraterm.ini.</li>
84 <li>changed the save file for the history of broadcast command to broadcast.log.</li>
85 <li>added setting of the number for the history of broadcast command.
86 <ul>
87 <li>added <a href="../setup/teraterm-misc.html#broadcast">MaxBroadcatHistory</a> entry to teraterm.ini.</li>
88 </ul></li>
89 <li>added new argument to macro command '<a href="../macro/command/messagebox.html">messagebox</a>', '<a href="../macro/command/yesnobox.html">yesnobox</a>', '<a href="../macro/command/inputbox.html">inputbox</a>', '<a href="../macro/command/passwordbox.html">passwordbox</a>' and '<a href="../macro/command/statusbox.html">statusbox</a>'. It controls whether to parse '\n','\t' as special characters.</li>
90 <li>Bug fix: window size could not be changed at first time.</li>
91 <li>Bug fix: CR+LF code at the end of line would not been selected when you select "Select all" menu under edit menu.</li>
92 <li>Bug fix: Mouse wheel would not be rotated on Windows Vista.</li>
93 <li>Bug fix: Kermit fails to properly negotiate to NOT use "repeat" compression when talking to a primitive partner. Special thanks to Anders Larsen.</li>
94 <li>replaced internal string functions to secure functions.
95 <ul>
96 <li>deleted _CRT_SECURE_NO_DEPRECATE build option.</li>
97 </ul></li>
98 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.42">2.42</a></li>
99 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.06">1.06</a></li>
100 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.14">1.0.0.14</a></li>
101 </ul>
102 </li>
103
104 <li class="history"><a name="teraterm_4.53">2007.8.8 (Ver 4.53)</a>
105 <ul>
106 <li>added `&h' parameter to log file name that can convert the host name.</li>
107 <li>added a default log directory setting.
108 <ul>
109 <li>added LogDefaultPath entry to teraterm.ini.</li>
110 <li>added a new edit control on Additional Settings tab.</li>
111 </ul></li>
112 <li>added auto start logging setting when a user try to connect.
113 <ul>
114 <li>added LogAutoStart entry to teraterm.ini.</li>
115 <li>added a new checkbox on Additional Settings tab.</li>
116 </ul></li>
117 <li>added the file name filter on the file sending dialog.
118 <ul>
119 <li>added <a href="../setup/teraterm-trans.html#filter">FileSendFilter</a> entry to teraterm.ini.</li>
120 </ul></li>
121 <li>changed the behavior of tab at end-of-line. It causes linefeed automatically.
122 <ul>
123 <li>added <a href="../setup/teraterm-term.html#vttab">VTCompatTab</a> entry to teraterm.ini. This entry enables the behavior of the tab code at end-of-line to doing as vt100/xterm. The default is off.</li>
124 </ul></li>
125 <li><s>expanded the maximum number of serial connection to 200.</s></li>
126 <li>added support displaying the port number of TCP and the baud rate of serial port to <a href="../setup/teraterm-win.html#title">titlebar</a>.</li>
127 <li>added support for Clickable URL to Emacs editor. TeraTerm would ignore \ character as URL composition characters when an end of a line was the character.</li>
128 <li>added '<a href="../macro/command/tolower.html">tolower</a>' macro command.</li>
129 <li>added '<a href="../macro/command/toupper.html">toupper</a>' macro command.</li>
130 <li>added '<a href="../macro/command/break.html">break</a>' macro command.</li>
131 <li>added an argument to <a href="../macro/command/inputbox.html">inputbox</a> macro command. New argument is used for default input string.</li>
132 <li>added logical operator "&amp;&amp;", "||", "!" and bitwise operator "&amp;", "|", "^", "~" for macro.</li>
133 <li>added "Cygterm Here" to a context menu of Explorer. CygTerm can be started from an any directory on Explorer.
134 <ul>
135 <li>added cyglaunch.exe program that was able to start CygTerm without adding `X:\cygwin\bin' to PATH environment variable.</li>
136 </ul></li>
137 <li>changed the owner of HTML help file from TeraTerm instance to Windows desktop.</li>
138 <li>changed the macro error does not occur when including the empty macro file.</li>
139 <li>added to preserve comment and unknown parameter when saving cygterm.cfg file.</li>
140 <li>added to disable the serial port in New Connection dialog when there is no available COM ports.</li>
141 <li>deleted hlp style help files(ttermp.hlp).</li>
142 <li>Bug fix: eliminated a unnecessary return code every time 1KB logging with the timestamp mode. Special thanks to Gentaro.</li>
143 <li>Bug fix: BOF(Buffer Over Flow) problem in ttpmacro.exe program, which 256 byte longer command line parameter is specified.</li>
144 <li>Bug fix: BOF(Buffer Over Flow) problem in ttpmacro.exe program when a line of macro is longer than 256 byte.</li>
145 <li>added a workaround that ttermpro.exe can not send the server data to ttpmacro.exe with DDE transaction.</li>
146 <li>Bug fix: wrong free of memory in var2clipb macro command.</li>
147 <li>Bug fix: did not save/load "LF" to CRReceive entry in teraterm.ini.</li>
148 <li>Bug fix: TeraTerm window size could not be changed after the window size is smaller than 120 dot(94 dot on XP LUNA style). This is TeraTerm 2.3 original bug.</li>
149 <li>Bug fix: statusbox does not display '\n' as LF when the statusbox is existing yet.</li>
150 <li>Bug fix: some macros are not become an error when the parameter filename starts by ':'.</li>
151 <li>Bug fix: the expression like "a &lt; b &lt; c" cannot be evaluated by the macro.</li>
152 <li>Bug fix: The control window of ttpmacro.exe would be unresponsive while doing `pause' macro command.</li>
153 <li>added <a href="#kanjimenu_0.1.3">TTX KanjiMenu Plugin 0.1.3</a>(ttxkanjimenu.dll). Special thanks to Sunao HARA.</li>
154 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.41">2.41</a></li>
155 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_13">1.07_13</a></li>
156 <li>upgraded LogMeTT to 2.9.2</li>
157 <li>upgraded Oniguruma to 5.9.0</li>
158 </ul>
159 </li>
160
161 <li class="history"><a name="teraterm_4.52">2007.5.7 (Ver 4.52)</a>
162 <ul>
163 <li>Bug fix: yesnobox macro showed tow 'OK' buttons.</li>
164 <li>Mouse cursor and ANSI color settings are moved to Visual tab in Additinal settings dialog.</li>
165 <li>added new optional setting that can confirm pasting by right click.
166 <ul>
167 <li>added ConfirmPasteMouseRButton entry to teraterm.ini.</li>
168 <li>added a check box on Additional settings tab.</li>
169 </ul></li>
170 <li>added new optional setting that can disable accelerator key of Send break.
171 <ul>
172 <li>added DisableAcceleratorSendBreak entry to teraterm.ini.</li>
173 <li>added a check box on Additional settings tab.</li>
174 </ul></li>
175
176 <li>added "ParentOnly" check box on Broadcast dialog.
177 The check box enables the sending target from Broadcast dialog is restricted to parent window.
178 Special thanks to 337.</li>
179 <li>added new optional setting that can disable Broadcast sending from Broadcast dialog(parent window).
180 <ul>
181 <li>added AcceptBroadcast entry to teraterm.ini.</li>
182 <li>added a check box on Additional settings tab.</li>
183 </ul></li>
184
185 <li>When the connection is SSH or Cygwin, TCPLocalEcho setting and TCPCRSend setting is not used.
186 <ul>
187 <li>added /E commandline option.</li>
188 </ul></li>
189 <li>Bug fix: LOGIN_SHELL and HOME_CHDIR were removed when saving cygterm.cfg from Additional settings dialog.</li>
190 <li>Bug fix: some file select dialogs are not displayed on Windows NT 4.0.</li>
191 <li>added `sprintf' macro command. </li>
192 <li>added `str2int' macro command support for hexadecimal conversion. </li>
193 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.40">2.40</a></li>
194 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.13">1.0.0.13</a></li>
195 <li>upgraded LogMeTT to 2.9.1
196 <ul>
197 <li>Standalone TeraTerm Macro Editor - TTLEditor was added.</li>
198 </ul></li>
199 <li>upgraded Oniguruma to 5.7.0</li>
200 </ul>
201 </li>
202
203 <li class="history"><a name="teraterm_4.51">2007.3.10 (Ver 4.51)</a>
204 <ul>
205 <li>Bug fix: some file select dialogs are not displayed on Windows98/NT4.0.</li>
206 <li>Bug fix: the 'pause' macro command had a time-lag about 1 sec.</li>
207 <li>TeraTerm reads the teraterm.ini from My Documents when it exists.</li>
208 <li>Selected the next line including word characters if double-clicked word character is over the most right line when EnableContinuedLineCopy is enabled.</li>
209 <li>added support for saving Broadcast Command history in teraterm.ini file.</li>
210 <li>added support for serial port dynamic detection. TeraTerm could detect available COM ports and display only possible in 'New connection' and 'Serial port setup' dialog.</li>
211 <li>added support for dynamic loading of user interface messages.
212 <ul>
213 <li>added Japanese language message file.</li>
214 <li>added UILanguageFile entry to teraterm.ini.</li>
215 </ul></li>
216 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.39">2.39</a></li>
217 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_11">1.07_11</a></li>
218 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.12">1.0.0.12</a></li>
219 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.05">1.05</a></li>
220 <li>upgraded Oniguruma to 5.5.3</li>
221 </ul>
222 </li>
223
224 <li class="history"><a name="teraterm_4.50">2007.1.22 (Ver 4.50)</a>
225 <ul>
226 <li>TeraTerm source code have been rebuilt with Visual Studio 2005 Standard Edition(+SP1).</li>
227 <li>Bug fix: The macro script might stall with logging mode. This is TeraTerm 2.3 original bug.<br>
228 The reason of the bug is that DDE server does not send the data to DDE client because log buffer index does not match DDE buffer index.</li>
229 <li>Bug fix: TeraTerm crashs when the log file name is not a full path.</li>
230 <li>Bug fix: The return code doesn't have been recorded in log file if EnableContinuedLineCopy is enabled.</li>
231 <li>added FUNCTION.CNF. F1-F10 keys are enabled in this keyboard setup file.</li>
232 <li>added 'Replay Log..' menu under File menu. This function replays log with binary mode and emulates the escape sequence.</li>
233 <li>Connecting socket could be canceled after the specified value timeout.
234 <ul>
235 <li>added `ConnectingTimeout' entry in teraterm.ini file. This value is connecting timeout per seconds.</li>
236 <li>Also added `/timeout=' command line option.</li>
237 </ul>
238 Conversely, no action if the value is zero(depends on Windows TCP/IP stack implementation).</li>
239 <li>added `LF' to New-line Receive on Terminal setup dialog.<br>
240 TeraTerm considers the server new-line is LF if the option is selected and treats it as CR+LF.<br>
241 cf. http://www.neocom.ca/forum/viewtopic.php?t=216</li>
242 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.38">2.38</a></li>
243 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.10">1.0.0.10</a></li>
244 <li>upgraded Oniguruma to 5.5.2</li>
245 </ul>
246 </li>
247
248 <li class="history"><a name="teraterm_4.49">2006.11.20 (Ver 4.49)</a>
249 <ul>
250 <li>Bug fix: TeraTerm(DDE server) sent the invalid return value to TeraTerm macro(DDE client) when DDE server was received XTYP_POKE message.</li>
251 <li>added busy procedure(DDE_FBUSY) between DDE server and DDE client.</li>
252 <li>added support for ScrollLock key.</li>
253 <li>added support for XMODEM-1K send with checksum when the peer specifies it instead of CRC. Special thanks to Mark Deneen.</li>
254 <li>updated HTML help document.</li>
255 <li>changed installer. teraterm.ini entries (Language, Locale, CodePage. VTFont and TEKFont) are setted by installer when new install.</li>
256 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.37">2.37</a></li>
257 <li>upgraded Oniguruma to 4.5.1</li>
258 </ul>
259 </li>
260
261 <li class="history"><a name="teraterm_4.48">2006.11.1 (Ver 4.48)</a>
262 <ul>
263 <li>added 'fileread' macro command. This command enables the macro script to read the specified bytes from file.</li>
264 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.36">2.36</a></li>
265 <li>upgraded Oniguruma to 4.4.6</li>
266 </ul>
267 </li>
268
269 <li class="history"><a name="teraterm_4.47">2006.10.28 (Ver 4.47)</a>
270 <ul>
271 <li>deleted duplication of accelerator key bind under File menu.</li>
272 <li>Workaround: insert 1msec sleep to OnIdle engine while DDE buffer is full.</li>
273 <li>deleted 100msec sleep after send and sendln macro command.</li>
274 <li>expaned the ring buffer size of macro program(ttpmacro.exe) from 4KB to 16KB. And also changed the macro synchronization timing to TeraTerm(ttermpro.exe).</li>
275 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.35">2.35</a></li>
276 <li>upgraded LogMeTT to 2.8.6</li>
277 <li>upgraded Oniguruma to 4.4.5</li>
278 </ul>
279 </li>
280
281 <li class="history"><a name="teraterm_4.46">2006.10.9 (Ver 4.46)</a>
282 <ul>
283 <li>Bug fix: default save dir of teraterm.ini is setted to desktop on Windows Vista.</li>
284 <li>added 'clipb2var' macro command. This command enables the macro script to get data from clipboard.</li>
285 <li>added 'var2clipb' macro command. This command enables the macro script to set data to clipboard.</li>
286 <li>Bug fix: /L= paramter in New Connection dialog is not used on first TeraTerm window.</li>
287 <li>added 'ifdefined' macro command. This command returns the type of variable.</li>
288 <li>updated HTML help document.</li>
289 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.34">2.34</a></li>
290 <li>upgraded CygTerm+ to <a href="#cygterm_1.06_11">1.06_11</a></li>
291 <li>upgraded Oniguruma to 4.4.4</li>
292 </ul>
293 </li>
294
295 <li class="history"><a name="teraterm_4.45">2006.9.16 (Ver 4.45)</a>
296 <ul>
297 <li>add default log filename setting.
298 <ul>
299 <li>added new edit control to 'Additional settings' dialog.</li>
300 <li>added LogDefaultName entry in teraterm.ini file.</li>
301 <li>expanded the log filename which can include a format of strftime.
302 <pre>
303 SYNOPSIS:
304 %a Abbreviated weekday name
305 %A Full weekday name
306 %b Abbreviated month name
307 %B Full month name
308 %c Date and time representation appropriate for locale
309 %d Day of month as decimal number (01 - 31)
310 %H Hour in 24-hour format (00 - 23)
311 %I Hour in 12-hour format (01 - 12)
312 %j Day of year as decimal number (001 - 366)
313 %m Month as decimal number (01 - 12)
314 %M Minute as decimal number (00 - 59)
315 %p Current locale's A.M./P.M. indicator for 12-hour clock
316 %S Second as decimal number (00 - 59)
317 %U Week of year as decimal number, with Sunday as first day of week (00 - 53)
318 %w Weekday as decimal number (0 - 6; Sunday is 0)
319 %W Week of year as decimal number, with Monday as first day of week (00 - 53)
320 %x Date representation for current locale
321 %X Time representation for current locale
322 %y Year without century, as decimal number (00 - 99)
323 %Y Year with century, as decimal number
324 %z, %Z Either the time-zone name or time zone abbreviation, depending on registry settings;
325 no characters if time zone is unknown
326 %% Percent sign
327 </pre>
328 </li>
329 </ul></li>
330 <li>disable automatically connection to serial port on startup when /M command line parameter is specified.</li>
331 <li>updated HTML help document.</li>
332 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.33">2.33</a></li>
333 <li>upgraded CygTerm+ to <a href="#cygterm_1.06_08">1.06_08</a></li>
334 <li>upgraded Oniguruma to 4.4.1</li>
335 </ul>
336 </li>
337
338 <li class="history"><a name="teraterm_4.44">2006.8.19 (Ver 4.44)</a>
339 <ul>
340 <li>Bug fix: 'ttpmacro.exe' terminated after startup on Windows98/NT4.0.</li>
341 <li>added the mutex object to ttermpro.exe, ttpmacro.exe, ttpmenu.exe, keycode.exe and cygterm.exe.</li>
342 <li>Changed TeraTerm installer software to InnoSetup.</li>
343 <li>updated HTML help document.</li>
344 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.32">2.32</a></li>
345 <li>upgraded CygTerm+ to <a href="#cygterm_1.06_06">1.06_06</a></li>
346 </ul>
347 </li>
348
349 <li class="history"><a name="teraterm_4.43">2006.8.4 (Ver 4.43)</a>
350 <ul>
351 <li>expanded the number of macro variables which can be used as user variable from 241 to 256. This is bug because some variables were used as system variable.</li>
352 <li>expanded the inputbox dialog of macro. It is resized automaticaly when the message is long than default size.</li>
353 <li>changed '\n' character not raw character but meta character as LF code.</li>
354 <li>changed the message box of macro from dialog border to resizable.</li>
355 <li>set '23' to port number when the hostname start with 'telnet://' and port number was not specified.</li>
356 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.31">2.31</a></li>
357 <li>upgraded TTProxy to 2006/8/23 version. Special thanks to YebisuyaHompo.</li>
358 </ul>
359 </li>
360
361 <li class="history"><a name="teraterm_4.42">2006.7.26 (Ver 4.42)</a>
362 <ul>
363 <li>updated to new TeraTerm icon file(teraterm.ico, vt.ico). Special thanks to Tatsu Sakamoto.</li>
364 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.30">2.30</a></li>
365 <li>upgraded LogMeTT to 2.8.5</li>
366 <li>Bug fix: Collector resource english text.</li>
367 </ul>
368 </li>
369
370 <li class="history"><a name="teraterm_4.41">2006.7.24 (Ver 4.41)</a>
371 <ul>
372 <li>added timestamp option on log saving dialog. And also added LogTimestamp entry in teraterm.ini file.</li>
373 <li>upgraded Kantan Installer version to 2.30a. The installer could record the previous installed folder when TeraTerm installation package was upgraded.</li>
374 <li>Bug fix: Collector resource english text.</li>
375 <li>upgraded Oniguruma to 4.2.0</li>
376 </ul>
377 </li>
378
379 <li class="history"><a name="teraterm_4.40">2006.7.19 (Ver 4.40)</a>
380 <ul>
381 <li>upgraded both ttermpro.exe and ttpmacro.exe version information.</li>
382 <li>updated HTML help document.</li>
383 <li>upgraded LogMeTT to 2.8.4</li>
384 </ul>
385 </li>
386
387 <li class="history"><a name="teraterm_4.39">2006.7.1 (Ver 4.39)</a>
388 <ul>
389 <li>Bug fix: UTF-8 miss deconding when the one byte character(ASCII) comes after the two byte characters.</li>
390 <li>changed Copyright string.</li>
391 </ul>
392 </li>
393
394 <li class="history"><a name="teraterm_4.38">2006.6.23 (Ver 4.38)</a>
395 <ul>
396 <li>updated HTML help document.</li>
397 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.28">2.28</a></li>
398 </ul>
399 </li>
400
401 <li class="history"><a name="teraterm_4.37">2006.6.18 (Ver 4.37)</a>
402 <ul>
403 <li>Bug fix: Title string could not been shown as Japanese character from TeraTerm setup dialog. Special thanks to NAGATA Shinya.</li>
404 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.27">2.27</a></li>
405 <li>Bug fix: Collector resource english text.</li>
406 </ul>
407 </li>
408
409 <li class="history"><a name="teraterm_4.36">2006.6.11 (Ver 4.36)</a>
410 <ul>
411 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.26">2.26</a></li>
412 </ul>
413 </li>
414
415 <li class="history"><a name="teraterm_4.35b">2006.5.25 (Ver 4.35b)</a>
416 <ul>
417 <li>added 'Collector 3.2.3'(tabbed multi window tool) to TeraTerm installation package. Special thanks to Hiroshi Takahashi.</li>
418 </ul>
419 </li>
420
421 <li class="history"><a name="teraterm_4.35a">2006.5.7 (Ver 4.35a)</a>
422 <ul>
423 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.25">2.25</a></li>
424 </ul>
425 </li>
426
427 <li class="history"><a name="teraterm_4.35">2006.4.7 (Ver 4.35)</a>
428 <ul>
429 <li>changed the owner of HTML help file from TeraTerm instance to Windows desktop.</li>
430 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.24">2.24</a></li>
431 </ul>
432 </li>
433
434 <li class="history"><a name="teraterm_4.34">2006.4.4 (Ver 4.34)</a>
435 <ul>
436 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.23">2.23</a></li>
437 </ul>
438 </li>
439
440 <li class="history"><a name="teraterm_4.33">2006.4.1 (Ver 4.33)</a>
441 <ul>
442 <li>Bug fix: TeraTerm window flickers though the user doesn't use transparency window.</li>
443 </ul>
444 </li>
445
446 <li class="history"><a name="teraterm_4.32">2006.3.30 (Ver 4.32)</a>
447 <ul>
448 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.22">2.22</a></li>
449 </ul>
450 </li>
451
452 <li class="history"><a name="teraterm_4.31">2006.3.28 (Ver 4.31)</a>
453 <ul>
454 <li>enabled the transparency value of TeraTerm window to immediately changing on Additional settings dialog.</li>
455 <li>Bug fix: The background color of text matches the background color of screen patch. Special thanks to 337.</li>
456 <li>enabled VisualStyle feature on WindowsXP.</li>
457 <li>deleted one millisecond sleep on VT window.</li>
458 <li>changed TeraTerm Help file from .hlp to .chm style.</li>
459 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.21">2.21</a></li>
460 <li>upgraded LogMeTT to 2.8.3</li>
461 </ul>
462 </li>
463
464 <li class="history"><a name="teraterm_4.30">2006.3.6 (Ver 4.30)</a>
465 <ul>
466 <li>upgraded ttpmacro.exe version information.</li>
467 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.20">2.20</a></li>
468 </ul>
469 </li>
470
471 <li class="history"><a name="teraterm_4.29">2006.3.3 (Ver 4.29)</a>
472 <ul>
473 <li>added the background color of text matches the background color of screen.
474 <ul>
475 <li>added "Always use Normal text's BG" checkbox on Window setup dialog.</li>
476 <li>added UseNormalBGColor entry in teraterm.ini file.</li>
477 </ul>
478 Special thanks to 337.</li>
479 <li>Bug fix: don't work the font copying batch file on Windows9x. Special thanks to Takashi SHIRAI.</li>
480 </ul>
481 </li>
482
483 <li class="history"><a name="teraterm_4.28">2006.2.24 (Ver 4.28)</a>
484 <ul>
485 <li>changed the compiler to Visual Studio 2005 Standard Edition.</li>
486 <li>replaced stricmp() to _stricmp().</li>
487 <li>replaced strnicmp() to _strnicmp().</li>
488 <li>replaced strdup() to _strdup().</li>
489 <li>replaced chdir() to _chdir().</li>
490 <li>replaced getcwd() to _getcwd().</li>
491 <li>replaced strupr() to _strupr().</li>
492 <li>deleted compiler warning message for time_t has 64bit size.</li>
493 <li>added the color change on Window setup dialog was in real time done.</li>
494 <li>limited the macro commands displaying on macro window for the speed-up of the macro operation.</li>
495 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.19">2.19</a></li>
496 <li>upgraded TeraTerm Menu to 1.0.4
497 <ul>
498 <li>fixed build error with VS2005.</li>
499 <li>updated version information in .exe file.</li>
500 </ul></li>
501 <li>upgraded Oniguruma to 4.0.1</li>
502 </ul>
503 </li>
504
505 <li class="history"><a name="teraterm_4.27">2006.2.11 (Ver 4.27)</a>
506 <ul>
507 <li>expanded the number of macro variable from 128 to 256 and the number of macro label from 256 to 512.</li>
508 <li>added the workaround about CPU load goes up to 100% using 'pause' macro on TEK active window.</li>
509 <li>deleted 'TeraTerm Menu' under File menu.</li>
510 <li>fixed the flicker phenomenon of TeraTerm window when 'Broadcast Command' is used. </li>
511 <li>changed the accelerator key bind under Setup menu.</li>
512 <li>added 'mpause' macro command. This command enables the macro script to pause the specified time in millisecond.</li>
513 <li>added the sample TTL macro 'mpause.ttl'.</li>
514 <li>added 'random' macro command. This command enables the macro script to generate the random value.</li>
515 <li>added the sample TTL macro 'random.ttl'.</li>
516 <li>upgraded CygTerm to <a href="#cygterm_1.06_02">1.06_02</a>. Special thanks to BabyDaemon.</li>
517 </ul>
518 </li>
519
520 <li class="history"><a name="teraterm_4.26">2006.1.21 (Ver 4.26)</a>
521 <ul>
522 <li>added the user confirmation dialog before sending file content with Drag and Drop to TeraTerm window.</li>
523 <li>upgraded LogMeTT to 2.8.1</li>
524 <li>upgraded Oniguruma to 3.9.1</li>
525 </ul>
526 </li>
527
528 <li class="history"><a name="teraterm_4.25">2005.12.13 (Ver 4.25)</a>
529 <ul>
530 <li>Bug fix: can't save TeraTerm configuration to ini file without 'teraterm.ini' filename.</li>
531 </ul>
532 </li>
533
534 <li class="history"><a name="teraterm_4.24">2005.12.1 (Ver 4.24)</a>
535 <ul>
536 <li>expanded serial connection maximum to COM99.</li>
537 <li>added new serial baud rate(230400, 460800, 921600).</li>
538 <li>upgraded LogMeTT to 2.7.4</li>
539 </ul>
540 </li>
541
542 <li class="history"><a name="teraterm_4.23">2005.11.3 (Ver 4.23)</a>
543 <ul>
544 <li>added checking the writable permission if saving teraterm.ini file.</li>
545 <li>changed "Term type" edit box on TCP/IP setup dialog to be always enabled.</li>
546 </ul>
547 </li>
548
549 <li class="history"><a name="teraterm_4.22">2005.10.21 (Ver 4.22)</a>
550 <ul>
551 <li>added the system variable from 'groupmatchstr1' to 'groupmatchstr9' which will store the group matched pattern with regular expression.</li>
552 <li>added duplicating Cygwin connection using Alt + D accelerator key.</li>
553 <li>Bug fix: DAKUTEN(the dot marks) might not be correctly shown in UTF-8 for Mac OS X.</li>
554 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.18">2.18</a></li>
555 <li>Bug fix: TeraTerm Menu popup menu couldn't be shown at right position using multi monitor system. upgraded TeraTerm Menu to 1.03.</li>
556 <li>upgraded LogMeTT to 2.7.2</li>
557 </ul>
558 </li>
559
560 <li class="history"><a name="teraterm_4.21">2005.10.7 (Ver 4.21)</a>
561 <ul>
562 <li>expanded scroll range width from 16bit to 32bit.</li>
563 <li>added 'waitregex' macro command. This command enables the macro script to wait the specified keyword with regular expression.</li>
564 <li>added the system variable 'matchstr' which will store the matched pattern with regular expression.</li>
565 <li>added the sample TTL macro 'wait_regex.ttl'.</li>
566 <li>added regular expression library 'Oniguruma' version information on TeraTerm version dialog.</li>
567 </ul>
568 </li>
569
570 <li class="history"><a name="teraterm_4.20">2005.9.5 (Ver 4.20)</a>
571 <ul>
572 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.17">2.17</a></li>
573 </ul>
574 </li>
575
576 <li class="history"><a name="teraterm_4.19">2005.8.27 (Ver 4.19)</a>
577 <ul>
578 <li>Buf fix: division result is invalid in TeraTerm macro script. Special thanks to Takashi SHIRAI.</li>
579 <li>changed not downing ttpmacro.exe process priority with logging</li>
580 <li>upgraded LogMeTT to 2.6.1</li>
581 </ul>
582 </li>
583
584 <li class="history"><a name="teraterm_4.18">2005.7.24 (Ver 4.18)</a>
585 <ul>
586 <li>added showing the line number and data of TTL file on macro dialog.</li>
587 <li>Bug fix: DAKUTEN(the dot marks) might not be correctly shown in UTF-8 for Mac OS X.</li>
588 <li>upgraded LogMeTT to 2.5.6</li>
589 </ul>
590 </li>
591
592 <li class="history"><a name="teraterm_4.17">2005.5.29 (Ver 4.17)</a>
593 <ul>
594 <li>changed scroll out the current buffer when the cursor position is only located on left-upper screen at receiving &lt;ESC&gt;[J(Clear screen from cursor-position up to end).</li>
595 </ul>
596 </li>
597
598 <li class="history"><a name="teraterm_4.16">2005.5.28 (Ver 4.16)</a>
599 <ul>
600 <li>added saving log type(plain text) information to teraterm.ini(LogTypePlainText).</li>
601 <li>added CygTerm settings on Additional settings dialog.</li>
602 <li>added CygTerm settings on Additional settings dialog.</li>
603 <li>added support of selecting several pages(also expansion ans contraction of text area that has been selected). Start selected region is saved with mouse left click. End selected region is saved with Shift + mouse left click.</li>
604 <li>added scroll out the current buffer when TeraTerm clear screen at receiving &lt;ESC&gt;[J.</li>
605 <li>added the workaround of CPU time 100% using TeraTerm macro(insert 100msec sleep after send and sendln). </li>
606 </ul>
607 </li>
608
609 <li class="history"><a name="teraterm_4.15">2005.4.24 (Ver 4.15)</a>
610 <ul>
611 <li>added the accelerator key(ALT+Enter) that maximizes TeraTerm window.</li>
612 <li>added saving Eterm lookfeel alphablend settings to teraterm.ini file.</li>
613 <li>added changing Eterm lookfeel alphablend on/off on Additional settings dialog.</li>
614 <li>fixed the installer problem not copying font file on Windows98. Special thanks to Boris.</li>
615 <li>added TeraTerm License file(license.txt).</li>
616 <li>upgraded macro help file(English version). Special thanks to Boris.</li>
617 <li>upgraded LogMeTT to 2.4.4</li>
618 </ul>
619 </li>
620
621 <li class="history"><a name="teraterm_4.14">2005.4.9 (Ver 4.14)</a>
622 <ul>
623 <li>added clickable URL mechanism that mouse pointer overs on URL string. Special thanks to monkey magic. And also added URLColor, EnableClickableUrl entry in teraterm.ini file.</li>
624 <li>added support of escape sequence(ESC[39m:foreground color reset, ESC[49m:background color reset). This support solves the problem that color can't be clear using w3m on screen(1) command. Special thanks to Iwamoto Kouichi.</li>
625 <li>added mouse cursor dynamically changing on Additional settings.</li>
626 <li>added support of clickable URL on TeraTerm version dialog.</li>
627 <li>cancelled the limitation that at "Duplicate session" on SSH2 connected communication, TeraTerm always try to connect the server with SSH2 protocol.</li>
628 <li>added SSH autologin with "Duplicate session".</li>
629 <li>upgraded LogMeTT to 2.4.3</li>
630 </ul>
631 </li>
632
633 <li class="history"><a name="teraterm_4.13">2005.3.31 (Ver 4.13)</a>
634 <ul>
635 <li>fixed TeraTerm version information can't be shown in version dialog at second later instance.</li>
636 <li>added the configuration of disabling paste string by clicking mouse right button in teraterm.ini(DisablePasteMouseRButton) and Additional settings dialog.</li>
637 <li>fixed the TeraTerm crashing problem when the sending file size exceeded 20MB with ZMODEM protocol. Special thanks to Thorsten Behrens.</li>
638 <li>upgraded LogMeTT to 2.4.2</li>
639 </ul>
640 </li>
641
642 <li class="history"><a name="teraterm_4.12">2005.3.13 (Ver 4.12)</a>
643 <ul>
644 <li>upgraded ttermpro.exe version information from 2.3 to 4.12.</li>
645 <li>fixed the multibyte problem that the cursor scrolls to upper direction when ZENKAKU(Japanese character) cross the end of line. Special thanks to Iwamoto Kouichi.</li>
646 <li>added TeraTerm title multibyte character converting EUC-JP to Shift_JIS(CP932).</li>
647 <li>upgraded LogMeTT to 2.1.2</li>
648 </ul>
649 </li>
650
651 <li class="history"><a name="teraterm_4.11">2005.2.22 (Ver 4.11)</a>
652 <ul>
653 <li>fixed the problem that log menu doesn't become gray on logging</li>
654 <li>added Eterm lookfeel alphablend. Special thanks to AKASI.</li>
655 <li>added support of VisualStyle(WindowsXP)</li>
656 <li>added new Title Format ID(13). i.e, &lt;host/port&gt; - &lt;title&gt; VT/TEK</li>
657 <li>added the show of COM5 over when the caption was displayed</li>
658 <li>added new logginf type "plain text" on log saving dialog. If the option is enabled(default), TeraTerm doesn't include ASCII non-display characters in log file. Exceptionally the following characters(HT, CR, LF) include at any mode.</li>
659 <li>added TTProxy(2004/1/22 version) supporting to TELNET/HTTP/SOCK proxying. Special thanks to YebisuyaHompo.</li>
660 <li>added newly LogMeTT 2.02beta. Special thanks to Boris.</li>
661 <li>deleted LogMeIn</li>
662 <li>changed "Additional settings" dialog to tab control dialog</li>
663 <li>changed the setting default file name of logging to "teraterm.log"</li>
664 </ul>
665 </li>
666
667 <li class="history"><a name="teraterm_4.10">2005.1.30 (Ver 4.10)</a>
668 <ul>
669 <li>enabled maximum button</li>
670 <li>deleted the accelerator key of TeraTerm Menu and LogMeIn</li>
671 <li>added the setting default file name(log_YYYYMMDD_HHMMSS.txt) of logging</li>
672 <li>added the Broadcast command menu under Control menu</li>
673 <li>added the homepage URL at version dialog</li>
674 <li>fixed the initial directory of "Save setup" dialog at reading teraterm.ini directory</li>
675 <li>added "View Log" menu under File menu</li>
676 <li>added "View Log Editor" text-box on "Additional settings" dialog</li>
677 <li>added the "ViewlogEditor" entry at [Tera Term] section of teraterm.ini</li>
678 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.08">1.08</a></li>
679 <li>upgraded TeraTerm Menu supporting SSH2 to 1.02.
680 <ul>
681 <li>added Kanji code(/KT=UTF8 /KR=UTF8) of default option</li>
682 <li>added specify of user paramater at SSH autologin</li>
683 <li>deleted macro specification at SSH autologin</li>
684 <li>added specify of private-key-file at SSH autologin</li>
685 </ul></li>
686 </ul>
687 </li>
688
689 <li class="history"><a name="teraterm_2.09">2005.1.10 (Ver 2.09)</a>
690 <ul>
691 <li>fixed the bug of switching back to primary display when changing terminal size on multi display environment. Special thanks to Tsuruhiko Ando.</li>
692 </ul>
693 </li>
694
695 <li class="history"><a name="teraterm_2.08">2005.1.6 (Ver 2.08)</a>
696 <ul>
697 <li>changed the logging dialog type from open-dialog to save-dialog</li>
698 <li>fixed the initial directory of "Save setup" dialog at program directory</li>
699 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.07">1.07</a></li>
700 </ul>
701 </li>
702
703 <li class="history"><a name="teraterm_2.07h">2005.1.5 (Ver 2.07h)</a>
704 <ul>
705 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.06">1.06</a></li>
706 </ul>
707 </li>
708
709 <li class="history"><a name="teraterm_2.07g">2004.12.27 (Ver 2.07g)</a>
710 <ul>
711 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.05">1.05</a></li>
712 </ul>
713 </li>
714
715 <li class="history"><a name="teraterm_2.07f">2004.12.23 (Ver 2.07f)</a>
716 <ul>
717 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.04">1.04</a></li>
718 </ul>
719 </li>
720
721 <li class="history"><a name="teraterm_2.07e">2004.12.18 (Ver 2.07e)</a>
722 <ul>
723 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.03">1.03</a></li>
724 </ul>
725 </li>
726
727 <li class="history"><a name="teraterm_2.07d">2004.12.16 (Ver 2.07d)</a>
728 <ul>
729 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.02">1.02</a></li>
730 </ul>
731 </li>
732
733 <li class="history"><a name="teraterm_2.07c">2004.12.15 (Ver 2.07c)</a>
734 <ul>
735 <li>fixed the attribute of font file in the installed directory</li>
736 <li>added killing the process relation to TeraTerm at installation (using taskkill command)</li>
737 </ul>
738 </li>
739
740 <li class="history"><a name="teraterm_2.07b">2004.12.14 (Ver 2.07b)</a>
741 <ul>
742 <li>changed the initial value of scroll buffer size from 400000 to 20000 in the 'teraterm.ini' file.</li>
743 <li>added changing the attribute of font file to ReadOnly.</li>
744 <li>upgraded TeraTerm Menu supporting SSH2 to 1.01. Changed the initial folder path of ttermpro.exe to current directory.</li>
745 </ul>
746 </li>
747
748 <li class="history"><a name="teraterm_2.07a">2004.12.11 (Ver 2.07a)</a>
749 <ul>
750 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.01">1.01</a></li>
751 </ul>
752 </li>
753
754 <li class="history"><a name="teraterm_2.07">2004.12.8 (Ver 2.07)</a>
755 <ul>
756 <li>renamed "External setup" "Additional settings and removed the dialog to "Setup" menu</li>
757 <li>added "Duplicate session" to "File" menu (add /DUPLICATE option)</li>
758 <li>changed downing ttpmacro.exe process priority only with logging</li>
759 <li>didn't include CR+LF in log file when multiple line has concatenated (as EnableContinuedLineCopy enabled)</li>
760 <li>extended the max line of scroll buffer to 400000 line</li>
761 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.00">1.00</a>(RTM)</li>
762 <li>added LogMeIn 1.21. It is thankful to Boris Maisuradze.</li>
763 <li>added TeraTerm Menu 0.94r2(+SSH2 support 1.00). It is thankful to Shinpei Hayakawa.</li>
764 <li>in addition, fine bug fix</li>
765 </ul>
766 </li>
767
768 <li class="history"><a name="teraterm_2.06">2004.11.6 (Ver 2.06)</a>
769 <ul>
770 <li>fixed drawing ruled line with DEC special font remains garbage graphics, moreover UTF-8 feature to display only Japanese characters. And also fixed BOLD style of font problem.</li>
771 <li>TeraTerm second later instances can read configuration from TERATERM.INI.</li>
772 <li>added drag&amp;drop directory path in teraterm from explorer.</li>
773 <li>rewrote README(English). Special thanks to Boris Maisuradze for his cooperation.</li>
774 </ul>
775 </li>
776
777 <li class="history"><a name="teraterm_2.05a">2004.10.25 (Ver 2.05a)</a>
778 <ul>
779 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_1.00alpha4">1.00alpha4</a></li>
780 </ul>
781 </li>
782
783 <li class="history"><a name="teraterm_2.05">2004.10.11 (Ver 2.05)</a>
784 <ul>
785 <li>added MFC7.1 runtime library</li>
786 <li>setup environmental variable 'TERATERM_EXTENSIONS' is now ignored, TTSSH is always loaded.</li>
787 <li>fixed UTF-8 encoding of HANKAKU KANA.</li>
788 <li>added /nossh option (fixed problem that doesn't start Cygterm with TTSSH section(Enabled=1) of TERATERM.INI file)</li>
789 <li>added SSH2 version TTSSH(<a href="#ttssh_1.00alpha2">1.00alpha2</a>)</li>
790 </ul>
791 </li>
792
793 <li class="history"><a name="teraterm_2.04a">2004.9.29 (Ver 2.04a)</a>
794 <ul>
795 <li>changed patch to binary files for distribution<br>
796 I replied permission from the TeraTerm original author (Mr.Teranishi). I appreciate.</li>
797 </ul>
798 </li>
799
800 <li class="history"><a name="teraterm_2.04">2004.9.5 (Ver 2.04)</a>
801 <ul>
802 <li>fixed running macro halt problem on logging</li>
803 <li>added "External setup" dialog to "Edit" menu</li>
804 <li>saved ANSI color setting to ini file</li>
805 </ul>
806 </li>
807
808 <li class="history"><a name="teraterm_2.03">2004.8.6 (Ver 2.03)</a>
809 <ul>
810 <li>assigned the accelerator key to Cygwin connection menu to 'Alt + G'</li>
811 <li>added show of the full path in logging dialog</li>
812 <li>added support of users comments that can be included into log file</li>
813 <li>replaced static link to dynamic load of SetLayeredWindowAttributes() API (for NT4.0)</li>
814 <li>replaced WDiff with udm of difference making tool</li>
815 </ul>
816 </li>
817
818 <li class="history"><a name="teraterm_2.02">2004.4.12 (Ver 2.02)</a>
819 <ul>
820 <li>added support of UTF-8 for Mac OS X(HFS+)</li>
821 <li>added feature to display other than Japanese characters (locale and codepage have to be set up)</li>
822 <li>added feature to input other than Japanese characters (link 'imm32.lib')</li>
823 <li>removed BOM(Byte Order Mark) in receive mode</li>
824 <li>In addition, fine bug fix</li>
825 </ul>
826 </li>
827
828 <li class="history"><a name="teraterm_2.00a">2004.3.19 (Ver 2.00a)</a>
829 <ul>
830 <li>fixed README file</li>
831 </ul>
832 </li>
833
834 <li class="history"><a name="teraterm_2.00">2004.3.18 (Ver 2.00)</a>
835 <ul>
836 <li>changed original source to IPv6 version (thanks to Mr.J.Kato).</li>
837 <li>added support of translucence window</li>
838 <li>added support of Cygwin connection</li>
839 <li>added support of selecting all buffer</li>
840 <li>added support of different mouse cursor types and their configuration</li>
841 <li>switched from WinSock1.1 to 2.2</li>
842 <li>In addition, fine bug fix</li>
843 </ul>
844 </li>
845
846 <li class="history"><a name="teraterm_1.02">2004.3.13 (Ver 1.02)</a>
847 <ul>
848 <li>reverted hostname max-length to 80.</li>
849 <li>added support of UTF-8 for sending</li>
850 </ul>
851 </li>
852
853 <li class="history"><a name="teraterm_1.01a">2004.3.9 (Ver 1.01a)</a>
854 <ul>
855 <li>fixed README file</li>
856 <li>checked that SSH is operational with TTSSH 1.5.4 + IPv6 0.81</li>
857 </ul>
858 </li>
859
860 <li class="history"><a name="teraterm_1.01">2004.3.6 (Ver 1.01)</a>
861 <ul>
862 <li>added support of wheel mouse button</li>
863 <li>added "UTF8" value for /KR option of command line</li>
864 <li>powered up UTF-8 conversion (addition referrer table)</li>
865 <li>extended hostname max-length from 80 to 1024</li>
866 </ul>
867 </li>
868
869 <li class="history"><a name="teraterm_1.00">2004.3.2 (Ver 1.00)</a>
870 <ul>
871 <li>first release</li>
872 </ul>
873 </li>
874 </ul>
875
876
877 <h2><a name="ttssh">TTSSH</a></h2>
878 <ul>
879 <li class="history"><a name="ttssh_2.43">2007.10.14 (Ver 2.43)</a>
880 <ul>
881 <li>added challenge-response(keyboard-interactive) authentication method to autologin.
882 <ul>
883 <li>added "challenge" value to "/auth" command line switch.</li>
884 </ul></li>
885 <li>Security fix: TeraTerm would temporarily halt server communication for the user confirmation when the server public key trys to add in known_hosts file.</li>
886 <li>add support Ctrl+d, Ctrl+k shortcut key in "Host" drop-down on "New connectin" dialog. The former is deleting the character at point and the latter is killing the text from point to the end of the line.</li>
887 <li>upgraded OpenSSL to 0.9.8f</li>
888 </ul>
889 </li>
890
891 <li class="history"><a name="ttssh_2.42">2007.9.30 (Ver 2.42)</a>
892 <ul>
893 <li>deleted displaying in-use serial port on "New connection" dialog.</li>
894 <li>deleted using keyboard-interactive authentication when password authentication is selected. And deleted keyboard-interactive checkbox on Authentication Setup dialog. You have to choice "challenge/response" to use keyboard-interactive authentication.</li>
895 <li>add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.</li>
896 <li>Bug fix: TCP disconnection was mis-detected in the packet sending.</li>
897 <li>replaced internal string functions to secure functions.
898 <ul>
899 <li>deleted _CRT_SECURE_NO_DEPRECATE build option.</li>
900 </ul></li>
901 </ul>
902 </li>
903
904 <li class="history"><a name="ttssh_2.41">2007.8.8 (Ver 2.41)</a>
905 <ul>
906 <li>deleted unconditional login retry with password authentication after keyboard-interactive authentication is failure.</li>
907 <li>added to disable the serial port in New Connection dialog when there is no available COM ports.</li>
908 <li>stopped displaying popup error message when port-forward cannot start because already the socket is opening.</li>
909 <li>Bug fix: BOF(Buffer Over Flow) problem at the command line parameter.</li>
910 <li>Bug fix: disconnected SSH connection when a port-forward connection from remote side is fail.</li>
911 <li>Bug fix: socket of SSH channel was not closed when SSH channel cannot open.</li>
912 </ul>
913 </li>
914
915 <li class="history"><a name="ttssh_2.40">2007.5.7 (Ver 2.40)</a>
916 <ul>
917 <li>added parsing double-quoted key filename in the command line parameter.</li>
918 <li>Bug fix: When keyboard-interactive authentication enabled with plain password authentication, plain password authentication is displayed with the rhosts authentication in SSH authentication dialog.</li>
919 <li>Bug fix: SSH2 port fowarding memory leak when the channel connection is closed.</li>
920 <li>Bug fix: TTSSH crashes when new channel is not able to be opened.</li>
921 <li>added support for getting the user authentication list on SSH2 connection. TTSSH can try to login with keyboard-interactive method at the first time when the user selected the password authentication.</li>
922 </ul>
923 </li>
924
925 <li class="history"><a name="ttssh_2.39">2007.3.10 (Ver 2.39)</a>
926 <ul>
927 <li>added workaround(WinSock) that send() could have been regarded as success when the return value of send() is minus and the return value of WSAGetLastError() is less than WSABASEERR(10000).</li>
928 <li>Moved the focus to passphrase dialog when the user mistook the passphrase of SSH2 private key.</li>
929 <li>upgraded OpenSSL to 0.9.8e</li>
930 </ul>
931 </li>
932
933 <li class="history"><a name="ttssh_2.38">2007.1.22 (Ver 2.38)</a>
934 <ul>
935 <li>changed the handling of SSH2_MSG_IGNORE to do nothing. The data from Cisco router seems invalid.</li>
936 <li>Bug fix: TCP disconnection was mis-detected in the packet sending.</li>
937 </ul>
938 </li>
939
940 <li class="history"><a name="ttssh_2.37">2006.11.20 (Ver 2.37)</a>
941 <ul>
942 <li>added workaround(SSH_BUG_SIGBLOB) that generating the symmetric key is failure on Extreme Networks switch.</li>
943 </ul>
944 </li>
945
946 <li class="history"><a name="ttssh_2.36">2006.11.1 (Ver 2.36)</a>
947 <ul>
948 <li>Bug fix: Could not connect Tectia server with SSH2 protocol. Changed the timing of both MAC and packet compression method are enabled from user authentication to SSH2_MSG_NEWKEYS procedure.</li>
949 <li>Bug fix: Aborted when receiving the stderr data from Tectia server on Windows. Added a procedure for handling SSH2_MSG_CHANNEL_EXTENDED_DATA packet.</li>
950 </ul>
951 </li>
952
953 <li class="history"><a name="ttssh_2.35">2006.10.28 (Ver 2.35)</a>
954 <ul>
955 <li>Bug fix: TTSSH settings wasn't read from ini file which is specified by /F parameter of ttermpro.exe. Enbuged at 2.34.</li>
956 <li>Bug fix: Couldn't start a telnet session from 'New connection' dialog when main windows is connected with SSH protocol. Enbuged at 2.34.</li>
957 <li>Bug fix: invalid freeing DH memory in KEX_DH_GRP1_SHA1 or KEX_DH_GRP14_SHA1 sequence.</li>
958 </ul>
959 </li>
960
961 <li class="history"><a name="ttssh_2.34">2006.10.09 (Ver 2.34)</a>
962 <ul>
963 <li>added /ssh1, /ssh2, /telnet command line options.</li>
964 <li>added /ask4passwd command line option.</li>
965 <li>Bug fix: an error occurs at new connection from a window which is port-forwarding.</li>
966 <li>Bug fix: differentiate the case of command line parameter name.</li>
967 <li>Bug fix: parse the filename which includes white space.</li>
968 <li>upgraded OpenSSL to 0.9.8d</li>
969 </ul>
970 </li>
971
972 <li class="history"><a name="ttssh_2.33">2006.9.16 (Ver 2.33)</a>
973 <ul>
974 <li>added parsing double-quoted filename in the command line parameter.</li>
975 <li>Bug fix: Free the user password on heap memory after user authentication.</li>
976 <li>upgraded OpenSSL to 0.9.8c</li>
977 </ul>
978 </li>
979
980 <li class="history"><a name="ttssh_2.32">2006.8.9 (Ver 2.32)</a>
981 <ul>
982 <li>Bug fix: Title bar didn't use the small(16x16 dot) icon.</li>
983 </ul>
984 </li>
985
986 <li class="history"><a name="ttssh_2.31">2006.8.5 (Ver 2.31)</a>
987 <ul>
988 <li>added the checkbox on SSH authentication dialog whether the user password string would be stored on heap memory. You can configurate the its function enabling flag by "RememberPassword" entry of TTSSH section in the 'teraterm.ini' file.</li>
989 </ul>
990 </li>
991
992 <li class="history"><a name="ttssh_2.30">2006.7.26 (Ver 2.30)</a>
993 <ul>
994 <li>updated to new TTSSH icon file(ttsecure.ico). Special thanks to Tatsu Sakamoto.</li>
995 </ul>
996 </li>
997
998 <li class="history"><a name="ttssh_2.29">2006.6.29 (Ver 2.29)</a>
999 <ul>
1000 <li>Bug fix: Using SSH2 protocol, changes of the TTSSH setup dialog could not feedback on next ssh session. Special thanks to NAGATA Shinya.</li>
1001 <li>Bug fix: The 'ssh_known_files' file might not be saved in TeraTerm installation directory. Special thanks to NAGATA Shinya.</li>
1002 <li>changed Copyright string.</li>
1003 </ul>
1004 </li>
1005
1006 <li class="history"><a name="ttssh_2.28">2006.6.23 (Ver 2.28)</a>
1007 <ul>
1008 <li>added support for SSH2 delayed compression(OpenSSH 4.2 later). Special thanks to NAGATA Shinya.</li>
1009 </ul>
1010 </li>
1011
1012 <li class="history"><a name="ttssh_2.27">2006.6.14 (Ver 2.27)</a>
1013 <ul>
1014 <li>Bug fix: TeraTerm enabled SSH compression could not connect to the server when OpenSSH 4.3 later was configured as delay SSH compression.</li>
1015 </ul>
1016 </li>
1017
1018 <li class="history"><a name="ttssh_2.26">2006.6.11 (Ver 2.26)</a>
1019 <ul>
1020 <li>Bug fix: Alt key was not available for SSH Port Forward dialog. Special thanks to NAGATA Shinya.</li>
1021 <li>Bug fix: Message box dialog doesn't been quickly shown when TeraTerm does not connect to the server for SSH Port Forward dialog.</li>
1022 </ul>
1023 </li>
1024
1025 <li class="history"><a name="ttssh_2.25">2006.5.7 (Ver 2.25)</a>
1026 <ul>
1027 <li>upgraded OpenSSL to 0.9.8b</li>
1028 </ul>
1029 </li>
1030
1031 <li class="history"><a name="ttssh_2.24">2006.4.7 (Ver 2.24)</a>
1032 <ul>
1033 <li>Bug fix: disconnection of SSH2 protocol after X11 forwarding failure on HP-UX.</li>
1034 </ul>
1035 </li>
1036
1037 <li class="history"><a name="ttssh_2.23">2006.4.4 (Ver 2.23)</a>
1038 <ul>
1039 <li>added the user dialog option that delete the old entry in known_hosts file contains the multiple entrys including the different host key type. Special thanks to NAGATA Shinya.</li>
1040 </ul>
1041 </li>
1042
1043 <li class="history"><a name="ttssh_2.22">2006.3.29 (Ver 2.22)</a>
1044 <ul>
1045 <li>Bug fix: application error when known_hosts file contains the multiple entrys including the different host key type.</li>
1046 </ul>
1047 </li>
1048
1049 <li class="history"><a name="ttssh_2.21">2006.3.27 (Ver 2.21)</a>
1050 <ul>
1051 <li>added support for known_hosts on SSH2 connection.</li>
1052 <li>added showing the server's fingerprint on known_hosts dialog.</li>
1053 </ul>
1054 </li>
1055
1056 <li class="history"><a name="ttssh_2.20">2006.3.6 (Ver 2.20)</a>
1057 <ul>
1058 <li>Improved SSH2 communication throughput by changing the window size adjustment.</li>
1059 </ul>
1060 </li>
1061
1062 <li class="history"><a name="ttssh_2.19">2006.2.24 (Ver 2.19)</a>
1063 <ul>
1064 <li>changed the compiler to Visual Studio 2005 Standard Edition.</li>
1065 <li>replaced stricmp() to _stricmp().</li>
1066 <li>replaced strdup() to _strdup().</li>
1067 <li>added support for "command=" in authorized_keys file.</li>
1068 <li>upgraded OpenSSL to 0.9.8b snapshot</li>
1069 </ul>
1070 </li>
1071
1072 <li class="history"><a name="ttssh_2.18">2005.10.21 (Ver 2.18)</a>
1073 <ul>
1074 <li>added the host history check button on connection dialog.</li>
1075 <li>upgraded OpenSSL to 0.9.8a</li>
1076 </ul>
1077 </li>
1078
1079 <li class="history"><a name="ttssh_2.17">2005.9.5 (Ver 2.17)</a>
1080 <ul>
1081 <li>added minimizing the SSH authentication dialog with autologin mode only using '/I' option.</li>
1082 </ul>
1083 </li>
1084
1085 <li class="history"><a name="ttssh_2.16">2005.8.27 (Ver 2.16)</a>
1086 <ul>
1087 <li>added minimizing the SSH authentication dialog with autologin mode. Special thanks to Tomoo Takahashi.</li>
1088 <li>upgraded zlib to 1.2.3</li>
1089 </ul>
1090 </li>
1091
1092 <li class="history"><a name="ttssh_2.15">2005.7.24 (Ver 2.15)</a>
1093 <ul>
1094 <li>added support of SSH2 port forwarding</li>
1095 <li>added support of SSH2 packet compression</li>
1096 <li>added sending TTY information(VERASE) to server with SSH2 connection.</li>
1097 <li>Bug fix: The user can't login to the server since the second times when first user authentication is failed with SSH1 protocol.</li>
1098 <li>Bug fix: The accelerator key(Alt + P or Alt + C) doesn't work on connection dialog.</li>
1099 <li>upgraded OpenSSL to 0.9.8</li>
1100 <li>added the security fix(CAN-2005-2096) to zlib 1.2.2</li>
1101 </ul>
1102 </li>
1103
1104 <li class="history"><a name="ttssh_2.14">2005.5.28 (Ver 2.14)</a>
1105 <ul>
1106 <li>added three file filter on private key saving dialog.</li>
1107 <li>added zlib version information on TTSSH version dialog.</li>
1108 </ul>
1109 </li>
1110
1111 <li class="history"><a name="ttssh_2.13">2005.4.24 (Ver 2.13)</a>
1112 <ul>
1113 <li>added SSH key generator dialog(Setup - SSH KeyGenerator).</li>
1114 <li>upgraded OpenSSL to 0.9.7g</li>
1115 </ul>
1116 </li>
1117
1118 <li class="history"><a name="ttssh_2.12">2005.4.9 (Ver 2.12)</a>
1119 <ul>
1120 <li>added SSH2 channel lookup mechanism for port forwading.</li>
1121 <li>fixed the bug of application fault at DH key re-creation (degradation at TTSSH version supporting SSH2 2.10).</li>
1122 <li>added SSH autologin with "Duplicate session".</li>
1123 </ul>
1124 </li>
1125
1126 <li class="history"><a name="ttssh_2.11">2005.3.31 (Ver 2.11)</a>
1127 <ul>
1128 <li>added the accelerator key at 'Use challenge/response to log in' on SSH2 authentication dialog.</li>
1129 <li>added the focus COM input box when you open new connection using COM port.</li>
1130 <li>added SSH log data(TTSSH.LOG).</li>
1131 <li>added NetScreen(HITACHI) workaround. Sending SSH2_MSG_CHANNEL_REQUEST message to server is disabled wantconfirm entry.</li>
1132 <li>upgraded OpenSSL to 0.9.7f</li>
1133
1134 </ul>
1135 </li>
1136
1137 <li class="history"><a name="ttssh_2.10">2005.3.13 (Ver 2.10)</a>
1138 <ul>
1139 <li>upgraded ttxssh.dll version information from 1.5.4 to 2.10.</li>
1140 <li>changed SSH client ID(SSH-2.0-TTSSH/X.XX Win32) including TTSSH version information.</li>
1141 <li>added Tru64 UNIX workaround. Special thanks to Miguel.</li>
1142 <li>added SSH2 dump logging</li>
1143 <li>fixed the bug of being not able to get rid of CR when CR+LF code is included in SSH server ID.</li>
1144 <li>changed TTSSH don't send SSH2_MSG_SERVICE_REQUEST to server once the client try to login.</li>
1145 <li>changed the default value of [TTSSH] KeyboardInteractive to 0(disabled) because SSH connection is closed by server then the invalid method is used in OpenSSH 4.0. And also the passowrd authentication label of SSH authentication dialog is dynamically changed.</li>
1146 <li>added support of challenge/response login on SSH2 connection.</li>
1147 </ul>
1148 </li>
1149
1150 <li class="history"><a name="ttssh_1.09">2005.2.22 (Ver 1.09)</a>
1151 <ul>
1152 <li>fixed the SSH2 public key problem that TTSSH can't read the private key file in the directory starting by the dot.</li>
1153 <li>added the configuration of HeartBeat(keep-alive), SSH2 keyboard-interactive on TTSSH setup dialog</li>
1154 </ul>
1155 </li>
1156
1157 <li class="history"><a name="ttssh_1.08">2005.1.30 (Ver 1.08)</a>
1158 <ul>
1159 <li>added support of keyboard-interactive authentication. You can configurate the its authentication enabling flag by "KeyboardInteractive" entry of TTSSH section in the 'teraterm.ini' file.</li>
1160 <li>added show of Project Homepage URL and OpenSSL version at version dialog.</li>
1161 <li>fixed the application fault of pushing enter key before be grayed at rhosts and TIS in SSH2 authentication dailog.</li>
1162 <li>added support of public-key authentication auto-login. And also added /auth=publickey and /keyfile command line option.</li>
1163 </ul>
1164 </li>
1165
1166 <li class="history"><a name="ttssh_1.07">2005.1.6 (Ver 1.07)</a>
1167 <ul>
1168 <li>fixed application fault when changing terminal size on telnet connection (degradation at TTSSH version supporting SSH2 1.06)</li>
1169 </ul>
1170 </li>
1171
1172 <li class="history"><a name="ttssh_1.06">2005.1.5 (Ver 1.06)</a>
1173 <ul>
1174 <li>added support of changing terminal size</li>
1175 <li>fixed application fault at DH key re-creation (degradation at TTSSH version supporting SSH2 1.05)</li>
1176 </ul>
1177 </li>
1178
1179 <li class="history"><a name="ttssh_1.05">2004.12.27 (Ver 1.05)</a>
1180 <ul>
1181 <li>fixed the bug of can't connect the server after disconnecting when 'Auto window close' function is disabled</li>
1182 <li>fixed the memory leak of SSH2 KEX procedure</li>
1183 <li>upgraded the error message string when reading the SSH2 private key is failure</li>
1184 </ul>
1185 </li>
1186
1187 <li class="history"><a name="ttssh_1.04">2004.12.23 (Ver 1.04)</a>
1188 <ul>
1189 <li>added support of public key authentication method</li>
1190 </ul>
1191 </li>
1192
1193 <li class="history"><a name="ttssh_1.03">2004.12.18 (Ver 1.03)</a>
1194 <ul>
1195 <li>added checking HMAC at received packet</li>
1196 <li>added support of HMAC-MD5 message authentication code</li>
1197 <li>added verifying the key of RSA and DSA at KEX procedure</li>
1198 </ul>
1199 </li>
1200
1201 <li class="history"><a name="ttssh_1.02">2004.12.16 (Ver 1.02)</a>
1202 <ul>
1203 <li>fixed application fault when using SSH autologin mode</li>
1204 <li>fixed application fault when pressing ESC key at "SECURITY WARNING" dialog</li>
1205 </ul>
1206 </li>
1207
1208 <li class="history"><a name="ttssh_1.01">2004.12.11 (Ver 1.01)</a>
1209 <ul>
1210 <li>added support of SSH heartbeat(keep-alive).<br>
1211 You can configurate the heartbeat interval "HeartBeat" entry of TTSSH section in the 'teraterm.ini' file. A measure of heartbeat is per second(default 60 seconds).</li>
1212 </ul>
1213 </li>
1214
1215 <li class="history"><a name="ttssh_1.00">2004.12.8 (Ver 1.00)</a>
1216 <ul>
1217 <li>added support of SSH1/SSH2 autologin (only password authentication). And also added /auth, /username, /passwd options.</li>
1218 <li>changed SSH default version to SSH2</li>
1219 <li>fixed tab order of connection dialog </li>
1220 <li>changed the focus of connection dialog to hostname</li>
1221 <li>added SSH2 autologin sample macro(ssh2login.ttl)</li>
1222 </ul>
1223 </li>
1224
1225 <li class="history"><a name="ttssh_1.00beta1">2004.11.7 (Ver 1.00 beta1)</a>
1226 <ul>
1227 <li>added support of encryption algorithm AES128</li>
1228 <li>added support of KEX algorithm diffie-hellman-group14-sha(OpenSSH 3.9 later version)</li>
1229 <li>added support of KEX algorithm diffie-hellman-group-exchange-sha1</li>
1230 <li>added support of server host key algorithm ssh-dss</li>
1231 <li>added show of SSH2 information in version dialog</li>
1232 <li>upgraded OpenSSL to 0.9.7e</li>
1233 <li>rewrote README(English). Special thanks to Boris Maisuradze for his cooperation.</li>
1234 </ul>
1235 </li>
1236
1237 <li class="history"><a name="ttssh_1.00alpha4">2004.10.25 (Ver 1.00 alpha4)</a>
1238 <ul>
1239 <li>fixed the bug of window size control flow</li>
1240 <li>added support of DH key re-creation after data-communication establishment</li>
1241 <li>in addition, fine bug fix</li>
1242 </ul>
1243 </li>
1244
1245 <li class="history"><a name="ttssh_1.00alpha3">2004.10.17 (Ver 1.00 alpha3)</a>
1246 <ul>
1247 <li>added support of window size control flow</li>
1248 <li>added send SSH2_MSG_CHANNEL_CLOSE to server on disconnect.</li>
1249 <li>terminal type is now passed to the environment variable TERM.</li>
1250 </ul>
1251 </li>
1252
1253 <li class="history"><a name="ttssh_1.00alpha2">2004.10.11 (Ver 1.00 alpha2)</a>
1254 <ul>
1255 <li>added support of SSH1</li>
1256 <li>fixed the bug of suddenly disconnecting SSH session (the message "Oversized packet received from server" was appearing in dialog box)</li>
1257 <li>added /1, /2 command line options</li>
1258 <li>added SSH protocol version related entry in TERATERM.INI file</li>
1259 </ul>
1260 </li>
1261
1262 <li class="history"><a name="ttssh_1.00alpha1a">2004.8.8 (Ver 1.00 alpha1a)</a>
1263 <ul>
1264 <li>replaced DLL release build version</li>
1265 </ul>
1266 </li>
1267
1268 <li class="history"><a name="ttssh_1.00alpha1">2004.8.5 (Ver 1.00 alpha1)</a>
1269 <ul>
1270 <li>first release</li>
1271 </ul>
1272 </li>
1273 </ul>
1274
1275
1276 <h2><a name="cygterm">CygTerm+</a></h2>
1277 <ul>
1278 <li class="history"><a name="cygterm_1.07_13">v1.07_13 2007/08/03 (by maya.negeta@gmail.com)</a>
1279 <ul>
1280 <li>Added '-d' option that is specifies the start directory.</li>
1281 </ul>
1282 </li>
1283
1284 <li class="history"><a name="cygterm_1.07_12">v1.07_12 2007/06/10 (sue@iwmt.org)</a>
1285 <ul>
1286 <li>Add 'SOCKET_TIMEOUT' entry which timeout of waiting telnet connection in cygterm.cfg file.</li>
1287 </ul>
1288 </li>
1289
1290 <li class="history"><a name="cygterm_1.07_11">v1.07_11 2007/01/31 (import from cygterm v1.07)</a>
1291 <ul>
1292 <li>Avoid WinMainCRTStartup() redefinition error with gcc 3.4.</li>
1293 <li>Give an output gap for keyboard interrupt.</li>
1294 </ul>
1295 </li>
1296
1297 <li class="history"><a name="cygterm_1.06_11">v1.06_11 2006/09/29 (by maya.negeta@gmail.com)</a>
1298 <ul>
1299 <li>Stopped using HOME from environment variable and /etc/passwd.<br>
1300 CygTerm passes HOME which is set by Cygwin. See also /etc/profile</li>
1301 <li>Changed the priority of config files.<br>
1302 command line arguments &gt; ~/.cygtermrc &gt; /etc/cygterm.conf &gt; cygterm.cfg &gt; /etc/passwd</li>
1303 </ul>
1304 </li>
1305
1306 <li class="history"><a name="cygterm_1.06_10">v1.06_10 2006/09/28 (by sue@iwmt.org)</a>
1307 <ul>
1308 <li>Use getlogin() instead of environment variable USERNAME to get user name.</li>
1309 </ul>
1310 </li>
1311
1312 <li class="history"><a name="cygterm_1.06_09">v1.06_09 2006/09/25 (by sue@iwmt.org)</a>
1313 <ul>
1314 <li>Get shell information from /etc/passwd if SHELL parameter is not specified.</li>
1315 </ul>
1316 </li>
1317
1318 <li class="history"><a name="cygterm_1.06_08">v1.06_08 2006/08/30 (by maya.negeta@gmail.com)</a>
1319 <ul>
1320 <li>Changed the priority of config files. cygterm.cfg is top priority config file.</li>
1321 </ul>
1322 </li>
1323
1324 <li class="history"><a name="cygterm_1.06_07">v1.06_07 2006/08/19 (by maya.negeta@gmail.com)</a>
1325 <ul>
1326 <li>Use `HOME' environment variable for changing home directory if the variable will be set.</li>
1327 </ul>
1328 </li>
1329
1330 <li class="history"><a name="cygterm_1.06_06">v1.06_06 2006/08/18 (by sue@iwmt.org)</a>
1331 <ul>
1332 <li>Limit a parameter length of both '-s' and '-t' option.</li>
1333 </ul>
1334 </li>
1335
1336 <li class="history"><a name="cygterm_1.06_05">v1.06_05 2006/08/18 (by maya.negeta@gmail.com)</a>
1337 <ul>
1338 <li>Create mutex object for running check by installer.</li>
1339 </ul>
1340 </li>
1341
1342 <li class="history"><a name="cygterm_1.06_04">v1.06_04 2006/08/15 (by sue@iwmt.org)</a>
1343 <ul>
1344 <li>Add 'LOGIN_SHELL' entry which the shell is invoked as the login shell in cygterm.cfg file.<br>
1345 LOGIN_SHELL: yes | no</li>
1346 </ul>
1347 </li>
1348
1349 <li class="history"><a name="cygterm_1.06_03">v1.06_03 2006/08/15 (by sue@iwmt.org)</a>
1350 <ul>
1351 <li>Add 'HOME_CHDIR' entry which home directory is changed in cygterm.cfg file.<br>
1352 HOME_CHDIR: yes | no</li>
1353 </ul>
1354 </li>
1355
1356 <li class="history"><a name="cygterm_1.06_02">v1.06_02 2006/02/09 (by babydamons@yahoo.co.jp)</a>
1357 <ul>
1358 <li>Generated CygTerm's ICON by "DotWork 2.50".<br>
1359 "DotWork 2.50" is available at http://www5a.biglobe.ne.jp/~suuta/.<br>
1360 Special Thanks to "suuta at hamal dot freemal dot ne dot jp"</li>
1361 <li>Makefile was changed, "clean" target was changed to don't remove cygterm.ico.</li>
1362 </ul>
1363 </li>
1364
1365 <li class="history"><a name="cygterm_1.06_01">v1.06_01 2006/02/08 (by babydamons@yahoo.co.jp)</a>
1366 <ul>
1367 <li>Import to TeraTerm Project</li>
1368 <li>The following configuration file reading was supported:
1369 <ul>
1370 <li>/etc/cygterm.conf</li>
1371 <li>~/.cygtermrc</li>
1372 </ul></li>
1373 <li>Shell is invoked with user's home-directory.</li>
1374 <li>Get account configuration from /etc/passwd by getpwnam(3),<br>
1375 getting account name from USERNAME environment by getenv(3).</li>
1376 <li>Makefile was changed, default build is with icon executable.</li>
1377 </ul>
1378 </li>
1379
1380 <li class="history"><a name="cygterm_1.06">v1.06 2004/01/24</a>
1381 <ul>
1382 <li>The following command line options were added:
1383 <ul>
1384 <li>-t 'terminal-emulator' (specifies the terminal emulator)</li>
1385 <li>-p port-number (specifies the port# to connect)</li>
1386 <li>-dumb (specifies dumb terminal mode)</li>
1387 <li>-s 'shell' (specifies the shell)</li>
1388 <li>-v 'env-var' (specifies environment variables)</li>
1389 </ul></li>
1390 <li>Makefile was changed.
1391 <ul>
1392 <li>Fixed to fail in `make install' if BINDIR was not found.</li>
1393 </ul></li>
1394 <li>cygterm.cc and README.txt were changed to English version.</li>
1395 </ul>
1396 </li>
1397
1398 <li class="history"><a name="cygterm_1.05">v1.05 2003/01/14</a>
1399 <ul>
1400 <li>Fixed to transmit Ctrl+SPACE (NUL).<br>
1401 The NUL character was not able to be transmitted even if Ctrl+SPACE was typed, because it was ignored simply as an way to handle the newline CR+NUL.</li>
1402 </ul>
1403 </li>
1404
1405 <li class="history"><a name="cygterm_1.04">v1.04 2002/12/08</a>
1406 <ul>
1407 <li>Changed to display error messages for failure to execute a terminal emulator or a shell.</li>
1408 <li>Makefile was changed.
1409 <ul>
1410 <li>do not overwrite cygterm.cfg when `make install'.</li>
1411 <li>add the gcc option -fno-exceptions against the GCC-3 link error.</li>
1412 </ul></li>
1413 </ul>
1414 </li>
1415
1416 <li class="history"><a name="cygterm_1.03">v1.03 2002/07/24</a>
1417 <ul>
1418 <li>Fixed to convert terminal type into lower-case when cygterm received it from a terminal emulator.<br>
1419 Because some upper-case values such as `ANSI' `VT100' of the environment variable TERM might not be found in terminfo depending on the kind of terminal emulator. (Windows 2000 telnet.exe, etc)</li>
1420 </ul>
1421 </li>
1422
1423 <li class="history"><a name="cygterm_1.02">v1.02 2002/07/22</a>
1424 <ul>
1425 <li>Fix to be able to start a terminal emulator even if it was a console application. (Windows 2000 telnet.exe, etc)<br>
1426 There was a mistake in calling CreateProcess().</li>
1427 <li>Fixed to suppress duplicate newline on a shell by canceling LF when a terminal emulator sent CR+LF. (Windows 98 telnet.exe, etc)</li>
1428 <li>Embedded the version number in cygterm.exe executable code.<br>
1429 How to check: $ strings cygterm.exe | grep version</li>
1430 </ul>
1431 </li>
1432
1433 <li class="history"><a name="cygterm_1.01">v1.01 2002/07/19</a>
1434 <ul>
1435 <li>Fixed that cygterm did not work with zsh or tcsh. Input was blocked when zsh or tcsh started, because the approach to open the pseudo terminal was not good.</li>
1436 </ul>
1437 </li>
1438
1439 <li class="history"><a name="cygterm_1.00">v1.00 2000/12/17</a>
1440 <ul>
1441 <li>The initial version was released.</li>
1442 </ul>
1443 </li>
1444 </ul>
1445
1446
1447 <h2><a name="ttproxy">TTProxy</a></h2>
1448 <ul>
1449 <li class="history"><a name="ttproxy_1.0.0.14">2007.9.30 (Ver 1.0.0.14)</a>
1450 <ul>
1451 <li>added support for dynamic loading of user interface messages.</li>
1452 </ul>
1453 </li>
1454
1455 <li class="history"><a name="ttproxy_1.0.0.13">2007.5.7 (Ver 1.0.0.13)</a>
1456 <ul>
1457 <li>"protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport" style parameter became unsupported.<br>
1458 This style conflicts with TeraTerm parameter style "telnet://server&lt;:port&gt;".</li>
1459 </ul>
1460 </li>
1461
1462 <li class="history"><a name="ttproxy_1.0.0.12">2007.3.8 (Ver 1.0.0.12)</a>
1463 <ul>
1464 <li>fix bug: Japanese resource was used with Windows that is not English.</li>
1465 </ul>
1466 </li>
1467
1468 <li class="history"><a name="ttproxy_1.0.0.11">2007.2.6 (Ver 1.0.0.11)</a>
1469 <ul>
1470 <li>fix bug: url decode/encode was broken.<br>
1471 teraterm didn't connect to the proxy server via "New connection" dialog, when host/user/pass are included out of [-\.0-9A-Z_a-z].</li>
1472 </ul>
1473 </li>
1474
1475 <li class="history"><a name="ttproxy_1.0.0.10">2006.12.12 (Ver 1.0.0.10)</a>
1476 <ul>
1477 <li>deleted SetThreadLocale with the language which is detected from TeraTerm dialog resource.</li>
1478 </ul>
1479 </li>
1480
1481 <li class="history"><a name="ttproxy_1.0.0.9">2006.11.23 (Ver 1.0.0.9)</a>
1482 <ul>
1483 <li>Bug fix: didn't respond when the style of TearTerm command line parameter is "telnet://host."<br>
1484 returns the control to TeraTerm if proxy port number is 0.</li>
1485 </ul>
1486 </li>
1487
1488 <li class="history"><a name="ttproxy_1.0.0.8">2006.8.1 (Ver 1.0.0.8)</a>
1489 <ul>
1490 <li>imported the source with permission of original author Yebisuya Sugoroku.</li>
1491 </ul>
1492 </li>
1493 </ul>
1494
1495
1496 <h2><a name="ttmenu">TeraTerm Menu</a></h2>
1497 <ul>
1498 <li class="history"><a name="ttmenu_1.06">2007.9.30 (Ver 1.06)</a>
1499 <ul>
1500 <li>added support for dynamic loading of user interface messages.</li>
1501 </ul>
1502 </li>
1503
1504 <li class="history"><a name="ttmenu_1.05">2007.3.10 (Ver 1.05)</a>
1505 <ul>
1506 <li>Bug fix: popup menu was displayed at invalie position on Windows Vista.</li>
1507 </ul>
1508 </li>
1509
1510 <li class="history"><a name="ttmenu_1.04">2006.2.24 (Ver 1.04)</a>
1511 <ul>
1512 <li>fixed build error with VS2005.</li>
1513 </ul>
1514 </li>
1515
1516 <li class="history"><a name="ttmenu_1.03">2005.1.30 (Ver 1.03)</a>
1517 <ul>
1518 <li>Bug fix: TeraTerm Menu popup menu couldn't be shown at right position using multi monitor system.</li>
1519 </ul>
1520 </li>
1521
1522 <li class="history"><a name="ttmenu_1.02">2005.1.30 (Ver 1.02)</a>
1523 <ul>
1524 <li>added Kanji code(/KT=UTF8 /KR=UTF8) of default option</li>
1525 <li>added specify of user paramater at SSH autologin</li>
1526 <li>deleted macro specification at SSH autologin</li>
1527 <li>added specify of private-key-file at SSH autologin</li>
1528 </ul>
1529 </li>
1530
1531 <li class="history"><a name="ttmenu_1.01">2004.12.14 (Ver 1.01)</a>
1532 <ul>
1533 <li>Changed the initial folder path of ttermpro.exe to current directory.</li>
1534 </ul>
1535 </li>
1536
1537 <li class="history"><a name="ttmenu_0.94r2">2004.12.8 (Ver 0.94r2)</a>
1538 <ul>
1539 <li>added TeraTerm Menu 0.94r2(+SSH2 support 1.00). It is thankful to Shinpei Hayakawa.</li>
1540 </ul>
1541 </li>
1542 </ul>
1543
1544
1545 <h2><a name="kanjimenu">TTX KanjiMenu</a></h2>
1546 <ul>
1547 <li class="history"><a name="kanjimenu_0.1.3">2007.8.8 (Ver 0.1.3)</a>
1548 <ul>
1549 <li>linked to LIBCMT.LIB statically for Win98, Me and NT4.0.</li>
1550 <li>added checking the valid range to set KanjiCode in shared variable numbers.</li>
1551 <li>menu is displayed only when the setting of Language is Japanese.</li>
1552 </ul>
1553 </li>
1554
1555 <li class="history"><a name="kanjimenu_0.1.2">2007.5.25 (Ver 0.1.2)</a>
1556 <ul>
1557 <li>imported the source with permission of original author Sunao HARA.</li>
1558 </ul>
1559 </li>
1560 </ul>
1561
1562 </body>
1563 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26