home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / oodleutl.cpt / oodles-of-utils / docs / change-history.txt next >
Encoding:
Text File  |  1992-07-15  |  2.3 KB  |  61 lines

  1. v 1.2
  2.  - styled TextEdit support - see te-view or te-dim
  3.  - quick fix for draggable-svm & non-black hilite color bug
  4.  - QD-fx wipes are now much faster
  5.  - set-view-size & set-view-position now work for GWorld-views
  6.  - wmgr-view now returns a CGrafPort for wptr when color is available
  7.  - bug fixes to set-view-size & set-view-position for video-digitizer-svm
  8.  - forgot to export GWorld-view
  9.  - Corrected bug in get-picture-from-file
  10.  - Corrected typos in the GWorld-view export list which caused
  11.    GWorld-alloc,GWorld-realloc, & GWorld-free to not be exported
  12.  
  13. v 1.1
  14.  
  15.  - draggable-svm now has an option for dragging the image of
  16.    the view rather than just the outline.
  17.  - the oou package no longer uses common-lisp-user
  18.  - GWorld-u is no longer exported
  19.     To work with GWorlds you should now use the GWorld-view class.
  20.     It's much more compatible with MCL.
  21.  
  22.  - with-xMapPtr removed
  23.  - with-current-port-xMapPtr removed
  24.  - with-current-portBits added
  25.  - view-portBits method added
  26.     All these changes were made to reflect a new philosophy of
  27.     passing (pref xGrafPort :GrafPort.portBits) into CopyBits.
  28.     This works for both GrafPorts and CGrafPorts and is more
  29.     efficient than getting the BitMap/PixMapPtr which these
  30.     macros used to facilitate. I know this will break some
  31.     code - sorry, but it should be easy to make the necessary
  32.     repairs. See IM V p. 70 for details.
  33.  
  34.  - bug fix - static text di & svm now erases when you change
  35.    the text string or font.
  36.  
  37.  
  38. oodles-of-utils version 1.0
  39.  
  40.  - works with MCL final, will not work with 2.0b1pXX
  41.  - numerous bug fixes
  42.  - documentation is now in a separate document
  43.  
  44.  
  45. Notes to users of earlier versions:
  46.  
  47.  - Take the time to read the new documentation.
  48.  
  49.  - You MUST use oou-depencies instead of require to load oou files.
  50.    oou-init no longer burden's requires search path with the myriad
  51.    of oou folders.
  52.  
  53.  - Many dialog item mixins have switched to simple view mixins. For example,
  54.    static-text-dim is now static-text-svm. They will work as before + can
  55.    be mixed into simple-views and views (& possibly windows).
  56.  
  57.  - Due to changes in MCLs handling of traps, I've had to come up with my
  58.    own Not In ROM trap syntax (to avoid name conflicts). This is explained
  59.    fully in the documentation. Basically, you use #~TrapName to call the
  60.    Not In ROM traps.
  61.