2004-01-15 version 1.5.0

	* mozplugger.c: Added MMS support.

	* mozplugger.c: Can now loop when using the "controls" flag.

	* mozplugger-helper.c: Better Quicktime support using the qtsrc
	field of EMBED tags when available. (Kees Cook)

	* mozplugger-helper.c: Fixed window reparent failing randomly with
	the "event_swallow" flag. (Eric Kerin)

	* mozplugger-helper.c: In the event_swallow mode, MozPlugger now
	waits passively for X events.

	* mozpluggerrc: Now uses "event_swallow" with Acrobat Reader.

	* mozpluggerrc: Removed -nocache 100 to avoid mplayer to hang
	after some seconds of playback.

	* mozplugger.c, mozplugger-helper.c: Removed dead code which was
	using SIGWINCH.

2003-12-16 version 1.4.2

	* mozpluggerrc: Added the "stream" flag to RealPlayer.

	* mozplugger.c: Fixed a segmentation fault when exporting
	variables with no value.

	* mozplugger.c: Fixed a free() on a literal string which made the
	plugin crash when parsing commands with the "controls" flag.

2003-12-07 version 1.4.1

	* mozpluggerrc: Added soffice.

	* mozpluggerrc: Added the option -cache 100 to mplayer.

	* mozplugger.c, mozpluggerrc: Merged the flags "nokill" and "exits"
	into "nokill".

	* mozplugger-helper.c: Removed the flags "many" and "nofull".

	* mozplugger-controller.c: New file created.

	* mozplugger.c, mozpluggerrc: Added the flag "controls" to display a
	controller with the buttons play, pause and stop while playing.

	* mozplugger.c: Added the flags "embed" and "noembed" to enable to
	define embed-only or full-window-only applications in the rc file.

	* mozplugger.c: All the paramters of the <EMBED> tags are made
	available in mozpluggerrc through environment variables.

	* Makefile: Renamed the helper application from mozplugger to
	mozplugger-helper and added mozplugger-controller.

2003-09-10 version 1.3.2

	* mozplugger-helper.c: Improved swallowing accuracy by scanning
	windows twice faster.

	* mozplugger.c: Fixed regression: the mozplugger helper could not
	be found in ~/.mozilla, ~/.netscape or ~/.opera.

2003-08-30 version 1.3.1

	* Makefile: Now works with the HP-UX compilation tools.

	* mozplugger-helper.c: Removed some dead code.

	* mozpluggerrc: Fixed bug with timidity that prevented midi files
	to be played in loop.

2003-07-05 version 1.3.0

	Major code cleanup.
	
	* mozplugger-common.c: New file created.

	* mozplugger-helper.c, mozplugger.c: Added the flag "event_swallow"
	to use an alternative event driven code. (Eric Kerin)

	* mozplugger.c: In some conditions, MozPlugger now uses the href
	field of embed tags. (Rafael Santiago)
	
	* mozplugger.c: The memory of an instance was not freed when the
	instance was destroyed.

	* mozplugger.c: Some embeded applications were not killed when
	leaving a page.
	
	* mozplugger.c: For some files, Mozilla did not give the right
	MIME type to Mozplugger when creating a new stream. Mozplugger
	now uses the type given at instanciation time.

	* mozplugger.c: Embeded files with loop=0 were not played.
	
	* mozplugger.c: The files begining with a / were not accepted.

	* mozplugger-helper.c: The "maxaspect" flag did not work
	correctly.

	* mozpluggerrc: Removed -guiwid from mplayer lines;
	Uses the new event_swallow() with gv and Ted.

2003-06-14 version 1.2.1
	
	* mozplugger-helper.c: The swallow feature did not work on some
	computers. Mozplugger now scans potential victim windows faster.
	It takes a little more CPU in the initialization of the swallow
	but it is more accurate.
	
2003-05-28 version 1.2.0

	* mozplugger.c: MIME types for which no application is found are
	not registered into Mozilla.

	* mozplugger.c: Some Windows did not resize properly. (Eric Kerin)

	* mozplugger.c: Added the flag "nofull" to restrict swallow.

2003-04-24 version 1.1.3

	* mozpluggerrc: Added Ted and fixed Abiword.
	
	* mozplugger.c: Fixed a bug with Mozilla 1.3 when re-opening
	media files.

	* mozplugger.c: By default, plugins are now repeated once.

	* mozplugger-helper.c: Mozplugger swallows the most recently opened
        instance of a window, not the first found. (Bernard Blackham)

2003-03-14 version 1.1.2

	* mozpluggerrc: Multiple invocations of Acrobat Reader continually
	spawned new processes.

	* mozplugger.c: Could not play mpeg mail attachments within mail
	using mplayer.

	* mozplugger.c, mozplugger-helper.c: Fixed bug on 64-bit architectures.

	* mozplugger-helper.c: New environment variables : $width and $height

2003-02-17 version 1.1.1

	* mozpluggerrc: Added OGG and StarOffice support
	
	* mozplugger.c: It is no more useful to duplicate a command in the
	rc file with and without the "stream" flag.

	* mozplugger.c: Some embeded files were played twice.

2003-02-16 version 1.1

	* mozpluggerrc:
	Added the support of PDF files
	Added xine after mplayer for MPEG 1 and 2
	Fixed bug with mplayer : fork bomb on some unplayable files
	Fixed bug with xmms : temporary files undeleted in /tmp/plugtmp

	* mozplugger.c: When using the "exits" flag, mozplugger (and
	plugger 4.0) let a process in the system, until Mozilla exits.

2003-02-08 version 1.0

	* mozplugger.c, mozplugger-helper.c: The "stream" flag of the
	file pluggerrc has been changed to make the browser just pass an
	URL to the player without downloading the file. The old behaviour
	is no more supported by Mozilla.
	
	* mozplugger.c: Fixed bug with Mozilla 1.x : a zombie process was
	created for each loaded plugin, until Mozilla exits.

	* mozplugger.c: "Running helper..." is no more displayed in the
	status bar.
