2003-11-19  Florent Rougon  <flo@via.ecp.fr>

	* Released 2.02

	* src/_xmmscontrolmodule.c: Tell the user that play_files is
	deprecated in libxmms.

	* src/_xmmscontrolmodule.c: Use PyDoc_STRVAR whenever possible if
	it is defined.

2003-11-11  Florent Rougon  <flo@via.ecp.fr>

	* src/__init__.py: Added the "common" module to __all__.

2003-11-10  Florent Rougon  <flo@via.ecp.fr>

	* Released 2.01.

	* build-documentation.py: Remove the .pyc files created by pydoc
	in the build directory.

2003-11-09  Florent Rougon  <flo@via.ecp.fr>

	* Released 2.00.

	* setup.py: Better structure, (hopefully) better handling of
	glib-config results, PyPI support.

	* src/commmon.py: error.complete_message does not add a full stop
	at the end of the message any more, so that the user can decide
	whether he wants one or not.

	* src/commmon.py: PyXMMSGenericException is now an alias for error
	(xmms.error, or xmms.common.error). Referring to this object as
	PyXMMSGenericException is now obsolete.

	* Added NEWS and build-documentation.py.
	* Updated all docs impacted by this change.
	* Added a component for configuration file management. xmms is not
	a module any more, but a Python package. xmms.py is now known as
	src/control.py, and lives next to src/common.py and src/config.py
	(among other less notorious neighbours).
	
2003-09-14  Florent Rougon  <flo@via.ecp.fr>

	* Released 1.07.

	* xmms.py: Got rid of a DeprecationWarning encountered with
	Python 2.3 when passing a float to a function expecting an
	integer.

	* _xmmsmodule.c: Fixed multi-line strings to enable compilation
	with gcc 3.3.

2002-09-06  Florent Rougon  <flo@via.ecp.fr>

	* _xmmsmodule.c: Mentioned in jump_to_time's doc that its
	precision is not better than 1s (at least in XMMS 1.2.7).

2002-07-05  Florent Rougon  <flo@via.ecp.fr>

	* Released 1.06 (otherwise I suspect the doc could remain
	sub-optimal for a bit too long according to my tastes...).

	* xmms.py: Documentation improvement thanks to Greg Ward.

2002-06-01  Florent Rougon  <flo@via.ecp.fr>

	* Released 1.05.

	* xmms.py: Added an argument to fade_out allowing to control
	whether we restore the main volume afterwards (this change is
	backward-incompatible).

	* xmms.py: PyXMMSGenericException now derives from the Python
	standard class Exception.

	* xmms.py: Fixed a typo (_exit instead of os._exit).

2002-05-12  Florent Rougon  <flo@via.ecp.fr>

	* Released 1.04.

	* xmms.py: Added the fade_out function.

2002-04-07  Florent Rougon  <flo@via.ecp.fr>

	* setup.py: Set the Distutils package name to lowercase to ease
	Debian packaging.

2002-04-06  Florent Rougon  <flo@via.ecp.fr>

	* INSTALL: Added that XMMS development files are required to build
	PyXMMS

2002-03-17  Florent Rougon  <flo@via.ecp.fr>

	* Improved the INSTALL file contents.

	* 1.01 release.

	* Polished the documentation.
	