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 5274 by yutakapon, Wed May 22 11:08:19 2013 UTC revision 5285 by maya, Sat May 25 15:22:44 2013 UTC
# Line 36  Line 36 
36  <ul class="history">  <ul class="history">
37    <li>Changes    <li>Changes
38      <ul>      <ul>
39        <li>Upgraded checking the invalid character of a file name.</li>        <li>Select "Selection" by default in the printer dialog when there is a selection. Special thanks to tentner.</li>
40        <li>added the <a href="../menu/setup-additional.html#logrotate">Log Rotate</a> configuration on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.        <li>added the <a href="../menu/setup-additional.html#logrotate">Log Rotate</a> configuration on the Additional settings dialog.
41          <ul>          <ul>
42            <li>added the LogRotate, LogRotateSize, LogRotateSizeType and LogRotateStep entries in the teraterm.ini file.</li>            <li>added the LogRotate, LogRotateSize, LogRotateSizeType and LogRotateStep entries in the teraterm.ini file.</li>
43          </ul></li>          </ul></li>
44          <li>added the Exit All under the <a href="../menu/file.html">File menu</a>.</li>
45          <li>added the Cascade, Stacked and Side By Side under the <a href="../menu/window.html">Window menu</a>.</li>
46          <li>added the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line option to disable the <a href="../menu/setup-additional.html#autologging">Auto start logging</a>.</li>
47        <li>Macro        <li>Macro
48          <ul>          <ul>
49            <li>added the <a href="../macro/command/listbox.html">listbox</a> command.</li>            <li>added the <a href="../macro/command/listbox.html">listbox</a> command.</li>
# Line 54  Line 57 
57            <li>added the <a href="../macro/command/bringupbox.html">bringupbox</a> command.</li>            <li>added the <a href="../macro/command/bringupbox.html">bringupbox</a> command.</li>
58            <li>added the <a href="../macro/command/regexoption.html">regexoption</a> command.</li>            <li>added the <a href="../macro/command/regexoption.html">regexoption</a> command.</li>
59            <li>added the 4th argument(current directory) at the <a href="../macro/command/exec.html">exec</a> command.</li>            <li>added the 4th argument(current directory) at the <a href="../macro/command/exec.html">exec</a> command.</li>
60              <!--li>'<a href="../macro/command/show.html">show</a> 1' コマンドでマクロウィンドウが最前面に来るようにした。</li-->
61              <!--li><a href="../macro/command/messagebox.html">messagebox</a>, <a href="../macro/command/inputbox.html">inputbox</a>, <a href="../macro/command/listbox.html">listbox</a> コマンドを実行したときにダイアログが最前面に来るようにした。</li-->
62            <!--li><a href="../macro/command/wait.html">wait</a>, <a href="../macro/command/waitln.html">waitln</a> コマンドで空文字列を待てるようにした。</li-->
63            <!--li><a href="../macro/command/waitregex.html">waitregex</a> コマンドで複数の文字列が同時にマッチする場合、前の方を優先するようにした。</li-->
64          </ul></li>          </ul></li>
       <li>Select "Selection" by default in the printer dialog when there is a selection. Special thanks to tentner.</li>  
       <li>added the Cascade, Stacked and Side By Side under the <a href="../menu/window.html">Window menu</a>.</li>  
       <li>added the Exit All under the <a href="../menu/file.html">File menu</a>.</li>  
       <li>added the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line option to disable the <a href="../menu/setup-additional.html#autologging">Auto start logging</a>.</li>  
65      </ul>      </ul>
66    </li>    </li>
67    
68    <li>Bug fixes    <li>Bug fixes
69      <ul>      <ul>
70        <li>Can not create a file including the IPv6 address in the &amp;h of the log file.</li>        <li>Can not create a file including the IPv6 address in the &amp;h of the log file.</li>
71        <li>When the <a href="../setup/teraterm-misc.html#LogLockExclusive">LogLockExclusive</a> is off, the exclusive lock remains.</li>        <li>When the <a href="../setup/teraterm-misc.html#LogLockExclusive">LogLockExclusive</a> is off, the exclusive lock remains<!--ログファイルに-->.</li>
       <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>  
       <li>MARCO: When the break command is inserted after the continue command, the Invalid Control error will be ocurred.</li>  
72        <li>When a log file is retrieving on the network path, Tera Term does not go slow.        <li>When a log file is retrieving on the network path, Tera Term does not go slow.
73          <ul>          <ul>
74            <li>added the DeferredLogWriteMode entry in the teraterm.ini file. The default value is ON.</li>            <li>added the <a href="../setup/teraterm-misc.html#DeferredLogWriteMode">DeferredLogWriteMode</a> entry in the teraterm.ini file. The default value is ON.</li>
75          </ul></li>          </ul></li>
76        <li>MACRO: The send/sendln command can be affected by the Paste delay per line configuration.</li>        <!--li>ウィンドウの右端で URL が終わって改行している場合に、次の行まで URL が続いていると判定される問題を修正した。</li-->
77          <!--li>URL 文字列として判定される領域が左に半分ずれる問題を修正した。</li-->
78          <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>
79          <!--li><a href="../macro/command/waitn.html">waitn</a> マクロコマンドで timeout が 0 のときにデータを待たない問題を修正した。</li-->
80          <li>MARCO: When the break command is inserted after the continue command, the Invalid Control error will be ocurred.</li>
81          <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>
82      </ul>      </ul>
83    </li>    </li>
84    
85    <li>Misc    <li>Misc
86      <ul>      <ul>
       <li></li>  
87        <li>added the Russian.lng language file. Special thanks to Sergey Ryumik.</li>        <li>added the Russian.lng language file. Special thanks to Sergey Ryumik.</li>
88        <li>added the Korean.lng language file. Special thanks to Daehong Kim.</li>        <li>added the Korean.lng language file. Special thanks to Daehong Kim.</li>
89        <li>upgraded TTSSH to <a href="#ttssh_2.65">2.65</a></li>        <li>upgraded TTSSH to <a href="#ttssh_2.65">2.65</a></li>
# Line 2051  SYNOPSIS: Line 2056  SYNOPSIS:
2056    
2057    <li>Bug fixes    <li>Bug fixes
2058      <ul>      <ul>
2059          <!--li>PKCS#8形式の鍵を読み込めない問題を修正。</li-->
2060        <li>When the "stty stop undef" is defined in the ~/.bashrc, an application fault will be ocurred by using SCP sending.</li>        <li>When the "stty stop undef" is defined in the ~/.bashrc, an application fault will be ocurred by using SCP sending.</li>
2061      </ul>      </ul>
2062    </li>    </li>

Legend:
Removed from v.5274  
changed lines
  Added in v.5285

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