2006-04-09  Brad Taylor  <brad@getcoded.net>
	
	* configure.in:
	* cowbell.in:
	* Makefile.am:
	* lib/Makefile.am
	* lib/taglib/glue.h:
	* lib/taglib/glue.cpp:
	* lib/taglib/Makefile.am: Add C++ glue to combat TagLib encoding
	  problems.

	* Makefile.am:
	* gui/GladeDialog.cs:
	* gui/GladeWindow.cs:
	* gui/AboutDialog.cs:
	* resources/cowbell.svg:
	* resources/cowbell.png:
	* resources/Makefile.am: Long-awaited import of Cowbell's tango-ized
	  icons.

	* Makefile.am:
	* gui/AlbumCoverImage.cs
	* gui/SongDatabaseTreeView.cs:
	* base/Filesystem.cs:
	* base/SafeUri.cs: Import of Aaron Bockover's SafeUri code to hopefully
	  fend off issues arising to Mono's poor Uri class.

	* NEWS:
	* configure.in: Tag for 0.2.7 release.

2006-03-13  Brad Taylor  <brad@getcoded.net>

	* gui/FileChooser.cs: Add audio/mpeg mimetype to fix bug reported by
	  Luis Villa <luis@gnome.org>.

2006-02-23  Brad Taylor  <brad@getcoded.net>

	* NEWS:
	* configure.in: Tag for 0.2.6.1 release.

	* configure.in: Actually, Gtk.About is a Gtk# 2.6 feature, not a 2.4
	  feature, so we now require Gtk# 2.6 (Sebastian Dröge).

	* Makefile.am: Add /codepage:utf8 now that we have utf8 strings in the
	  code (Sebastian Dröge).

	* po/sv.po: Updated Swedish translation.

2006-02-22  Brad Taylor  <brad@getcoded.net>

	* po/Makefile.in.in: Apply a fix from intltool to make us pass
	  distcheck.
	
	* resources/MainWindow.glade: After some thought, change these so that
	  they make a little more sense.

	* NEWS:
	* configure.in: Tag for 0.2.6 release.

2006-02-16  Brad Taylor  <brad@getcoded.net>
	
	* base/Catalog.cs: Hack around the s/libintl/intl/g change in mono so
	  that we can work on mono < 1.1.13 as well.

2006-02-14  Brad Taylor  <brad@getcoded.net>

	* configure.in: Revert back to a gtk-sharp version that breezy can
	  handle.
	
	* configure.in:
	* base/AboutDialog.cs:
	* po/ja.po: Import a new Japanese translation from Bailey Kong.

2006-02-08  Brad Taylor  <brad@getcoded.net>

	* gui/GladeDialog.cs:
	* gui/GladeWindow.cs:
	* gui/SongDatabaseTreeView.cs: Get rid of warnings since we're using
	  gtk-sharp <= 2.4.

	* po/: Update translations.

2006-02-05  Brad Taylor  <brad@getcoded.net>

	* gui/AboutDialog.cs: Use Gtk.AboutDialog instead of homegrown crap.

	* configure.in: Require more recent gtk-sharp version for AboutDialog
	  support.

2006-01-31  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Fix/Unbreak/Implement reverting.

	* po/en_CA.po:
	* po/tr.po:
	* po/hu.po:
	* po/fi.po:
	* po/nb.po: Import new translations from Rosetta.

	* gui/MainWindow.cs: Sensitive the save icon when someone closes the
	  Preferences Window, but don't set the application as dirty to avoid
	  prompting the user to save before they exit
	
	* gui/MainWindow.cs: Add a warning for users who try to import more
	  than one album worth of music.

	* gui/FileChooser.cs: Change dialog title to reflect the fact that we
	  don't support directories.

	* gui/PropertiesDialog.cs:
	* gui/GladeWindow.cs:
	* gui/PreferencesWindow.cs: Move two functions into one in the parent
	  class to correct apparent stupidity on my part.

	* base/Catalog.cs: s/libintl/intl for new mono 1.1.13 upstream changes.

2005-11-15  Brad Taylor  <brad@getcoded.net>

	* po/sv.po:
	* po/es.po:
	* po/fr.po:
	* po/pt_BR.po: New translations imported from Rosetta.

2005-11-01  Brad Taylor  <brad@getcoded.net>
	* po/ChangeLog:
	* po/no.po: Updated translations from Sindre Pedersen Bjordal.
	
	* NEWS:
	* configure.in: Tag for 0.2.5 release.

2005-10-26  Brad Taylor  <brad@getcoded.net>

	* po/no.po:
	* po/ChangeLog:
	* configure.in: Added initial Norwegian translation.

2005-10-25  Brad Taylor  <brad@getcoded.net>

	* resources/AboutDialog.glade: Added credit for Sindre Pedersen
	  Bjordal.

2005-10-25  Brad Taylor  <brad@getcoded.net>
	
	* base/Batch.cs:
	* base/Runtime.cs: Add a --quiet option to make the batch tagger not
	  ask you for every single album.

	* po/Makefile.in.in: Get a better version of Makefile.in.in that
	  hopefully won't be retarded all the time.

2005-10-24  Brad Taylor  <brad@getcoded.net>
	
	* po/de.po: Updated German translation from Sebastian.

2005-10-24  Brad Taylor  <brad@getcoded.net>
	
	* po/cowbell.pot:
	* gui/UnhandledExceptionDialog.glade: Remove strings that shouldn't be
	  translated.

2005-10-24  Eskil Bylund  <eskil@letterboxes.org>

	* resources/AboutDialog.glade:
	* resources/MainWindow.glade:
	* resources/PreferencesWindow.glade:
	* resources/ProgressDialog.glade:
	* resources/PropertiesDialog.glade:
	* resources/SaveChangesDialog.glade:
	* resources/UnhandledExceptionDialog.glade: Various HIG fixes. Use
	  mnemonics. Remove signals.
	
	* resources/MainWindow.glade: Change the default height from 500 to 450.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* base/Runtime.cs:
	* base/Filesystem.cs:
	* gui/Gui.cs: Add a new Gui class.

	* resources/SaveChangesDialog.glade:
	* resources/ProgressDialog.glade:
	* resources/AboutDialog.glade:
	* resources/ProgressWindow.glade:
	* gui/SaveChangesDialog.cs:
	* gui/ProgressDialog.cs:
	* gui/AboutDialog.cs:
	* gui/GladeDialog.cs: Add a GladeDialog class.

	* gui/ErrorDialog.cs: Move ErrorDialog into the gui root.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs:
	* gui/UnhandledExceptionDialog.cs:
	* resources/UnhandledExceptionDialog.glade: Add unhandled exception
	  handling crack.

	* gui/MainWindow.cs:
	* gui/AlbumCoverImage.cs:
	* gui/MetadataProxy.cs:
	* base/Runtime.cs:
	* base/Dispatcher.cs:
	* base/AmazonMetadataProxy.cs:
	* base/IMetadataProxy.cs:
	* base/Delegates.cs: Add a new dispatcher from MonoDevelop to dispell
	  weird threading issues with Guess Song Information.  This should make
	  things *alot* better.

2005-10-22  Brad Taylor  <brad@getcoded.net>

	* gui/ProgressWindow.cs:
	* gui/AboutDialog.cs:
	* gui/MainWindow.cs: Misc cleanups from Eskil Bylund
	  <eskil@letterboxes.org>.

2005-10-06  Sebastian Dröge  <slomo@ubuntu.com>

	* base/AmazonMetadataProxy.cs: Fix crasher when Amazon returns null
	  data.

2005-09-24  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Fix #51 (If Cowbell is "dirty", clearing the song
	  list doesn't clear the dirty flag).

2005-09-16  Brad Taylor  <brad@getcoded.net>

	* base/Catalog.cs: Properly attribute Catalog's origins from
	  Mono.Posix.Catalog.

2005-09-14  Brad Taylor  <brad@getcoded.net>

	* po/cowbell.pot:
	* resources/AboutDialog.glade: Update About dialog to use Sebastian's
	  new email address.

	* po/de.po: Updated German translations from Sebastian Dröge.

	* configure.in:
	* po/ChangeLog: Update for 0.2.4 release.

2005-09-12  Brad Taylor  <brad@getcoded.net>
	
	* gui/MainWindow.cs:
	* gui/AboutDialog.cs:
	* Makefile.as:
	* resources/AboutDialog.glads:
	* resources/MainWindow.glade: Add an AboutDialog to close #45.

2005-09-12  Brad Taylor  <brad@getcoded.net>

	* base/Batch.cs:
	* base/CliUtils.cs:
	* base/Runtime.cs:
	* base/Filesystem.cs:
	* base/CliParser.cs:
	* base/AmazonMetadataProxy.cs:
	* base/Utils.cs:
	* base/Song.cs: Add batch tagging support from the command-line.  To
	  check it out, pass --batch to cowbell.

2005-09-08  Brad Taylor  <brad@getcoded.net>
	
	* cowbell.in: Fix comical bug (#47) reported by Jackson
	 <jackson@ximian.com> which reports that cowbell's run script doesn't
	 use the detected mono path.

2005-09-08  Jon Tai  <jon@tgpsolutions.com>

	* base/Preferences.cs: Fix #48.

2005-08-09  Brad Taylor  <brad@getcoded.net>
	
	* NEWS:
	* configure.in:
	* gui/MainWindow.cs: Brown paper bag release to fix critical issue with
	  saving Genres.

2005-08-07  Brad Taylor  <brad@getcoded.net>
	
	* NEWS:
	* configure.in: Update for 0.2.2 release

2005-08-06  Martin Kretzschmar  <martink@gnome.org>

	* gui/MainWindow.cs: Escape the album name for Pango.

2005-08-04  Brad Taylor  <brad@getcoded.net>

	* gui/MainWindow.cs: Tweak the AlbumCoverImage refreshing so that it
	  doesn't update quite as much, and actually updates when its most
	  needed.  Also, workaround a stupid gtk bug.

	* gui/PreferencesWindow.cs: Stop the PreferencesWindow from needlessly
	  changing GlobalData and therefore updating the whole app.  Twice.

	* resources/MainWindow.glade: Fix the Global Data pane so that it
	  doesn't resize when the rest of the window resizes.  Also allow users
	  to select, c & p the Album name.

	* base/Song.cs: Fix ArtistAlbumStamp so that it returns "0" instead of
	  "+" when the Album or Artist are empty.

2005-08-04  Brad Taylor  <brad@getcoded.net>

	* resources/default-cover.png: Resize default cover so that its 66x66
	  like the rest of the cover images.

2005-08-01  Brad Taylor  <brad@getcoded.net>
	
	* configure.in: Fix from david@dmccabe.org which solves problems with
	  taglib not installed in /usr.

2005-08-01  Brad Taylor  <brad@getcoded.net>
	
	* base/Song.cs: Fix a case when if there is no tag information and the
	  filename isnt formatted like "SomeToken - Title".

2005-07-31  Brad Taylor  <brad@getcoded.net>

	* resources/MainWindow.glade: Rename application title from "Cowbell"
	  to "Cowbell Music Organizer".
	
	* gui/AlbumCoverImage.cs:
	* gui/MainWindow.cs: Move save code into a thread, fix issues with
	  "dirty" handing.

2005-07-29  Brad Taylor  <brad@getcoded.net>
	
	* po/cowbell.pot:
	* po/de.po: intltool being lame.

	* NEWS:
	* configure.in: Update for 0.2.1 release

2005-07-29  Brad Taylor  <brad@getcoded.net>

	* AUTHORS:
	* lib/taglib/Tag.cs:
	* lib/taglib/AudioProperties.cs:
	* lib/taglib/File.cs:
	* lib/taglib/Object.cs:
	* base/AmazonMetadataProxy: Clarify licensing issues with TagLib
	  bindings.

	* po/de.po: 
	* Makefile.am:
	* configure.in:
	* po/cowbell.pot:
	* resources/Makefile.am:
	* resources/cowbell.desktop.in: Add cowbell.desktop and regenerate
	  translations.

	* po/Makefile.in.in: Fix distclean.  Again.

2005-07-27  Brad Taylor  <brad@getcoded.net>

	* configure.in: Apply patch by cournape@gmail.com to error out when
	  mono and other tools are not installed.

2005-07-27  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* configure.in:
	* po/: Added German translation by Sebastian Dröge.

	* gui/GladeWindow.cs: Use SetCustomHandler to maintain compatibility
	  with older versions of gtk-sharp

2005-07-26  Brad Taylor  <brad@getcoded.net>

	* base/FilenamePattern.cs: Add a number of leading zeros to Track
	  field, depending on how many songs are in the database.

2005-07-23  Brad Taylor  <brad@getcoded.net>
	
	* mkinstalldirs:
	* Makefile.am:
	* po/Makefile.in.in: Work some automake magic to pass make distcheck
	  again.

	* base/Runtime.cs:
	* po/cowbell.pot
	* po/POTFILES.in: Update some translations.

	* configure.in: Make preparations for 0.2 release.

2005-07-20  Brad Taylor  <brad@getcoded.net>

	* README: Update the README to point to the correct address of
	  Cowbell's Trac.

2005-07-20  Brad Taylor  <brad@getcoded.net>

	* base/FilenamePattern.cs:
	* resources/PreferencesWindow.glade: Make the FilenamePattern parser
	  non-language specific.  Also, change Number to Track in the patterns.

2005-07-19  Brad Taylor  <brad@getcoded.net>

	* configure.in:
	* po/ChangeLog: Fix disaster caused by late night i18n-ing.

2005-07-19  Brad Taylor  <brad@getcoded.net>

	* (Bunch of files): Add i18n support.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* base/Song.cs:
	* gui/AlbumCoverImage.cs:
	* gui/MainWindow.cs:
	* resources/MainWindow.glade: Add a Clear List option and move
	  Preferences to the Edit menu.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* configure.in: Apply awesome patch from Christian Hergert (chrish01)
	  to make cowbell pass make distheck.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* gui/FileChooser.cs:
	* gui/PropertiesDialog.cs: Add support for Musepack files.

2005-07-18  Brad Taylor  <brad@getcoded.net>

	* Makefile.am:
	* cowbell.exe.config: Add cowbell.exe.config and corresponding Makefile
	  entry from Sebastian Dröge to allow use of non dev packages of taglib
	  in Ubuntu.

2005-07-14  Brad Taylor  <brad@getcoded.net>
	
	* gui/FileChooser.cs: Apply patch from zemo@safe-mail.net to fix FLAC
	  support for the FileChooser.

2005-07-12  Brad Taylor  <brad@getcoded.net>

	* base/Song.cs: Fix problem with stamp generation on null
	  Artists/Albums.
	
	* gui/SongDatabaseTreeView.cs: Try to rectify issues with
	  dragging into Treeview.

2005-07-11  Brad Taylor  <brad@getcoded.net>

	Initial Release (0.1)
