CHANGELOG:

0.6:
	Created UNIX GUI (uses GTK+ with Pango for text rendering)
	Windows GUI now mostly on par with the UNIX GUI

0.5:
	A whole lot of changes and additions, mostly for the Windows GUI
	Changelog was moved to a seperate file

0.4:
	Fixed error with compiling/running under Cygwin (off_t was defined as
	  int64_t instead of int32_t)
	Use of USERPROFILE instead of HOME on Windows systems
	Fixed ambiguous "else" statement in display()
	Added debug output for fortune pointers and whatnot

0.3:
	Fixed grammatical error on stats page

0.2:
	Completed the print_stats() fuction
	Created i2d(), CON(), COV(), and CUR_TIME shorthand definitions
	Changed the way tmpValue in get_config() is declared
	Use of EXIT_SUCCESS and EXIT_FAILURE instead of 0 and 1 for exit()
	Changed the initialization of ConfigFilename
	Created C_* definitions. Sure, they make the code longer, but it'll make
	  things easier if I plan on adding new stuff later on

0.1:
	Initial release
