CHANGELOG
=========

Juke 0.6  2000.03.06
========
+ Could not quit when player was paused. This has been fixed.
+ Changed player_status function to return 1 if a player exits
  for example with a signal. So now "amp" can be used with juke.
+ Error message fix in conf.c
	
Juke 0.5  1999.04.15
========
+ Changed player_kill and player_status. See LIMITATIONS.
  Sends SIGTERM instead of SIGKILL when killing players.

Juke 0.4  1999.04.15
========
+ Changed shuffle routine. Better?
+ When adding items recursively they where not sorted. Sorting is now
  done when scaning the directories.

Juke 0.3  1999.04.07
========
+ autoconf, automake
+ Compiles under FreeBSD without any modifications now ???
+ User doc in LyX (see doc/ directory) (LyX is good, death to bill:)).
+ Changed behavior of the m key to not delete the playing tune.
+ Better shuffle routine.
+ Added recursive deletion of items from queue.
+ Reverted to old version of player_kill(). Still not perfect, see
  LIMITATIONS.
+ Fixed memory leek in queue_add_dir().
+ Sometimes the queue didn't get redrawn, fixed.
+ Now replaces non ascii characters in file names with a '?'.
  Some terminal emulators had problems with this.

Juke 0.2  1999.03.23
========
+ Added recursive addition of items to queue.
+ 'm' key now works in _item_ display mode.
+ Fixed pause bug. Juke should work well with players with multipple
  processes as well now.

Juke 0.1  1999.03.20
========
+ First release
