2006-03-05  Ryan Lortie  <desrt@desrt.ca>

	* src/muine-shell.c: #include <libgen.h> to avoid implicit
	  declaration of basename.

2006-03-05  Ryan Lortie  <desrt@desrt.ca>

	* src/Makefile.am: Add manpage muine-shell.1
	* src/muine-shell.1: New file (manpage)
	* src/muine-commands.c: Have each command that requires a connection
	  to muine ensure that the connection has been established.
	* src/muine-shell.c: Add --version.  Make it clear that --quit quits
	  the Muine instance (not us).  Do not connect to muine up front in
	  order to allow --version and --help to work without muine running.

2006-03-05  Ryan Lortie  <desrt@desrt.ca>

	* src/muine-shell.c: #include <string.h> to avoid implicit
	  declaration of strlen.

2006-02-27  Ryan Lortie  <desrt@desrt.ca>

	* README:
	* configure.in: Version 0.6.0.

2006-02-27  Ryan Lortie  <desrt@desrt.ca>

	* src/Makefile.am: Include muine-commands.h in the sources list
	  to fix broken make distcheck.

2006-02-27  Ryan Lortie  <desrt@desrt.ca>

	* .cvsignore:
	* src/.cvsignore: Add cvsignore files.

2006-02-26  Ryan Lortie  <desrt@desrt.ca>

	* AUTHORS: Add self.
	* configure.in: Bump dbus-glib dep to 0.60.
	* src/muine-commands.c: Move to new dbus_g_proxy API.  Pass 'event
	  time' parameter to calls that require it (muine 0.8.4).
	* src/Makefile.in: Remove accidentally imported file.

2005-05-19  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.5.0

	* muine-shell.c
	* muine-commands.h
	* muine-commands.c

	Upgraded to use DBUS 0.3.x
	Experimental new options 'o' and 'u'

2005-05-10  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.4.2

	* muine-shell.c

	Volume changes can now be expressed in increments
	
2005-04-05  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.4.1

	* muine-shell.c

	Now returns 1 on failure

2005-02-17  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.4

	* muine-commands.h
	* muine-commands.c

	Fixed a bug where queueing/playing files didn't work with
	relative/incomplete paths

	* muine-shell.c

	get_song_info returns a pointer
	
2005-02-11  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.3

	* muine-shell.c
	* muine-commands.h
	* muine-commands.c

	Split into three files

	Fixed bug that prevented the -h screen showing if Muine
	wasn't running

2005-02-10  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.2

	* muine-shell.c:

	- Write cover image to file
	- Show/set volume
	- Show/set position
	- Print current song

2005-02-08  Mark McLauchlan <filopastry@fastmail.fm>

	Release 0.1

	* muine-shell.c

	Features:

	- forward/previous
	- pause
	- show/hide the main window, show album/song windows
	- queue/play files, playlists
	
