Changes from v0.3.2 - v0.4.0
----------------------------
- Now uses configure instead of just a Makefile
- Added buttons at the bottom.
- Fixed some things in cb_create_tar_archive(). Should work pretty ok now.
- Instead of using arrow-left/right to focus the filelists this is now done with Tab.
- Added lynx-like motion option. This is OFF by default.
- Rewrote all file operations functions. Now uses built in support instead of just
  executing /bin/cp, /bin/rm etc.
- Added error checking for all calls to getpwuid() and getgrgid() to prevent segfaults.
- Made the OK & Cancel buttons larger in all dialogs.
- Rewrote fileinfo.c too make code smaller.
- Added simple filesystems info window. Actually just runs "df -h" and put the result in a
  clist.
- Added an about window. It's really crappy but who cares anyway?
 
Changes from v0.3.1 - v0.3.2
----------------------------
- You can now have several extensions in one line in the filetypes file.
- You can now execute programs from the command-line. Just enter the filename. 
(actually this function was added in 0.3.1 but i forgot to mention it =)


Changes from v0.3.0 - v0.3.1
----------------------------
- Now uses chdir() when updating filelists.
- Did some command-line improvements. Check README.
- Fixed a bug that crashed linuxcmd when viewing fileinfo on filenames with
  14 chars =)
- Added "Open with" option.
- Now supports file associations with some pretty cool functions. See README for
  details.

Changes from v0.2.0 - v0.3.0
----------------------------
- Did a complete rewrite of the code to fix some bad solutions to problems.
- Added new configuration options. Mouse button actions, File colors, and which
  columns to show in the filelists. Also fixed bugs when reading/writing
  configfiles, so it should start up pretty much ok this time =)
- Create tar.gz archive option is now available.
- Popup menu now only shows Execute & Execute in xterm if file is executable.
- Fixed some command line bugs.
- Added a sort routine to the filelists and the update function is now using
- diropen() & readdir() instead of scandir()
- New fileinfo frame, "Filetype". This show's the result from the command 'file'.
