* Changes Since 0.7.1

** new keymap concept
Use "bind M-C-u play" to bind command play to key combination
<meta>-<ctrl>-u. Notice that C-M- is not correct and should be M-C-.

** new command, del
Removes entries from playlist

** new command, search
Searches string in the filenames.
E.g. you can use
for i in "add foo.mp3" "set format=%f" "search foo" \
    "set format=default" "play"; do
  qplay -c "$i"
done

** new command-line option -u
Used to remove FIFO file at program startup.

** default config file
Reads ~/.qplayrc file for default configurations.

** http support
The modules now are able to play http-links. It is not possible to use
a http-link as command-line parameters.

** line format string with prefix
You can use format strings with prefix like: %02d or %-70n

* Changes Since 0.7.0

** line format string
Now you can use your own list line format. Default is:
"%i %{%a%t?%{%a?%a%{%t? - }}%{%t?%t}:%n}%{%S? "
"[%S]}%>  %{%q?[%q] }%{%s?%s%{%T?/}}%T"
Quite easy, isn't it? :)

** reads files in background
Files, given at command line are read now in the background.

* Changes Since 0.7.0-beta
* Changes Since 0.7.0-alpha
* Changes Since 0.6.0
* Changes Since 0.5.0
* Changes Since 0.4.0
* Changes Since 0.3.0
* Changes Since 0.2.0
* Changes Since 0.1.0

This was the bad boys' first trick, but the second follows quick. :)
