Desarrollar y descargar software de código abierto

View 4.54 - Change Log

category(Tag) tree

file info

category(Tag)
raíz
file name
UTF-8_TeraTerm_Pro_with_TTSSH2_4.54_-_Changes
la última actualización
2007-09-30 20:43
tipo
Plain Text
editor
(del#1144)
descripción
4.54 - Change Log
idioma
English
Japanese
translate
[TeraTerm]
2007.9.30 (Ver 4.54)
- added support for selecting a current screen buffer. Also, added `select screen' new menu under edit menu.
- added support for showing the device description of COM port on the connection dialog.
- added support of telnet keep-alive.
  TeraTerm will send TELNET NOP command to host when no commucation does for a long time.
  added TelKeepAliveInterval entry in teraterm.ini file. The default value is 300 per seconds. 0 is turn off.
  added telnet keep-alive inputbox on TCP/IP setup dialog.
- added Alt+I accelerator key as disconnect.
- added shift operator ">>", "<<", ">>>" for macro.
- changed the priority of macro operator in the following order:
  New:
  Priority Operator
  1       not ~ ! +(unary) -(unary)
  2       * / %
  3       + -
  4       >> << >>>
  5       and &
  6       xor ^
  7       or |
  8       < > <= >=
  9       = == <> !=
  10      &&
  11      ||
  
  Old:
  Priority Operator
  1       not ~ ! +(unary) -(unary)
  2       * / %
  2       and &
  3       + -
  3       or xor | ^
  4       = <> < > <= >=
  5       &&
  6       ||
- added 'rotateleft', 'rotateright' macro command.
- added 'setenv' macro command.
- added 'filenamebox' macro command.
- expanded the maximum number of serial connection to 200.
- changed the initial directory of log file to any directory.
- add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.
- stopped saving VTPos and TEKPos when saving teraterm.ini.
- changed the save file for the history of broadcast command to broadcast.log.
- added setting of the number for the history of broadcast command.
  added MaxBroadcatHistory entry to teraterm.ini.
- added new argument to macro command 'messagebox', 'yesnobox', 'inputbox', 'passwordbox' and 'statusbox'. It controls whether to parse '\n','\t' as special characters.
- Bug fix: window size could not be changed at first time.
- Bug fix: CR+LF code at the end of line would not been selected when you select "Select all" menu under edit menu.
- Bug fix: Mouse wheel would not be rotated on Windows Vista.
- Bug fix: Kermit fails to properly negotiate to NOT use "repeat" compression when talking to a primitive partner. Special thanks to Anders Larsen.
- replaced internal string functions to secure functions.
  deleted _CRT_SECURE_NO_DEPRECATE build option.
- upgraded TTSSH version supporting SSH2 to 2.42
- upgraded TeraTerm Menu to 1.06
- upgraded TTProxy to 1.0.0.14

[TTSSH]
2007.9.30 (Ver 2.42)
- deleted displaying in-use serial port on "New connection" dialog.
- deleted using keyboard-interactive authentication when password authentication is selected. And deleted keyboard-interactive checkbox on Authentication Setup dialog. You have to choice "challange/response" to use keyboard-interactive autentication.
- add support Ctrl+p, Ctrl+n, Ctrl+b, Ctrl+f, Ctrl+a and Ctrl+e shortcut key in "Host" drop-down on "New connectin" dialog. Shortcut keys are compatible with up-arrow, down-arrow, left-arrow, right-arrow, Home and End key.
- Bug fix: TCP disconnection was mis-detected in the packet sending.
- replaced internal string functions to secure functions.
  deleted _CRT_SECURE_NO_DEPRECATE build option.

[TeraTerm Menu]
2007.9.30 (Ver 1.06)
- added support for dynamic loading of user interface messages.

[TTProxy]
2007.9.30 (Ver 1.0.0.14)
- added support for dynamic loading of user interface messages.