home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TELIX.ZIP / WHATSNEW.350 < prev    next >
Text File  |  1996-05-01  |  4KB  |  105 lines

  1. What's New in Telix for DOS 3.50
  2. ================================
  3.  
  4. - Mouse-controlled user interface with pull-down menus, scroll-bars in
  5.   listing windows and in the scroll-back mode, and sending of words or
  6.   characters by a mouse click.
  7.  
  8. - Selectable language for the user interface, which can also be changed
  9.   during a Telix session.
  10.  
  11. - Built-in INT14 mode for using Telix within networks (via a modem sharing
  12.   software) or with FOSSIL drivers (e.g. for passive ISDN boards).
  13.  
  14. - Additional support of higher interrupts (IRQ8 to IRQ15) and higher
  15.   addresses (above $7FFF) for the COM ports.
  16.  
  17. - Convenient editing and compiling of script files from within Telix via
  18.   Script menu or hotkeys.
  19.  
  20. - Extended status windows for Zmodem batch file transfers (GSZ/DSZ
  21.   compatible).
  22.  
  23. - Telix now provides CPU resources for other applications in multi-tasking
  24.   environments (such as Windows, OS/2 etc.).
  25.  
  26. - Telix will now refuse to be launched more than once (e.g. out of its
  27.   DOS-Shell)
  28.  
  29. - Reduced the portion of Telix that remains in memory when swapping out
  30.   from about 83k to 15k while in a DOS Shell.
  31.  
  32. - Zmodem protocol is now the default upon Telix start-up (instead of
  33.   Xmodem).
  34.  
  35. - Added a command-line switch '?', which doesn't start Telix but
  36.   displays the possible command-line options
  37.  
  38. - Menu item "Command-line options" in "Help" menu. Hotkey: Ctrl-F1
  39.  
  40. - Main help screen now also reachable by pressing F1 instead of Alt-Z
  41.  
  42. - Zmodem: only if more than one file is transferred, a second progress bar
  43.   appears in the up-/download window showing the 'total' bar count of a batch.
  44.   With Zmodem UPload that works each time, with Zmodem DOWNload only, if
  45.   the Zmodem protocol of the host system generates a GSZ/DSZ- or Telix
  46.   v3.50(only!) compatible extended protocol header. Otherwise only one
  47.   progress bar is displayed.
  48.  
  49. - Telix is now additionally able to locate (and run) the script compiler
  50.   (SALT/SIMPLE) in a preset script directory as well as in the Telix prog
  51.   directory or the directory determined by the TELIX environment setting
  52.   when it is launched from the script menu.
  53.   (CS.EXE -> v1.50, CSS.EXE -> v2.04)
  54.  
  55.   Please note: If running CSS.EXE, CS.EXE has to be placed either in the
  56.                same directory like CSS.EXE or in a directory located by
  57.                the TELIX or the PATH environment settings (or at least in
  58.                the current directory).
  59.  
  60. - Paging mode adapted to Windows-like handling when mouse cursor is on
  61.   the elevator bar in list windows (scroll-back buffer, dialing directory
  62.   etc.).
  63.  
  64. - Connect bit rate is now even displayed in terminal screen if dialing when
  65.   using the dialing directory
  66.  
  67. - Supplemented script menu. Added menu items "Edit", "Compile" and "Abort".
  68.   Selecting "Compile" executes the SALT compiler by default except if the
  69.   file to be compiled has the file extension ".SIM", in that case the SIMPLE
  70.   compiler is called.
  71.  
  72. - Pressing the left mouse button in ONLINE mode sends out either the character
  73.   or the word under the mouse cursor to the com port. Pressing the right button
  74.   sends a RETURN to the com port (only in online mode). Either sending a word
  75.   or a character can be toggled using the new menu item "Send word" in "Misc."
  76.   menu.
  77.  
  78. - If monochrome screen mode was selected WHILE INSTALLING TELIX,
  79.   an additional line separates now the main screen area from the menu-line,
  80.   if there is one selected.
  81.  
  82. What's Fixed
  83. ============
  84.  
  85. - Fixed: Zmodem Flow control messages are only displayed now if status line
  86.   is active
  87.  
  88. - Now ALL keystrokes may be redirected again to a macro, even ALT-5,
  89.   F10, Alt-F9 and Ctrl-F9.
  90.  
  91.   Nevertheless, while a keystroke is redirected to a macro, the function,
  92.   which is normally executed by that (not redirected) key, is still
  93.   able to be executed by selecting the corresponding menu item.
  94.  
  95. - Zmodem transfer time should now be calculated correctly based on the
  96.   current cps rate and independent of the selected dialing mode (manually
  97.   from terminal screen or using the dialing directory)
  98.  
  99. - Fixed: stack overflow error in CS.EXE while compiling scripts with
  100.   deep nested if-then-else statements (reported by Phil Crown)
  101.  
  102. - Script learn mode does now handle CTRL-M value in waitfor(...) command
  103.   Otherwise the sent string was not recognized correctly and totally ignored.
  104.  
  105.