2006-07-27  Iain Holmes  <iain@gnome.org>

	* src/PlayerWindow.cs: More keyboard support from Brandon
	P: play, +/-/0: Change Volume and mute.
	Buttons respond to their keypress as well.

	* src/VolumeButton.cs: Add ToggleMute to store/restore volume

2006-07-26  Iain Holmes  <iain@gnome.org>

	* src/InfoWindow.cs: Don't re-request the image.

	* src/ImageLoader.cs: When the image is loaded, store it.

2006-07-26  Iain Holmes  <iain@gnome.org>

	* src/TrayIcon.cs: Add notify support

2006-07-26  Brandon Hale  <brandon@ubuntu.com>

	* src/PlayerWindow.cs: Add basic keyboard support.
	L: Love Track, H: Hate Track, N: Next, Escape: Hide to Tray.

2006-07-26  Iain Holmes  <iain@gnome.org>

	* src/PlayerWindow.cs:
	  data/glade/PlayerWindow.glade: Add tooltips, patch by Peter Oliver

2006-07-26  Iain Holmes  <iain@gnome.org>

	* src/MagicCoverImage.cs: Add a cover changed handler
	  src/PlayerWindow.cs: Don't allow the window to be resized vertically
	  	Patch from Tom Parker.

2006-07-26  Iain Holmes  <iain@gnome.org>

	* data/lastfm.schemas: Patch to fix typo by Arif Lukito

2006-07-26  Iain Holmes  <iain@gnome.org>

	* src/FindStation.cs: Set . as the number separator. Patch from
	  Damien Collard

2006-07-26  Iain Holmes  <iain@gnome.org>

	* liblastexit/lastexit.xml:
	  liblastexit/lastexit-dbus.[ch]: D-Bus patch from Baris Cicek.

	* liblastexit/Makefile.am: Build the D-Bus glue.

	* src/Driver.cs:
	  src/DBus.cs: Modified D-Bus patch from Baris Cicek.

2006-07-21  Iain Holmes  <iain@gnome.org>

	* src/FMConnection.cs: Support setting recommended radio

	* src/PlayerWindow.cs: Add recommended radio to the main list

2006-07-21  Iain Holmes  <iain@gnome.org>

	* src/TrayIcon.cs: Patch from Baris to add song image.

	* src/PlayerWindow.cs: Set the tooltip image from Baris.
	Reshow the password dialog on wrong password.
	
	* src/Config.cs: Have support for missing config values

	* src/FMConnection.cs: Support reporting bad password

2006-07-18  Ross Burton  <ross@burtonini.com>

	* liblast-exit/Makefile.am:
	Add -avoid-version to remove the .0.0.0 symlinks.

2006-07-11  Iain <iain@gnome.org>

	* src/NotificationArea.cs:
	  src/TrayIcon.cs: Patch from Baris Cicek to add a tray icon

2006-07-10  Iain <iain@gnome.org>

	* src/last-exit.in: Require bash, cos exec -a isn't POSIX and breaks
	things

2006-07-10  Iain <iain@gnome.org>

	* FindStation.cs: If Enter is pressed for user or fans of, don't crash

2006-07-09  Iain <iain@gnome.org>

	* FindStation.cs: Find user station works

2006-07-09  Iain <iain@gnome.org>

	* FindStation.cs: Add Neighbour searching

	* NeighbourView.cs: View to show neighbours

2006-07-09  Iain <iain@gnome.org>

	* configure.ac: Update to version 1

2006-07-09  Iain <iain@gnome.org>

	* Url encode artist names before sending them gfor tagging

2006-07-08  Iain <iain@gnome.org>

	* src/PlayerWindow.cs: Make the play/pause button work correctly.

2006-07-08  Iain <iain@gnome.org>

	* src/RecentStations.cs: Limit the stations to the 10 most recent

2006-07-08  Iain <iain@gnome.org>

	* src/PlayerWindow.cs: Open the browser at the journal page for the 
	currently playing song.

2006-07-08  Iain <iain@gnome.org>

	* Applied patch from Brian Pepple to add a .desktop file.

2006-07-08  Iain <iain@gnome.org>

	* src/TagDialog.cs: Close the dialog and fill the combo with tags

2006-07-08  Iain <iain@gnome.org>

	* src/TagDialog.cs: Tag stuff.

2006-04-21  Iain <iain@gnome.org>

	* src/InternalProcess.cs: Copied from f-spot.

	* src/PlayerWindow.cs: Use gnome-open to show urls

	* src/InfoWindow.cs: Ditto

2006-04-21  Iain <iain@gnome.org>

	* src/ImageLoader.cs: Handle 404s in the image...useful old last.fm
	returns a nonexistent cover image rather than just not setting an 
	image.

2006-04-21  Iain <iain@gnome.org>

	* src/FMRequest.cs: Moved this here from FMConnection.cs

	* src/InfoWindow.cs: Moved the Request/Parsing code from FMC.cs

	* src/FindStation.cs: Moved the Request/Parsing code from FMC.cs

2006-04-21  Iain <iain@gnome.org>

	* src/PlayerWindow.cs: Apply patch from Adam Lofts to ellipsize the
	labels.

2006-04-15  Iain <iain@gnome.org>

	* src/PlayerWindow.cs: Don't escape strings if the string is null.

	* src/StringUtils.cs: Ditto

2006-04-15  Iain <iain@gnome.org>

	* src/PlayerWindow.cs: Merge patch from Jason Quigley to turn on
	subscriber only stations.

2006-04-15  Iain <iain@gnome.org>

	* src/FMConnection.cs: Add ability to search for fans...

	* src/FindStation.cs: Add a fans of radio.

2006-03-24  Iain <iain@gnome.org>

	* data/glade/PlayerWindow.glade: Shuffle some buttons around a bit

	* src/Artist.cs:
	  src/Song.cs: Derive from ImageLoader rather than creating one.

	* src/FMConnection.cs:
	  src/InfoWindow.cs:
	  src/PlayerWindow.cs:
	  src/RecentStations.cs:
	  src/FindStations.cs: Update to use the new ImageLoader stuff and
	  do general code cleanups.

2006-03-23  Iain <iain@gnome.org>

	* src/RecentStations.cs (LoadRecent): Catch an XmlException for
	malformed recent file.

2006-03-23  Iain <iain@gnome.org>

	* src/RecentStations.cs (LoadRecent): Check if the file exists.
