1.0.0-pre1
	Added support for application directories a la ROX 
	   (http://rox.sourceforge.net/)
	Added time display to seekbar
	Made avi playback resizable, added scaling fullscreen option.
	Updated to more current versions of smpeg (0.4.2), SDL (1.2.0), and avifile 
	   (0.6 from CVS).
   Really slow playback of MPG/VCD when audio unavailable fixed.
	MPEG/VCD fast forward and rewind now seek by user-defined amount rather
	   than seeking to beginning or end of stream.
	wmv added as supported format to default config.
	All supported formats can now be scaled to screen size or use VidMode change
	   to do fullscreen, with XVideo of software scalers for avi/asf/wmv, and 
		XVideo, software, or GL for MPG/VCD.
	Closing playback window is no longer ignored, now closes media, but not
	   player.
	Loader overhaul contributed by John Thacker that fixes crash when
	   three files are loaded sequentially.
	MPG/VCD no longer shows volume controls if audio is unavailable.
0.9.2:
   Fixed Seekbar to not update while being dragged.
	Designed for latest official avifile release (0.53.x)
	DPMS functionality disabled for older X versions.
	Fixed drag and drop with nautilus.
	Memory leak fixes by John thacker.
0.9.1:
	Fixed bug where fullscreen did not proeperly handle grabbing and
	   releasing keyboard and mouse input.
	Updated wm to use 0.51 of libaviplay.
	Some annoying avi/asf/vcd debug output removed.
	Improve ./configure and build behavior
	Fix bug where changing the mpeg playback surface in anyway could cause media
	   to be stopped and rewound.


0.9.0 - Moved Changelog info into directory of each component...
	See loader/Changelog
	See plugins/player/smpeg/ChangeLog
	See plugins/player/wm/ChangeLog
	See plugins/ui/gtk/ChangeLog
0.5.4 - Fixed bug in drag and drop/optimized drag and drop routines.  
	Updated build so if libaviplay or smpeg is missing, the other will
	   still compile and work normally.
	Miscellaneuous build improvements.
	Stop bug in avi/asf plugin fixed.   
0.5.3 - Updated to require libaviplay 0.49 (RedHat 7 works now)
	Configure script fixed (some misleading error conditions no longer
		happen).
	VCD support re-implemented (no seek yet though).
	URL support re-implemented.
	Double Buffering re-enabled
	Config file cleaned up
0.5.2 - Fixed drag and drop for AVI/ASF
	Fixed AVI/ASF plugin to close playback window on exit.
	Fixed some build issues, will now compile even if wine is installed.
	Removed unimplemented VCD stuff from UI for now.
	Config file updated
	Switch from double buffering to single buffering as double buffering
	   was causing problems on certain systems.
0.5.1 - Added AVI/ASF plugin to source distribution.
	   * Uses avifile library (donwloadable from 
	     http://Xtheater.sourceforge.net/ or, in it's original form, from
	     http://divx.euro.ru/)
	   * Videos are decoded using Windows DLLs (x86 only, windows nor wine
						    required, however).
	Minor tweaks to smpeg plugin
	Restructured source tree somewhat.
	Icon courtesy of my fiancee.
0.5.0 - Complete rewrite:
	Xtheater is now a plugin loader, loads ui plugin at startup, and
	  loads playback plugins on demand.
	Configuration File support
	All features of Xtheater-0.2.5 and 0.1.4 except VCD and HTTP 
	  now in smpeg plugin.
	UI dynamically reconfigures itself based on current sensible 
	  cpabailities
	Somewhat better looking buttons (my opinion)
	Somewhat more verbose handling of 

0.1.4 - Made everything tear-away like 0.2.x series
        Added drag and drop from 0.2.x
	Added ./configure script mainly to verify the build environment
	  and make everything operate as it does for most other programs.
        Made playback of Audio files actually happen.
0.1.3 - Updated to SDL 1.0.2, probably requires it now.
	No longer a need for root permissions to fullscreen.
	Playback window now gets the filename as a titlebar entry
	Mouse now hidden while over play window.
	Volume Slider added
	Updated Status of fullscreen bug in BUGS
	Added make install/uninstall to makefile
	Updated INSTALL file
0.1.2 - Reworked most of gtkui.c to depend more heavily upon backend.c, 
          backend.c got much more meat to it, more modularized,
          playback of media now abstracted further from UI routines
        Made all top-row buttons into Pixmaps.
        Fixed bugs that involved loading of multple media files.
	Fixed many segmentation faults.
	Updated About box, Changed File/Close to be more sane
	Added File/Exit to serve purpose that File/Close used to
	Added FPS and Current Frame displays.
        Changed Filename display to conserve more space and update better.
	Ditched Old, stupid Changelog information in public releases.
        Added sane dependencies for object files, renamed some files
0.1.1 - Re-attached ctrl-c to work properly.
        Now compiles independent of location of source tree.
	Requires smpeg-0.3.1.
	Fixed mute to not knock audio WAY out of sync.
0.1.0 - Initial Publicly announced release
