home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / Linux / AfterStep / devel / AfterStepClassic-1.1beta1.README < prev    next >
Encoding:
Text File  |  1998-02-04  |  2.8 KB  |  72 lines

  1. AfterStepClassic v1.1
  2. ---------------------
  3.  
  4. AfterStepClassic is based on Afterstep v1.0.  The goal of this new
  5. development branch is primarily to retain and improve on AfterStep's
  6. well-tested stability -- and only secondarily to add new features.
  7.  
  8. I started this new branch reluctantly.  There were memory leaks in 1.0
  9. that urgently needed fixing, and I could not wait for AfterStep 1.2,
  10. 1.3, and so on to stabilize first.  I hope that someday the two branches
  11. will merge, but in the meantime people can get their work done.
  12.  
  13. This first release of AfterStepClassic is mostly a bug fix; there are
  14. only two user-visible changes:
  15.  
  16. (1) Application-supplied icon windows (i.e. animated icons) should now
  17.     work.
  18.  
  19. (2) Maximized windows are now able to avoid the Wharf even if it lives
  20.     on the left edge of the screen.  However, if you move the Wharf
  21.     you have to modify your .steprc file to agree with the Wharf's
  22.     new location; see the Maximize command in the manual page.
  23.  
  24. See the ChangeLog file for a list of the other modifications.
  25.  
  26.  
  27. Upgrading from AfterStep v1.0
  28. -----------------------------
  29.  
  30. Since AfterStepClassic is still in beta, you probably should not
  31. overwrite a working AfterStep installation.  Instead, I recommend
  32. that you do the following.
  33.  
  34. Only two executables have changed: the executables "afterstep" and
  35. "Wharf".  Hence:
  36.  
  37. (1) Untar the archive and change to directory "AfterStepClassic-1.1beta1".
  38. (2) ./MakeMakefiles; make
  39. (3) Modify your ~/.xinitrc file to start the new "afterstep".
  40. (4) Modify your ~/.steprc file so that ModulePath gives priority to
  41.     your new Wharf.
  42. (5) Exit your entire X session (not just afterstep) and restart X.
  43. (6) Enjoy!
  44.  
  45.  
  46. ---------------------------------------------------------------------------
  47.  
  48. Here is an extract from the ChangeLog file:
  49.  
  50. Tue Feb  3 19:18:46 1998  Stephen Ma  <stephen_ma@mindlink.net>
  51.  
  52.     * AfterStepClassic 1.1 beta 1
  53.     - Fixed: large server-side pixmap leak when textured title bars
  54.        are closed.
  55.     - Fixed: small server-side pixmap leak on deiconification.
  56.     - Application-supplied icon windows (i.e. animated icons) now work.
  57.     - The Maximize command can now avoid a Wharf that lives on the
  58.        left edge of the screen.  However, you have to modify your
  59.        .steprc file to enable this.
  60.     - Wharf now unswallows any swallowed windows just before quitting.
  61.       This keeps X from complaining when you terminate Afterstep.
  62.     - The new Afterstep command EXIT_FIRST, which is available only to
  63.        modules, allows Wharf to avoid a race condition on swallowed
  64.        windows.  See "module-interface.txt" for the (slightly) revised
  65.        module protocol.
  66.     - Wharf: on exit no longer dumps 0xFF 0xFF 0xFF 0xFF to stdout if
  67.        sound is not enabled.
  68.  
  69. Stephen Ma  <stephen_ma@mindlink.bc.ca>
  70. ---------------------------------------------------------------------------
  71.  
  72.