home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / Tools / EE / EE.READ_FIRST < prev    next >
Encoding:
Text File  |  1996-08-29  |  2.1 KB  |  49 lines

  1. EE v0.9.2 - Read Me First Doc
  2. -----------------------------
  3.  
  4. Here you'll find warnings and caveats for the beta release of EE v0.9.2,
  5. which, being beta, has changes and new features that should be watched
  6. particularly, and may have some bugs or quirks that need ironing out.
  7.  
  8.   - ARexx works, sorta kinda.  At least it doesn't crash consistently
  9.     anymore.  I've included EE.rx, the test suite script I've been using
  10.     to show what functions have been tested and how I've tested them.
  11.     Also included is an autodocs lookup script ADocLookup.rx, thanks to
  12.     Gregor Goldbach for writing the first draft and giving me something
  13.     fancy to inspire me to work on it again.  And there's lock.rx and
  14.     unlock.rx which can be used from a shell and act on the active EE
  15.     window.
  16.  
  17.   - Macros are fixed now, durn it!  I finally found some time to play with
  18.     and test them.  They playback, save, load, clear, all without crashing
  19.     or hanging, and without any flakey behaviour.  I've even cooked up
  20.     that ListMacros util I semi-sorta promised. :)
  21.  
  22.   - There is a new util UpgradePrefs to upgrade v0.8 prefs files to v0.9,
  23.     yay!!!
  24.  
  25.   - Really fixed the load binary problems, I believe.  I traced it to the
  26.     call to EasyRequestArgs() which was quitting for some unfathomable
  27.     reason.
  28.  
  29.   - New function "Tall Window", assigned to LAmiga-t by default.  Use it,
  30.     love it, and tell me how much you absolutely cannot live without this
  31.     function! :)
  32.  
  33.   - Reworked "Edit Prefs" and PrefsEditor, should be no more "LSEG"
  34.     exceptions, locking up, etc.
  35.  
  36.   - No more ReqTools dependency for file and font reqs.  Reqs should
  37.     center on parent window.  Use ChangeReq if you want 'em back.  I'm
  38.     thinking real hard about abandoning ReqTools entirely in lieu of
  39.     EasyGUI.  I've never liked my search n replace reqs anyways.
  40.  
  41.   - Speeded up Save.  It's now nearly twice as fast, and I'll be tweaking
  42.     it a little more, making it even faster, yeh!
  43.  
  44.   - Enabled calling macros from within macros.  The called macro is
  45.     expanded inside the caller, so there's no problems with dependent
  46.     macros choking if a supporting macro is redefined.
  47.  
  48. Barry
  49.