home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / wb / procurepens / procurepens.readme < prev    next >
Text File  |  1994-03-16  |  4KB  |  87 lines

  1. PROCUREPENS and SETPENS
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3. Color setting software for AGA and Workbench release 3.0 (V39) or higher.
  4.  
  5.  
  6. Copyright ©1993, 1994 by Joseph Luk.  All rights reserved.
  7.  
  8. ------------------------------------------------------------------ README FILE
  9.  
  10.  
  11. Requirements
  12. ~~~~~~~~~~~~
  13. OS3.0 and AGA for 8-bit color.  Will work under ECS also (as long as you have
  14. Workbench 3.0 or better), but the colors will be rounded to four bits
  15. per gun.
  16.  
  17.  
  18.  
  19. History
  20. ~~~~~~~
  21. V1.14    3/16/94     - Okay, I gave up with the complicated scheme that was
  22.                        being used when a screen close notification was
  23.                        received.  For those of you interested, I now poll
  24.                        IntuitionBase->ActiveScreen until it changes.  This
  25.                        is significantly more convenient than the old way,
  26.                        at least on my machine.  If ProcurePens now fails
  27.                        to reallocate its pens on your machine, it's more
  28.                        than likely that you're running some sort of mouse
  29.                        blanker type commodity that messes with screen
  30.                        depth arrangement.  Please notify me if you have
  31.                        problems.
  32.                      - Fixed a bug that caused PP to fail when reading   
  33.                        config files that didn't terminate immediately
  34.                        after the "END".  (thanks Stefano for your report!)
  35.                      
  36.  
  37. V1.13    1/8/94      - Now unlocks config file while not in use and alloes
  38.                        you to modify it while ProcurePens is running.
  39.                      - Pen reallocation timing reduced by 1/3 -- if you are
  40.                        having problems with ProcurePens reinstating its
  41.                        locks too soon, notify me or reduce the number of
  42.                        windows on your screen.
  43.                      - Some minor optimizations.
  44.                      - Fixed minor pre-localization bug -- NEXT version
  45.                        will localize, I promise!
  46.  
  47. V1.12    12/26/93    - Code optimized
  48.                      - Obsolete CLI options removed: LOCKSCREEN, DEBUG
  49.                      - Fixed NOTIFYNAMES deallocation bug
  50.                      - Ready for localizaion
  51.                      - Messages cut down; VERBOSE now gives you the old
  52.                        display (most people were running the program
  53.                        with redirection to NIL: anyway)
  54.                      - Added notification for ENV:Sys/Palette.prefs (oops!)
  55.                      - New file size: 13372 bytes (gained 664 bytes!)
  56.                      - SetPens completely rewritten based on PP 1.12 code,
  57.                        file size = 11932 bytes (gained 48 bytes), ready
  58.                        for localization.
  59.  
  60. V1.11    12/20/93    Smarter waiting after receiving notification that an
  61.                      IPrefs file has been changed.  Instead of waiting for
  62.                      a specific amount of time (3 seconds was the default)
  63.                      before reinstating all locks, ProcurePens now temporarily
  64.                      changes its task priority to -2 so that Workbench can do
  65.                      its cleanup.  Users were having problems because
  66.                      Workbench was still in the process of closing windows
  67.                      when ProcurePens reinstated its locks.
  68.  
  69. V1.10    12/19/93    MAJOR rewrite!  ProcurePens now uses DOS StartNotify() on
  70.                      key IPrefs files to prevent the pen settings from being
  71.                      wiped out in the event of the Workbench screen reopening.
  72.                      (thanks a mil Martin!)
  73.  
  74.  
  75. V1.01    11/12/93    GrabCMAP added to package.  This program takes the color
  76.                      palette off an IFF file and saves it in a Procure/SetPens
  77.                      compatible format.
  78.  
  79.  
  80. V1.00a   10/18/93    OOOOPPSS!!  I accidentally distributed the wrong archive,
  81.                      which came sans SampleConfig.  This version has the
  82.                      correct files.     (thanks to D.CCHRISTY for telling me)
  83.  
  84.  
  85. V1.00    10/16/93    Initial release.  Beta testing wasn't too extensive, so
  86.                      if you encounter bugs, PLEASE drop me a line!
  87.