home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / simtm20c.zip / HISTORY.DOC next >
Text File  |  1990-10-08  |  6KB  |  102 lines

  1. Simterm 2.0c Compiled: October 8, 1990
  2.         - Added Send BREAK Signal function, requested by user.  Needed for
  3.           loggon to some specialized systems.
  4.         - Cosmetic change to file transfer window.  Aprox. cps and Elapsed
  5.           time indicators were not spaced from seperation line.
  6.         - Modified code in low level async routines to make them more
  7.           "well behaved".
  8.  
  9. Simterm 2.0b Compiled: September 22, 1990
  10.         - Fixed buffer pointer problem in Zmodem routines which caused
  11.           downloaded files to be prefixed with last few packets from
  12.           previous file when doing Zmodem multiple file downloads.
  13.         - Modified some code in the Dialing Directory as Simterm would, on
  14.           occasion, not dial correctly, usually requiring the user to exit
  15.           the dialing directory and send the init string to get the modem to
  16.           respond to dial commands again.
  17.  
  18. Simterm 2.0a Compiled: September 3, 1990
  19.         - Fixed file pointer problem in Ascii upload which locked Simterm
  20.           at the end of the file.
  21.         - Fixed problem with Echo and Linefeeds status line indicators not
  22.           being updated after Dial or Options menu made changes.
  23.  
  24. Simterm 2.0 Compiled: August 23, 1990
  25.         - Extensive rewrite, all low level routines redone in assembly for
  26.           efficiency.
  27.         - All serial IO interrupt routines redone for greater efficiency.
  28.         - Video routines are now all direct screen access with snow checking
  29.           option in the configuration menu for CGA users.
  30.         - ANSI support integrated into video routines.  No need for ANSI.SYS
  31.         - Ascii, Ymodem, and Zmodem transfer protocols added.  Xmodem and
  32.           1k-Xmodem routines redone for greater efficiency.  All file access
  33.           during transfers is buffered to reduce time lost to disk writes.
  34.         - File transfer window expanded.  Now displays elapsed time and
  35.           aproximate characters per second during transfer.
  36.         - Zmodem resume transfer and auto start Zmodem downloads supported
  37.         - Wildcards supported when entering filename to upload using Ymodem
  38.           or Zmodem protocols.
  39.         - Capture file now supported with pause capability and ANSI codes
  40.           stripped before written to disk.
  41.         - Three function menus removed.  Help is now a menu to all functions.
  42.           See "The Help Menu" section in the documentation.
  43.         - Dialing directory expanded to 45 entries.
  44.         - Dialing directory now supports auto redial, tagging entries, and
  45.           automatic untagging of entries when connected to.
  46.         - Support for COM3 and COM4 added
  47.         - Baud rates now go up to 19200 baud
  48.         - Display colours can be customized by user.
  49.  
  50. Simterm 1.3 Compiled: November 5, 1989
  51.         - A bug in the file transfer routines, limiting the total number of
  52.           blocks, was fixed. The total file size transfered is no longer
  53.           limited.
  54.         - A minor fix in the Online/Offline indicator was done. For CGA
  55.           systems that don't have hardware snow suppression, there was quite
  56.           a bit of snow when Simterm was sitting idle. This was due to the
  57.           line status being updated whenever there was no input from the
  58.           comm line. Now it only updates if there is a change in status or
  59.           the time changes.
  60.         - Two new commands were added to the Config <F4> menu. These are
  61.           local echo and add linefeeds. You can invoke either from the menu
  62.           or use their shortcut keys Alt-E and Alt-L. These are both toggles
  63.           and a box appears stating if they are on or off.
  64.         - The Alt-L List Directory command was changed to Alt-F Files Directory
  65.           command because of the conflict with the newly added Linefeeds
  66.           command.
  67.  
  68. Simterm 1.2 Compiled: August 15, 1989
  69.         - Ctrl-C trapping was fixed to prevent Simterm from aborting
  70.           back to dos, leaving the system ready to hang.
  71.         - PGUP & PGDN are no longer used to change pages in the dialing
  72.           directory. TAB is now used to toggle between them.
  73.         - The dialing directory will remember what number you were on and
  74.           place you back there when you recall it.
  75.         - The dialing directory is more informative when you press ENTER
  76.           to dial a number. It now tells you the name and number of the
  77.           item you selected rather than just letting the modem echo the
  78.           command string back.
  79.         - When editing an item in the dialing directory, the windows will
  80.           all appear centred on the screen, rather than floating under the
  81.           item being edited. The name and number window will also have a
  82.           title informing you of the current setting.
  83.         - The disk directory function now displays the path of the displayed
  84.           directory at the top of the menu so your better informed of where
  85.           your looking on disk.
  86.         - A modem initialization string has been added to the configuration
  87.           function and is sent on startup to allow the modem to be custom
  88.           configured for your particular needs.
  89.  
  90. Simterm 1.1 Compiled: June 17, 1989
  91.         - The decompression algorithim for the menu data and the menu
  92.           display routine were modified to allow the menu colours to be
  93.           changed dynamically. This allows colour users to have colour
  94.           menus while monochrome users still get the correct monochrome
  95.           attributes.
  96.         - An bug in the 'Online' clock routine was fixed.
  97.  
  98. Simterm 1.0 Compiled: June 10, 1989
  99.         - Simterm would not recognize a monochrome system, so the
  100.           direct screen writes (menus) would not be displayed.
  101.           A minor revision was made and the version number didn't change.
  102.