home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / baswiz14.zip / BASWIZ.NEW < prev    next >
Text File  |  1990-10-10  |  3KB  |  73 lines

  1. BASWIZ 1.4, 10/10/90:
  2.  
  3.    NOTE: The Hercules Graphics routines will be gone in the next version of
  4.    BASWIZ!  Improved Herc graphics will be included in my GRAFWIZ library.
  5.  
  6.    The DEMO.EXE file is no longer included, to keep the archive size down.
  7.    Use CREATE.BAT to create it from the DEMO.BAS and BASWIZ.LIB files.
  8.  
  9.    A bug in TERM.BAS was fixed.  The problem, an inconsistency in the
  10.    StartXmodemSend calling sequence, was also fixed in the docs.  The
  11.    displays in TERM.BAS have been cleaned up.
  12.  
  13.    The virtual windowing system refused to display a cursor on some MDA and
  14.    CGA systems, evidently since they don't maintain a certain status value.
  15.    The fix unfortunately requires hard-wiring of the necessary value if an
  16.    MDA or CGA is detected.  It may produce a strange cursor on those CGAs
  17.    which have a special hi-res text mode (except for Compaqs, which I made
  18.    allowances for).  If this happens to you, please notify me.
  19.  
  20.    The virtual windowing system can now automatically convert your colors so
  21.    that they will show up properly on a monochrome display.  It also supports
  22.    flicker suppression for those CGAs on which this is a problem.
  23.  
  24.    A routine that handles IBM ANSI codes using virtual windows has been
  25.    added.  Processing of "ANSI" music is optional.
  26.  
  27.    Memory management and pointers are now supported.
  28.  
  29.    The numeric expression evaluator now supports parentheses for overriding
  30.    the default (algebraic) order of evaluation.
  31.  
  32.    A stub file has been added to allow use of Crescent's PDQ library.
  33.  
  34.  
  35.  
  36. BASWIZ 1.3, 08/13/90:
  37.  
  38.    The far string handler now supports use of expanded memory (EMS) as well
  39.    as conventional system memory.
  40.  
  41.  
  42.  
  43. BASWIZ 1.2, 07/08/90:
  44.  
  45.    A bug in WDelChr was fixed.
  46.  
  47.    An input routine was added to the virtual windowing system.
  48.  
  49.    The telecommunications routines were expanded to include the Xmodem file
  50.    transfer protocol.  This includes automatic support for all current
  51.    variants on the protocol: checksum and CRC error detection, 128-byte and
  52.    1024-byte packets.  Only uploading ("send file") is currently supported.
  53.  
  54.  
  55.  
  56. BASWIZ 1.1, 05/26/90:
  57.  
  58.    The virtual windowing system was expanded to include user-defined frame
  59.    types.  A bug which prevented use of MDA and Hercules displays was fixed.
  60.  
  61.    A bug in the telecomm routines which prevented use of other than COM1 was
  62.    fixed.
  63.  
  64.    A comprehensive collection of file handling routines was added.
  65.  
  66.  
  67.  
  68. BASWIZ 1.0, 04/15/90:
  69.  
  70.    This was the initial release of The BASIC Wizard's Library, featuring
  71.    virtual windows, Hercules graphics, far strings, telecommunications
  72.    support and a numeric expression evaluator.
  73.