home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / GAPLST13.ZIP / WHATSNEW < prev   
Encoding:
Text File  |  1993-04-17  |  6.0 KB  |  119 lines

  1. Version 1.3
  2.  
  3.         Added a new full-screen color display to show status 
  4.         while GAP_LIST is running.  It shows exactly which files
  5.         are being generated, how many files/bytes have been listed,
  6.         and what file is currently being processed (though this 
  7.         last bit of info will change so fast you're unlikely to be
  8.         able to read it).  
  9.  
  10.         Started using the new Spontaneous Assembly 3.0 library for
  11.         all the text formatting and screen output functions.  This
  12.         new code, coupled with a number of other internal changes, 
  13.         makes this version of GAP_LIST about 50% faster than the 
  14.         previous version.
  15.  
  16.         Changed the format for the total bytes field in the bulletins
  17.         and the listing headers.  Because of capabilities added by
  18.         the new Spontaneous Assembly library, the total bytes are now
  19.         counted by bytes and not by k-bytes.  GAP_LIST can now count
  20.         in units of bytes up to a bit over 20,000,000,000,000,000,000.
  21.         The fields are all formatted to 15 places, including commas. 
  22.         When somebody gets into the terrabyte range, give me a holler
  23.         and I'll expand the field.
  24.  
  25.         Fixed a formatting bug in the treatment of the "Files: xx..."
  26.         line in the enhanced listing.  This line will now always
  27.         appear on a line by itself.
  28.  
  29.         Dropped the 286-specific versions.  With the other changes
  30.         made in this version, the speed difference isn't significant
  31.         enough to justify the hassle of so many versions.
  32.  
  33.  
  34. Version 1.2
  35.  
  36.         Fixed a bug in the SUBJECT filename template.  The template
  37.         was getting truncated to 8 characters so something like
  38.         FILES%03i.LST, which should have generated a legal filename 
  39.         like FILES001.LST, was generating garbage.
  40.  
  41.         Aligned the c-tree file numbers to coincide with the rest of 
  42.         GAP.  It's unlikely this ever caused a problem, but previous 
  43.         versions didn't provide for fully coordinated file locking.
  44.  
  45.         Added the NEW sub-command to the MASTER, AREA, and SUBJECT 
  46.         commands to provide listings of all files that are new 
  47.         within the last "N" days.  This feature is available only
  48.         in the registered version.
  49.  
  50.         Added a "N" to the status information output by GAP_LIST
  51.         to indicate a NEW listing is being generated.
  52.  
  53.         If run from the GAP default directory, the MAIN command and
  54.         the GEN subcommand of the AREA command are no longer 
  55.         necessary.  If present, they will override the values 
  56.         present in GAPBBS.CNF.
  57.  
  58.         Generated 286-specific versions for both single- and
  59.         multi-user.  These will be available on The Cookie Jar
  60.         to all registered users.  They are NOT intended for 
  61.         upload to other systems.
  62.  
  63.         Added a new configuration file command, FAST.  This will
  64.         provide the fastest possible execution by bypassing the
  65.         output of most of the status information.  You won't see
  66.         the names of the individual files as they are processed, 
  67.         just the area and subject numbers.  If you need reassurance
  68.         that the program is working correctly, don't use this option.
  69.         FAST will reduce execution time by about 5-15%, depending
  70.         on your disk speed and cache.
  71.  
  72. Version 1.1
  73.  
  74.         GAP_LIST will now only generate CONDENSED and ENHANCED 
  75.         listings if there are files in an AREA/SUBJECT that are newer 
  76.         than the existing listing for that AREA/SUBJECT.  This can 
  77.         speed up the listing generation significantly if many of your 
  78.         areas/subjects don't get updated on a daily basis.  For this 
  79.         feature to work, the listing files must already exist.  If 
  80.         they aren't there, GAP_LIST will generate a new listing.  To 
  81.         avoid having uncompressed versions of all the listing files 
  82.         hanging around just to make use of this feature, I've included 
  83.         a program to truncate a file to zero bytes while retaining the 
  84.         original file date.  ZERO.EXE is included with this version 
  85.         and is documented separately.
  86.  
  87.         Related to this change is the addition of the IGNORE command.
  88.         It allows you to have certain files ignored when doing the 
  89.         new file scan.  Basically, you want to put the names of your
  90.         listing files, as they are in the filebase, on the IGNORE 
  91.         command line so a new listing won't be triggered if the only
  92.         new file is the listing.
  93.  
  94.         The status information output by GAP_LIST while it's doing  
  95.         its thing has been changed slightly.  It will now output a C, 
  96.         E, and/or R after the AREA and the SUBJECT if it's generating 
  97.         a Condensed, Enhanced, and/or Raw listing.  This was primarily 
  98.         for use in making sure the new-listing-only feature was 
  99.         working correctly, but it appeared useful so I left it in.
  100.  
  101.         Some minor changes were made to the description wrapping 
  102.         routines.  They will now put two spaces after a period, 
  103.         exclamation point, or question mark at the end of a sentence.
  104.  
  105.         GAP_LIST now requires a bit more memory than it did before.  I 
  106.         discovered, after many hours of head scratching, that the 
  107.         default stack size was woefully inadequate if you were 
  108.         generating listings for a lot of subjects at once.  I think 
  109.         the new stack size is sufficient, but if you get strange 
  110.         results or odd lockups, be sure to let us know.
  111.  
  112.         The demo version of GAP_LIST is now slightly crippled.  I really
  113.         didn't want to do this, but the registration rate clearly 
  114.         indicated that some form of encouragement was in order.  You
  115.         need a personalized key file to unlock all the features.
  116.         Please leave a message to the SYSOP on The Cookie Jar at
  117.         714-997-0350 if you are a registered user and don't have
  118.         a key file.  Your key file will be attached to the reply.
  119.