Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5988 by maya, Tue Sep 1 14:38:55 2015 UTC revision 6015 by yutakapon, Sat Sep 12 21:15:28 2015 UTC
# Line 38  Line 38 
38      <ul>      <ul>
39        <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>        <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>
40        <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>        <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>
41        <li>The all attribute color is resetted to the initial status with the OSC 105 ST.</li>        <li>The all attribute color is reset to the initial status with the OSC 105 ST.</li>
42        <li>added the button to open a configuration file to <a href="../menu/setup-directory.html">Setup directory</a>.</li>        <li>added the button to open a configuration file to <a href="../menu/setup-directory.html">Setup directory</a>.</li>
43        <li>MACRO: A dialog of the filenamebox and dirnamebox is on top of all the other windows.</li>        <li>MACRO: A dialog of the filenamebox and dirnamebox is on top of all the other windows.</li>
44      </ul>      </ul>
# Line 111  Line 111 
111        <li>YMODEM: When the received file information does not include the file size, the file data can not be recorded well.</li>        <li>YMODEM: When the received file information does not include the file size, the file data can not be recorded well.</li>
112        <li>The setting value of the <a href="../menu/setup-additional.html#logrotate">Log Rotate</a> will not display well.</li>        <li>The setting value of the <a href="../menu/setup-additional.html#logrotate">Log Rotate</a> will not display well.</li>
113        <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>        <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>
114        <li>When the macro filename is so longer, the currently executing line number can not be shown. And also, the macro window can be resizable.</li>        <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>
115      </ul>      </ul>
116    </li>    </li>
117    
# Line 172  Line 172 
172  <ul class="history">  <ul class="history">
173    <li>Changes    <li>Changes
174      <ul>      <ul>
175        <li>When a file is received by using YMODEM or ZMODEM protocol, the file timestamp is updated.</li>        <li>When a file is received by using YMODEM or ZMODEM protocol, the file time-stamp is updated.</li>
176        <li>added the log type configuration on the Log tab of the <a href="../menu/setup-additional.html#LogOption">Additional settings dialog</a>.</li>        <li>added the log type configuration on the Log tab of the <a href="../menu/setup-additional.html#LogOption">Additional settings dialog</a>.</li>
177      </ul>      </ul>
178    </li>    </li>
# Line 189  Line 189 
189        <li>added support for Microsoft Windows Server 2012 R2.</li>        <li>added support for Microsoft Windows Server 2012 R2.</li>
190        <li>upgraded TTSSH to <a href="#ttssh_2.70">2.70</a></li>        <li>upgraded TTSSH to <a href="#ttssh_2.70">2.70</a></li>
191        <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.12">1.12</a></li>        <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.12">1.12</a></li>
192        <li>upgraded TTXResizeMenu Plugin to <a href="#resizemenu_1.03">1.03</a></li>        <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.03">1.03</a></li>
193        <li>upgraded LogMeTT to 2.10.2</li>        <li>upgraded LogMeTT to 2.10.2</li>
194        <li>added the 64bit cygterm.exe and cyglaunch.exe into the installation directory.</li>        <li>added the 64bit cygterm.exe and cyglaunch.exe into the installation directory.</li>
195      </ul>      </ul>
# Line 209  Line 209 
209          <ul>          <ul>
210            <li>Refer to the <a href="../usage/tips/vim.html#background">Background color</a> for the vim user.</li>            <li>Refer to the <a href="../usage/tips/vim.html#background">Background color</a> for the vim user.</li>
211          </ul></li>          </ul></li>
212        <li>Eterm look-feel: Changed the background image from label to checkbox style on the Visual tab of the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>        <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>
213        <li>added support for selecting any type of the <a href="../setup/teraterm-term.html#displayall">Debug mode</a>.        <li>added support for selecting any type of the <a href="../setup/teraterm-term.html#displayall">Debug mode</a>.
214          <ul>          <ul>
215            <li>added the DebugModes entry in the teraterm.ini file.</li>            <li>added the DebugModes entry in the teraterm.ini file.</li>
# Line 223  Line 223 
223        <li>Eterm look-feel: The background image file will not be drawn by using any JPEG file.</li>        <li>Eterm look-feel: The background image file will not be drawn by using any JPEG file.</li>
224        <li>Fixed some bugs regarding Debug mode        <li>Fixed some bugs regarding Debug mode
225          <ul>          <ul>
226            <li>When the debug mode is enterd, the insertion mode and the auto-wrap mode may be changed.</li>            <li>When the debug mode is entered, the insertion mode and the auto-wrap mode may be changed.</li>
227            <li>When the debug mode is enterd, the character attribute can not be reseted.</li>            <li>When the debug mode is entered, the character attribute can not be reseted.</li>
228            <li>When the debug mode is leaved, the character attribute may be reseted.</li>            <li>When the debug mode is leaved, the character attribute may be reseted.</li>
229          </ul></li>          </ul></li>
230      </ul>      </ul>
# Line 333  Line 333 
333    <li>Misc    <li>Misc
334      <ul>      <ul>
335        <li>upgraded TTSSH to <a href="#ttssh_2.67">2.67</a></li>        <li>upgraded TTSSH to <a href="#ttssh_2.67">2.67</a></li>
336        <li>upgraded TTXRecurringCommand Plugin to <a href="#recurringcommand_1.03">1.03</a></li>        <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.03">1.03</a></li>
337        <li>added support for Microsoft Windows 8.1.</li>        <li>added support for Microsoft Windows 8.1.</li>
338        <li>upgraded Oniguruma to 5.9.5.</li>        <li>upgraded Oniguruma to 5.9.5.</li>
339        <li>added the Simplified Chinese.lng language file. Special thanks to LiShaohui.</li>        <li>added the Simplified Chinese.lng language file. Special thanks to LiShaohui.</li>
# Line 436  Line 436 
436        <li>The URL string on the mouse hand cursor shifts to the left with half character by mistake.</li>        <li>The URL string on the mouse hand cursor shifts to the left with half character by mistake.</li>
437        <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>        <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>
438        <li>MACRO: When the timeout is 0, the <a href="../macro/command/waitn.html">waitn</a> command can not wait any character.</li>        <li>MACRO: When the timeout is 0, the <a href="../macro/command/waitn.html">waitn</a> command can not wait any character.</li>
439        <li>MARCO: When the break command is executed after the continue command, the Invalid Control error will be ocurred.</li>        <li>MARCO: When the break command is executed after the continue command, the Invalid Control error will be occurred.</li>
440        <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>        <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>
441        <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>        <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>
442      </ul>      </ul>
# Line 477  Line 477 
477    <li>Misc    <li>Misc
478      <ul>      <ul>
479        <li>upgraded TTSSH to <a href="#ttssh_2.64">2.64</a></li>        <li>upgraded TTSSH to <a href="#ttssh_2.64">2.64</a></li>
480        <li>upgraded TTXResizeMenu Plugin to <a href="#resizemenu_1.02">1.02</a></li>        <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.02">1.02</a></li>
481        <li>upgraded TTXKCodeChange Plugin to <a href="#kcodechange_1.01">1.01</a></li>        <li>upgraded TTXKCodeChange Plug-in to <a href="#kcodechange_1.01">1.01</a></li>
482      </ul>      </ul>
483    </li>    </li>
484  </ul>  </ul>
# Line 519  Line 519 
519        <li>A button value is changed from 3 to 35 while the button is not pressed at the Any Event Tracking mode.</li>        <li>A button value is changed from 3 to 35 while the button is not pressed at the Any Event Tracking mode.</li>
520        <li>added the 0; character at the reply head by requesting the character attribute of the DECRQSS.</li>        <li>added the 0; character at the reply head by requesting the character attribute of the DECRQSS.</li>
521        <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>        <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>
522        <li>When the host number is discontinous value, Tera Term can read the [Hosts] section in the teraterm.ini file.</li>        <li>When the host number is discontinuous value, Tera Term can read the [Hosts] section in the teraterm.ini file.</li>
523        <li>Macro        <li>Macro
524          <ul>          <ul>
525            <li>added the <a href="../macro/command/setpassword.html">setpassword</a> command.</li>            <li>added the <a href="../macro/command/setpassword.html">setpassword</a> command.</li>
# Line 532  Line 532 
532      <ul>      <ul>
533        <li>Named pipe: The pipe can not be disconnected when the Oracle Virtual Box is terminated.</li>        <li>Named pipe: The pipe can not be disconnected when the Oracle Virtual Box is terminated.</li>
534        <li>COM port: The default setting can not be saved in the teraterm.ini file.</li>        <li>COM port: The default setting can not be saved in the teraterm.ini file.</li>
535        <li>YMODEM: When the receiving a file is temporarily stopped, Tera Term can not send a NAK after timeout. So, the transfering can not be continued.</li>        <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>
536        <li>Macro command: The send and sendln can not transmit a character #01.</li>        <li>Macro command: The send and sendln can not transmit a character #01.</li>
537        <li>Macro command regarding file using: A relative path will not be recognized.        <li>Macro command regarding file using: A relative path will not be recognized.
538          <ul>          <ul>
539            <li>The base of a relatvie path will be a path existing a macro file or Tera Term installation directory. By using this bugfix, the relative path can be a path existing a macro file.</li>            <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>
540          </ul></li>          </ul></li>
541      </ul>      </ul>
542    </li>    </li>
# Line 578  Line 578 
578          <ul>          <ul>
579            <li>Environment variable strings(%variableName%) can be included in the ini file path.</li>            <li>Environment variable strings(%variableName%) can be included in the ini file path.</li>
580            <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>            <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>
581            <li>Enabled the "Eterm lookfeel" checkbox on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>            <li>Enabled the "Eterm lookfeel" check-box on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
582          </ul></li>          </ul></li>
583        <li>added the LanguageUI entry on the <a href="..\menu\setup-general.html">General setup dialog</a>.</li>        <li>added the LanguageUI entry on the <a href="..\menu\setup-general.html">General setup dialog</a>.</li>
584        <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>        <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>
# Line 630  Line 630 
630          </ul></li>          </ul></li>
631        <li>added support for reading the Clipboard by using the OSC 52(clipboard accessing) control sequence.</li>        <li>added support for reading the Clipboard by using the OSC 52(clipboard accessing) control sequence.</li>
632        <li>added support for xterm(UTF-8), xterm(SGR) and rxvt-unicode style extended mouse tracking mode.</li>        <li>added support for xterm(UTF-8), xterm(SGR) and rxvt-unicode style extended mouse tracking mode.</li>
633        <li>When the receiving file is empty, the file name is assigned to noname.</li>        <li>When the receiving file is empty, the file name is assigned to no-name.</li>
634        <li>When the receiving file name contains banned characters, these characters are replaced to _.</li>        <li>When the receiving file name contains banned characters, these characters are replaced to _.</li>
635        <li>KERMIT protocol        <li>KERMIT protocol
636          <ul>          <ul>
# Line 673  Line 673 
673          <ul>          <ul>
674            <li>added the Clipboard access from remote entry on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>            <li>added the Clipboard access from remote entry on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
675          </ul></li>          </ul></li>
676        <li>added support for configurating the control sequence to change permitted tabstops.        <li>added support for configuring the control sequence to change permitted tab-stops.
677          <ul>          <ul>
678            <li>added the <a href="../setup/teraterm-term.html#TabStopModify">TabStopModifySequence</a> entry in the teraterm.ini file. The default is on.</li>            <li>added the <a href="../setup/teraterm-term.html#TabStopModify">TabStopModifySequence</a> entry in the teraterm.ini file. The default is on.</li>
679          </ul></li>          </ul></li>
680        <li>Broadcast Command: When a user uses the real time mode, the input characters does not show on the edit control.</li>        <li>Broadcast Command: When a user uses the real time mode, the input characters does not show on the edit control.</li>
681        <li>added support for specifying an any browser as the clickable URL.        <li>added support for specifying an any browser as the click-able URL.
682          <ul>          <ul>
683            <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>            <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>
684          </ul></li>          </ul></li>
# Line 713  Line 713 
713          </ul></li>          </ul></li>
714        <li>upgraded TTSSH to <a href="#ttssh_2.59">2.59</a></li>        <li>upgraded TTSSH to <a href="#ttssh_2.59">2.59</a></li>
715        <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.11">1.11</a></li>        <li>upgraded TeraTerm Menu to <a href="#ttmenu_1.11">1.11</a></li>
716        <li>upgraded TTXRecurringCommand Plugin to <a href="#recurringcommand_1.02">1.02</a></li>        <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.02">1.02</a></li>
717        <li>upgraded TTLEditor to 1.4</li>        <li>upgraded TTLEditor to 1.4</li>
718      </ul>      </ul>
719    </li>    </li>
# Line 723  Line 723 
723  <ul class="history">  <ul class="history">
724    <li>Changes    <li>Changes
725      <ul>      <ul>
726        <li>When the OSC string includes a control sequence, the control sequence can be procedured.</li>        <li>When the OSC string includes a control sequence, the control sequence can be proceeded.</li>
727        <li>Eterm look-feel: The wallpaper file format can support any format other than BMP on Windows Vista or later.</li>        <li>Eterm look-feel: The wallpaper file format can support any format other than BMP on Windows Vista or later.</li>
728        <li>"<a href="../macro/command/getpassword.html">getpassword</a>" macro command is updated.        <li>"<a href="../macro/command/getpassword.html">getpassword</a>" macro command is updated.
729          <ul>          <ul>
# Line 765  Line 765 
765        <li>The Meta Key can be only assigned to the left ALT or the right ALT key.</li>        <li>The Meta Key can be only assigned to the left ALT or the right ALT key.</li>
766        <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>        <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>
767        <li>The /k option is inherited by using the Duplicate Session.</li>        <li>The /k option is inherited by using the Duplicate Session.</li>
768        <li>added the elapsed time and the trasnfer speed on the file sending dialog.</li>        <li>added the elapsed time and the transfer speed on the file sending dialog.</li>
769        <li>added support for Windows7 jump list.</li>        <li>added support for Windows7 jump list.</li>
770        <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>        <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>
771      </ul>      </ul>
# Line 777  Line 777 
777        <li>When the 10000 over mode is specified on the DECSET/DECRST control sequence, Tera Term would not be able to ignore.</li>        <li>When the 10000 over mode is specified on the DECSET/DECRST control sequence, Tera Term would not be able to ignore.</li>
778        <li>The invalid result may be responded for the window position reporting.</li>        <li>The invalid result may be responded for the window position reporting.</li>
779        <li>YMODEM: When a file is sent, the block1 can be sent not waiting the ACK from the YMODEM server.</li>        <li>YMODEM: When a file is sent, the block1 can be sent not waiting the ACK from the YMODEM server.</li>
780        <li>When a last one byte of a string is removed by using the strremove macro command, the BOF will be ocurred.</li>        <li>When a last one byte of a string is removed by using the strremove macro command, the BOF will be occurred.</li>
781      </ul>      </ul>
782    </li>    </li>
783    
# Line 805  Line 805 
805          <ul>          <ul>
806            <li>added the <a href="../setup/teraterm-term.html#TerminalUID">TerminalUID</a> entry in the teraterm.ini file. The default value is FFFFFFFF.</li>            <li>added the <a href="../setup/teraterm-term.html#TerminalUID">TerminalUID</a> entry in the teraterm.ini file. The default value is FFFFFFFF.</li>
807          </ul></li>          </ul></li>
808        <li>added support for the DECSTUI (Change Terminal Unique ID) control sequece.        <li>added support for the DECSTUI (Change Terminal Unique ID) control sequence.
809          <ul>          <ul>
810            <li>added the <a href="../setup/teraterm-term.html#LockTUID">LockTUID</a> entry in the teraterm.ini file. The default value is on.</li>            <li>added the <a href="../setup/teraterm-term.html#LockTUID">LockTUID</a> entry in the teraterm.ini file. The default value is on.</li>
811          </ul></li>          </ul></li>
# Line 831  Line 831 
831        <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>        <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>
832        <li>Tera Term can not ignore the unsupported OSC control string. </li>        <li>Tera Term can not ignore the unsupported OSC control string. </li>
833        <li>Tera Term can not understand a character after the DCS, SOS, APC and PM Control string.</li>        <li>Tera Term can not understand a character after the DCS, SOS, APC and PM Control string.</li>
834        <li>When a log file is opend by writable mode, the file is existing and writing by another process can be opend.</li>        <li>When a log file is opened by writable mode, the file is existing and writing by another process can be opened.</li>
835        <li>When 8-bit string is received, the string is recognized as the control sequence by mistake.</li>        <li>When 8-bit string is received, the string is recognized as the control sequence by mistake.</li>
836        <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>        <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>
837      </ul>      </ul>
# Line 871  Line 871 
871            <li># Hidden window</li>            <li># Hidden window</li>
872          </ul></li>          </ul></li>
873        <li>Extended the maximum number of Tera Term window from 50 to 256.</li>        <li>Extended the maximum number of Tera Term window from 50 to 256.</li>
874        <li>Extended the maximum number of Tera Term plugins from 16 to 32.</li>        <li>Extended the maximum number of Tera Term plug-ins from 16 to 32.</li>
875        <li>added an argument of the "<a href="../macro/command/beep.html">beep</a>" macro command.</li>        <li>added an argument of the "<a href="../macro/command/beep.html">beep</a>" macro command.</li>
876        <li><ins>Deleted the special argument of the box-style macro command.</ins></li>        <li><ins>Deleted the special argument of the box-style macro command.</ins></li>
877        <li>The WSAAsyncGetAddrInfo function can be hooked by using plugin.</li>        <li>The WSAAsyncGetAddrInfo function can be hooked by using plug-in.</li>
878        <li>The freeaddrinfo function can be hooked by using plugin.</li>        <li>The freeaddrinfo function can be hooked by using plug-in.</li>
879      </ul>      </ul>
880    </li>    </li>
881    
882    <li>Bug fixes    <li>Bug fixes
883      <ul>      <ul>
884        <li>Security fix: A class of vulnerabilities affecting applications that load DLL's in an insecure mannber.</li>        <li>Security fix: A class of vulnerabilities affecting applications that load DLL's in an insecure manner.</li>
885        <li>The baud rate can not be properly selected on the <a href="../menu/setup-serialport.html">[Setup]-[Serial port]</a> dialog.</li>        <li>The baud rate can not be properly selected on the <a href="../menu/setup-serialport.html">[Setup]-[Serial port]</a> dialog.</li>
886        <li><a href="../setup/teraterm-term.html#beep">Beep setting</a> does not work.</li>        <li><a href="../setup/teraterm-term.html#beep">Beep setting</a> does not work.</li>
887        <li>The scroll region can not be cleared by using the DECALN (DEC Screen Alignment Test) control sequence.</li>        <li>The scroll region can not be cleared by using the DECALN (DEC Screen Alignment Test) control sequence.</li>
# Line 917  Line 917 
917            <li>added the IMERelatedCursor in the teraterm.ini file. The default is off.</li>            <li>added the IMERelatedCursor in the teraterm.ini file. The default is off.</li>
918          </ul></li>          </ul></li>
919        <li>added support for the motion event of xterm style mouse event tracking.</li>        <li>added support for the motion event of xterm style mouse event tracking.</li>
920        <li>added support for the DEC Locator Mode style mouse event tracking.</li>        <li>added support for the DEC Locater Mode style mouse event tracking.</li>
921        <li>The ttymouse can automatically setup the xterm2 to modify the response of the Secondary DA. </li>        <li>The ttymouse can automatically setup the xterm2 to modify the response of the Secondary DA. </li>
922        <li>added the "<a href="../macro/command/filetruncate.html">filetruncate</a>" macro command.</li>        <li>added the "<a href="../macro/command/filetruncate.html">filetruncate</a>" macro command.</li>
923        <li>added the "<a href="../macro/command/dispstr.html">dispstr</a>" macro command.</li>        <li>added the "<a href="../macro/command/dispstr.html">dispstr</a>" macro command.</li>
# Line 936  Line 936 
936        <li>The YMODEM sending and receiving procedure does not work for the HyperTerminal.</li>        <li>The YMODEM sending and receiving procedure does not work for the HyperTerminal.</li>
937        <li>The file sending is slowing.</li>        <li>The file sending is slowing.</li>
938        <li>The retransmission EOT does not work well by using the XMODEM protocol.</li>        <li>The retransmission EOT does not work well by using the XMODEM protocol.</li>
939        <li>In xterm style mouse event tracking mode, the Control and Alt(Meta) keys are reported been swaped.</li>        <li>In xterm style mouse event tracking mode, the Control and Alt(Meta) keys are reported been swapped.</li>
940        <li>The color setup and request control sequence does not work well.</li>        <li>The color setup and request control sequence does not work well.</li>
941        <li>A statusbox is closed by performing the OK button action.</li>        <li>A statusbox is closed by performing the OK button action.</li>
942      </ul>      </ul>
# Line 1008  Line 1008 
1008  <ul class="history">  <ul class="history">
1009    <li>Changes    <li>Changes
1010      <ul>      <ul>
1011        <li>expanded the maximun number of saved host to 500.</li>        <li>expanded the maximum number of saved host to 500.</li>
1012        <li>expanded the maximum number of serial connection to 4096.</li>        <li>expanded the maximum number of serial connection to 4096.</li>
1013        <li>added support for the tab character as the command line delimiter.</li>        <li>added support for the tab character as the command line delimiter.</li>
1014        <li>enabled the [Show Log dialog] of the <a href="../menu/file.html">[File]</a> menu while the log window is shown.</li>        <li>enabled the [Show Log dialog] of the <a href="../menu/file.html">[File]</a> menu while the log window is shown.</li>
# Line 1020  Line 1020 
1020        <li>added support for overwritten confirmation at the "<a href="../macro/command/filenamebox.html">filenamebox</a>" macro command.</li>        <li>added support for overwritten confirmation at the "<a href="../macro/command/filenamebox.html">filenamebox</a>" macro command.</li>
1021        <li>added support for replying an empty string at the window title and the icon label reporting control sequence.        <li>added support for replying an empty string at the window title and the icon label reporting control sequence.
1022          <ul>          <ul>
1023            <li>Changed to the ccept, ignore and empty value in the TitleReportSequence entry in the teraterm.ini file.</li>            <li>Changed to the accept, ignore and empty value in the TitleReportSequence entry in the teraterm.ini file.</li>
1024            <li>changed the default value of "TitleReportSequence" to "empty".</li>            <li>changed the default value of "TitleReportSequence" to "empty".</li>
1025          </ul></li>          </ul></li>
1026        <li>added Contorl Sequence tab on the <a href="../menu/setup-additional.html">Additional settings dialog</a>        <li>added Control Sequence tab on the <a href="../menu/setup-additional.html">Additional settings dialog</a>
1027          <ul>          <ul>
1028            <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>            <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>
1029            <li>added "Title report sequence", "Window control sequence", "Window report sequence" and "Cursor control sequence".</li>            <li>added "Title report sequence", "Window control sequence", "Window report sequence" and "Cursor control sequence".</li>
# Line 1043  Line 1043 
1043        <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>        <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>
1044        <li>The `/*' characters in the macro string-type constants are falsely recognized as a beginning of the C language-style comment.</li>        <li>The `/*' characters in the macro string-type constants are falsely recognized as a beginning of the C language-style comment.</li>
1045        <li>Workaround: When the Eterm look-feel is enabled, the screen display can not work after the Reverse Video (DECSCNM) set/reset.</li>        <li>Workaround: When the Eterm look-feel is enabled, the screen display can not work after the Reverse Video (DECSCNM) set/reset.</li>
1046        <li>When the width of the window is shrinked, the invalid character remains at the end of each line.</li>        <li>When the width of the window is shrunk, the invalid character remains at the end of each line.</li>
1047      </ul>      </ul>
1048    </li>    </li>
1049    
# Line 1052  Line 1052 
1052        <li>stopped to write the new entry to the user's teraterm.ini file by the installer.</li>        <li>stopped to write the new entry to the user's teraterm.ini file by the installer.</li>
1053        <li>stopped to write the language configuration selected by a user to the user's teraterm.ini file by the installer.</li>        <li>stopped to write the language configuration selected by a user to the user's teraterm.ini file by the installer.</li>
1054        <li>upgraded CygTerm+ to <a href="#cygterm_1.07_19">1.07_19</a></li>        <li>upgraded CygTerm+ to <a href="#cygterm_1.07_19">1.07_19</a></li>
1055        <li>upgraded TTXRecurringCommand Plugin to <a href="#recurringcommand_1.01">1.01</a></li>        <li>upgraded TTXRecurringCommand Plug-in to <a href="#recurringcommand_1.01">1.01</a></li>
1056        <li>upgraded TTXResizeMenu Plugin to <a href="#resizemenu_1.01">1.01</a></li>        <li>upgraded TTXResizeMenu Plug-in to <a href="#resizemenu_1.01">1.01</a></li>
1057        <li>upgraded TTXttyrec Plugin to <a href="#ttyrec_1.02">1.02</a></li>        <li>upgraded TTXttyrec Plug-in to <a href="#ttyrec_1.02">1.02</a></li>
1058        <li>added support for Microsoft Windows 7.</li>        <li>added support for Microsoft Windows 7.</li>
1059        <li>updated the screencapture.ttl file.</li>        <li>updated the screencapture.ttl file.</li>
1060        <li>upgraded Oniguruma to 5.9.2</li>        <li>upgraded Oniguruma to 5.9.2</li>

Legend:
Removed from v.5988  
changed lines
  Added in v.6015

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