home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613a.lha / Nprn_v1.02 / Rev.Doc < prev   
Encoding:
Text File  |  1992-01-17  |  2.0 KB  |  45 lines

  1.  
  2.                  Nprn - Print Program Revision History
  3.  
  4.  
  5.  1.01 - 1/5/92
  6.         Released
  7.  
  8.  
  9.  1.02 - 1/15/92
  10.          1. Able to load the resident program even through it was allready
  11.             loaded. This has now been fixed so that the COMMAND program
  12.             will look for the RESIDENT program before trying to load it.
  13.             The program will exit with an error code of 5 if the RESIDENT
  14.             program is allready installed.
  15.          2. Program exit codes. Exit codes have now been added incase the
  16.             COMMAND program is run in a script file.
  17.             Exit Codes:
  18.              0 = no errors
  19.              5 = RESIDENT program allready loaded
  20.                  unable to start resident
  21.             10 = - switch error
  22.                  file name error
  23.             20 = RESIDENT program not loaded
  24.                  + command error
  25.          3. Unable to allocate larger (then default) print buffer. This
  26.             has now been fixed to allow a buffer size other then the
  27.             default size.
  28.                 Technical Note:
  29.                 The pointer being passed to StartResident() was wrong.
  30.          4. The buffer size (when loading the resident program) is now
  31.             checked for the range of 1-500 (1K-500K). If outside of this
  32.             range, the default of 10 (10K) is used.
  33.          5. When printing the header without the page mode enabled, the
  34.             header would be longer then the page width.
  35.                 Technical Note:
  36.                 The header buffer was not cleared before starting to fill
  37.                 it with the new header. For some reason this problem only
  38.                 showed up in this mode.
  39.          6. Unable to kill a job. This was due to the same problem as in
  40.             #3, in that the pointer being passed to KillJob() was 1 byte
  41.             off.
  42.          7. Wrong file name printed in the header if a file was in the que.
  43.             The last file sent and stored in the que would have its name
  44.             printed in the header. This has now been fixed.
  45.