2006-11-10  Peter Johanson  <peter@peterjohanson.com>

	* NEWS: Add item about new Latvian translation.
	* configure.in: Bump to 0.8.6 for  a release.

2006-11-08  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* AUTHORS: Updated with some new names.

2006-11-07  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* NEWS: Wrote 0.8.6 release notes.

2006-11-05  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	Let's Tango!

	* data/images/muine-16.png:
	* data/images/muine-22.png:
	* data/images/muine-24.png:
	* data/images/muine-32.png:
	* data/images/muine-scalable.svg:

	Tango icons, made by Hylke Bons (h.bons@student.rug.nl)
	and Andreas Nilsson (nisses.mail@home.se).

	* data/images/muine.png:

	Removed, since no longer used.

	* data/images/Makefile.am:
	* data/muine.desktop.in:

	Install and use the icons

	* src/Makefile.am:

	Use muine-32.png as window icon instead of the now
	removed muine.png.

2006-10-23  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

	* plugins/InotifyPlugin.cs:
	Do not try to monitor Trash directories (in addition to
	lost+found directories) in the inotify plugin. Part of
	a fix for #305783.

2006-10-13  Wouter Bolsterlee  <wbolster@gnome.org>

	* libmuine/metadata.c: (assign_metadata_mp3),
	(assign_metadata_mp4), (assign_metadata_ogg),
	(assign_metadata_flac), (metadata_load):
	* libmuine/player-gst-0.8.c: (player_set_file):
	* libmuine/player-gst.c: (player_set_file):
	* libmuine/player-xine.c: (player_set_file):
	Don't abuse gnome-vfs API and rename some variables to a
	sane name. Fixes bug #351435, patch by Christian
	Neumair.

2006-10-06  Wouter Bolsterlee  <wbolster@gnome.org>

	* libmuine/metadata.c: (assign_metadata_vorbiscomment):
	Load extra metadata into performers metadata field.
	Although this is not the most elegant solution, it is
	the least intrusive approach using the current codebase.
	Fixes bug #339557.

2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>

	* src/Metadata.cs: Don't segfault on malformed id3v2
	tags. Fixes bug #172482.

2006-09-30  Wouter Bolsterlee  <wbolster@gnome.org>

	* README: Rewrite and update.

2006-09-29  Wouter Bolsterlee  <wbolster@gnome.org>

	* plugins/InotifyPlugin.cs: Do not try to monitor
	lost+found directories. Fixes bug #350706.

2006-09-17  Peter Johanson  <peter@peterjohanson.com>

	* src/CoverGetter.cs: Fix AddBorder broken by Tamara's sprawling
	commit on 09-08. Patch by Brian Kerrick Nickel on bug #356470.

2006-09-09  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/AddAlbumWindow.cs:
	* src/AddSongWindow.cs: Oops, we need to be using our own
	tweaked CellRendererText class until we depend on Gtk# 2.6+.

2006-09-09  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/AddWindow.cs: Cleanup.  Changed organization style to use
	#region instead of just comments so those with fancy editors can
	take advantage of code folding.

2006-09-09  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/AddSongWindow.cs: Cleanup.
	
2006-09-09  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/AddAlbumWindow.cs: Cleanup.

2006-09-09  Peter Johanson  <peter@peterjohanson.com>

	* src/ProgressWindow.cs: Fix one more mono 1.1.17 crasher.

2006-09-09  Peter Johanson  <peter@peterjohanson.com>

	* src/SkipToWindow.cs: Fix crasher with mono 1.1.17 and higher related
	to method signature mismatch for glade hooked up callbacks.

2006-09-08  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/About.cs:
	* src/Actions.cs:
	* src/AddAlbumWindow.cs:
	* src/AddSongWindow.cs:
	* src/AddWindow.cs:
	* src/AddWindowList.cs:
	* src/Album.cs:
	* src/Config.cs:
	* src/CoverDatabase.cs:
	* src/CoverGetter.cs:
	* src/CoverImage.cs:
	* src/Database.cs:
	* src/DndUtils.cs:
	* src/ErrorDialog.cs:
	* src/FileSelector.cs:
	* src/FileUtils.cs:
	* src/Global.cs:
	* src/GnomeProxy.cs:
	* src/HandleModel.cs:
	* src/HandleView.cs:
	* src/ImportDialog.cs:
	* src/InfoWindow.cs:
	* src/Metadata.cs:
	* src/NoMusicFoundWindow.cs:
	* src/OpenDialog.cs:
	* src/OverwriteDialog.cs:
	* src/Player.cs:
	* src/PlaylistWindow.cs:
	* src/PluginManager.cs:
	* src/ProgressWindow.cs:
	* src/SaveDialog.cs:
	* src/SignalUtils.cs:
	* src/SkipToWindow.cs:
	* src/Song.cs:
	* src/SongDatabase.cs:
	* src/StockIcons.cs:
	* src/StringUtils.cs:
	* src/VolumeButton.cs: Cleanup.  Some pretty-printing and a lot of
	splitting nested functions.  Only a handful of places now have lines over
	80 characters (counting tabs as 4 characters).  Cut-and-paste code was not
	affected.

2006-09-07  Tamara Roberson  <tamara.roberson@gmail.com>

	* DBusLib/Player.cs:
	* plugins/DashboardPlugin.cs:
	* plugins/TrayIcon.cs:
	* src/Actions.cs:
	* src/AddAlbumWindow.cs:
	* src/AddSongWindow.cs:
	* src/AddWindow.cs:
	* src/AddWindowEntry.cs:
	* src/CoverImage.cs:
	* src/FileSelector.cs:
	* src/Global.cs:
	* src/ImportDialog.cs:
	* src/InfoWindow.cs:
	* src/OpenDialog.cs:
	* src/PlaylistWindow.cs:
	* src/SaveDialog.cs:
	* src/SkipToWindow.cs:
	* src/VolumeButton.cs: Imply delegate type.

2006-09-07  Tamara Roberson  <tamara.roberson@gmail.com>

	* AUTHORS:
	* ChangeLog:
	* po/*.po:
	* src/About.cs:
	* src/Actions.cs:
	* src/AddWindow.cs:
	* src/AddWindowEntry.cs:
	* src/AddWindowList.cs:
	* src/Database.cs:
	* src/ImportDialog.cs:
	* src/Item.cs:
	* src/OpenDialog.cs:
	* src/SaveDialog.cs:
	* src/SignalUtils.cs: Change my email address.

2006-09-07  Tamara Roberson  <tamara.roberson@gmail.com>

	* po/ca.po: Add plural definition.

2006-09-07  Tamara Roberson  <tamara.roberson@gmail.com>

	* PluginLib/IPlayer.cs:
	* plugins/DashboardPlugin.cs:
	* plugins/TrayIcon.cs:
	* src/Actions.cs:
	* src/AddSongWindow.cs:
	* src/CellRendererText.cs:
	* src/Config.cs:
	* src/CoverGetter.cs:
	* src/Global.cs:
	* src/HandleModel.cs:
	* src/HandleView.cs:
	* src/ImportDialog.cs:
	* src/InfoWindow.cs:
	* src/OpenDialog.cs:
	* src/PlaylistWindow.cs:
	* src/SignalUtils.cs:
	* src/SongDatabase.cs:
	* src/StringUtils.cs:  Tabs vs. Spaces spring cleaning (make sure
	you are using tabs to indent).

2006-09-07  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/Config.cs:
	* src/DndUtils.cs:
	* src/FileUtils.cs:
	* src/Global.cs:
	* src/KeyUtils.cs:
	* src/SignalUtils.cs:
	* src/StockIcons.cs:
	* src/StringUtils.cs: Replace "sealed" class modifier with "static".

2006-08-08  Peter Johanson  <peter@peterjohanson.com>

	* src/Global.cs: Initialize gnome-vfs early to work around dbus
	threading bug. Tracked down and fixed by Ryan Lortie.

2006-08-08  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* configure.in: Put all language codes on one line to
	fix the build with newer autotools.

2006-08-05  Jovan Naumovski  <jovan@lugola.net>

	* configure.in: Added 'mk' to ALL_LINGUAS.
	* po/mk.po: Added Macedonian translation.

2006-07-24  Raivis Dejus  <orvils@gmail.com>

	* configure.in: Added "lv" (Latvian) to ALL_LINGUAS.
	* po/lv.po: Added Latvian Translation.

2006-07-20  Peter Johanson  <peter@peterjohanson.com>

	* configure.in: Fix problem with setting enable_xine for both the
	gstreamer and xine configure.in options. Reported by Iain on IRC.

2006-07-17  Tamara Roberson  <tamara.roberson@gmail.com>

	* src/AddAlbumWindow.cs:
	* src/AddSongWindow.cs:
	* src/AddWindow.cs: Enable a couple of minor things which were waiting
	in the wings for dependency on Mono 1.1.  No new functionality or 
	fixes, just cleanup.