home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gapcdrv6.zip / WHATS.NEW < prev   
Text File  |  1992-05-12  |  1KB  |  40 lines

  1.  
  2. 02/18/92
  3.  
  4.   GAPCDR is now compatible with GAPBBS version 6.
  5.  
  6.  
  7. 01/12/91
  8.  
  9.   Since the new MASM 6 does not like the word WAIT to be used as
  10.   a procedure name, the function wait() has been changed to timer().
  11.   
  12.   If you are converting from a previous version of GAPCDR, please
  13.   note that line 3 of the Door Configuration File (the one that was
  14.   either a 0 for GAP or a 1 for PCB, has been removed. GAPCDR no
  15.   longer cares what BBS system it is operating under.
  16.  
  17.     The CNF file now has just 4 required lines. Please consult
  18.     the documentation for the proper format of the Door Configuration
  19.     File.
  20.  
  21.   The show_file function no longer supports the old GAP AnsiCmds
  22.   to clear the screen and disable the More prompt.
  23.  
  24.     Future releases of GAPCDR will include support for the full
  25.     replaceable parameter command set of GAP and PCB.
  26.  
  27.   GAPCDR now writes directly to the screen (and is fully DESQview
  28.   compatible). It contains its own built in ANSI driver. Because
  29.   of the built in ANSI driver, if you used one of the C console
  30.   output statements (printf, cputs, etc), you need to change
  31.   those statments to use the GAPCDR functions of lputs or lputc.
  32.  
  33.     If you use C's console output statments to write to the local
  34.     screen, your local screen will be quite a mess!
  35.  
  36.   All of the GAPCDR functions are now documented. A printed and 
  37.   bound manual is also available. Many new functions were added
  38.   and they are all explained in the manual.
  39.  
  40.