changed to automake because I hate myself

displays "R" when the player is random

displays "C" when the player is continuous

added functionality pressing "r" toggles random play

added functionality pressing "c" toggles continuous play

0.5.0
*changed "seek" functionality to be time based and not percentage based

*changed "seek" functionality to accelerate exponentionally over time

*build: fixed bug where "error 7" was displayed during successful compilation

* added tracklist.vala
handles parsing file lists in a seperate thread and handles accessing the next track

* build: General clean up
Renamed and removed some unnecessary variables

* build: (bad_version, compile, compiler_not_found, compiler_not_installed, print_error): Functions removed.
Replaced by check_dependency and display_error.

* build: (check_dependency): New function.
Detects presence presence of gstreamer and ncurses development files.

* build: (check_compiler): New function.
Detects presence/version of vala compiler.

* build (display_error): New function
Prints error messages.

*changed alternative next/back in list from SHIFT+Right Arrow/SHIFT+Left Arrow to TAB/SHIFT+TAB

*added support for multiple playlist ex: sap -l list1.txt list2.txt list3.txt

*removed stdout.printf statements from the audioplayer

0.4.4
the base upon which the changelog reflects
