Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6887 - (hide annotations) (download) (as text)
Wed Jul 26 03:47:55 2017 UTC (6 years, 8 months ago) by doda
File MIME type: text/html
File size: 251060 byte(s)
sendbroadcast, sendlnbroadcast が動かない問題を修正。[Ttssh2-devel 3326], Ticket #37401

・メインのループ部分が大きく違うので、ダイアログでの操作とマクロコマンドで関数を分離した
・parent_only の時にループ変数をいじって無理やり一回で抜けるのは判り辛いので、
  最初に parent_only かどうかを判定するようにした。
  parent_only の時はループしないというのを明示する意味もある。

ついでに sendmulticast の方も微修正
・malloc() に失敗した時に free() するのは意味が無いのでそのまま return する。
・memcpy() ⇒ memcpy_s()
1 maya 3227 <!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 doda 4136 <li><a href="#cyglaunch">cyglaunch</a></li>
19 maya 3227 <li><a href="#ttproxy">TTProxy</a></li>
20     <li><a href="#ttmenu">TeraTerm Menu</a></li>
21     <li><a href="#kanjimenu">TTX KanjiMenu</a></li>
22 doda 3549 <li><a href="#alwaysontop">TTXAlwaysOnTop</a></li>
23 doda 5100 <li><a href="#kcodechange">TTXKCodeChange</a></li>
24 doda 3549 <li><a href="#resizemenu">TTXResizeMenu</a></li>
25     <li><a href="#ttyrec">TTXttyrec</a></li>
26     <li><a href="#viewmode">TTXViewMode</a></li>
27     <li><a href="#recurringcommand">TTXRecurringCommand</a></li>
28 maya 3227 </ul>
29    
30     <hr>
31    
32     <h2><a name="teraterm">Tera Term</a></h2>
33 yutakapon 5811
34 maya 6763 <h3><a name="teraterm_4.96">2017.08.xx (Ver 4.96)</a></h3>
35     <ul class="history">
36 maya 6772 <li>Changes
37 maya 6763 <ul>
38 yutakapon 6819 <li>added configuration of timestamp format at the start of log file's line.
39 maya 6773 <ul>
40 yutakapon 6816 <li>added the <a href="../setup/teraterm-misc.html#LogTimestampFormat">LogTimestampFormat</a> entry in the teraterm.ini file. The default is "%a %b %e %H:%M:%S.%N %Y".</li>
41     <li>The default format is changed to RFC 3339 style. Specify the "%a %b %e %H:%M:%S.%N %Y" at the LogTimestampFormat entry to restore before format.</li>
42 maya 6773 </ul></li>
43 yutakapon 6819 <li>UTC can be used at timestamp format at the start of log file's line.
44 maya 6773 <ul>
45 yutakapon 6816 <li>added the <a href="../setup/teraterm-misc.html#LogTimestampUTC">LogTimestampUTC</a> entry in the teraterm.ini file. The default is off.</li>
46     </ul></li>
47 maya 6763 </ul>
48 maya 6772 </li>
49 maya 6763
50 doda 6865 <li>Bug fixes
51 maya 6763 <ul>
52 doda 6865 <li>The response of DECLRMM status query by DECRQM was invalid.</li>
53 doda 6887 <li><a href="../macro/command/sendbroadcast.html">sendbroadcast</a> and <a href="../macro/command/sendlnbroadcast.html">sendlnbroadcast</a> macro command does not work.</li>
54 doda 6875 <li><a href="../macro/command/sendbroadcast.html">sendbroadcast</a>, <a href="../macro/command/sendlnbroadcast.html">sendlnbroadcast</a> and <a href="../macro/command/sendmulticast.html">sendmulticast</a> macro command can't send the character of 0x00 or 0x01.</li>
55 maya 6763 </ul>
56 doda 6865 </li>
57 maya 6763
58     <li>Misc
59     <ul>
60     <li>upgraded TTSSH to <a href="#ttssh_2.82">2.82</a>.</li>
61     <li>upgraded Oniguruma to 6.3.0.</li>
62     </ul>
63     </li>
64     </ul>
65    
66    
67 maya 6760 <h3><a name="teraterm_4.95">2017.05.31 (Ver 4.95)</a></h3>
68 doda 6663 <ul class="history">
69 yutakapon 6687 <li>Changes
70 doda 6663 <ul>
71 maya 6754 <li>added new feature regarding <a href="../setup/teraterm-win.html#maximize">How to scroll the screen when the window size is maximized</a>.
72     <ul>
73     <li>changed default action to the new method. If the action behaves in the same manner as Tera Term 4.94, please set MaximizedBugTweak to 1.</li>
74     <li>changed MaximizedBugTweak value from on/off to 0/1/2 combination. The "off" is treated as 0, and the "on" is treated as 2.</li>
75     </ul></li>
76 doda 6753 <li>added the notification feature regarding clipboard accessing from the remote host. (Windows Me or 2000 or later)</li>
77 maya 6754 <li>changed default directory path for receiving a file (Vista or later:Downloads, XP or earlier:My Documents).</li>
78 yutakapon 6736 <li>renamed command line from /NAMEDPIPE to <a href="../commandline/teraterm.html#pipe">/PIPE</a> option.</li>
79 doda 6753 <li>When <a href="../commandline/teraterm.html#pipe">/PIPE</a> option is used as command line, the host name is complemented by these rules:
80 doda 6695 <ul>
81 doda 6753 <li>If the host name begins with a '\', the name is not changed.</li>
82     <li>If the host name does not include a '\', the '\\.\pipe\' is added at the beginning.</li>
83     <li>If the host name includes a '\' anywhere but first, before that is treated as server name and after that is treated as pipe name. </li>
84 yutakapon 6736 </ul></li>
85 doda 6663 </ul>
86 yutakapon 6687 </li>
87 doda 6663
88 yutakapon 6736 <li>Bug fixes
89 doda 6663 <ul>
90 doda 6753 <li>The port number cannot specify 65535 by the command line option.</li>
91     <li>When the <a href="../menu/file-new.html">New connection</a> selects Serial menu, a part of TCP/IP menu is not disabled.</li>
92 doda 6663 </ul>
93 yutakapon 6736 </li>
94 doda 6663
95     <li>Misc
96     <ul>
97 maya 6758 <li>upgraded TTSSH to <a href="#ttssh_2.81">2.81</a>.</li>
98 maya 6745 <li>upgraded Oniguruma to 6.2.0.</li>
99 maya 6756 <li>NOTICE: The installer no longer support Windows 95, 98, Me and NT 4.0. Please use the zip archive version on these Windows.</li>
100 doda 6663 </ul>
101     </li>
102     </ul>
103    
104    
105 maya 6617 <h3><a name="teraterm_4.94">2017.02.28 (Ver 4.94)</a></h3>
106 yutakapon 6554 <ul class="history">
107     <li>Changes
108     <ul>
109 maya 6591 <li>added `&amp;u' parameter to log file name that can convert the logon user name.</li>
110 yutakapon 6600 <li>added new line normalization on pasting. The default is off.
111 doda 6595 <ul>
112 yutakapon 6600 <li>This feature can be enabled on Copy and Paste tab of <a href="../menu/setup-additional.html#NormalizeLineBreak">Additional settings dialog</a>.</li>
113     </ul></li>
114 maya 6608 <li>added the <a href="../macro/command/setflowctrl.html">setflowctrl</a> command.</li>
115 yutakapon 6554 </ul>
116     </li>
117    
118     <li>Bug fixes
119     <ul>
120     <li>When Restore setup is called, the AlphaBlend can not be restored immediately.</li>
121 yutakapon 6600 <li>When Paste&lt;CR&gt; works, the end of data will be added invalid character.</li>
122 yutakapon 6614 <li>When Kanji(receive) is set to UTF-8, garbled characters will be shown after invalid byte characters are received.</li>
123 yutakapon 6554 </ul>
124     </li>
125    
126     <li>Misc
127     <ul>
128 yutakapon 6587 <li>upgraded TTSSH to <a href="#ttssh_2.80">2.80</a></li>
129 doda 6598 <li>upgraded TTXttyrec Plug-in to <a href="#ttyrec_1.03">1.03</a></li>
130 maya 6592 <li>upgraded Oniguruma to 6.1.3.</li>
131 maya 6609 <li>upgraded SFMT to 1.5.</li>
132 yutakapon 6600 <li>changed starting method of LogMeTT and TTLEditor installer.</li>
133 yutakapon 6554 </ul>
134     </li>
135     </ul>
136    
137    
138 maya 6548 <h3><a name="teraterm_4.93">2016.11.30 (Ver 4.93)</a></h3>
139 yutakapon 6490 <ul class="history">
140 maya 6542 <li>Changes
141 yutakapon 6490 <ul>
142 yutakapon 6546 <li>added 48dot icon in the keycode.exe.</li>
143 yutakapon 6490 </ul>
144 maya 6542 </li>
145 yutakapon 6490
146     <li>Bug fixes
147     <ul>
148 maya 6539 <li>After Kanji(receive) is set to EUC and UTF-8 string is shown, new Kanji(Chinese character) may be properly shown when Kanji(receive) is set to UTF-8.</li>
149     <li>When Kanji(receive) is set to UTF-8, ISO-2022-JP Kanji can not be properly shown with Japanese language setting.</li>
150 yutakapon 6490 <li>When <a href="../setup/teraterm-misc.html#DeferredLogWriteMode">DeferredLogWriteMode</a>=on is enabled and a log file is closed soon after opening the file, Tera Term rarely halts by dead-lock.</li>
151 maya 6539 <li>When <a href="../menu/file-log.html">Log dialog</a> is closed, the memory leak of Tera Term core(ttermpro.exe) is happened.</li>
152 doda 6719 <li>Windows 7 and Vista: When special operation is done on <a href="../menu/setup-general.html">General setup dialog</a>, an application fault occurs.</li>
153 yutakapon 6536 <li>When the real time mode is off by using broadcast command, invalid character will be added at the end of string.</li>
154 yutakapon 6507 <li>MACRO: When <a href="../macro/command/closesbox.html">closesbox</a> command is executed, the memory leak of Macro core(ttpmacro.exe) is happened.</li>
155 maya 6540 <li>MACRO: The <a href="../macro/command/gethostname.html">gethostname</a>, <a href="../macro/command/gettitle.html">gettitle</a>, <a href="../macro/command/getmodemstatus.html">getmodemstatus</a>, <a href="../macro/command/loginfo.html">loginfo</a> and <a href="../macro/command/logopen.html">logopen</a> command will rarely be wrong.</li>
156 yutakapon 6490 </ul>
157     </li>
158    
159 yutakapon 6509 <li>Misc
160 yutakapon 6490 <ul>
161 yutakapon 6509 <li>upgraded TTSSH to <a href="#ttssh_2.79">2.79</a></li>
162 maya 6542 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_29">1.07_29</a></li>
163 maya 6529 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.24">1.0.0.24</a></li>
164 maya 6542 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.14">1.14</a></li>
165 doda 6513 <li>upgraded TTX KanjiMenu Plug-in to <a href="#kanjimenu_0.1.7">0.1.7</a></li>
166 doda 6524 <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.05">1.05</a></li>
167 maya 6544 <li>upgraded Oniguruma to 6.1.2.</li>
168 yutakapon 6490 </ul>
169 yutakapon 6509 </li>
170 yutakapon 6490 </ul>
171    
172    
173 maya 6483 <h3><a name="teraterm_4.92">2016.08.31 (Ver 4.92)</a></h3>
174 maya 6398 <ul class="history">
175 doda 6420 <li>Changes
176 maya 6398 <ul>
177 yutakapon 6428 <li>added new feature which removes carriage return from end of line with pasting. The default value is off.
178 doda 6420 <ul>
179 yutakapon 6428 <li>The function can be enabled at Copy and Paste tab of <a href="../menu/setup-additional.html#TrimTrailingNL">Additional settings dialog</a>.</li>
180     </ul></li>
181 yutakapon 6477 <li>When scroll back is used, scroll state is always reseted with user input.</li>
182 yutakapon 6466 <li>ZMODEM: The default escaped character are added LF and GS by sending.</li>
183 doda 6467 <li>The default value of <a href="../setup/teraterm-com.html#maxport">MaxComPort</a> setting is increased from 4 to 256.</li>
184 yutakapon 6428 <li>changed <a href="../macro/commandline.html">macro command line</a> behavior.
185 doda 6426 <ul>
186 yutakapon 6428 <li>Strictly checked the syntax of command line option. When an unnecessary option is added at option back like as /Vxx, the option is not recognized.</li>
187     <li>The option placement can be only specified before a filename. When the option is specified after the filename, the option is recognized as macro parameter.</li>
188     </ul></li>
189 yutakapon 6466 <li>MACRO: The `params' string-typed array that is stored command line parameter(s).</li>
190 maya 6398 </ul>
191 doda 6420 </li>
192 maya 6398
193     <li>Bug fixes
194     <ul>
195 yutakapon 6442 <li>When the clipboard is read from remote host, unnecessary NUL character is added at the end of the string.</li>
196 yutakapon 6450 <li>When the clipboard is written from remote host, empty string can not be set.</li>
197     <li>When the clipboard is empty string and <a href="../usage/tips/vim.html#Bracketed">Bracketed Paste Mode</a> is enabled, final Bracket is only sent by pasting.</li>
198 yutakapon 6477 <li>ZMODEM: The escaped 0x7f and 0xff that is included in ZMODEM header packet can not be restored.</li>
199 maya 6478 <li>Tera Term(ttermpro.exe) can not run on Windows 95/98/Me/NT4.0.</li>
200 doda 6413 <li>MACRO: When invalid regular expression is specified at the <a href="../macro/command/strreplace.html">strreplace</a> command, source string is corrupted.
201 yutakapon 6416 <ul>
202     <li>The result variable returns -1 when invalid regular expression is specified.</li>
203     </ul></li>
204 maya 6398 </ul>
205     </li>
206    
207 doda 6446 <li>Misc
208 maya 6398 <ul>
209 doda 6451 <li>upgraded TTSSH to <a href="#ttssh_2.78">2.78</a></li>
210 doda 6446 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.23">1.0.0.23</a></li>
211 maya 6398 </ul>
212 doda 6446 </li>
213 yutakapon 6400 </ul>
214 maya 6398
215    
216 maya 6392 <h3><a name="teraterm_4.91">2016.05.31 (Ver 4.91)</a></h3>
217 doda 6340 <ul class="history">
218 yutakapon 6348 <li>Changes
219 doda 6340 <ul>
220 yutakapon 6351 <li>Tera Term waits for port connection when the serial port does not exist.
221     <ul>
222     <li>added the <a href="../commandline/teraterm.html#waitcom">/WAITCOM</a> command line option.</li>
223     <li>added the <a href="../setup/teraterm-com.html#WaitCom">WaitCom</a> entry in the teraterm.ini file. The default value is off.</li>
224     </ul></li>
225 maya 6395 <li>added the LF entry in the <a href="../menu/setup-terminal.html#CRSend">New-line(transmit)</a>.</li>
226 yutakapon 6377 <li>When <a href="../setup/teraterm-trans.html#zmauto">ZmodemAuto=on</a> is enabled and ZRINIT packet is received, the file selection dialog of ZMODEM sending is opened.</li>
227 maya 6391 <li>updated to new Tera Term icon file(teraterm.ico, vt.ico) and macro icon file(ttmacro.ico). Special thanks to Tatsu Sakamoto.</li>
228 doda 6340 </ul>
229 yutakapon 6348 </li>
230 doda 6340
231     <li>Bug fixes
232     <ul>
233 maya 6382 <li>The background color erase(BCE) does not work with DECFI, DECBI control sequence.</li>
234 doda 6360 <li>When <a href="../setup/teraterm-com.html#AutoComPortReconnect">AutoComPortReconnect</a>=on is enabled, Tera Term can not recognize a part of device regarding USB serial port connection and disconnection.</li>
235 maya 6382 <li>When <a href="../menu/setup-additional.html#LogRotate">Log Rotate</a> is enabled and an existing file is logged, first file can not be rotated by specified size.</li>
236 yutakapon 6342 <li>MACRO: When <a href="../macro/command/ifthenelseif.html">if</a> has macro command without parameter, syntax error occurs.</li>
237 doda 6340 </ul>
238     </li>
239    
240 yutakapon 6343 <li>Misc
241 doda 6340 <ul>
242 yutakapon 6343 <li>upgraded TTSSH to <a href="#ttssh_2.77">2.77</a></li>
243 doda 6340 </ul>
244 yutakapon 6343 </li>
245 doda 6340 </ul>
246    
247    
248 maya 6337 <h3><a name="teraterm_4.90">2016.03.05 (Ver 4.90)</a></h3>
249 yutakapon 6189 <ul class="history">
250     <li>Changes
251     <ul>
252 yutakapon 6305 <li>Changed XMODEM options
253 maya 6304 <ul>
254 doda 6412 <li>Error detection type(Checksum/CRC) can be specified at <del>sending</del> <ins>receiving</ins>.</li>
255     <li>Packet size(1K) can be specified at <del>receiving</del> <ins>sending</ins>.</li>
256 yutakapon 6305 <li>The <a href="../macro/command/xmodemrecv.html">xmodemrecv</a> and <a href="../macro/command/xmodemsend.html">xmodemsend</a> macro argument is the same.</li>
257 maya 6304 </ul></li>
258 yutakapon 6305 <li>Cancel from remote host at XMODEM transmitter becomes as trasnfer failure.</li>
259     <li>When remote host sends 1K packet against Checksum at XMODEM receiving, Tera Term receives data as Checksum/1K.</li>
260     <li>When remote host sends NAK at XMODEM CRC sending, Tera Term sends data as Checksum.</li>
261 yutakapon 6323 <li>added configuration for XMODEM, YMODEM and ZMODEM timeout value.
262     <ul>
263     <li>added the <a href="../setup/teraterm-trans.html#XmodemTimeouts">XmodemTimeouts</a> entry in the teraterm.ini file. </li>
264     <li>added the <a href="../setup/teraterm-trans.html#YmodemTimeouts">YmodemTimeouts</a> entry in the teraterm.ini file. </li>
265     <li>added the <a href="../setup/teraterm-trans.html#ZmodemTimeouts">ZmodemTimeouts</a> entry in the teraterm.ini file. </li>
266     </ul></li>
267 yutakapon 6331 <li>XMODEM: Send and Receive dialog's option can not be affected each other.</li>
268 maya 6332 <li>MACRO: When <a href="../macro/command/ifthenelseif.html">if</a> does not have statement, macro error always occurs.</li>
269 yutakapon 6189 </ul>
270     </li>
271    
272     <li>Bug fixes
273     <ul>
274 doda 6329 <li>BCE information does not be updated at OSC 4/11/104/111 control string.</li>
275 maya 6332 <li>XMODEM: When CRC sends, Checksum may send half way incorrectly.</li>
276 yutakapon 6191 <li>Eterm look-feel: When invalid image file is specified as background, an application fault occurs.</li>
277 yutakapon 6212 <li>The return value of <a href="../macro/command/random.html">random</a> macro command is the deviation of the pseudo random number.
278 doda 6209 <ul>
279 yutakapon 6212 <li>The specified maximum value will be a very low probability.</li>
280     <li>When the maximum value is specified as over 32768 number, any value can not be generated.</li>
281 yutakapon 6305 <li>Random generation is used for SFMT.</li>
282 yutakapon 6212 </ul></li>
283 yutakapon 6257 <li>When invalid folder type is specified on the <a href="../macro/command/getspecialfolder.html">getspecialfolder</a> macro command, the desktop folder is returned by mistake. </li>
284 yutakapon 6298 <li>MACRO: When <a href="../macro/command/getipv6addr.html">getipv6addr</a> command is called on Windows 2000, an application _ttpmacro.exe_ fault occurs.</li>
285 yutakapon 6189 </ul>
286     </li>
287    
288     <li>Misc
289     <ul>
290     <li>upgraded TTSSH to <a href="#ttssh_2.76">2.76</a></li>
291 maya 6304 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_28">1.07_28</a></li>
292 yutakapon 6189 </ul>
293     </li>
294     </ul>
295    
296    
297 maya 6181 <h3><a name="teraterm_4.89">2015.12.01 (Ver 4.89)</a></h3>
298 maya 6033 <ul class="history">
299 yutakapon 6082 <li>Changes
300 maya 6033 <ul>
301 yutakapon 6178 <li>The parameter check of the control sequence can be reinforced.</li>
302 doda 6176 <li>added support for querying the status of DECSLRM and DECSCUSR by using the DECRQSS control sequence.</li>
303 yutakapon 6091 <li>When the baud rate is high speed on the serial connection, the file transfer can be accelerated.
304     <ul>
305 maya 6115 <li>added the <a href="../setup/teraterm-trans.html#FileSendHighSpeedMode">FileSendHighSpeedMode</a> entry in the teraterm.ini file. The default value is on.</li>
306 yutakapon 6091 </ul></li>
307 yutakapon 6096 <li>Eterm look-feel: added the <a href="../menu/setup-additional.html#ImageBrightness">Image Brightness</a> configuration.</li>
308 yutakapon 6098 <li>added the Virtual Store path to <a href="../menu/setup-directory.html">Setup directory</a>.</li>
309 yutakapon 6125 <li>The cygterm.cfg is not saved on dialog closing but is saved on the Save setup when <a href="../menu/setup-additional.html#CygTerm">the CygTerm configuration of the Addtional settings</a> is used.</li>
310 maya 6162 <li>The command line option can be quoted from an offset when the '"' is used.</li>
311 yutakapon 6139 <li>When the click-able URL is not double-clicked but single-clicked on the version dialog, the browser can be launched.</li>
312 maya 6162 <li>MACRO: added new parameter which can specify an index of selected item at the <a href="../macro/command/listbox.html">listbox</a> macro command.</li>
313 maya 6033 </ul>
314 yutakapon 6082 </li>
315 maya 6033
316 yutakapon 6082 <li>Bug fixes
317 maya 6033 <ul>
318 yutakapon 6082 <li>When the host name includes a comment on new connection dialog, it will not connect to the remote host.</li>
319 yutakapon 6091 <li>When the USB serial cable is inserted and extracted while the serial connection is doing, new serial connection will be failed. However, this fix is supported on the Windows XP or later.
320     <ul>
321 maya 6115 <li>added the <a href="../setup/teraterm-com.html#AutoComPortReconnect">AutoComPortReconnect</a> entry in the teraterm.ini file. The default value is on.</li>
322 yutakapon 6091 </ul></li>
323 yutakapon 6128 <li>The cygterm.cfg file can not be saved in the Virtual Store environment.</li>
324 yutakapon 6178 <li>The status line can not work well.</li>
325 maya 6033 </ul>
326 yutakapon 6082 </li>
327 maya 6033
328     <li>Misc
329     <ul>
330     <li>upgraded TTSSH to <a href="#ttssh_2.75">2.75</a></li>
331 doda 6155 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.22">1.0.0.22</a></li>
332     <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.04">1.04</a></li>
333 maya 6172 <li>upgraded LogMeTT to 2.12</li>
334 maya 6033 </ul>
335     </li>
336     </ul>
337    
338    
339 maya 5988 <h3><a name="teraterm_4.88">2015.09.01 (Ver 4.88)</a></h3>
340 yutakapon 5902 <ul class="history">
341     <li>Changes
342     <ul>
343 yutakapon 5935 <li>When the color palette is changed and inquired with the OSC 4, the palette number(256, 258, 259) is treated as the highlight, blinking and reverse attribute color.</li>
344 yutakapon 5952 <li>When the color is inquired with the OSC 4, OSC 10 and so on, the terminal character is matched to the requested character.</li>
345 yutakapon 6015 <li>The all attribute color is reset to the initial status with the OSC 105 ST.</li>
346 maya 5966 <li>added the button to open a configuration file to <a href="../menu/setup-directory.html">Setup directory</a>.</li>
347 yutakapon 5951 <li>MACRO: A dialog of the filenamebox and dirnamebox is on top of all the other windows.</li>
348 yutakapon 5902 </ul>
349     </li>
350    
351     <li>Bug fixes
352     <ul>
353 yutakapon 5929 <li>When the port number is not 23 on local connection, the Cygwin connection starts by Alt+D(Duplicate session) key.</li>
354 yutakapon 5982 <li>When the <a href="../menu/setup-keyboard.html#MetaKey">Meta key</a> is set to left or right, the combination key with the Alt and the cursor/Insert/etc edit keypad can not work well in the KEYBOARD.CNF.</li>
355 yutakapon 5902 </ul>
356     </li>
357    
358     <li>Misc
359     <ul>
360     <li>upgraded TTSSH to <a href="#ttssh_2.74">2.74</a></li>
361 yutakapon 5955 <li>added support for Microsoft Windows 10.</li>
362 yutakapon 5902 </ul>
363     </li>
364     </ul>
365    
366    
367    
368 maya 5896 <h3><a name="teraterm_4.87">2015.05.31 (Ver 4.87)</a></h3>
369 yutakapon 5811 <ul class="history">
370     <li>Changes
371     <ul>
372 maya 5891 <li>added the <a href="../menu/setup-directory.html">[Setup directory]</a> under the <a href="../menu/setup.html">[Setup]</a> menu.</li>
373 yutakapon 5867 <li>MACRO: A macro file described in UTF-8 BOM can not report a syntax error.</li>
374 yutakapon 5881 <li>MACRO: A numerical value can be specified at the <a href="../macro/command/filewrite.html">filewrite</a>, <a href="../macro/command/filewriteln.html">filewriteln</a> macro command.</li>
375 yutakapon 5811 </ul>
376     </li>
377    
378     <li>Bug fixes
379     <ul>
380 yutakapon 5836 <li>The keyboard(CNF) configuration will be reset when a new connection is created.</li>
381 yutakapon 5811 </ul>
382     </li>
383    
384     <li>Misc
385     <ul>
386     <li>upgraded TTSSH to <a href="#ttssh_2.73">2.73</a></li>
387 maya 5878 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.21">1.0.0.21</a></li>
388     <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.13">1.13</a></li>
389 yutakapon 5821 <li>upgraded LogMeTT to 2.10.3</li>
390 yutakapon 5867 <li>changed the domain name from SourceForge.jp to OSDN.</li>
391 yutakapon 5811 </ul>
392     </li>
393     </ul>
394    
395    
396    
397 maya 5804 <h3><a name="teraterm_4.86">2015.02.28 (Ver 4.86)</a></h3>
398 maya 5737 <ul class="history">
399     <li>Changes
400     <ul>
401 yutakapon 5738 <li>When the [Reset Terminal] on the <a href="../menu/control.html">[Control]</a> is called, the color setup with OSC 10/11 will be reseted.</li>
402 yutakapon 5774 <li>YMODEM: The block0 packet size meaning end of transfer is 128 byte at all time. Special thanks to mlukoshkov.</li>
403     <li>YMODEM: The packet of file information is not fixed size but variable size(128 or 1024byte).</li>
404 maya 5780 <li>added the <a href="../macro/command/dirnamebox.html">dirnamebox</a> command.</li>
405 yutakapon 5760 <li>added the <a href="../macro/command/getmodemstatus.html">getmodemstatus</a> command.</li>
406 maya 5737 </ul>
407     </li>
408    
409     <li>Bug fixes
410     <ul>
411 maya 5804 <li>When the DECBI control sequence is used on the left of the screen, the wide character of the left screen will be incorrectly removed.</li>
412 yutakapon 5786 <li>The KEYBOARD.CNF file can not be loaded when the Tera Term is performed with the macro script.</li>
413 yutakapon 5774 <li>YMODEM: When the data is sent, the CANCEL command from the remote host does not work well.</li>
414     <li>YMODEM: When the received file information contains only a file name, an end of the file name is broken.</li>
415     <li>YMODEM: When the received file information does not include the file size, the file data can not be recorded well.</li>
416 yutakapon 6366 <li>The setting value of the <a href="../menu/setup-additional.html#LogRotate">Log Rotate</a> will not display well.</li>
417 yutakapon 5738 <li>When the x=0,y=0 is specified by the <a href="../macro/command/setdlgpos.html">setdlgpos</a> marco command, the <a href="../macro/command/statusbox.html">statusbox</a> will be newly opened and however the statusbox can not be properly shown.</li>
418 yutakapon 6015 <li>When the macro filename is so longer, the currently executing line number can not be shown. And also, the macro window can be re-sizable.</li>
419 maya 5737 </ul>
420     </li>
421    
422     <li>Misc
423     <ul>
424 maya 5761 <li>upgraded TTSSH to <a href="#ttssh_2.72">2.72</a></li>
425 maya 5789 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_25">1.07_25</a></li>
426 yutakapon 5755 <li>upgraded Oniguruma to 5.9.6.</li>
427 maya 5737 </ul>
428     </li>
429     </ul>
430    
431    
432    
433 maya 5726 <h3><a name="teraterm_4.85">2014.11.30 (Ver 4.85)</a></h3>
434 maya 5660 <ul class="history">
435     <li>Changes
436     <ul>
437 yutakapon 5696 <li>added support for the pause time while the break signal is sending to the serial port.
438 maya 5695 <ul>
439 yutakapon 5696 <li>added the <a href="../setup/teraterm-com.html#SendBreakTime">SendBreakTime</a> entry in the teraterm.ini file.</li>
440 maya 5695 </ul></li>
441 yutakapon 5696 <li>The Alt+D and Alt+I accelerator key can only be worked on the VT window.</li>
442 maya 5689 <li>added new optional setting that can disable accelerator key of New Connection.
443     <ul>
444     <li>added <a href="../setup/teraterm-misc.html#AcceleratorNewConnection">AcceleratorNewConnection</a> entry to teraterm.ini.</li>
445     </ul></li>
446     <li>added new optional setting that can disable accelerator key of Cygwin connection.
447     <ul>
448     <li>added <a href="../setup/teraterm-misc.html#AcceleratorCygwinConnection">AcceleratorCygwinConnection</a> entry to teraterm.ini.</li>
449     </ul></li>
450 yutakapon 5661 <li>added the 3rd argument to specify the initial directory at the <a href="../macro/command/filenamebox.html">filenamebox</a> macro command.</li>
451 yutakapon 5719 <li>added the 4th argument to open a text file for reading at the <a href="../macro/command/fileopen.html">fileopen</a> macro command.</li>
452 maya 5660 </ul>
453     </li>
454 yutakapon 5664
455 maya 5689 <li>Bug fixes
456     <ul>
457 yutakapon 5690 <li>The language file will not be shown in the General setup.</li>
458 yutakapon 5723 <li>When the <a href="../macro/command/connect.html">connect</a> macro command is failed, the command will be failed again.</li>
459 yutakapon 5696 <li>The floating point number can not be specified in the <a href="../macro/command/sprintf.html">sprintf</a>, <a href="../macro/command/sprintf2.html">sprintf2</a> macro command.</li>
460     <li>The character width and precision specifying of the format style can not use the * character in the <a href="../macro/command/sprintf.html">sprintf</a>, <a href="../macro/command/sprintf2.html">sprintf2</a> macro command.</li>
461 maya 5689 </ul>
462     </li>
463    
464 yutakapon 5664 <li>Misc
465     <ul>
466     <li>upgraded TTSSH to <a href="#ttssh_2.71">2.71</a></li>
467 yutakapon 5666 <li>added the Traditional Chinese.lng language file. Special thanks to Wei Yan.</li>
468 yutakapon 5668 <li>added support for 64bit Cygwin connection automatically.</li>
469 yutakapon 5680 <li>removed the 64bit cyglaunch.exe program.</li>
470 yutakapon 5664 </ul>
471     </li>
472 maya 5660 </ul>
473    
474    
475 maya 5655 <h3><a name="teraterm_4.84">2014.08.31 (Ver 4.84)</a></h3>
476 maya 5603 <ul class="history">
477 maya 5608 <li>Changes
478     <ul>
479 yutakapon 6015 <li>When a file is received by using YMODEM or ZMODEM protocol, the file time-stamp is updated.</li>
480 yutakapon 5614 <li>added the log type configuration on the Log tab of the <a href="../menu/setup-additional.html#LogOption">Additional settings dialog</a>.</li>
481 maya 5608 </ul>
482     </li>
483    
484 yutakapon 5633 <li>Bug fixes
485     <ul>
486 maya 5649 <li>When the LanguageUI is changed on the General setup dialog, the help file can not be switched.</li>
487 yutakapon 5633 <li>MACRO: The last line number can not display on the macro execution dialog.</li>
488     </ul>
489     </li>
490    
491 yutakapon 5604 <li>Misc
492     <ul>
493     <li>added support for Microsoft Windows Server 2012 R2.</li>
494 yutakapon 5605 <li>upgraded TTSSH to <a href="#ttssh_2.70">2.70</a></li>
495 yutakapon 5612 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.12">1.12</a></li>
496 yutakapon 6015 <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.03">1.03</a></li>
497 yutakapon 5646 <li>upgraded LogMeTT to 2.10.2</li>
498 yutakapon 5668 <li>added the 64bit cygterm.exe and cyglaunch.exe into the installation directory.</li>
499 yutakapon 5604 </ul>
500     </li>
501 maya 5603 </ul>
502    
503 maya 5608
504 maya 5601 <h3><a name="teraterm_4.83">2014.06.01 (Ver 4.83)</a></h3>
505 maya 5514 <ul class="history">
506 yutakapon 5574 <li>Changes
507 maya 5514 <ul>
508 yutakapon 5584 <li>The cursor position can be moved to the top-left of the screen when the screen is clear.
509 maya 5595 <ul>
510     <li>added support for the TTCTH control sequence.</li>
511 maya 5608 </ul></li>
512 yutakapon 5635 <li>added support for Termcap/Terminfo string query.
513     <ul>
514     <li>Refer to the <a href="../usage/tips/vim.html#background">Background color</a> for the vim user.</li>
515     </ul></li>
516 yutakapon 6015 <li>Eterm look-feel: Changed the background image from label to check-box style on the Visual tab of the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
517 yutakapon 5600 <li>added support for selecting any type of the <a href="../setup/teraterm-term.html#displayall">Debug mode</a>.
518     <ul>
519     <li>added the DebugModes entry in the teraterm.ini file.</li>
520     </ul></li>
521 maya 5514 </ul>
522 yutakapon 5574 </li>
523 maya 5514
524 yutakapon 5561 <li>Bug fixes
525 maya 5514 <ul>
526 yutakapon 5561 <li>The background color will not be painted well after the cursor position is restored.</li>
527 yutakapon 5571 <li>Eterm look-feel: The background image file will not be drawn by using any JPEG file.</li>
528 yutakapon 5600 <li>Fixed some bugs regarding Debug mode
529 doda 5596 <ul>
530 yutakapon 6015 <li>When the debug mode is entered, the insertion mode and the auto-wrap mode may be changed.</li>
531     <li>When the debug mode is entered, the character attribute can not be reseted.</li>
532 yutakapon 5600 <li>When the debug mode is leaved, the character attribute may be reseted.</li>
533     </ul></li>
534 maya 5514 </ul>
535 yutakapon 5561 </li>
536 maya 5514
537 yutakapon 5546 <li>Misc
538 maya 5514 <ul>
539 yutakapon 5546 <li>upgraded TTSSH to <a href="#ttssh_2.69">2.69</a></li>
540 maya 5582 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.20">1.0.0.20</a></li>
541 yutakapon 5565 <li>upgraded LogMeTT to 2.10.1.7</li>
542 maya 5514 </ul>
543 yutakapon 5546 </li>
544 maya 5514 </ul>
545    
546    
547 maya 5509 <h3><a name="teraterm_4.82">2014.03.08 (Ver 4.82)</a></h3>
548 yutakapon 5494 <ul class="history">
549     <li>Changes
550     <ul>
551 yutakapon 5507 <li>A multicast name by using the <a href="../macro/command/sendmulticast.html">sendmulticast</a> macro command can be specified with the <a href="../commandline/teraterm.html#mn">/MN</a> command line option.</li>
552 yutakapon 5494 </ul>
553     </li>
554    
555     <li>Bug fixes
556     <ul>
557 yutakapon 5507 <li>A cursor can not be moved to right edge by using the CHA, HPA control sequence.</li>
558 maya 5595 <li>MACRO: By using the `<a href="../macro/command/include.html">include</a>' macro command, an application fault occurs while running ttpmacro.exe.</li>
559 yutakapon 5494 </ul>
560     </li>
561     </ul>
562    
563    
564 maya 5489 <h3><a name="teraterm_4.81">2014.02.28 (Ver 4.81)</a> Celebrating 20 years</h3>
565 doda 5453 <ul class="history">
566 yutakapon 5468 <li>Changes
567 doda 5453 <ul>
568 yutakapon 5468 <li>Macro
569     <ul>
570     <li>added the <a href="../macro/command/uptime.html">uptime</a> command.</li>
571 yutakapon 5470 <li>The value by using <a href="../macro/command/logautoclosemode.html">logautoclosemode</a> is set to default when the macro script is terminated.</li>
572 yutakapon 5468 </ul></li>
573 doda 5453 </ul>
574 yutakapon 5468 </li>
575 maya 3227
576 yutakapon 5454 <li>Bug fixes
577 doda 5453 <ul>
578 yutakapon 5454 <li>When the window size is changed, the cursor moves to the left margin.</li>
579 yutakapon 5462 <li>The "Include screen buffer" option appears in the "Send file" and "ZMODEM Send" dialog.</li>
580 maya 5488 <li>When the LanguageUI is changed on the General setup dialog, the window title can not be updated.</li>
581 yutakapon 5466 <li>MACRO: A macro file larger than 1MB slows down the performance.</li>
582 doda 5453 </ul>
583 yutakapon 5454 </li>
584 yutakapon 5140
585 yutakapon 5463 <li>Misc
586 doda 5453 <ul>
587 maya 5479 <li>upgraded TTSSH to <a href="#ttssh_2.68">2.68</a></li>
588     <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.19">1.0.0.19</a></li>
589 maya 5487 <li>upgraded LogMeTT to 2.10.1</li>
590 yutakapon 5463 <li>upgraded TTLEditor to 1.5</li>
591 doda 5453 </ul>
592 yutakapon 5463 </li>
593 doda 5453 </ul>
594    
595    
596 maya 5450 <h3><a name="teraterm_4.80">2013.11.30 (Ver 4.80)</a></h3>
597 doda 5384 <ul class="history">
598 yutakapon 5389 <li>Changes
599 doda 5384 <ul>
600 yutakapon 5413 <li>can be changed the maximum size of the OSC string
601 doda 5412 <ul>
602 yutakapon 5413 <li>added the <a href="../setup/teraterm-term.html#MaxOSCBufferSize">MaxOSCBufferSize</a> entry in the teraterm.ini file. The default value is 4096.</li>
603     </ul></li>
604 maya 5445 <li>added the "Include screen buffer" option in the <a href="../menu/file-log.html#LogIncludeScreenBuffer">Log dialog box</a>.
605     <ul>
606     <li>added the LogIncludeScreenBuffer entry in the <a href="../setup/teraterm-ini.html#LogIncludeScreenBuffer">teraterm.ini</a> file.</li>
607     <li>added the "Include screen buffer" option at the "<a href="../macro/command/logopen.html">logopen</a>" macro command.</li>
608     </ul></li>
609 maya 5441 <li>added the <a href="../commandline/teraterm.html#es">/ES</a> command line option. It enables the "New connection" dialog.</li>
610 yutakapon 5437 <li>When the URL string is divided at the end of the line, new setting can enable to concatenate the whole string.
611 doda 5435 <ul>
612 maya 5445 <li>added the <a href="../setup/teraterm-misc.html#JoinSplitURL">JoinSplitURL and JoinSplitURLIgnoreEOLChar</a> entries in the teraterm.ini file.</li>
613 yutakapon 5437 </ul></li>
614 yutakapon 5389 <li>Macro
615     <ul>
616     <li>added the TTL filename on the error and execution dialog.</li>
617 yutakapon 5391 <li>Saves and restores the timezone when the <a href="../macro/command/gettime.html">gettime</a> and <a href="../macro/command/getdate.html">getdate</a> command executes.</li>
618 yutakapon 5389 </ul></li>
619 doda 5384 </ul>
620 yutakapon 5389 </li>
621 doda 5384
622     <li>Bug fixes
623     <ul>
624 doda 5435 <li>When the terminal size is changed, the left and right margin mode (DECLRMM) does not cleared.</li>
625 yutakapon 5437 <li>The VPR/VPB/HPR/HPB control sequences are affected by the scroll margin.</li>
626     <li>A cursor will be moved to upper screen over by using the CUU/VPB control sequences.</li>
627     <li>The VPB control sequence will be released with a part of mode.</li>
628     <li>The DECFI/DECBI control sequence ignores the scroll margin.</li>
629     <li>The DECBI control sequence mistakes for saving the cursor position.</li>
630     <li>The DECFI control sequence mistakes for changing the application keypad mode.</li>
631 maya 5441 <li>When the log file is opened, the "Hide dialog" function does not work well.</li>
632     <li>When the tool chip is minus position on resizing, the tool chip is shown on the primary monitor with the multi monitor environment.</li>
633     <li>Tera Term(ttermpro.exe) can not run on Windows 95/NT4.0.</li>
634 doda 5384 </ul>
635     </li>
636    
637 doda 5404 <li>Misc
638 doda 5384 <ul>
639 maya 5422 <li>upgraded TTSSH to <a href="#ttssh_2.67">2.67</a></li>
640 yutakapon 6015 <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.03">1.03</a></li>
641 yutakapon 5411 <li>added support for Microsoft Windows 8.1.</li>
642 yutakapon 5418 <li>upgraded Oniguruma to 5.9.5.</li>
643 yutakapon 5427 <li>added the Simplified Chinese.lng language file. Special thanks to LiShaohui.</li>
644 doda 5384 </ul>
645 doda 5404 </li>
646 doda 5384 </ul>
647    
648 maya 5380 <h3><a name="teraterm_4.79">2013.09.01 (Ver 4.79)</a></h3>
649 yutakapon 5300 <ul class="history">
650     <li>Changes
651     <ul>
652 maya 5373 <li>added support for the DECRQM(Request Mode) control sequence.</li>
653     <li>added support for left and right margin.
654     <ul>
655     <li>added support for DECLRMM(Left Right Margin Mode), DECSLRM(Set Left and Right Margins) control sequences.</li>
656     </ul></li>
657 maya 5402 <li>When the <a href="../menu/file.html">Exit All</a> is called, the user is always confirmed.</li>
658 yutakapon 5302 <li>added the Undo menu under the <a href="../menu/window.html">Window menu</a> when Tera Term's windows are arranged.</li>
659 yutakapon 5319 <li>The file transferring dialog can not be shown.
660 doda 5312 <ul>
661 yutakapon 5319 <li>added the <a href="../setup/teraterm-trans.html#hidetransdialog">FTHideDialog</a> entry in the teraterm.ini file. The default value is off. Special thanks to Teodor Robas.</li>
662 doda 5317 </ul></li>
663 yutakapon 5319 <li>The beep sound can be suppressed when the bell ringing is rushed.
664 doda 5317 <ul>
665 doda 5375 <li>added the <a href="../setup/teraterm-term.html#BellLimitting">BellOverUsedTime, BellOverUsedCount and BellSuppressTime</a> entries in the teraterm.ini file. The default value are 2 , 5 and 5.</li>
666 yutakapon 5319 </ul></li>
667 maya 5653 <li>added the <a href="../commandline/teraterm.html#autowinclose">/AUTOWINCLOSE</a> command line option to control the <a href="../menu/setup-tcpip.html#AutoWinClose">Auto window close</a>.</li>
668 yutakapon 5305 <li>Macro
669     <ul>
670 yutakapon 5368 <li>added the "Unknown command." new message in the <a href="../macro/appendixes/errormessages.html">Error messages</a>.</li>
671 maya 5373 <li>added the <a href="../macro/command/logautoclosemode.html">logautoclosemode</a> command.</li>
672 yutakapon 5368 <li>added the detail information(line number and error token) on the error dialog.</li>
673 yutakapon 5305 </ul></li>
674 yutakapon 5300 </ul>
675     </li>
676    
677 yutakapon 5319 <li>Bug fixes
678 yutakapon 5300 <ul>
679 maya 5373 <li>When the UseNomalBGColor is on, the OSC 111(Resetting standard background color) control string after the OSC 11(Setting standard background color) can not reset the background color of characters including bold attribute and so on.</li>
680 yutakapon 5338 <li>The sequence reporting the cursor change can not recognize the upper margin when the origin mode is enabled.</li>
681 maya 5373 <li>Both the Intermediate Byte and Private Parameter control sequence can not be ignored.</li>
682 yutakapon 5350 <li>When the <a href="../setup/teraterm-win.html#textselect">SelectOnActivate</a> is off, the button released event is incorrectly sent by clicking the in-active window.</li>
683 yutakapon 5366 <li>When second Tera Term is launched, the keyboard configuration file can not be read.</li>
684 maya 5373 <li>When the file is sent by D&amp;D, the help button of the dialog can not be worked well.</li>
685 maya 5402 <li>MACRO <a href="../macro/command/exec.html">exec</a>: The show parameter will be ignored when the wait parameter is 1(4.63 later) or the parameter is not 1(4.78 later).</li>
686 doda 5310 </ul>
687 yutakapon 5319 </li>
688 yutakapon 5300
689 maya 5349 <li>Misc
690 yutakapon 5300 <ul>
691 maya 5358 <li>upgraded TTSSH to <a href="#ttssh_2.66">2.66</a></li>
692 maya 5349 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_24">1.07_24</a></li>
693 yutakapon 5300 </ul>
694 maya 5349 </li>
695 yutakapon 5300 </ul>
696    
697    
698 maya 5296 <h3><a name="teraterm_4.78">2013.05.31 (Ver 4.78)</a></h3>
699 doda 5093 <ul class="history">
700 doda 5094 <li>Changes
701 doda 5093 <ul>
702 maya 5285 <li>Select "Selection" by default in the printer dialog when there is a selection. Special thanks to tentner.</li>
703 yutakapon 6366 <li>added the <a href="../menu/setup-additional.html#LogRotate">Log Rotate</a> configuration on the Additional settings dialog.
704 yutakapon 5209 <ul>
705     <li>added the LogRotate, LogRotateSize, LogRotateSizeType and LogRotateStep entries in the teraterm.ini file.</li>
706     </ul></li>
707 maya 5285 <li>added the Exit All under the <a href="../menu/file.html">File menu</a>.</li>
708     <li>added the Cascade, Stacked and Side By Side under the <a href="../menu/window.html">Window menu</a>.</li>
709 maya 5653 <li>added the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line option to disable the <a href="../menu/setup-additional.html#LogAutoStart">Auto start logging</a>.</li>
710 yutakapon 5146 <li>Macro
711     <ul>
712     <li>added the <a href="../macro/command/listbox.html">listbox</a> command.</li>
713 yutakapon 5152 <li>added the <a href="../macro/command/getipv4addr.html">getipv4addr</a> command.</li>
714     <li>added the <a href="../macro/command/getipv6addr.html">getipv6addr</a> command.</li>
715 yutakapon 5164 <li>added the <a href="../macro/command/logrotate.html">logrotate</a> command.</li>
716 yutakapon 5231 <li>added the <a href="../macro/command/crc16.html">crc16</a>, <a href="../macro/command/crc16.html">crc16file</a> command.</li>
717     <li>added the <a href="../macro/command/checksum8.html">checksum8</a>, <a href="../macro/command/checksum8.html">checksum8file</a> command.</li>
718     <li>added the <a href="../macro/command/checksum16.html">checksum16</a>, <a href="../macro/command/checksum16.html">checksum16file</a> command.</li>
719     <li>added the <a href="../macro/command/checksum32.html">checksum32</a>, <a href="../macro/command/checksum32.html">checksum32file</a> command.</li>
720 maya 5212 <li>added the <a href="../macro/command/bringupbox.html">bringupbox</a> command.</li>
721 yutakapon 5198 <li>added the <a href="../macro/command/regexoption.html">regexoption</a> command.</li>
722 yutakapon 5239 <li>added the 4th argument(current directory) at the <a href="../macro/command/exec.html">exec</a> command.</li>
723 yutakapon 5288 <li>The '<a href="../macro/command/show.html">show</a> 1' command brings the macro window to the top.</li>
724     <li>The <a href="../macro/command/messagebox.html">messagebox</a>, <a href="../macro/command/inputbox.html">inputbox</a> and <a href="../macro/command/listbox.html">listbox</a> commands bring the macro dialog to the top.</li>
725 doda 5291 <li>The <a href="../macro/command/wait.html">wait</a>, <a href="../macro/command/waitln.html">waitln</a> and <a href="../marco/command/waitregex.html">waitregex</a> commands can wait an empty strings.</li>
726     <li>When the <a href="../macro/command/waitregex.html">waitregex</a> command matches some parameters at the same time, the first matched parameter is selected.</li>
727 yutakapon 5146 </ul></li>
728 yutakapon 5140 </ul>
729     </li>
730    
731     <li>Bug fixes
732     <ul>
733 maya 5255 <li>Can not create a file including the IPv6 address in the &amp;h of the log file.</li>
734 yutakapon 5288 <li>When the <a href="../setup/teraterm-misc.html#LogLockExclusive">LogLockExclusive</a> is off, the exclusive lock remains in the log file..</li>
735 yutakapon 5256 <li>When a log file is retrieving on the network path, Tera Term does not go slow.
736     <ul>
737 maya 5285 <li>added the <a href="../setup/teraterm-misc.html#DeferredLogWriteMode">DeferredLogWriteMode</a> entry in the teraterm.ini file. The default value is ON.</li>
738 yutakapon 5256 </ul></li>
739 yutakapon 5288 <li>When the URL string ends at the right row and return code, the URL string continues to next line by mistake.</li>
740 yutakapon 5289 <li>The URL string on the mouse hand cursor shifts to the left with half character by mistake.</li>
741 maya 5653 <li>MACRO: The send/sendln command can be affected by the <a href="../menu/setup-additional.html#PasteDelayPerLine">Paste delay per line</a> configuration.</li>
742 doda 5291 <li>MACRO: When the timeout is 0, the <a href="../macro/command/waitn.html">waitn</a> command can not wait any character.</li>
743 yutakapon 6015 <li>MARCO: When the break command is executed after the continue command, the Invalid Control error will be occurred.</li>
744 maya 5285 <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>
745 doda 5291 <li>MACRO: The <a href="../macro/command/wait.html">wait</a> and <a href="../macro/command/waitln.html">waitln</a> command can not detect the right string.(ex. wait "aab" does not work against "aaab")</li>
746 yutakapon 5140 </ul>
747     </li>
748    
749     <li>Misc
750     <ul>
751 yutakapon 5143 <li>added the Russian.lng language file. Special thanks to Sergey Ryumik.</li>
752 yutakapon 5216 <li>added the Korean.lng language file. Special thanks to Daehong Kim.</li>
753 yutakapon 5192 <li>upgraded TTSSH to <a href="#ttssh_2.65">2.65</a></li>
754 yutakapon 5205 <li>upgraded Oniguruma to 5.9.4</li>
755 yutakapon 5295 <li>added support for Microsoft Windows Server 2012.</li>
756 yutakapon 5140 </ul>
757     </li>
758     </ul>
759    
760    
761     <h3><a name="teraterm_4.77">2013.02.28 (Ver 4.77)</a></h3>
762     <ul class="history">
763     <li>Changes
764     <ul>
765 doda 5094 <li>added support for the DECFRA (Fill Rectangular Area) control sequence.</li>
766 doda 5096 <li>added support for the window-ops control sequence to push/pop window title on stack.</li>
767 maya 5111 <li>Macro
768     <ul>
769     <li>added the <a href="../macro/command/continue.html">continue</a> command.</li>
770 yutakapon 5125 <li>Changed the maximum length of the string variable to 511 bytes.</li>
771 maya 5111 </ul></li>
772 doda 5093 </ul>
773 doda 5094 </li>
774 doda 5093
775     <!-- li>Bug fixes
776     <ul>
777     <li></li>
778     </ul>
779     </li -->
780    
781     <li>Misc
782     <ul>
783 doda 5114 <li>upgraded TTSSH to <a href="#ttssh_2.64">2.64</a></li>
784 yutakapon 6015 <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.02">1.02</a></li>
785     <li>upgraded TTXKCodeChange Plug-in to <a href="#kcodechange_1.01">1.01</a></li>
786 doda 5093 </ul>
787     </li>
788     </ul>
789    
790 maya 5084 <h3><a name="teraterm_4.76">2012.12.02 (Ver 4.76)</a></h3>
791 doda 5018 <ul class="history">
792 doda 5021 <li>Changes
793 doda 5018 <ul>
794 yutakapon 5081 <li>added support for the <a href="ctrlseq.html#charattr">SGR 38:2, 48:2</a>(the character and background color changing specified by RGB value). The nearest color with 256 color palette is used.</li>
795     <li>added support the colon(:) separator with the <a href="ctrlseq.html#charattr">SGR 38:5, 48:5</a>(the character and background color changing specified by RGB value). Refer to the ISO/IEC 8613-6 (ITU-T Rec. T.416).</li>
796 maya 5080 <li>The method of the special folder is changed from reading the registry to SH API.</li>
797 yutakapon 5024 <li>Do not save the <a href="../setup/teraterm-win.html#WindowIcon">VTIcon and TEKIcon entries</a> into the teraterm.ini file.</li>
798 yutakapon 5052 <li>When a ini file can not be written at the Save setup, the error message will be shown.</li>
799 doda 5018 </ul>
800 doda 5021 </li>
801 doda 5018
802 maya 5071 <li>Bug fixes
803 doda 5018 <ul>
804 yutakapon 5081 <li>The palette out of range number can not be ignored with the <a href="ctrlseq.html#charattr">SGR 38:5, 48:5</a>(the character and background color changing specified by RGB value).</li>
805 yutakapon 5072 <li>A string pasted by clipboard will be corrupted with any keyboard layout.</li>
806     <li>The <a href="../macro/command/strreplace.html">strreplace</a> macro command will be crashed when the 'matchstr', 'groupmatchstr1' - 'groupmatchstr9' system variables are specified as the argument.</li>
807 doda 5018 </ul>
808 maya 5071 </li>
809 doda 5018
810     <li>Misc
811     <ul>
812     <li>upgraded TTSSH to <a href="#ttssh_2.63">2.63</a></li>
813 doda 5054 <li>added support for Microsoft Windows 8.</li>
814 yutakapon 5067 <li>upgraded Oniguruma to 5.9.3</li>
815 doda 5018 </ul>
816     </li>
817     </ul>
818    
819 maya 5013 <h3><a name="teraterm_4.75">2012.08.31 (Ver 4.75)</a></h3>
820 yutakapon 4959 <ul class="history">
821     <li>Changes
822     <ul>
823 yutakapon 4982 <li>A button value is changed from 3 to 35 while the button is not pressed at the Any Event Tracking mode.</li>
824 yutakapon 4986 <li>added the 0; character at the reply head by requesting the character attribute of the DECRQSS.</li>
825 yutakapon 4992 <li>At requesting the character attribute of the DECRQSS, the color attribute is not included in reply when the <a href="../menu/setup-additional.html">Enable ANSI Color</a> is off.</li>
826 yutakapon 6015 <li>When the host number is discontinuous value, Tera Term can read the [Hosts] section in the teraterm.ini file.</li>
827 maya 4964 <li>Macro
828     <ul>
829     <li>added the <a href="../macro/command/setpassword.html">setpassword</a> command.</li>
830     <li>added the <a href="../macro/command/ispassword.html">ispassword</a> command.</li>
831     </ul></li>
832 yutakapon 4959 </ul>
833     </li>
834    
835     <li>Bug fixes
836     <ul>
837 yutakapon 4962 <li>Named pipe: The pipe can not be disconnected when the Oracle Virtual Box is terminated.</li>
838 yutakapon 4966 <li>COM port: The default setting can not be saved in the teraterm.ini file.</li>
839 yutakapon 6015 <li>YMODEM: When the receiving a file is temporarily stopped, Tera Term can not send a NAK after timeout. So, the transferring can not be continued.</li>
840 yutakapon 4970 <li>Macro command: The send and sendln can not transmit a character #01.</li>
841 yutakapon 4976 <li>Macro command regarding file using: A relative path will not be recognized.
842 maya 4974 <ul>
843 yutakapon 6015 <li>The base of a relative path will be a path existing a macro file or Tera Term installation directory. By using this bug fix, the relative path can be a path existing a macro file.</li>
844 yutakapon 4976 </ul></li>
845 yutakapon 4959 </ul>
846     </li>
847    
848     <li>Misc
849     <ul>
850 maya 4988 <li>upgraded TTSSH to <a href="#ttssh_2.62">2.62</a></li>
851 yutakapon 4959 </ul>
852     </li>
853     </ul>
854    
855    
856 maya 4956 <h3><a name="teraterm_4.74">2012.05.31 (Ver 4.74)</a></h3>
857 yutakapon 4851 <ul class="history">
858     <li>Changes
859     <ul>
860 yutakapon 4853 <li>Serial port connection
861     <ul>
862     <li>added the mark parity, space parity and 1.5 stop bit on the serial port setup.</li>
863     <li>added the "mark" and "space" name of the Parity entry. The default is "none".</li>
864     <li>added the "1.5" name of the StopBit entry. The default is "1".</li>
865     </ul></li>
866 yutakapon 4859 <li>Named pipe
867     <ul>
868 yutakapon 4862 <li>added support for the named pipe. Tera Term can <a href="../usage/tips/namedpipe.html">connect the serial port of the VMware and Hyper-V</a>.</li>
869 yutakapon 4861 <li>A named pipe can be specified into the TCP/IP:Host entry of <a href="../menu/file-new.html">New connection dialog</a>.</li>
870 maya 4949 <li>added the <a href="../commandline/teraterm.html#namedpipe">/NAMEDPIPE</a> option by specifying the named pipe.</li>
871 yutakapon 4859 </ul></li>
872 yutakapon 4895 <li>added the AUTO entry in the <a href="../menu/setup-terminal.html#CRReceive">New-line(receive)</a>. Special thanks to tentner.</li>
873 yutakapon 4877 <li>added the selection of the font quality.
874 maya 4874 <ul>
875 yutakapon 4877 <li>added the Font quality configuration on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
876     </ul></li>
877 yutakapon 4891 <li>added the SCP destination path on the confirmation dialog when a user drags a file to TeraTerm window.
878     <ul>
879     <li>added the ScpSendDir entry in the teraterm.ini file.</li>
880     </ul></li>
881 yutakapon 4910 <li>Eterm look-feel
882     <ul>
883     <li>Environment variable strings(%variableName%) can be included in the ini file path.</li>
884 yutakapon 4942 <li>added an image file specified configuration(theme\ImageFile.INI). Also, a background image file can be specified on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
885 yutakapon 6015 <li>Enabled the "Eterm lookfeel" check-box on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
886 yutakapon 4910 </ul></li>
887 doda 6719 <li>added the LanguageUI entry on the <a href="../menu/setup-general.html">General setup dialog</a>.</li>
888 maya 4949 <li>A message dialog is shown when the cygterm.cfg has been saved on the Cygwin tab of the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
889     <li>added support for IME feedback back and forth function. The ATOK2012, MS-IME2002 and MS-IME2003 work well. Also, this feature is disabled with "IME=off"(teraterm.ini).</li>
890     <li>Removed an extra semicolon(;) included in the window size requesting.</li>
891 yutakapon 4887 <li>Macro
892     <ul>
893 yutakapon 4902 <li>added the "paramcnt"(argument count) and "param1"(macro filename) in the <a href="../macro/syntax/variables.html">Variables</a>.</li>
894 yutakapon 4887 <li>added a sample code in the <a href="../macro/command/connect.html">connect</a> command.</li>
895 yutakapon 4904 <li>added the <a href="../macro/command/filelock.html">filelock</a> command.</li>
896     <li>added the <a href="../macro/command/fileunlock.html">fileunlock</a> command.</li>
897 yutakapon 4921 <li>added the third argument _timezone_ at the <a href="../macro/command/gettime.html">gettime</a> and <a href="../macro/command/getdate.html">getdate</a> command.</li>
898 yutakapon 4887 </ul></li>
899 maya 4894 </ul>
900 yutakapon 4851 </li>
901    
902     <li>Bug fixes
903     <ul>
904     <li>KERMIT protocol
905     <ul>
906     <li>The initial parameters of the KERMIT server do not be checked well.</li>
907     </ul></li>
908 yutakapon 4877 <li>The drop down list's items are not shown on Windows 2000 or earlier.</li>
909 maya 4949 <li>Fixed a typo of the Cyrillic letter translation table(range of CP866 and ISO8859-5).</li>
910     <li>A string array can not be recognized as the argument of the macro command.</li>
911 yutakapon 4851 </ul>
912     </li>
913    
914     <li>Misc
915     <ul>
916 yutakapon 4865 <li>upgraded TTSSH to <a href="#ttssh_2.61">2.61</a></li>
917 yutakapon 4851 </ul>
918     </li>
919     </ul>
920    
921 maya 4844 <h3><a name="teraterm_4.73">2012.02.29 (Ver 4.73)</a></h3>
922 doda 4771 <ul class="history">
923     <li>Changes
924     <ul>
925     <li>added support for following control strings.
926     <ul>
927     <li>OSC 5 (Change bold/blink/reverse attribute color)</li>
928     <li>OSC 104 (Reset color palette)</li>
929     <li>OSC 105 (Reset bold/blink/reverse attribute color)</li>
930     <li>OSC 110 (Reset VT window text foreground color)</li>
931     <li>OSC 111 (Reset VT window text foreground color)</li>
932     <li>OSC 115 (Reset TEK window text foreground color)</li>
933     <li>OSC 116 (Reset TEK window text foreground color)</li>
934     </ul></li>
935 yutakapon 4775 <li>added support for reading the Clipboard by using the OSC 52(clipboard accessing) control sequence.</li>
936 doda 4830 <li>added support for xterm(UTF-8), xterm(SGR) and rxvt-unicode style extended mouse tracking mode.</li>
937 yutakapon 6015 <li>When the receiving file is empty, the file name is assigned to no-name.</li>
938 yutakapon 4811 <li>When the receiving file name contains banned characters, these characters are replaced to _.</li>
939 yutakapon 4817 <li>KERMIT protocol
940     <ul>
941     <li>Changed the MAXL from 90 to 94. Workaround for failing to communicate against NT-4S(Hitachi VoIP gateway).</li>
942     <li>Improved the KERMIT.LOG more easily.</li>
943     <li>added the <a href="../setup/teraterm-trans.html#kmlongpkt">KmtLongPacket</a> entry in the teraterm.ini file. The default value is off.
944     <li>added the <a href="../setup/teraterm-trans.html#kmfileattr">KmtFileAttr</a> entry in the teraterm.ini file. The default value is off.
945     </ul></li>
946 maya 4842 <li>added support for exclusive-locking the log file in written mode.
947     <ul>
948     <li>added the <a href="../setup/teraterm-misc.html#LogLockExclusive">LogLockExclusive</a> entry in the teraterm.ini file. The default value is on.
949     </ul></li>
950 doda 4807 <li>added the "<a href="../macro/command/loginfo.html">loginfo</a>" macro command.</li>
951 doda 4771 </ul>
952     </li>
953    
954 yutakapon 4781 <li>Bug fixes
955 doda 4771 <ul>
956 yutakapon 4787 <li>Updated the Cyrillic letter translation table(range of KOI8-R, CP866, Windows-1251 and ISO8859-5).</li>
957 yutakapon 4794 <li>The packet number will not be correct while sending a file by using the XMODEM and YMODEM protocol.</li>
958 yutakapon 4823 <li>When a log is started, the log window is temporarily activated. However, this is enabled for Windows 2000 later.</li>
959 maya 4842 <li>"<a href="../macro/command/filerename.html">filerename</a>" macro command: When a file can not be renamed, the error code stores to the result variable.</li>
960 maya 4841 <li>"<a href="../macro/command/filedelete.html">filedelete</a>" macro command: When a file can not be removed, the error code stores to the result variable.</li>
961 doda 4771 </ul>
962 yutakapon 4781 </li>
963 doda 4771
964 yutakapon 4798 <li>Misc
965 doda 4771 <ul>
966 yutakapon 4798 <li>upgraded TTSSH to <a href="#ttssh_2.60">2.60</a></li>
967 doda 4771 </ul>
968 yutakapon 4798 </li>
969 doda 4771 </ul>
970    
971 maya 4765 <h3><a name="teraterm_4.72">2011.12.04 (Ver 4.72)</a></h3>
972 yutakapon 4609 <ul class="history">
973     <li>Changes
974     <ul>
975 doda 4646 <li>added support for OSC 10 (Change VT window text foreground color), 11 (Change VT window text background color), 15 (Change TEK window text foreground color) and 16 (Change TEK window text background color) control string.</li>
976 yutakapon 4706 <li>added support for OSC 52 (Clipboard access) control string.
977 doda 4703 <ul>
978 yutakapon 4706 <li>added the Clipboard access from remote entry on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
979     </ul></li>
980 yutakapon 6015 <li>added support for configuring the control sequence to change permitted tab-stops.
981 doda 4742 <ul>
982 yutakapon 4746 <li>added the <a href="../setup/teraterm-term.html#TabStopModify">TabStopModifySequence</a> entry in the teraterm.ini file. The default is on.</li>
983     </ul></li>
984 maya 4727 <li>Broadcast Command: When a user uses the real time mode, the input characters does not show on the edit control.</li>
985 yutakapon 6015 <li>added support for specifying an any browser as the click-able URL.
986 maya 4704 <ul>
987 yutakapon 4706 <li>added the <a href="../setup/teraterm-misc.html#ClickableUrlBrowser">ClickableUrlBrowser</a> and ClickableUrlBrowserArg entries in the teraterm.ini file. The default value is empty.</li>
988     </ul></li>
989 maya 4727 <li>added the <a href="../menu/window.html#minimize">[Minimize All]</a> and the <a href="../menu/window.html#restore">[Restore All]</a> menu into the <a href="../menu/window.html">[Window]</a> menu.</li>
990 yutakapon 4746 <li>added support for the xterm back tab key.
991 doda 4743 <ul>
992 yutakapon 4746 <li>added the XBackTab entry in the [X function keys] section of the keyboard configuration file.</li>
993     </ul></li>
994 yutakapon 4734 <li>added support for the <a href="../macro/syntax/types.html#IntegerArray">Integer Array</a>, <a href="../macro/syntax/types.html#StringArray">String Array</a>.</li>
995 maya 4681 <li>added the "<a href="../macro/command/getspecialfolder.html">getspecialfolder</a>" macro command.</li>
996 yutakapon 4657 <li>adjusted the up and down space size of the shown message at the "<a href="../macro/command/messagebox.html">messagebox</a>", "<a href="../macro/command/inputbox.html">inputbox</a>" and "<a href="../macro/command/statusbox.html">statusbox</a>" macro commands.</li>
997 yutakapon 4609 </ul>
998     </li>
999    
1000     <li>Bug fixes
1001     <ul>
1002 yutakapon 4706 <li>The string following after OSC string will not display well.</li>
1003 maya 4727 <li>When the cursor is hid, the vertical bar shape can not be shown.</li>
1004 yutakapon 4721 <li>When the keyboard has the AltGr key and the MetaKey=on is configured, the invalid character will be input.</li>
1005 maya 4727 <li>The zero index of the ANSI color settings can not be loaded.</li>
1006     <li>XMODEM: The first packet is sent out twice by using the xmodem sending function.</li>
1007 yutakapon 4734 <li>YMODEM: The received file can not be saved.</li>
1008     <li>"<a href="../macro/command/ifdefined.html">ifdefined</a>" macro command: When the integer literal is specified, the command mistakenly returns the integer type.</li>
1009 yutakapon 4609 </ul>
1010     </li>
1011    
1012     <li>Misc
1013     <ul>
1014 maya 4755 <li>Modified Tera Term installer script
1015     <ul>
1016 yutakapon 4763 <li>Cygterm Here can be launched by the right-click to a opened folder on Windows Vista and 7 later.</li>
1017 maya 4755 </ul></li>
1018 maya 4720 <li>upgraded TTSSH to <a href="#ttssh_2.59">2.59</a></li>
1019 maya 4651 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.11">1.11</a></li>
1020 yutakapon 6015 <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.02">1.02</a></li>
1021 doda 5414 <li>upgraded TTLEditor to 1.4</li>
1022 yutakapon 4609 </ul>
1023     </li>
1024     </ul>
1025    
1026 maya 4603 <h3><a name="teraterm_4.71">2011.8.31 (Ver 4.71)</a></h3>
1027 maya 4518 <ul class="history">
1028 yutakapon 4524 <li>Changes
1029 maya 4518 <ul>
1030 yutakapon 6015 <li>When the OSC string includes a control sequence, the control sequence can be proceeded.</li>
1031 maya 4583 <li>Eterm look-feel: The wallpaper file format can support any format other than BMP on Windows Vista or later.</li>
1032 yutakapon 4524 <li>"<a href="../macro/command/getpassword.html">getpassword</a>" macro command is updated.
1033     <ul>
1034     <li>The result of the command execution is stored in the system variable "result".</li>
1035     </ul></li>
1036 maya 4544 <li>"<a href="../macro/command/strspecial.html">strspecial</a>" macro command is updated.
1037     <ul>
1038 yutakapon 4548 <li>added the second argument as the converted string on the strspecial command.</li>
1039 maya 4544 </ul></li>
1040 maya 4545 <li>added the "<a href="../macro/command/expandenv.html">expandenv</a>" macro command.</li>
1041 maya 4518 </ul>
1042 yutakapon 4524 </li>
1043 maya 4518
1044     <li>Bug fixes
1045     <ul>
1046 yutakapon 4537 <li>The log file which name length is 80 bytes over can not be opened.</li>
1047 yutakapon 4590 <li>When the meta key is enabled, the Control and Meta key is redundantly inputed.</li>
1048 maya 4518 </ul>
1049     </li>
1050    
1051 maya 4520 <li>Misc
1052 maya 4518 <ul>
1053 maya 4520 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.58">2.58</a></li>
1054 maya 4518 </ul>
1055 maya 4520 </li>
1056 maya 4518
1057     </ul>
1058    
1059 maya 4513 <h3><a name="teraterm_4.70">2011.6.26 (Ver 4.70)</a></h3>
1060 doda 4375 <ul class="history">
1061 yutakapon 4384 <li>Changes
1062 doda 4375 <ul>
1063 maya 4487 <li>DEC special character font can support the bold and the under line attribute.</li>
1064     <li>added support for the NetTerm style mouse event tracking.</li>
1065 yutakapon 4394 <li>added support for ignore the printing control sequence.
1066     <ul>
1067 doda 4516 <li>added the <a href="../setup/teraterm-prn.html#ignoremc">PrinterCtrlSequence</a> entry in the teraterm.ini file. The default value is <del>off</del> <ins>on</ins>.</li>
1068 yutakapon 4394 </ul></li>
1069 maya 4487 <li>The Meta Key can be only assigned to the left ALT or the right ALT key.</li>
1070     <li>By using the broadcast command in the real time mode, the Submit button has the only function of acting as &lt;Enter&gt; key.</li>
1071 maya 4485 <li>The /k option is inherited by using the Duplicate Session.</li>
1072 yutakapon 6015 <li>added the elapsed time and the transfer speed on the file sending dialog.</li>
1073 maya 4487 <li>added support for Windows7 jump list.</li>
1074 yutakapon 4451 <li>Resurrected the special argument of the box-style macro command. However, this option is obsolete. The default is 0 because of backward compatibility.</li>
1075 doda 4375 </ul>
1076 yutakapon 4384 </li>
1077 doda 4375
1078 yutakapon 4389 <li>Bug fixes
1079 doda 4375 <ul>
1080 yutakapon 4428 <li>When the mouse cursor position is later 224 line on xterm-style mouse event notification, Tera Term would report the invalid reporting.</li>
1081     <li>When the 10000 over mode is specified on the DECSET/DECRST control sequence, Tera Term would not be able to ignore.</li>
1082 yutakapon 4489 <li>The invalid result may be responded for the window position reporting.</li>
1083 maya 4487 <li>YMODEM: When a file is sent, the block1 can be sent not waiting the ACK from the YMODEM server.</li>
1084 yutakapon 6015 <li>When a last one byte of a string is removed by using the strremove macro command, the BOF will be occurred.</li>
1085 doda 4375 </ul>
1086 yutakapon 4389 </li>
1087 doda 4375
1088     <li>Misc
1089     <ul>
1090 doda 4458 <li>Modified Tera Term installer script
1091     <ul>
1092 yutakapon 4462 <li>Bug fix: When the CygTerm Here is added in the context menu, the CygTerm Here does not work well with the folder name containing continuing spaces.</li>
1093 doda 4458 </ul></li>
1094 doda 4375 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.57">2.57</a></li>
1095 maya 4503 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.10">1.10</a></li>
1096 doda 4458 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_23">1.07_23</a></li>
1097     <li>upgraded cyglaunch to <a href="#cyglaunch_1.03">1.03</a></li>
1098 maya 4510 <li>upgraded LogMeTT to 2.9.9</li>
1099 doda 4375 </ul>
1100     </li>
1101    
1102     </ul>
1103    
1104 maya 4361 <h3><a name="teraterm_4.69">2011.3.5 (Ver 4.69)</a></h3>
1105 doda 4216 <ul class="history">
1106 doda 4242 <li>Changes
1107 doda 4216 <ul>
1108 yutakapon 4267 <li>added support for configuring the Terminal ID included in the DA3 control sequence reply.
1109 doda 4218 <ul>
1110     <li>added the <a href="../setup/teraterm-term.html#TerminalUID">TerminalUID</a> entry in the teraterm.ini file. The default value is FFFFFFFF.</li>
1111 yutakapon 4267 </ul></li>
1112 yutakapon 6015 <li>added support for the DECSTUI (Change Terminal Unique ID) control sequence.
1113 doda 4232 <ul>
1114 doda 4242 <li>added the <a href="../setup/teraterm-term.html#LockTUID">LockTUID</a> entry in the teraterm.ini file. The default value is on.</li>
1115 doda 4232 </ul></li>
1116 doda 4645 <li>added support for the DECRQSS (Request terminal setting) control sequence. Supported control sequences are DECSCA, DECSCL, DECSTBM and SGR.</li>
1117 doda 4245 <li>added support for the DECFI, DECBI control sequences.</li>
1118 yutakapon 4267 <li>The control sequence requesting window size can reply the actual window size instead of the fixed 480x640 value.</li>
1119 yutakapon 4280 <li>When the ConfirmChangePaste is enabled, a user is confirmed with pasting the text by using Alt+R accelerator key.
1120     The ConfirmChangePaste can confirm when only one line is pasted.</li>
1121 doda 4277 <li>added support for mintty's application escape mode.</li>
1122 doda 4348 <li>added support for mintty's mouse wheel reporting control control sequence.</li>
1123 yutakapon 4337 <li>added support for the IME operation control sequence.</li>
1124 maya 4255 <li>added the "<a href="../macro/command/basename.html">basename</a>" and "<a href="../macro/command/dirname.html">dirname</a>" macro command.</li>
1125 maya 4286 <li>added the "<a href="../macro/command/getfileattr.html">getfileattr</a>" and "<a href="../macro/command/setfileattr.html">setfileattr</a>" macro command.</li>
1126 maya 4288 <li>added the "<a href="../macro/command/foldercreate.html">foldercreate</a>", "<a href="../macro/command/folderdelete.html">folderdelete</a>" and "<a href="../macro/command/foldersearch.html">foldersearch</a>" macro command.</li>
1127 doda 4216 </ul>
1128 doda 4242 </li>
1129 doda 4216
1130 yutakapon 4267 <li>Bug fixes
1131 doda 4216 <ul>
1132 yutakapon 4267 <li>When the terminal width is 257 columns over, Tera Term does not display well.</li>
1133     <li>When the terminal ID is VT520 and VT525, the Primary DA (DA1) reply is incorrect.</li>
1134     <li>When the language is other than Japanese, the VT420, VT520 and VT525 on the <a href="../menu/setup-terminal.html">Terminal Setup</a> dialog do not work well.</li>
1135 doda 5414 <li>When <a href="../setup/teraterm-prn.html#direct">PassThruPort</a> is specified as a local device mapping the network share, Tera Term printing does not work. cf.<a href="http://logmett.com/forum/viewtopic.php?f=2&amp;t=1383">print with WINDOWS 7 net use LPT PERSISTENT:Yes </a></li>
1136 yutakapon 4337 <li>Tera Term can not ignore the unsupported OSC control string. </li>
1137     <li>Tera Term can not understand a character after the DCS, SOS, APC and PM Control string.</li>
1138 yutakapon 6015 <li>When a log file is opened by writable mode, the file is existing and writing by another process can be opened.</li>
1139 yutakapon 4344 <li>When 8-bit string is received, the string is recognized as the control sequence by mistake.</li>
1140 doda 5414 <li>Tera Term can not properly send a broadcast message to selected windows by using the broadcast command. cf.<a href="http://logmett.com/forum/viewtopic.php?f=8&amp;t=1601">Broadcast command issue in 4.68 </a></li>
1141 doda 4216 </ul>
1142 yutakapon 4267 </li>
1143 doda 4216
1144     <li>Misc
1145     <ul>
1146     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.56">2.56</a></li>
1147 maya 4341 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.18">1.0.0.18</a></li>
1148 maya 4357 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_22">1.07_22</a></li>
1149 maya 4341 <li>upgraded LogMeTT to 2.9.8</li>
1150 maya 4368 <li><del>Add</del><ins>Delete</ins> mutex object for running check by installer.</li>
1151 doda 4216 </ul>
1152     </li>
1153    
1154     </ul>
1155    
1156 maya 4204 <h3><a name="teraterm_4.68">2010.12.7 (Ver 4.68)</a></h3>
1157 doda 4074 <ul class="history">
1158     <li>Changes
1159     <ul>
1160 doda 4091 <li>added support for the selective erase.
1161     <ul>
1162     <li>added support for the DECSCA (Select character protection attribute), DECSED (Selective Erase in Display), DECSEL (Selective Erase in Line) and DECSERA (Selective Erase Rectangular Area) control sequence.</li>
1163     </ul></li>
1164 doda 4092 <li>added support for the DECERA (Erase Rectangular Area) control sequence.</li>
1165 doda 4170 <li>added support for the DA3 (Tertiary Device Attribute) control sequence.</li>
1166 yutakapon 4201 <li>added support for the VT420, VT520 and VT525 on the terminal ID settings.
1167 doda 4170 <ul>
1168 yutakapon 4201 <li>The DECSCL(terminal mode setting) control sequence can support the VT level 5(vt500 series).</li>
1169     </ul></li>
1170 yutakapon 4119 <li>A single character to indicate the window status can be shown on the "Window" menu and "Windows list" dialog. See below.
1171 doda 5414 <ul>
1172 yutakapon 4119 <li>+ Normal window</li>
1173     <li>- Minimized window</li>
1174     <li>@ Maximized window</li>
1175     <li># Hidden window</li>
1176     </ul></li>
1177 maya 4156 <li>Extended the maximum number of Tera Term window from 50 to 256.</li>
1178 yutakapon 6015 <li>Extended the maximum number of Tera Term plug-ins from 16 to 32.</li>
1179 maya 4204 <li>added an argument of the "<a href="../macro/command/beep.html">beep</a>" macro command.</li>
1180 yutakapon 4215 <li><ins>Deleted the special argument of the box-style macro command.</ins></li>
1181 yutakapon 6015 <li>The WSAAsyncGetAddrInfo function can be hooked by using plug-in.</li>
1182     <li>The freeaddrinfo function can be hooked by using plug-in.</li>
1183 doda 4074 </ul>
1184     </li>
1185    
1186 doda 4083 <li>Bug fixes
1187 doda 4074 <ul>
1188 yutakapon 6015 <li>Security fix: A class of vulnerabilities affecting applications that load DLL's in an insecure manner.</li>
1189 yutakapon 4119 <li>The baud rate can not be properly selected on the <a href="../menu/setup-serialport.html">[Setup]-[Serial port]</a> dialog.</li>
1190 doda 4083 <li><a href="../setup/teraterm-term.html#beep">Beep setting</a> does not work.</li>
1191 doda 4171 <li>The scroll region can not be cleared by using the DECALN (DEC Screen Alignment Test) control sequence.</li>
1192 yutakapon 4119 <li>An empty string can not reply by using the window title and icon label reporting request.</li>
1193 yutakapon 4201 <li>The rectangle erasing, color changing and line drawing can not work well in the IO-8256 terminal.</li>
1194 doda 4074 </ul>
1195 doda 4083 </li>
1196 doda 4074
1197 maya 4080 <li>Misc
1198 doda 4074 <ul>
1199 maya 4080 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.55">2.55</a></li>
1200 maya 4085 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.17">1.0.0.17</a></li>
1201 doda 4135 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_19">1.07_19</a></li>
1202 doda 4136 <li>upgraded cyglaunch to <a href="#cyglaunch_1.02">1.02</a></li>
1203 doda 4074 </ul>
1204 maya 4080 </li>
1205 doda 4074
1206     </ul>
1207    
1208 maya 4067 <h3><a name="teraterm_4.67">2010.8.31 (Ver 4.67)</a></h3>
1209 maya 3925 <ul class="history">
1210 yutakapon 3957 <li>Changes
1211 maya 3925 <ul>
1212 yutakapon 3957 <li>added the NextShownWin and PrevShownWin of new shortcut keys in the KEYBOARD.CNF file that display a next or previous window not minimized.</li>
1213 yutakapon 4053 <li>removed the hidden window from the target windows which switches by the shortcut key NextWin/PrevWin.</li>
1214 maya 3965 <li>added a new optional setting that can disable the menu for "New connection" and "Duplicate session".
1215 maya 3964 <ul>
1216 maya 3965 <li>added the <a href="../setup/teraterm-misc.html#DisableMenuNewConnection">DisableMenuNewConnection</a> and <a href="../setup/teraterm-misc.html#DisableMenuDuplicateSession">DisableMenuDuplicateSession</a> in the teraterm.ini file. The default is off.</li>
1217 maya 4066 </ul></li>
1218 yutakapon 4053 <li>added a user configuration for changing the cursor color depending on the IME open status.
1219 doda 3970 <ul>
1220 doda 4045 <li>A user can change the setup value on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
1221 yutakapon 4937 <li>added the IMERelatedCursor in the teraterm.ini file. The default is off.</li>
1222 yutakapon 4053 </ul></li>
1223 doda 4057 <li>added support for the motion event of xterm style mouse event tracking.</li>
1224 doda 6627 <li>added support for the DEC Locator Mode style mouse event tracking.</li>
1225 doda 4056 <li>The ttymouse can automatically setup the xterm2 to modify the response of the Secondary DA. </li>
1226 yutakapon 3957 <li>added the "<a href="../macro/command/filetruncate.html">filetruncate</a>" macro command.</li>
1227 doda 3975 <li>added the "<a href="../macro/command/dispstr.html">dispstr</a>" macro command.</li>
1228 yutakapon 3982 <li>added the "<a href="../macro/command/strinsert.html">strinsert</a>" macro command.</li>
1229     <li>added the "<a href="../macro/command/strremove.html">strremove</a>" macro command.</li>
1230 yutakapon 3986 <li>added the "<a href="../macro/command/strreplace.html">strreplace</a>" macro command.</li>
1231 yutakapon 3996 <li>added the "<a href="../macro/command/strtrim.html">strtrim</a>" macro command.</li>
1232 maya 4068 <li>added the "<a href="../macro/command/strsplit.html">strsplit</a>" macro command.</li>
1233 yutakapon 4016 <li>added the "<a href="../macro/command/strjoin.html">strjoin</a>" macro command.</li>
1234 maya 4035 <li>added the "<a href="../macro/command/strspecial.html">strspecial</a>" macro command.</li>
1235 maya 3925 </ul>
1236 yutakapon 3957 </li>
1237 maya 3925
1238 yutakapon 3930 <li>Bug fixes
1239 maya 3925 <ul>
1240 yutakapon 3933 <li>The YMODEM sending and receiving procedure does not work for the HyperTerminal.</li>
1241 yutakapon 3941 <li>The file sending is slowing.</li>
1242     <li>The retransmission EOT does not work well by using the XMODEM protocol.</li>
1243 yutakapon 6015 <li>In xterm style mouse event tracking mode, the Control and Alt(Meta) keys are reported been swapped.</li>
1244 yutakapon 4053 <li>The color setup and request control sequence does not work well.</li>
1245 yutakapon 4051 <li>A statusbox is closed by performing the OK button action.</li>
1246 maya 3925 </ul>
1247 yutakapon 3930 </li>
1248 maya 3925
1249 yutakapon 3930 <li>Misc
1250 maya 3925 <ul>
1251     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.54">2.54</a></li>
1252 doda 5414 <li>upgraded TTLEditor to 1.2.1</li>
1253 yutakapon 3946 <li>added the French.lng language file. Special thanks to Francois MOCQ.</li>
1254 maya 3925 </ul>
1255     </li>
1256    
1257     </ul>
1258    
1259 maya 3921 <h3><a name="teraterm_4.66">2010.5.31 (Ver 4.66)</a></h3>
1260 doda 3798 <ul class="history">
1261 yutakapon 3817 <li>Changes
1262 doda 3798 <ul>
1263 yutakapon 3817 <li>YMODEM support
1264     <ul>
1265     <li>added the "YMODEM" under the Transfer of File menu.</li>
1266     <li>added the YmodemRcvCommand entry in the teraterm.ini file. The default is empty.</li>
1267 maya 3913 <li>added the "<a href="../macro/command/ymodemrecv.html">ymodemrecv</a>" and "<a href="../macro/command/ymodemsend.html">ymodemsend</a>" macro command.</li>
1268 yutakapon 3817 </ul></li>
1269 yutakapon 3882 <li>added support for specifying any baud rate of the serial port connection.
1270 maya 3874 <ul>
1271 maya 3885 <li>A user can specify any baud rate at the <a href="../menu/setup-serialport.html">[Setup]-[Serial port]</a> menu.</li>
1272     <li>A user can specify any baud rate at the <a href="../commandline/teraterm.html#BAUD">/BAUD</a> option.</li>
1273 yutakapon 3882 <li>A user can specify any baud rate at the "<a href="../macro/command/setbaud.html">setbaud</a>" macro command.</li>
1274 maya 3874 </ul></li>
1275 maya 3913 <li>added support for the VPB and HPB control sequence.</li>
1276 doda 4402 <li>added support for <a href="../usage/tips/vim.html#Bracketed">bracketed paste mode</a>.</li>
1277 yutakapon 3895 <li>Split the TransBin flag into the Send File and the Log flags.
1278     <ul>
1279     <li>added the LogBinary entry in the teraterm.ini file. The default value is off.</li>
1280     </ul></li>
1281 yutakapon 3899 <li>Change the cursor color depending on the IME open status.</li>
1282 yutakapon 3903 <li>Unlock the clipboard while the ConfirmChangePaste dialog is opened.</li>
1283 maya 3913 <li>added the <a href="../menu/control.html">[Control]-[Show Macro Window]</a> menu to flash the running macro window.</li>
1284     <li>added the "<a href="../macro/command/filestat.html">filestat</a>" macro command.</li>
1285 doda 3798 </ul>
1286 yutakapon 3817 </li>
1287 doda 3798
1288     <li>Bug fixes
1289     <ul>
1290 maya 3913 <li>Fixed a problem where TeraTerm consumes 100% CPU if a USB serial port is disconnected. Special thanks to Z. Vickery.</li>
1291     <li>When a user assigns a function to the Alt key in the KEYBOARD.CNF file, the unnecessary string print.</li>
1292 maya 3919 <li>Fixed a problem the setting of line feed may not be effective at numerical keypad ENTER.</li>
1293 maya 3913 <li>Line at a time can not work well in English and Russian language. Special thanks to p3g4asus.</li>
1294 yutakapon 3867 <li>Switching to alternate screen buffer, saving and restoring cursor position do not work correctly.</li>
1295     <li>By using the "Save Cursor" control sequence, the alternate screen buffer switching and the screen clear execute in the wrong.</li>
1296 doda 3803 <li>If ClearOnResize setting is on, DECCOLM (Change Column Mode) control sequence does not clear screen.</li>
1297 doda 3829 <li>VPR control sequence does not work correctly.</li>
1298 maya 3914 <li>Improved the cancellation logic for XModem and YModem transfers'. Special thanks to Z. Vickery.</li>
1299 maya 3913 <li>The <a href="../macro/command/crc32.html">crc32file</a> macro command does not work correctly for handling the file opening error. And also, the command supports the read-only file.</li>
1300 doda 3798 </ul>
1301     </li>
1302    
1303 maya 3808 <li>Misc
1304 doda 3798 <ul>
1305 maya 3808 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.53">2.53</a></li>
1306 doda 3798 </ul>
1307 maya 3808 </li>
1308 doda 3798
1309     </ul>
1310    
1311 maya 3790 <h3><a name="teraterm_4.65">2010.2.20 (Ver 4.65)</a></h3>
1312 yutakapon 3687 <ul class="history">
1313 doda 3696 <li>Changes
1314     <ul>
1315 yutakapon 6015 <li>expanded the maximum number of saved host to 500.</li>
1316 maya 3707 <li>expanded the maximum number of serial connection to 4096.</li>
1317 yutakapon 3732 <li>added support for the tab character as the command line delimiter.</li>
1318     <li>enabled the [Show Log dialog] of the <a href="../menu/file.html">[File]</a> menu while the log window is shown.</li>
1319     <li>added the confirmation parameter at the "<a href="../macro/command/disconnect.html">disconnect</a>" macro command.</li>
1320 doda 3769 <li>added support for not clearing the terminal screen while resizing.
1321 yutakapon 3732 <ul>
1322 doda 3769 <li>A user can change the setup value on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
1323     </ul></li>
1324 yutakapon 3732 <li>added support for overwritten confirmation at the "<a href="../macro/command/filenamebox.html">filenamebox</a>" macro command.</li>
1325 yutakapon 3779 <li>added support for replying an empty string at the window title and the icon label reporting control sequence.
1326 doda 3757 <ul>
1327 yutakapon 6015 <li>Changed to the accept, ignore and empty value in the TitleReportSequence entry in the teraterm.ini file.</li>
1328 doda 3774 <li>changed the default value of "TitleReportSequence" to "empty".</li>
1329 yutakapon 3779 </ul></li>
1330 yutakapon 6015 <li>added Control Sequence tab on the <a href="../menu/setup-additional.html">Additional settings dialog</a>
1331 maya 3777 <ul>
1332     <li>moved "Accept mouse event tracking request", "Disable mouse event tracking when Control is pressed" and "Accept window title change request" from General tab.</li>
1333     <li>added "Title report sequence", "Window control sequence", "Window report sequence" and "Cursor control sequence".</li>
1334     </ul></li>
1335 doda 3760 <li>added support for alternate screen buffer.
1336     <ul>
1337     <li>added the <a href="../setup/teraterm-term.html#AltScr">AlternateScreenBuffer</a> entry in the teraterm.ini file. The default value is on.</li>
1338     </ul></li>
1339 doda 3696 </ul>
1340     </li>
1341    
1342 yutakapon 3687 <li>Bug fixes
1343     <ul>
1344     <li>When the Auto Window Close is disabled, the ttermpro.exe can not notify the XTYP_DISCONNECT transaction to the ttpmacro.exe.</li>
1345 maya 3703 <li><a href="../menu/setup-additional.html">PasteDelayPerLine</a> setting does not work correctly.</li>
1346 yutakapon 3732 <li>The macro string-type constants can not describe a tab character.</li>
1347     <li>When the multiple files are sent or received by the Kermit, ZMODEM and QuickVAN protocol, the progress bar can not be reset after the second file. </li>
1348     <li>The `/*' characters in the macro string-type constants are falsely recognized as a beginning of the C language-style comment.</li>
1349     <li>Workaround: When the Eterm look-feel is enabled, the screen display can not work after the Reverse Video (DECSCNM) set/reset.</li>
1350 yutakapon 6015 <li>When the width of the window is shrunk, the invalid character remains at the end of each line.</li>
1351 yutakapon 3687 </ul>
1352     </li>
1353    
1354 doda 3708 <li>Misc
1355     <ul>
1356 yutakapon 3786 <li>stopped to write the new entry to the user's teraterm.ini file by the installer.</li>
1357     <li>stopped to write the language configuration selected by a user to the user's teraterm.ini file by the installer.</li>
1358 doda 4135 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_19">1.07_19</a></li>
1359 yutakapon 6015 <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.01">1.01</a></li>
1360     <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.01">1.01</a></li>
1361     <li>upgraded TTXttyrec Plug-in to <a href="#ttyrec_1.02">1.02</a></li>
1362 maya 3785 <li>added support for Microsoft Windows 7.</li>
1363     <li>updated the screencapture.ttl file.</li>
1364 yutakapon 3793 <li>upgraded Oniguruma to 5.9.2</li>
1365     <li>upgraded OpenSSL to 0.9.8l</li>
1366 doda 3708 </ul>
1367     </li>
1368    
1369 yutakapon 3687 </ul>
1370    
1371    
1372 maya 3678 <h3><a name="teraterm_4.64">2009.11.10 (Ver 4.64)</a></h3>
1373 doda 3579 <ul class="history">
1374 yutakapon 3609 <li>Changes
1375 doda 3579 <ul>
1376 yutakapon 6016 <li>The click-able URL color is able to be painted.</li>
1377     <li>added configuring the underline attribute to click-able URL string.
1378 maya 3670 <ul>
1379     <li>added the check box on <a href="../menu/setup-additional.html">Additional settings dialog</a> dialog.</li>
1380     </ul></li>
1381 yutakapon 6016 <li>When the click-able URL is enabled, the mouser cursor is not able to transform.</li>
1382     <li>sftp/tftp scheme can be linked in a click-able URL.</li>
1383 yutakapon 3633 <li>The list of open sessions in the Broadcast Command window can support the standard Windows feature of selecting the range of items. It is possible to select consecutive number of items by clicking on the first and then pressing Shift key and clicking on the last. And also, it is possible to select all items by CTRL+A pushing.</li>
1384 yutakapon 3630 <li>added support for resizing the list box in the Broadcast Command window.</li>
1385     <li>The list box in the Broadcast Command periodically updates.</li>
1386 yutakapon 3635 <li>added the status bar at the bottom of the ConfirmChangePaste dialog.</li>
1387 yutakapon 3673 <li>When a user switches the Tera Term window by using CTRL+TAB key, a new window style is not changed.</li>
1388 yutakapon 3638 <li>added the "<a href="../macro/command/setdebug.html">setdebug</a>" macro command.</li>
1389 doda 3579 </ul>
1390 yutakapon 3609 </li>
1391 doda 3579
1392 doda 3580 <li>Bug fixes
1393 doda 3579 <ul>
1394 maya 3584 <li>fixed the problem that the settings of local echo and line feed before connection may not be effective.</li>
1395     <li>fixed the problem that the settings of TCPLocalEcho/TCPCRSend in previous connection are not reset in serial connection.</li>
1396 maya 3596 <li>fixed the problem that the invisible log dialog has focus when Tera Term start logging without displaying log dialog.</li>
1397 maya 3583 <li><a href="../macro/command/strscan.html">strscan</a> macro command does not work correctly.</li>
1398 yutakapon 3590 <li>fixed the problem that the c language style comment does not work well.</li>
1399 yutakapon 3645 <li>fixed the problem that the tcp port number may not display on the window title.</li>
1400 doda 3664 <li>Bug fix: "<a href="../menu/setup-window.html">Enable bold font</a>" setting is not immediately reflected.</li>
1401 doda 3579 </ul>
1402 doda 3580 </li>
1403 doda 3579
1404     <li>Misc
1405     <ul>
1406 maya 3588 <li>Modified Tera Term installer script
1407     <ul>
1408     <li>when SSH protocol was linked by the installer, it is able to edit by "File Types" of "Folder Options" on Explorer.</li>
1409     </ul></li>
1410 doda 3579 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.52">2.52</a></li>
1411 maya 3626 <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.16">1.0.0.16</a></li>
1412 maya 3674 <li>upgraded LogMeTT to 2.9.7
1413 yutakapon 3657 <ul>
1414     <li>Tera Term can access the registry key(HKEY_CURRENT_USER\Software\LogMeTT\InstallPath) to find the path to LogMeTT.</li>
1415     </ul></li>
1416 doda 3579 </ul>
1417     </li>
1418     </ul>
1419    
1420 maya 3577 <h3><a name="teraterm_4.63">2009.7.5 (Ver 4.63)</a></h3>
1421 maya 3227 <ul class="history">
1422     <li>Changes
1423     <ul>
1424 maya 3479 <li>added support for cursor control sequences.
1425     <ul>
1426 yutakapon 3906 <li>added the <a href="../menu/setup-additional.html#CursorCtrlSequence">CursorCtrlSequence</a> entry in the teraterm.ini file. The default is off.</li>
1427 maya 3479 </ul></li>
1428 maya 3528 <li>added support for the control sequences for window operation.
1429 maya 3306 <ul>
1430 maya 3528 <li>added the <a href="../setup/teraterm-win.html#WindowCtrlSequence">WindowCtrlSequence</a>, <a href="../setup/teraterm-win.html#WindowReportSequence">WindowReportSequence</a> and <a href="../setup/teraterm-win.html#TitleReportSequence">TitleReportSequence</a> entry in the teraterm.ini file. The default is on.</li>
1431 yutakapon 3313 </ul></li>
1432 doda 3547 <li>added support of "Line at a time" mode.
1433 maya 3279 <ul>
1434 doda 3545 <li>added the <a href="../setup/teraterm-com.html#linemode">EnableLineMode</a> entry in the teraterm.ini file. The default value is on.</li>
1435 doda 3547 <li>change the default mode from "Character at a time" to "Line at a time".</li>
1436     </ul></li>
1437 maya 3528 <li>added configuring the delay time per a carriage return when a user pastes multiple lines. The default is 10 msec.
1438 maya 3280 <ul>
1439 maya 3528 <li>A user can change the setup value on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
1440 maya 3280 </ul></li>
1441 yutakapon 6016 <li>Changed the BroadcastCommand functional specification. When the BroadcastCommand is not the real-time mode, a user can send a message at the selected window in the list box.</li>
1442 maya 3528 <li>added UTF-8 language
1443 maya 3282 <ul>
1444 maya 3528 <li>added the <a href="../commandline/teraterm.html#la">/LA</a> command line option for <a href="../menu/setup-general.html">language mode</a> specification.</li>
1445 maya 3282 </ul></li>
1446 maya 3556 <li>In UTF-8 transmission mode, when the input character is recognized as invalid character, Tera Term sends the Replacement Character(U+FFFD).</li>
1447 yutakapon 3428 <li>changed Korean language implementation
1448 maya 3410 <ul>
1449 yutakapon 3428 <li>added support for Korean mode with <a href="../commandline/teraterm.html#la">/LA</a> command line option, which specifies the <a href="../menu/setup-general.html">language mode</a>.</li>
1450 yutakapon 6016 <li>added support for the IME in-line conversion.</li>
1451 yutakapon 3428 <li>added the `UTF-8m' selection for the receiving character code.</li>
1452     <li>added the KS5601 at the KanjiSend and KanjiReceive entry in the teraterm.ini file.</li>
1453 maya 3481 <li>added the KS5601 in the <a href="../commandline/teraterm.html#kr">/KR</a> and <a href="../commandline/teraterm.html#kt">/KT</a> command line options.
1454 yutakapon 3428 </ul></li>
1455 yutakapon 3426 <li>The OS common dialog is shown in the font setup dialog box.
1456 maya 3389 <ul>
1457 yutakapon 3426 <li>added the character set (aka "Script") drop-down combo box.</li>
1458     <li>moved the Enable bold style to <a href="../menu/setup-window.html">[Setup]-[Window]</a>.</li>
1459     <li>moved the Russian Font char set to <a href="../menu/setup-terminalr.html">[Setup]-[Terminal] for Russian mode</a>.</li>
1460     </ul></li>
1461 yutakapon 3477 <li>added the MSB set character by using the Alt key.
1462 maya 3474 <ul>
1463 yutakapon 3477 <li>added the <a href="../setup/teraterm-term.html#Meta8Bit">Meta8Bit</a> entry in the teraterm.ini file. The default value is off.</li>
1464     </ul></li>
1465 doda 5414 <li>added `&amp;p' parameter to log file name that can convert the tcp port number.</li>
1466 yutakapon 6016 <li>added the millisecond at the log time-stamp line.</li>
1467 maya 3556 <li>respond for Secondary DA request only when it has no parameter or parameter 0.</li>
1468 maya 3554 <li>add experimental support for the motion event of mouse event notify.</li>
1469 maya 3964 <li>added a new optional setting that can disable the menu for "Send Break". Special thanks to peterprvy.
1470 maya 3528 <ul>
1471     <li>added the <a href="../setup/teraterm-misc.html#DisableMenuSendBreak">DisableMenuSendBreak</a> in the teraterm.ini file. The default is off.</li>
1472     </ul></li>
1473     <li>added a new optional setting that can clear the screen when disconnected. Special thanks to peterprvy.
1474     <ul>
1475     <li>added <a href="../setup/teraterm-misc.html#ClearScreenOnCloseConnection">ClearScreenOnCloseConnection</a> in teraterm.ini file. The default is off.</li>
1476     </ul></li>
1477     <li>added a new optional setting that can disable the accelerator key for the Duplicate session.
1478     <ul>
1479     <li>added the <a href="../setup/teraterm-misc.html#DisableAcceleratorSendBreak">DisableAcceleratorDuplicateSession</a> entry in the teraterm.ini file. The default is off.</li>
1480     </ul></li>
1481 yutakapon 3422 <li>The <a href="../commandline/teraterm.html#f">/F</a> command line option overwrites the other option.</li>
1482 yutakapon 3477 <li>Changed the command line specification regarding the double quotation.
1483 maya 3448 <ul>
1484 yutakapon 3477 <li>A user can specify the "" characters instead of the " character.</li>
1485     </ul></li>
1486 yutakapon 3544 <li>added support for specifying any strings as the ConfirmChangePaste function.
1487     <ul>
1488 doda 6422 <li>added the <a href="../menu/setup-additional.html#ConfirmChagePasteStringFile">ConfirmChangePasteStringFile</a> entry in the teraterm.ini file. A user can specify a text file path enumerating any strings.</li>
1489 yutakapon 3544 </ul></li>
1490 maya 3481 <li>added the Wait4allMacroCommand entry in the teraterm.ini file. The default is off. Turn on the value to enable the "<a href="../macro/command/wait4all.html">wait4all</a>" macro command.</li>
1491 yutakapon 3422 <li>added the new option of the "<a href="../macro/command/exec.html">exec</a>" macro command that the application exit code is stored in the result variable.</li>
1492 yutakapon 3573 <li>added the C language style comment(/* - */) for the macro script. Limited support.</li>
1493 maya 3492 <li>added a Subversion(SVN) revision number on the version dialog.</li>
1494 maya 3227 </ul></li>
1495 yutakapon 3257
1496 yutakapon 3339 <li>Bug fixes
1497 doda 3317 <ul>
1498 yutakapon 3339 <li>The <a href="../macro/command/settitle.html">settitle</a> macro does not work after accepting the changing request of the window title, when the AcceptTitleChangeRequest is overwrite.</li>
1499 yutakapon 6016 <li>Not reset scroll-back function doesn't work when scroll region (DECSTBM) was set. For example, minicom sets the scroll region.</li>
1500 yutakapon 3422 <li>The continuedline copy does not work well.</li>
1501     <li>When a user connects to the server after duplicating the ssh and cygwin session, <a href="../setup/teraterm-com.html#port/nontelnet">TCPLocalEcho/TCPCRSend</a> is ignored.</li>
1502 yutakapon 6016 <li>When the click-able URL characters are over 1024 byte, the application fault would occur.</li>
1503     <li>Fix the problem that unsupported URI scheme can be linked in a click-able URL.</li>
1504 maya 3492 <li>changed UTF-8 implementation
1505     <ul>
1506     <li>A character could send not converting it to the UTF-8 encoding when the sending mode is UTF-8.</li>
1507     <li>The second character is late for sending by the UTF-8 encoding.</li>
1508 yutakapon 3493 <li>When receiving is the UTF-8 mode, some characters can not display.</li>
1509     <li>When receiving is the UTF-8 mode, ISO-2022(SS2 and SS3) control code does not work.</li>
1510 maya 3492 </ul></li>
1511 maya 3528 <li>changed Korean language implementation
1512     <ul>
1513     <li>Hangeul can not be selected by using double-click.</li>
1514     <li>The control sequence of one character deletion(DCH) can not work Hangeul.</li>
1515     <li>The carriage return can not work when Hangeul positioned at the end-of-line.</li>
1516     </ul></li>
1517     <li>When a user pastes multiple lines, the application fault occurs on Windows 95.</li>
1518 yutakapon 3493 <li>Bug fix: the locale object is leaked.</li>
1519 yutakapon 3521 <li>When the 8 bit answering configuration(S8C1T) is enabled, an invalid character sticks after the Secondary DA answering.</li>
1520     <li>When an incorrect option is specified, the option error does not occur. For instance, the /BADOPTION is recognized as the /B option.</li>
1521 maya 3528 <li>The "<a href="../macro/command/sendmulticast.html">sendmulticast</a>" and the "<a href="../macro/command/setmulticastname.html">setmulticastname</a>" macro commands can not receive the value when the first argument is not a string but a user variable.</li>
1522 doda 3388 </ul></li>
1523 doda 3317
1524 yutakapon 3257 <li>Misc
1525     <ul>
1526 maya 3380 <li>Modified Tera Term installer script
1527     <ul>
1528 doda 3382 <li>linked .tty file to the Tera Term(TTXttyplay) program.</li>
1529 maya 3380 </ul></li>
1530 yutakapon 3257 <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.51">2.51</a></li>
1531 doda 3512 <li>upgraded CygTerm+ to <a href="#cygterm_1.07_17">1.07_17</a></li>
1532 maya 3480 <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.09">1.09</a></li>
1533 yutakapon 6016 <li>upgraded TTX KanjiMenu Plug-in to <a href="#kanjimenu_0.1.6">0.1.6</a></li>
1534     <li>upgraded TTXAlwaysOnTop Plug-in to <a href="#alwaysontop_1.01">1.01</a></li>
1535     <li>upgraded TTXttyrec Plug-in to <a href="#ttyrec_1.01">1.01</a></li>
1536     <li>added <a href="#recurringcommand_1.00">TTXRecurringCommand</a> plug-in in the Additional Plug-ins.</li>
1537 doda 3301 <li>upgraded LogMeTT to 2.9.5</li>
1538 yutakapon 3379 <li>added limited support for Microsoft Windows 7 RC(Build7100).</li>
1539 yutakapon 3257 </ul></li>
1540    
1541 maya 3227 </ul>
1542    
1543    
1544     <h3><a name="teraterm_4.62">2009.3.22 (Ver 4.62)</a></h3>
1545     <ul class="history">
1546     <li>Changes
1547     <ul>
1548     <li>The mouse event tracking can be disabled while a user pushes the Control key.
1549     <ul>
1550     <li>added DisableMouseTrackingByCtrl in teraterm.ini file. The default is ON.</li>
1551     <li>added the check box on <a href="../menu/setup-additional.html">Additional settings</a> dialog.</li>
1552     </ul></li>
1553     <li>When the application cursor mode is disabled, TranslateWheelToCursor is disabled.</li>
1554     <li>The TranslateWheelToCursor can be disabled while a user pushes the Control key.
1555     <ul>
1556     <li>added <a href="../setup/teraterm-misc.html#mousewheel">DisableWheelToCursorByCtrl</a> in teraterm.ini file. The default is ON.</li>
1557     </ul></li>
1558 yutakapon 6016 <li>Disabled the "Eterm lookfeel" check-box on the <a href="../menu/setup-additional.html">Additional settings dialog</a>. If a user enables the feature, directly edit the teraterm.ini file.</li>
1559 maya 3227 <li>The hidden fonts can be shown on the font selection dialog with Windows 7 beta(build7000).</li>
1560     <li>added support for specifying the reverser color.
1561     <ul>
1562     <li>added VTReverseColor entry in teraterm.ini file.<br>
1563     Notice: This function is disabled for the backward compatibility when a user selects the upgrade installation. If a user want to enable this feature, turn on the EnableReverseAttrColor entry.</li>
1564     </ul></li>
1565     <li>added being able to disable the high brightness color, the blink color, the reverse attribute color and the ANSI color displaying.
1566     <ul>
1567 yutakapon 6016 <li>added EnableBoldAttrColor, EnableBlinkAttrColor, EnableReverseAttrColor, EnableURLColor and EnableANSIColor entries in teraterm.ini file. The default value of EnableReverseAttrColor is off, the others are on.</li>
1568 maya 3227 <li>added the check box on <a href="../menu/setup-additional.html">Additional settings</a> dialog.</li>
1569     </ul></li>
1570     <li>Changed <a href="../menu/setup-additional.html">ConfirmChangePaste</a>'s default value into on.</li>
1571     <li>Added EDITOR.CNF file in Tera Term installation package.</li>
1572     <li>Changed the function of the editor keypad and the function key. When the keyboard configuration file is not found, TeraTerm sends the corresponded VT key sequence.
1573     <ul>
1574 yutakapon 6016 <li>added <a href="../setup/teraterm-term.html#StrictKeyMapping">StrictKeyMapping</a> entry in teraterm.ini file.</li>
1575 maya 3227 </ul></li>
1576     <li>Added the Visual C++ version and the built time on About TeraTerm dialog.</li>
1577     <li>added `<a href="../macro/command/sprintf2.html">sprintf2</a>' macro command. </li>
1578     <li>added `<a href="../macro/command/waitn.html">waitn</a>' macro command. Special thanks to p3g4asus.</li>
1579     <li>added the result of "<a href="../macro/command/logopen.html">logopen</a>" macro command stores to 'result' variable.</li>
1580     <li>added "<a href="../macro/syntax/variables.html">mtimeout</a>" macro variable. When a user uses the wait-related macro, Tera Term waits "timeout * 1000 + mtimeout" millisecond. Precision is about 50 msec.</li>
1581     <li>added `<a href="../macro/command/sendbroadcast.html">sendbroadcast</a>' macro command. </li>
1582     <li>added `<a href="../macro/command/sendlnbroadcast.html">sendlnbroadcast</a>' macro command. </li>
1583     <li>added `<a href="../macro/command/sendmulticast.html">sendmulticast</a>' macro command. </li>
1584     <li>added `<a href="../macro/command/setmulticastname.html">setmulticastname</a>' macro command. </li>
1585     </ul></li>
1586     <li>Bug fixes
1587     <ul>
1588     <li>Bug fix: In the Cygwin connection, PATH environment variable is truncated to 1024 bytes.</li>
1589     <li>Bug fix: added the workaround that a developer can debug the Tera Term macro script on Visual Studio.</li>
1590 yutakapon 6016 <li>Bug fix: <a href="../macro/command/connect.html">connect</a> macro can not finish when <a href="../commandline/teraterm.html#ds">/DS</a> is specified.</li>
1591 maya 3227 <li>Bug fix: By using logopen macro with the hidden option, the log window appears for a quick moment.</li>
1592     <li>Bug fix: When the reverse video mode is enabled, DECSCNM is on, the character and background color configuration does not work.</li>
1593     <li>Bug fix: When the reverse video mode is enabled, DECSCNM is on, the character and background color does not restore after saving and loading the configuration.</li>
1594     </ul></li>
1595     <li>Misc
1596     <ul>
1597     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.50">2.50</a></li>
1598 yutakapon 6016 <li>upgraded TTX KanjiMenu Plug-in to <a href="#kanjimenu_0.1.5">0.1.5</a>.</li>
1599 doda 4136 <li>upgraded cyglaunch to <a href="#cyglaunch_1.01">1.01</a></li>
1600 maya 3227 <li>added support for Microsoft Windows 95.</li>
1601     <li>added limited support for Microsoft Windows 7 beta(build7000).</li>
1602     </ul></li>
1603     </ul>
1604    
1605     <h3><a name="teraterm_4.61">2008.12.16 (Ver 4.61)</a></h3>
1606     <ul class="history">
1607     <li>Changes
1608     <ul>
1609     <li>disabled the Plain text and Timestamp flag when the Binary flag is enabled.</li>
1610     <li>added the display method of <a href="../menu/setup-additional.html">Accept Window Title Change Request</a>. The title can insert before or after the canonical title.</li>
1611     <li>moved the "Delimitter Characters" configuration from "General" tab to "Copy and Paste" tab on the <a href="../menu/setup-additional.html">"Additional settings" dialog</a>.</li>
1612     <li>added the <a href="../commandline/teraterm.html">/DS</a> command line option. It disables the "New connection" dialog.</li>
1613     <li>Preserved the comment and the position of the entry in teraterm.ini file when a user saved the Tera Term configuration.</li>
1614     <li>added support for replace the command of UK character set with the US-ASCII. This is the workaround that the lower-case alphabet can not properly display after showing DEC special character.</li>
1615     <li>added '<a href="../macro/command/gethostname.html">gethostname</a>' macro command.</li>
1616     </ul></li>
1617     <li>Bug fixes
1618     <ul>
1619 yutakapon 6023 <li>Bug fix: The following problems about the character attribute. These bugs were introduced in 4.58.
1620 maya 3227 <ul>
1621 yutakapon 6016 <li>The high brightness, the under line, the blinking and the reverse attribute apply in the erase area.</li>
1622 maya 3227 <li>On the Edit menu and then point to clear screen and clear buffer, the terminal screen is cleared with the current background color.</li>
1623     <li>The display after clearing the screen could not synchronize with the buffer by using ED(Erase in Display) and EL(Erase in Line).</li>
1624     <li>The character attribute uses by using DECALN(DEC Screen Alignment Test).</li>
1625     </ul></li>
1626     <li>Bug fix: The macro label can be specified the characters other than alphabet and numeric ones.</li>
1627     <li>Bug fix: Using the <a href="../macro/command/filestrseek2.html">filestrseek2</a> macro command, a file pointer is minus value if the matched string locates at one byte in the file.</li>
1628     <li>Bug fix: Using the <a href="../macro/command/logopen.html">logopen</a> macro command, when the specified filename does not include \ character, the log file is saved at the root directory.</li>
1629     <li>Bug fix: Using the <a href="../macro/command/gettitle.html">gettitle</a> macro command, Tera Term could not get an entire string when the window title is longer than 31 bytes. </li>
1630     <li>Bug fix: <a href="../macro/command/strmatch.html">strmatch</a> macro command does not work. </li>
1631     </ul></li>
1632     <li>Misc
1633     <ul>
1634     <li>Modified Tera Term installer script
1635     <ul>
1636     <li>added ssh:// associated with the ttermpro.exe.</li>
1637 yutakapon 6016 <li>added some plug-ins in the Additional Plug-ins.</li>
1638     <li>moved the TTXKanjiMenu plug-in to the Additional Plug-ins.</li>
1639 maya 3227 <li>added the cygterm+ source code in Tera Term package.</li>
1640     </ul></li>
1641     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.49">2.49</a></li>
1642     <li>upgraded CygTerm+ to <a href="#cygterm_1.07_16">1.07_16</a></li>
1643     </ul></li>
1644     </ul>
1645    
1646     <h3><a name="teraterm_4.60">2008.9.23 (Ver 4.60)</a></h3>
1647     <ul class="history">
1648     <li>added support of CHT (Cursor Forward Tabulation) and CBT (Cursor Backward Tabulation) control sequence.</li>
1649     <li>added support for Visual Bell. When Tera Term receive the BEL character, the window can flash instead of sounding the beep.
1650     <ul>
1651     <li>added the Visual option of <a href="../setup/teraterm-term.html#beep">Beep</a> entry in teraterm.ini file.</li>
1652     </ul></li>
1653     <li>added support for Korean language. Special thanks to Keonsoon Hwang.</li>
1654     <li>added the error message when a user can not open a log file. However, the logopen macro does not show the error message.</li>
1655     <li>added support for receiving the escape sequence regarding the code can change the window title.
1656     <ul>
1657     <li>added AcceptTitleChangeRequest entry in teraterm.ini file. The default is ON.</li>
1658     <li>added the check box on <a href="../menu/setup-additional.html">Additional settings</a> dialog.</li>
1659     </ul></li>
1660     <li>added support for changing the size of the <a href="../menu/setup-additional.html">ConfirmChangePaste</a> dialog.</li>
1661     <li>added support for saving the size of the <a href="../menu/setup-additional.html">ConfirmChangePaste</a> dialog to teraterm.ini file.
1662     <ul>
1663     <li>added PasteDialogSize entry in teraterm.ini file. The default value is 330x230.</li>
1664     </ul></li>
1665     <li>added support for displaying the terminal size after resizing on the tool tip.</li>
1666     <li>added support for the progress indicator on the file transfer dialog.</li>
1667     <li>added the workaround for a lot of pasting data would corrupt on SSH2 connection. This workaround is 10msec waiting with each 500 byte.</li>
1668     <li>added support for canceling the `messagebox' and the `yesnobox' macro command. When a user cancels the messagebox window, the macro engine halts.</li>
1669     <li>added support for the TTX interface to hook the serial communication.</li>
1670     <li>added '<a href="../macro/command/crc32.html">crc32</a>' and <a href="../macro/command/crc32.html">crc32file</a> macro command.</li>
1671     <li>added '<a href="../macro/command/getttdir.html">getttdir</a>' macro command.</li>
1672     <li>Bug fix: A user could not duplicate the network session of TELNET and SSH without port 22 and 23.</li>
1673     <li>Bug fix: The terminal size could reduce on Windows 98-compatible products.</li>
1674     <li>Bug fix: Tera Term icon would 16x16 size when a user changes the window by using Alt+Tab key on Windows Vista Aero.</li>
1675     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.48">2.48</a></li>
1676     </ul>
1677    
1678 doda 5414 <h3><a name="teraterm_4.59">2008.6.25 (Ver 4.59)</a></h3>
1679 maya 3227 <ul class="history">
1680     <li>Changed the application name from "UTF-8 TeraTerm Pro with TTSSH2" to "Tera Term".
1681     <ul>
1682     <li>We will encourage the introduction by uninstallation and a new installation. </li>
1683     </ul></li>
1684     <li>added Windows XP x64, Windows Vista and Windows Server 2008 to the supported OSes list.</li>
1685     <li>updated to new Tera Term icon file(teraterm.ico, vt.ico) and macro icon file(ttmacro.ico). Special thanks to Tatsu Sakamoto.</li>
1686     <li>Pasting by clicking the middle button of mouse has been deleted in last release, but put it back.
1687     <ul>
1688     <li>added <a href="../setup/teraterm-misc.html#DisablePasteMouseMButton">DisablePasteMouseMButton</a> entry in teraterm.ini file. The default value is on.</li>
1689     </ul></li>
1690     <li>changed Additional settings dialog.
1691     <ul>
1692     <li>added <a href="../menu/setup-additional.html">ConfirmChangePaste</a> option.</li>
1693     <li>added <a href="../menu/setup-additional.html">MouseEventTracking</a> option.</li>
1694     <li>Moved from the partial content of General tab sheet to the new 'Copy and Paste' tab sheet.</li>
1695     <li>Bug fix: Not saving the others tab content.</li>
1696     <li>Bug fix: Can not create the `cygterm.cfg' file when the file does not exist.</li>
1697     <li>Bug fix: The invalid error message would be shown when the default log file name is not specified.</li>
1698     </ul></li>
1699     <li>added support for display confirmation dialog when 'Paste&lt;CR&gt;' menu was selected.</li>
1700     <li>added the user configuration for the mouse wheel scroll line.
1701     <ul>
1702     <li>added MouseWheelScrollLine entry to teraterm.ini. The default value is 3.</li>
1703     <li>added a edit control on <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
1704     </ul></li>
1705 yutakapon 6016 <li>added support for memorializing previous .ttl file directory.</li>
1706     <li>added support for hiding [LogMeTT] under [File] menu when LogMeTT.exe does not exist.</li>
1707     <li>added support for configuring the ScrollLock key in KEYBOARD.CNF file.
1708 maya 3227 <ul>
1709     <li>added ScrollLock entry in KEYBOARD.CNF file. The default value is 70.</li>
1710     </ul></li>
1711 yutakapon 6016 <li>added support for configuring whether the current buffer would be scrolled out with &lt;ESC&gt;[J clear screen.
1712 maya 3227 <ul>
1713     <li>added <a href="../setup/teraterm-term.html#ScrollWindowClearScreen">ScrollWindowClearScreen</a> entry in teraterm.ini file. The default value is on.</li>
1714     </ul></li>
1715 yutakapon 6016 <li>Prevented automatically scroll out other than the latest bottom line (Not reset scroll-back on display activity). However, the scroll-back will be reset when a user inputs any key (except control keys such as CTRL and SHIFT). Special thanks to Salarm.
1716 maya 3227 <ul>
1717     <li>added AutoScrollOnlyInBottomLine entry to teraterm.ini. The default value is on.</li>
1718     <li>added a check box on <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
1719     </ul></li>
1720     <li>added support for the configuration whether the Unicode character that Tera Term does not support treated as a wide character.
1721     <ul>
1722     <li>added the <a href="../setup/teraterm-term.html#UnknownUnicodeCharacterAsWide">UnknownUnicodeCharacterAsWide</a> entry in teraterm.ini file. The default value is off.</li>
1723     </ul></li>
1724 yutakapon 6016 <li>If a received Kanji code is either UTF-8 or UTF-8m, some characters such as a ruler and special characters will be displayed by using similar characters in DEC special character set. These characters are categorized into several groups and you can specify each group to be converted or not.
1725 maya 3227 <ul>
1726     <li>added the <a href="../setup/teraterm-term.html#UnicodeDecSpMapping">UnicodeToDecSpMapping</a> entry in teraterm.ini file. The default value is 3.</li>
1727     </ul></li>
1728     <li>added specifying the default file name as the sending file name when a file specified by <a href="../setup/teraterm-trans.html#filter">FileSendFilter</a>.</li>
1729 yutakapon 6016 <li>added the ASCII string of the hex-dump in X and ZMODEM log file.
1730 maya 3227 <ul>
1731     <li>added YmodemLog in teraterm.ini file. The default value is off. Currently, Tera Term not supporting YMODEM protocol.</li>
1732     </ul></li>
1733     <li>added '<a href="../macro/command/strmatch.html">strmatch</a>' macro command.</li>
1734     <li>added '<a href="../macro/command/setrts.html">setrts</a>' and '<a href="../macro/command/setdtr.html">setdtr</a>' macro command.</li>
1735     <li>added support for WM_COPYDATA message continuous transmission by using the Broadcast Command. Special thanks to Salarm.</li>
1736     <li>added support for changing the window icon of VT and TEK.
1737     <ul>
1738     <li>added the <a href="../setup/teraterm-win.html#WindowIcon">VTIcon</a> and <a href="../setup/teraterm-win.html#WindowIcon">TEKIcon</a> entry in teraterm.ini file. The default value is "Default".</li>
1739     <li>added the <a href="../commandline/teraterm.html#vticon">/VTICON</a> and <a href="../commandline/teraterm.html#tekicon">/TEKICON</a> command line option.</li>
1740     <li>added setting up the CygTerm icon on VT window by launching CygTerm(This feature is enabled on a new installation).<br>
1741     added the `/VTIcon=CygTerm' command line option in TERM entry of cygterm.cfg.</li>
1742     </ul></li>
1743     <li>Moved the confirmation dialog of ConfirmChangePaste from the mouse cursor to the current caret position.</li>
1744     <li>The work selection by double-clicking was enabled when the mouse tracking mode is used.</li>
1745 yutakapon 6016 <li>Maximum number of tracked host name in New Connection dialog is increased from 99 to 200.</li>
1746 maya 3227 <li>Modified Tera Term installer script
1747     <ul>
1748     <li>added the cyglaunch shortcut to the startup menu.</li>
1749     <li>added the cyglaunch shortcut to the quick launch bar.</li>
1750     <li>linked .ttl file to the ttpmacro.exe program.</li>
1751     <li>linked telnet protocol to the ttermpro.exe program.</li>
1752     <li>updated FileDir entry in the teraterm.ini file to Tera Term installation directory.</li>
1753     </ul></li>
1754     <li>Bug fix: "Window list" dialog was not appeared in VT window.</li>
1755 yutakapon 6016 <li>Bug fix: Some application like as LogMeTT.exe and cygterm.exe, or cygterm.cfg file would not work well when Tera Term current directory is changed because the full-path does not be specified.</li>
1756 maya 3227 <li>Bug fix: XModemRcvCommand entry in teraterm.ini file could not be empty.</li>
1757     <li>Bug fix: Invalid position could be notified with the mouse event tracking.</li>
1758     <li>Bug fix: Could not automatically connect with the serial line when both "/C=" and "/M=" options are specified at ttermpro.exe.</li>
1759     <li>Bug fix: The control sequence by using C1 control character could not work well when the receiving KANJI code is UTF-8 or UTF-8m.</li>
1760     <li>Bug fix: Changing the window title with the control sequence would not work well when the receiving KANJI code is SJIS.</li>
1761     <li>Bug fix: The background color and ANSI color configuration would not work well when a user specify /F= option on "New Connection" dialog.</li>
1762 yutakapon 6016 <li>Bug fix: Tera Term window would not display when a user pushes OK button on "Additional Settings" dialog with Eterm look-feel enabled.</li>
1763     <li>Bug fix: Tera Term window would be shifted down from the top of the external monitor and aligned to the top of the primary monitor when the window maximizes on the dual monitor.</li>
1764     <li>Bug fix: The edge of Tera Term window would protrude in the external monitor when the window maximizes on the dual monitor.</li>
1765 maya 3227 <li>Bug fix: fixed a problem that <a href="../setup/teraterm-misc.html#broadcast">MaxBroadcatHistory</a> allows up to 99 although more than 100 can be specified.</li>
1766     <li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.47">2.47</a></li>
1767     <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.08">1.08</a></li>
1768     <li>upgraded LogMeTT to 2.9.4</li>
1769     </ul>
1770    
1771 doda 5414 <h3><a name="teraterm_4.58">2008.2.29 (Ver 4.58)</a></h3>
1772 maya 3227 <ul class="history">
1773     <li>Rotatin