2004-02-03
* Released 0.0.5
* Use '-app' to run as application
* Updated readme with the '-app' description

2004-02-02
* Code & Comment cleanups
* Use 'MoosicApplet' as applet name when calling
  gnome.appley.bonobo_factory  (not 'hello' ...)

2004-02-01
* Removed commented-out old code
* Added and implemented the expand_playlist option
  based of suggestions and patch by Florian Ragwitz <florian@gnoppix.org>

2004-01-30
* Listed exact redhat/fedora package names of gtk/gnome dependencies in README

2004-01-16
* Fixed a bug with commas not being quoted correctly in the rc file
* Initialise the prefs UI before connecting signals to functions

2004-01-15
* Released 0.0.4

2003-12-16
* Removed file operation buttons from the file selection dialog

2003-12-09
* the stop button was not changing to a plus when the last song
  in queue finished playing normally

2003-11-30
* Released 0.0.3
* added a Loop Mode indicator

2003-11-23
* change tooltip to first song in queue when nothing is being played

2003-11-16
* queue length now appears and disappears by actual
  creation and destruction of widgets rather than
  fiddling with the padding and/or size request
* added tooltip to queue length label
* if queue is empty and no song is being played,
  and queue length is not being displayed, display
  changes to '[queue empty]'
* if queue is empty and no song is being played,
  the stop/play button changes to 'Add Items'
* added 'add items' menu option
* avoid unnecessary updates of GUI

2003-11-15
* Released 0.0.2
* added sys.exit() to run-as-application code
* set qlen_label.padding to zero if display_qlength is false
* prefix removal should affect filename only, not directory
* 'display queue length' is now true by default
* Removed 'stop queue' menu item
* Clicking on the queue_running indicator starts/stops the queue
* Replaced logo with 'queue_running' indicator
* Made queue length display bold

* Released 0.0.1
* Added README and LICENSE
* Added 'display queue length' option
* Added 'stop queue' menu item
* Added TODO & Changelog

2003-11-14
* First version for public consumption
