0.3:  Released 2003-11-??

	* The name of the Passepartout executable is now "passepartout".

	* The recommended filename suffix is now ".pp" instead of ".ppt".

	* Support for multiple views of the same document.

	* XSLT Parameter handling: Automatically get a set of valid
	  parameters from the XSLT stylesheet and let the user change them
	  in the streams dialog.

	* If a text stream is truncated, i.e. it won't fit into the frames
	  assigned to it, then this will be indicated by a red marker at
	  the bottom of the last frame.

	* Improved support for copy/paste.

	* Added a dialog for selecting/creating streams when creating text
	  frames.
	
	* A new preferences dialog (Sergej Gratchev).

	* Make text images twice as big, then scale them down to normal
	  size, creating a poor man's antialiasing effect.

	* A preview function in the import image dialog.

	* Allow renaming of frames (finally).

	* Printing is faster.

	* Stylesheet files are also watched for changes.

	* Support the DESTDIR feature in automake properly (Gaudenz Steinlin).


0.2:  Released 2003-06-19

	* Unicode support.

	* Font inclusion support.

	* "Text avoids object" works for rotated objects.

	* Improved object resizing.

	* Copy/paste. (Makes the logo seem less like false advertising :-)

	* Better Gnome Human Interface Guidelines compliance.

	* Explicit line breaks with the <linebreak/> element.

	* A new design for the Streams window.

	* Support for other length units than typographic points.

	* Print images as grayscale option. Also works with most EPS images.

	* Snap-to-grid (in this release, the grid size is 24 points and can't
	  be changed, sorry.)
	
	* Support for the "Windows" EPS format. It has only been tested on EPS
	  files printed from Photoshop.


0.1:  Released 2003-03-11

	* Move to gtkmm-2.0

	* Move to libxml++-0.18.0

	* Require a standards-complient C++ compiler (such as gcc
	3.2), since modern libxml++ wont compile in older environments.

	* Semi-auto-generated dummy config dialog

	* A brand new configuration file format.
	If ~/.pptout does not exist, it will look for
	/etc/pptout
	NOTE: rename or remove your old ~/.pptout - it is incompatible
	with the new format

	* Better reshape handles
	
	* Select more than one object with ctrl-button1

	* Image file drag-and-drop support
	
	* The properties dialog is updated when the selected object is
	moved or resized

	* Boundary margin support - text can be made to stay at a distance
	from an object.

	* Support EPS files with or without a showpage call

	* Identify postscript files by magic numbers instead of filename
	suffixes

	* If the flag "-s" is given to xml2ps, then no font aliases will
	be used in the output, i.e. URW font names instead of Adobe font
	names

	* Handle white areas in eps and text frames as if they were
	transparent, for screen display (Optional, Seems to be flaky
	in some environments).

	* Rotation angles are -180 to 180 degrees.

	* Added support for text in different gray tones.

	* Support obstacles from the xml flow, mainly for allowing use of
	automatic initials (those fancy big letters that were common in
	medieval texts)

	* Support for "guides", but the only way to turn them on is by
	editing the xml files

	* Using stock icons where applicable	

	* Options to specify screen resolution and default image resolution
	
	
0.0:  Released 2002-11-21.

	* Initial release