v0.40
	mplayer 0.90rc4 required for gui support
	Added config file options: use-gui
		use-gui		no, yes, mini
			no 	stock mplayer
			yes	gui with floating menus
			mini	gui embeded in window, requires "mini" skin
	Removed config option:	use-gmplayer
		replaced by use gui
	Cleaned up some obsolete code
v0.35
	Removed RealPlayer from description for now
	Added support for "loop" command and respect it
	Added config file options: use-gmplayer,noembed,vo,ao
		use-gmplayer	uses gmplayer over mplayer, flaky.
				A separate, unsupported patch to mplayer
				is needed to make this work. Also the
				mini-skin for mplayer is recommended.
		noembed		shows mplayer in separate window
		vo		overrides mplayer config
		ao		overrides mplayer config
	Dropped config file option: player
		It allowed people to do stupid things ie: player=ls
	Changed config file seek order
                $HOME/.mplayer/mplayerplug-in.conf
                $HOME/.mozilla/mplayerplug-in.conf
		/etc/mplayerplug-in.conf
	Added code to make rtl.de sites work
	Added new mimetype: application/x-drm-v2

v0.34
	Found a crash that was occuring in NPP_Destroy
	Added a config file option	"player"
		ie:	player=mplayer	(default)
			player=gmplayer	(does not work yet)
		If you have an app that can take mplayers command line it should work here
	
v0.33
	Added config file and options
	file can be in, first one found is used. files are listed in order
		/etc/mplayerplug-in.conf
		$HOME/.mplayer/mplayerplug-in.conf
		$HOME/.mozilla/mplayerplug-in.conf
	options:

		cachesize=	(value in K)
		debug=		(0 no log, 1 log)
		logfile=	(fully qualified path to logfile, no shell vars)

	example:

	cachesize=32
	debug=0
	logfile=/home/uid/logs/mplayerplug-in.log


v0.32
	Debug wrappers on printf and fprint functions
	Added "-really-quiet" to mplayer command
	Makefile now has "install" option, only installs peruser 
v0.31
	Fixed compile issue with gcc 2.95x
	Added mimetype video/x-ms-asf
v0.30
	Stability achieved, now we can go on to other things
	Turned out to be a pointer error.
v0.28
	More attepts to fix the crashes, but nothing helps
v0.27
	Catching widget destroy event now and killing things better
	Still having the dang hang problem with NP_EMBED videos
	Pretty sure something in Moz is screwy, but it could be this code
		Code runs 2-4 times before blowing up.
	Konqi works pretty good now. (Some issues with Harry Potter Site)
	Shared Memory cleanups
v0.26
	Fixes for Konqueror Display Errors
	Removed EventHander Registration, code still present cause it was not
		helpful for anything at the moment
	Added asx file extension
v0.25
	Logging to a file /tmp/mppi[1-3].log
	Don't force -vo and -ao options, allow mplayer to read them from
		~/.mozilla/config (see mplayer docs for info)
	Still got the problem with playing 2+ embedded videos
	changed "system" call to execlp, this is better
	NPP_SetWindow changes, cleanups
	Add Window Event Handler, although we never see a Destroy
v0.24
	Cleanup shared memory
	remove specific -vo and -ao options from command line
		edit ~/.mplayer/config to set those values
	Cleaned up streaming code
	Set shared memory to be more secure perms from 0666 to 0600
	Initialized more internal structures
	Kill all created threads
	Problem: Playing more than 2 streaming videos causes crash
v0.23
	Fix typo in Windows Media Player, added the "er" at the end
	Fixed the PID passing issue by using shared memory
	Changed SIGINT to SIGTERM, cleaner shutdown of mplayer
	Removed duplicate MIMETYPES
v0.22
	gcc2.95 compile fixes, provided by A'rpi of mplayer fame
v0.21	
	More work on double play bug
	handle www.apple.com/switch/ads site

v0.20
	Fix a double play bug
	Add support for www.msn.com videos and atomfilms.shockwave.com
	Mimetypes: video/x-ms-wm,application/x-mplayer2
v0.10
	Initial release
	Support for QuickTime, AVI and MPEG mimetypes
