home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PASWIZ13.ZIP / PASWIZ.NEW < prev    next >
Encoding:
Text File  |  1992-11-14  |  2.6 KB  |  75 lines

  1. PasWiz 1.3, 11/14/92:
  2.  
  3.    Registration can now be done through CompuServe.  See the
  4.    ORDER.FRM file for details.
  5.  
  6.    Full Pascal source code is now included, allowing you to try
  7.    PasWiz with whichever compiler you may have.  The assembly
  8.    language sources remain available only to registered owners.
  9.  
  10.    A short description file, DESC.SDI, has been added for BBSes
  11.    which support it.  This complements the longer FILE_ID.DIZ.
  12.  
  13.    The order form has been renamed from REGISTER.TXT to
  14.    ORDER.FRM, since that seems to be a more common convention.
  15.  
  16.    The mouse unit has been partially converted to assembly code.
  17.  
  18.    The equipment unit can now differentiate 80486s from 80386s.
  19.  
  20.    The expression evaluator now supports the constant PI and a
  21.    variety of functions:
  22.     ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQRT, TAN
  23.  
  24.  
  25.  
  26. PasWiz 1.2, 07/01/92:
  27.  
  28.    The equipment unit now lets you find out how many serial and
  29.    parallel ports are installed.  The EQUIPMT demo has been
  30.    updated accordingly.
  31.  
  32.    Ceiling and floor functions have been added to the extended
  33.    math unit.  These functions are most often used in rounding.
  34.  
  35.    The documentation has been reformatted to 64 columns by 59
  36.    rows, allowing it to be printed on a greater variety of
  37.    printers.
  38.  
  39.    If you're using the excellent 4DOS command shell, try the
  40.    new ADD4DOS.BAT file.  It will add directory descriptions to
  41.    the PasWiz files-- no more guessing about file names!
  42.  
  43.    Registration can now be done through Public (software)
  44.    Library, which allows use of credit cards.  See REGISTER.TXT
  45.    for details.
  46.  
  47.  
  48.  
  49. PasWiz 1.1, 12/05/91:
  50.  
  51.    I've added an EQUIPMENT unit, which provides information
  52.    about the various hardware and software installed.  This
  53.    includes memory (extended, XMS, and expanded), floppy drive
  54.    types, keyboard type, display adapter and monitor type, CPU,
  55.    DOS version, 4DOS version and Windows version (if
  56.    applicable), and so forth.  The EQUIPMT.EXE demo will give
  57.    you a quick look.
  58.  
  59.    Comprehensive KEYBOARD control has been added.  Get the
  60.    states of any alt, control, or shift key; get or set
  61.    CapsLock, Insert, NumLock, ScrollLock; access 101-key
  62.    "enhanced" keyboards; put a string into the keyboard buffer;
  63.    speed up the keyboard; take control of the PrintScreen key;
  64.    more.
  65.  
  66.  
  67.  
  68. PasWiz 1.0, 10/06/91:
  69.  
  70.    This is the initial release of The Pascal Wizard's Library,
  71.    featuring BCD math, extensions to Pascal's native math, an
  72.    expression evaluator, a music language, mouse support, and
  73.    powerful string support (including compression, encryption,
  74.    fuzzy comparisons, et al).
  75.