開發和下載開源軟體

瀏覽 4.56 - Change Log

category(Tag) tree

file info

category(Tag)
檔案名
UTF-8_TeraTerm_Pro_with_TTSSH2_4.56_-_Changes
最後更新
2007-12-04 19:46
類型
Plain Text
editor
(del#1144)
描述
4.56 - Change Log
語言
English
Japanese
translate
[TeraTerm]
2007.12.4 (Ver 4.56)
- added new optional setting that can disable application keypad/cursor mode.
  added DisableAppKeypad and DisableAppCursor entry to teraterm.ini.
  added a check box on Keyboard setup dialog.
- added new optional setting that can cleaning COM buffer when port opening.
  added ClearComBuffOnOpen entry to teraterm.ini. On is clear buffer, or Off is not clear buffer. The default value is on.
- added support Ctrl+u shortcut key in "Host" drop-down on "New connectin" dialog. The shortcut key is deleting backward from point to the beginning of the line.
- added /BAUD command line option to specify baud rate of serial port.
- added support sending C1 control characters as single 8-bit characters.
  added Send8BitCtrl entry to teraterm.ini. The default value is off.
  added support of S7C1T/S8C1T control sequences.
  added support of changing C1 control mode by DECSCL control sequence.
- added support for KAM(Keyboard Lock) and DECNKM(numeric keypad mode) control sequences.
- added an open dialog to select a folder at "Change directory" menu under file menu.
- added support for enabling only mouse left-click to select the text by dragging.
  added SelectOnlyByLButton entry to teraterm.ini. The default value is on.
  added a check box on Additional setup dialog.
- On UTF-8 encoding, single COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK(U+3099) and COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK(U+309A) are displayed as KATAKANA-HIRAGANA VOICED SOUND MARK(U+309B) and KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK(U+309C).
- add support of handling large text data in clipboard to macro command clipb2var.
  added new argument to macro command clipb2var. It controls start position of copying.
  if clipboard content is too long and copied string was truncated, clipb2var returns 2 in system variable "result".
- added 'do', 'loop' macro command.
- added 'until', 'enduntil' macro command.
- added 'callmenu' macro command.
  added `screencapture.ttl' file as a sample TTL macro.
- added new optional setting that can disable telnet command detection.
  added TelAutoDetect entry to teraterm.ini. default is on.
- added 'Cancel selection' new menu under edit menu.
- changed the initial directory of log file to 'Default Log Save Folder' when it is available.
- Bug fix: the transparency of window could not change to 255.
- Bug fix: last 1 character of title string that is sent from server is deleted.
- Bug fix: TeraTerm would use the configuration of TCPLocalEcho/TCPCRSend when the user start telnet connection on New connection dialog.
- Bug fix: when continued line copy is enabled, Copy Table does not work correctly
- Bug fix: when Transmit DEL by Delete key is enabled and Num Lock status is off, Numeric Keypad "." sends DEL.
- Bug fix: 'wait' macro command can't wait a long string. Enbuged at 4.54.
- Bug fix: The color value on Window setup dialog would become 255 when the value is less than 16 and the user pushes PageUP key.
- Bug fix: COM port description would be wrong when COM port number is forced to switch another number. Special thanks to xoxo-san.
- Bug fix: On TEK Window's Setup Window dialog, "Always use Normal text's BG" checkbox is displayed.
- Bug fix: TEK Window's Setup Font dialog does not support for dynamic loading of user interface messages.
- upgraded TTSSH version supporting SSH2 to 2.44
- upgraded TeraTerm Menu to 1.07

[TTSSH]
2007.12.4 (Ver 2.44)
- added AES192, AES256 and Blowfish symmetric key cipher algorithm for SSH2 protocol.
  added "9", ":" and ";" to CipherOrder entry in teraterm.ini file.
- added support for SSH2 delay re-transmit packet when remote_window is not available by using port-forwarding(local-to-remote). X11 applications such as emacs and xterm would not work fine by using Xming server.
- Modified the fature to invalidate unsupported authentication method.
  The default value of "CheckAuthListFirst" is changed to Off.
  Added the feature to configure "CheckAuthListFirst" from a checkbox in "SSH Authentication" dialog.
- Modified the feature in SSH forwarding connection from local to accept connection request from any host other than localhost.
  Added the feature to configure it from a checkbox in "SSH Forwarding" dialog.
  Added the feature to configure it as a command line option of "/ssh-acceptall".
  Modified to enable it for each forwarding setup from "SSH Forwarding" dialog.
- Changed for " /ssh", " /nossh", " /telnet" specified as Host in "New connection" dialog to be given priority over "validate/invalidate" of SSH by radio button.
- Bug fix: TTSSH crashes when all server supports encryption algorithm that is not supported by TTSSH.
- Bug fix: SSH2 packet was ocurred as "Bad packet length". This bug is enbuged at TTSSH 2.42.
- Bug fix: A big size packet could not send to the client application by using SSH2 port-forwarding(local-to-remote). This is TTSSH original bug.
- upgraded OpenSSL to 0.9.8g

[TeraTerm Menu]
2007.12.4 (Ver 1.07)
- added support for saving TeraTerm Menu configuration from registry to ini file. Touch "ttpmenu.ini" file in "ttpmenu.exe" installation directory when you want to use ini file. Special thanks to Matsumoto Hiroki.
- added support for keyboard-interactive authentication(/challenge).
- Bug fix: extension filters on file dialog didn't work when a message file does not exist.
- Bug fix: application could not start when the app is specified by relative path.