Version fltk-0.4.2:
	Fixed a bug that prevented Cwallpaper from being built on Arch
    
Version fltk-0.4.1:
	Changed most of the char arrays to std::strings, fixed a bug that prevented the last wallpaper settings being saved.

Version fltk-0.4:
	Rewrote CWallpaper to use classes. Also wrote dynamic list generation and a manpage.

Version fltk-0.3.3.1:
	Fixed CWallpaper so that saving the current image is done after CWallpaper is
  told to exit. This minimalizes the amount of hard drive activity. The window was also
  resized and the font was reduced in size to fit on older screens better.

Version fltk-0.3.3:
	Rewrote the entire program in C++ using the FLTK toolkit. This
speeds up program load time and more then halves the resources used by
the program.
    Licensed under the GNU GPL V3.

From version 0.3.2:
     	Added support for fbsetbg style last wallpaper loading. (-l
option)
       The config file loading part requires a -c now. Sorry for any
scripts or menus this might damage.

From version 0.3.1:
	Added support for loading config files from command line
	Increased the buffer size for the filename.
	Hopefully fixed a bug that increases the memory used of the 
program while running.
	Fixed a bug which prevents users from using wallpaper names with 
non-ordinary charcters, such as brackets.
	Removed support for space seperated filenames, users must now 
have a newline after every wallpaper filename, but can now have spaces 
in their filenames. :)	
