Changes since WSoundPrefs 1.1.0
-------------------------------
- redid audio-palying code to match the new WSoundServer API.
- Added support for the new SoundEvents introduced recently,
  Dock, Undock, Kaboom and Shutdown

Changes since WSoundPrefs 1.0.2
-------------------------------
- reworked some of the code to work with my new WSoundServer
- NOTE: this version does not work properly with the old WMSound

Changes since WSoundPrefs 1.0.1
-------------------------------
- changed some minor things n the graphics-Imakefiles because they were
  causing problems on some platforms.
- fixed a nasty bug that got introduced because of some WINGs internal
  changes about TextField content-changes-notifications not being sent any
  longer when they are generated by the application internally. This caused
  WSoundPrefs to miss the changes when clearing a SoundEvent using the Clear
  button. WINGs Programmers BEWARE.
- added upon request an additional commented line in the src/Imakefile for
  people that have wmsound compiled with ESD-support. In that case WSoundPrefs
  needs to be linked against -lesd as well.

Changes since WSoundPrefs 1.0.0
-------------------------------
- switched the Remove and Add buttons' positions in the Path-Panels to conform
  to the arangment of these same buttons in WPrefs.
  (I swear they changed the ones in WPrefs right after I released 1.0.0)
- fixed a small bug in fetching some uname information.
- fixed a stupid bug that in the process of converting from WPrefs-style to new
  layout didn't save any of the SoundPath/SoundSetPath changes
- fixed the textfields to "detect" changes while editing and therefore removed
  the need to press <Enter> to get the changes notified. (This behaviour was
  already in the older WSoundPrefs-versions but this bug has snuck in during the
  rewrite to use the new Delegate code of WINGs.)

Changes since WSoundPrefs 0.9.3
-------------------------------
- re-coded the app from scratch.
- got rid of the WPrefs-look since two buttons is just not enough to justify
  the use of that entire scrollview. Used TabViews instead ... gives for a
  much more compact and clean (and most of all better suitable) look.
- Fixed the crashbug some people were having when  using the browse-button.
- Changed the license from GPL to modified BSD-license !

Changes since WSoundPrefs 0.9.2
-------------------------------
- changes some WINGs-compatibility code and fixed some references that used to
  be in wmsnd.h but Anthony decided to remove them.

Changes since WSoundPrefs 0.9.1
-------------------------------
- changed the Imakefiles to use the get-wraster-flags utility that gets
  generated on a WindowMaker install to identify what graphics-libraries your
  WINGs library got built with.
  This should definately make compiling WSoundPrefs a little easier ;-)

Changes since WSoundPrefs 0.9.0
-------------------------------
- fixed a small bug when loading soundsets it always displayed the "startup"
  soundfile instead of the one associated with the current selected soundevent.
- modified second panel to comply with the latest WINGs-library again (0.50.x)

Changes since WSoundPrefs 0.8.1(b)
----------------------------------
- Changed some minor details to better work with the new WMSound 0.9.0

Changes since WSoundPrefs 0.8.1(a)
----------------------------------

- Fixed the bug in "not using nmaker any longer" related source-code that
  seemed to cause crashes on some systems. I hope this works better.
  Uses access-call now instead of fopen/fclose to check for file-existance

Changes since WSoundPrefs 0.8
-----------------------------

- Changed source where necesary to comply to the latest WINGs/wrlib libraries.
- Don't use nmaker any longer to play sounds but uses Anthony Quinn's libwmsnd.

