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

  1. Changed/Fixed:
  2. -------------
  3.  
  4. - Some Spanish texts corrected (registered versions only,
  5.   Thanks to Luis Rodriguez).
  6.  
  7. - System crash fixed when Telix was called with the '/NOMOUSE' option
  8.   while running with a default screen size greater than 25 lines.
  9.  
  10. - Reactions on AVATAR cursor positioning control sequences fixed
  11.   according to the FSC-0025 rules (AVT/0).
  12.  
  13. - Shelling out to DOS will now properly de-initialize a FOSSIL driver
  14.   and re-initialize it after returning from the shell as well.
  15.  
  16. - Possible crashes due to a memory overflow error fixed while attempting
  17.   to allocate space for window storing purposes.
  18.  
  19. - SALT command 'vsavearea' did never return (-1), if space allocation
  20.   for saving the area failed
  21.  
  22. - SALT command 'exittelix' did never perform a hangup (when Telix was
  23.   online), even if its second parameter told Telix to do so.
  24.  
  25. - ZModem transfer rate calculation fixed in the Up-/Download window, when
  26.   one or more files were not sent/received during a batch transfer because
  27.   they already did exist on the target system and Zmodem Crash-Recovery
  28.   was enabled in Telix.
  29.  
  30. - Bug in SALT script compiler fixed. There must not be passed more than 12
  31.   arguments to a script function. The new SALT compiler (v1.52) will now
  32.   check for this condition and will abort compilation by displaying an error
  33.   message if that happens to prevent possible memory overflow errors when
  34.   running the script later by Telix.
  35.  
  36.  
  37. Added:
  38. -----
  39.  
  40. - New install program which will automatically install and brand your
  41.   Telix version and setup your modem for proper use with Telix.
  42.  
  43. - The modem configuration program MODEMCFG.EXE is now automatically
  44.   launched by Telix when a Telix configuration file *.CNF does not
  45.   yet exist.
  46.  
  47. - New pulldown menu entry in configuration menu and hotkey (Alt-F1)
  48.   created starting the modem configuration program (MODEMCFG.EXE) manually
  49.   from within Telix.
  50.  
  51. - The SALT file upload command 'send' now starts the Telix upload manager
  52.   to select files for being uploaded manually, if its second parameter
  53.   contains the string "*SELECT*" (case-insensitive).
  54.  
  55.      Example: i = send('Z', "*SELECT*");
  56.  
  57. - If possible, Telix will now use Extended Memory areas to place its text 
  58.   there and for buffering data. Therefor, Telix will first try to 
  59.   allocate UMB (Upper Memory Block) memory. If this fails, it will try to 
  60.   allocate memory in the HMA (High Memory Area).  Nevertheless, you must 
  61.   note, the DOS versions >= v5.0 itself will request and allocate UMB as 
  62.   well as HMA memory, which is then not available for application 
  63.   programs. To make these memory areas available for application programs, 
  64.   they must be first provided by an appropriate "DOS=" entry in the 
  65.   CONFIG.SYS file.
  66.  
  67.   Examples:
  68.   ---------
  69.  
  70.   DOS=NOUMB -> DOS itself doesn't request UMB, available for applications
  71.   DOS=LOW -> DOS itself doesn't request HMA, available for applications
  72.  
  73.   A combination like "DOS=LOW,NOUMB" is also possible.
  74.  
  75.   The new commandline option "/NOXMS" disables the use of Extended Memory 
  76.   areas by Telix (independent of any settings in the CONFIG.SYS file). By 
  77.   default, Telix will always try to use Extended Memory. However, using 
  78.   this option has no influence on the setting, that will Telix itself 
  79.   cause to be swapped to Extended Memory, when a DOS shell is launched. 
  80.   This behaviour is exclusively controlled by the Configuration|General 
  81.   options|P parameter.
  82.  
  83. - Italian language support (registered versions only)
  84.  
  85.