Changes since version 0.9.3:
- Added $ ~ support.
- Fixed some memory leaks.
- First crack at Sun sound support.

Changes since version 0.9.2:
- Took out WINGs dependency 
- added hidden option
- (note about above :
  in order to use hidden you need
  to apply the WindowMaker patches that
  are provided in wmsound-0.9.3/patches dir 
  'untill they are folded into the main distro' 
  and also add the following to autostart 
  'which is usually located in ~/GNUstep/Library/WindowMaker/ or /usr/local/share/WindowMaker/'
  wmsound --hidden &)
  if you want to run wmsound as always just run wmsound & from a xterm and dock it and 
  select autostart)
  
Changes since version 0.9.1:
- Fixed the Imakefiles so they now generate actually Working Makefiles
  /* comment */  doesn't really work well in Imakefiles Anthony ;-)

Changes since version 0.9.0:
- Added esd support.

Changes since version 0.8.1:
- I got married!  Also alot of
  work was done on the library
  while I was away by Pascal!
  Thanks alot Pascal!  All seems
  to work fine I rolled in a patch 
  I recieved for HP-UX 10.20 sent in
  by James C. Baughman.
  (Thanks much to all)
  
Changes since version 0.8.0:
- Applied Pascals patch to fix
  some malloc issues.  As well
  as provided a patch for the install
  script for FreeBSD.  (Also thanks to 
  Pascal)
  
Changes since version 0.7.6b:
- Humble attitude! 0.7.6b had PL problems! (ooops)
- Added alot of new functions to libwmsnd (check out API.TXT under lib)
- Optimized the wmsound window code.  
- Stabilized library code and now have a code base to add the next
  feature which will be random sounds, hide option and a interface for apps to 
  store event sounds. =)  
- Fixed problems with the Install script.  Now it just asks two questions 
  What device and weither you want a WMSound file generated for you!
  Check the PREFIX var in Install to reflect where you want to install
  the generated WMSound file.
  
Changes since version 0.7.6:
- Added DOMAIN_PATH to generated config.h
- Modified Install script to look for WMSound in 
- the location you chose for it to reside.  If found
- it will not ask you to if you want to gen the default one.

Changes since version 0.7.5:
- Changed to Imakefiles from autoconfig
- Added libwmsnd.a wmsnd.h for external apps to 
  interface into WMSound Server
- General Maintenance

Changes since version 0.7.0:
- Added au support (yipee)

Changes since version 0.6.1a:
- Optimizes and also added support to get
  WMSound to work on MKLinux (thanks to Kevin Heflin for beta support and
  access to test)

Changes since version 0.6.1:
- Updated with patches for FreeBSD and Alpha
- mostly bug fixes
- Also thanks to Scott Gifford wmsound will compile
  with -O2 -m486.
  A little overflow on a buffer can go a long ways
  to destroying a stack. :) oops.

Changes since version 0.6:
- Removed distro sounds.  Seperate package.
- Added wmnoise (command line wav player)
  This will either interface to WMSoundServer
  or it will just use the lib routines for 
  playing sounds as a "normal" player.
- Added WMSound library/header
- Optimized the sound playing routines.
- Fixed some error handling bugs.  Now it will
  display the right error. :)
- Added support #ifdefs for FreeBSD NetBSD (for soundcard.h) 
  #ifdefs __alpha__ for the u_long u_int issue.
- email Just Kidding thats next release! ;)
- Applied patches sent in from various people.  
  (you know who you are) Thanks very much!
- WMSoundAttributes is gone now its just WMSound
- Major error checking update.  
  MSADPCM (ADPCM) is still not supported 
  I am debating this due to the lack of 
  support and from what I gather it is no
  longer used.

Changes since version 0.5:
..........................

- Started autoconf configuration.
- Cleaned up distrib, and src files
- WM_SOUND_DIR, and WM_SOUND_DEV no longer supported.
- Added proplist support for configuration file.
- Added theme support
- Dynamic loading of options via the config file.
- SoundPath == PixmapPath.  WMSound will locate any sound file in that path.
- 16-bit wav files are supported now. As well as the ones before.

Changes since version 0.2:
..........................

- Works with 0.14.1, and is not backwords compatible with older versions.
- All .wav formats should be supported, 16Bit may be buggy.
- Optimized sound playing routines.
- White noise pops have been fixed.
- wmsound.h, and wmsound.c for Windowmaker for sound API.
- WMSound now works of envars WM_SOUND_DIR, WM_SOUND_DEV.  Wave files
  are symlinks in WM_SOUND_DIR.
- WMSound runs docked.


Changes since version 0.1:
- Changed interface to WindowMaker
- Better error checking
