Version 0.5.2
-------------
(2004-10-24)
- Fixed lockups and crashes caused by list enqueue
- Fixed list enqueue for when smart enqueue is off to not produce duplicates
Version 0.5.1
-------------
(2004-08-05)
- Added feature to remember the search window size.
- Fixed issues with some window managers that caused the window to always
  pop up on the same desktop.
- Removed the re-get playlist options and are now always on as the
  speedup is not really needed anymore.
  Complain to me if you think otherwise <marineam@engr.orst.edu>
- Centering the search window by default can now be disabled.
- Added support for multiple xmms sessions.
- Added information about keyboard shortcuts under Gnome and KDE.
- Included a small fix from Gentoo so the plugin is compiled with -fPIC

Version 0.5.0
-------------
(2004-07-01)
- Added support for Xmms' built in enqueue system
- Added enqueue buttons to the main window
- Changed the matching options.  Now matches against the Title/Filename and
  Directory Path
- Added install-home to make options to install to the home directory
  (install will do a system wide install placing the remote in /var/local/bin)
- Fixed a bug that caused xmms to segfault on invalid regular experessions
- Fixed a memory leak in the search function
- Added new developer Michael Marineau <marineam@engr.orst.edu>

Version 0.4.7
-------------
(2002-12-03)
- Added patch from Raf Haesen <phonzie@kotnet.org> improving the way smart
enqueueing is performed.
- Added patch from Jason Collier <jac389@psu.edu> wich allows Xmmsfind
window to stay open after song-change/enqueue

Version 0.4.6
-------------
(2002-03-10)
- Added patch from Luis Rosa <luis@viaxxi.pt> (modified it some) which adds
and option not to get the titleinfo from xmms. Title shown will be the
basename of the file instead.

Version 0.4.5
-------------
(2002-02-25)
- Added option to make Xmmsfind not re-get the playlist from xmms!

Version 0.4
-----------
(2002-02-17)
- Searching is now done with regular expressions 
  
  Some gui changes: Added checkbuttons to the main window to control what to
  match and a configbutton to open the configuration window.
  
  Added "enqueue entire list" (hit shift-enter) which will put all the songs
  in the list after the currently playing
  
  Added option to make xmmsfind remember the position of the last enqueued
  song, so that when another song is enqueued, it will be moved to _after_
  that one.
  
  Various bugfixes and some other improvments.. 
  


Version 0.3
-----------
(2002-01-09)
- Xmmsfind is now a general plug-in!
  This means that it will be visible from within xmms (General/effects tab)
  and configurable from there.
  It also means that xmmsfind can use xmms internal functions which (should)
  be faster than the xmms_remote_* functions.
  Enqueuing now also works with earlier versions of xmms (at least w/ xmms 1.2.5)
  
  Also, the problem with case insensitive search using international
  characters seems to have vanished. Great when bugs fixes themselves ;-)
  
  There are no new features implemented, all development was focused on
  getting the general plug-in part to work. However, some annoying bugs have
  been removed, including a major memory leek in the search function!
  

Version 0.3pre1
---------------
(2001-12-09)
- "search" button changed into a "config" button (not permanent)
- created a config window with the ability to select:
	- how search is matched (Mp3 Title and/or Mp3 Filename)
	- option to enqueue file (xmms version 1.2.6pre1 or higher)
	- in enqueue-mode, option to force random off
- some bug fixes
- added install in Makefile
	

Version 0.2
-----------
First release! (2001-12-04)
Currently features:
- read playlist from xmms
- multi-word-case-insensitive-search (matches mp3 titles only)
- make xmms play a selected song
- It's pretty fast also


Version 0.1
-----------
Never released because it sucked. I rewrote the code from scratch and forgot
about it! 
