Changes

What's new in this release?
---------------------------

From version .03 to version .04

Wed June 21, 2000 Pete Collins (pete.collins@alphanumerica.com)

* Added Inferno skin by Greg Engel into package.

* Added Action Menus by Chris Sears.

* Added Total Recall.

* Implemented in place skin switching and persistance

* Implemented general functionality to keep up with the new changes
  that have landed in the tree since M15.

----------------------------------------------------------

From version .02 to version .03

Wed April 21, 2000 Pete Collins (pete.collins@alphanumerica.com)

* Added Sullivan skin Grape and Lime versions into package.

* Implemented Matthew Thomas' menu spec. With shortcut keys.

* Implemented functionality into most of the menus. ( [NI] = "not
implemented" )
* Implemented context menu. (Right button menu)

* Removed sidebar. Matthew is designing another spec that i will follow.
  So look for that in future releases.

* Implemented MAC, WIN and GTK scrollbars. To use them please do this:

   open xul.css in your favorite text editor. This file is located at the
   top of your chrome directory.
   Change this line: "@import url(chrome://global/skin/scrollbars.css);"
   to: "@import url(chrome://aphrodite/skin/GTK/style/scrollbars.css);"
   for GTK style scrollbars.
   or:"@import url(chrome://aphrodite/skin/WIN/style/scrollbars.css);"
   for Windows style scrolbars.
   or:"@import url(chrome://aphrodite/skin/MAC/style/scrollbars.css);"
   for Mac OS9 style scrollbars.
   The MAC scrollbars are still a little rough.
   So i wouldn't even bother complaining or sending me bugs until i iron
   them out some more in future releases.

* Implemented general functionality to keep up with the new changes that
  have landed in the tree since M14.

* Implemented bookmarks functionality.

* Implemented a current hack to demo on the fly skin switching for the
  curious.  To change the skin go the the "Utilities " menu in the
  statusbar and select a skin.

* Changed toolbar and statusbar images to gif's so that they look good on
  windows.  Hopefully when the png bugs are fixed i can revert back the
  using png images.

----------------------------------------------------------

From version .01 to version .02

Wed March 16, 2000 David Boswell (david.boswell@alphanumerica.com)

* In this release we updated the license information for the skin under
the MPL. This skin is now covered under the Mozilla Public License and is
being distributed for use by Mozilla or by anyone interested in the
Mozilla community.

* Menu content has been greatly expanded from the first release. Not
all of the functionality has been hooked up to the menu items yet.

* Polishing of the graphics in the chrome and tweaking of the look
and feel of the interface. Attempts were made to get around some PNG
display bugs that were being seen on Windows and Mac platforms.

* General bug fixing was done.