v1.0 - Josh King <jking@dwave.net> 
	- Initial Release

v1.1 - Bob Hauck <hauck@codem.com>
	- Bob Hauck submitted a patch to avoid the problem of the program being 
          busy when waiting for X events and also replaced the gear icon with the
          one from KDE so that it is smaller and appears nicer when in the slit.

v1.2 - Scott <scott@furt.com>
	- Submitted patch to fix segfaults when the .bbrun_history file
          is corrupted or contains NULL lines by improving the way the 
          history file is written to.

v1.3 - Remi Broemeling <remi@penguinscratch.com>
	- rewrote command line argument parsing to use getopt_long
	- updated usage() output to show '-display' and also to show
          long options that are now available
	- added -i command line argument
	- general tightening of source code
	- rewrote functions dealing with the history file so that the
          file isn't opened multiple times for an update -- it is updated
          in memory first and then is written out
	- MAXCMDLEN and MAXPATHLEN are now used throughout source in place
          of static numbers to make for easy changing
	- added __DEBUG__ flag to make it easy to display debug output
	- simplified 'switch (Event.type)' block in main() so that it is easier
          to follow
	- removed exec flag -- if command[0] == '\0', then there is nothing to
          execute; if it is != '\0', then exec whatever is in it.
	- strcpys and strcmps have all been replaced with strncpys and strncmps
