Version 0.1:
	December 21, 1999
		* First release!
	December 22, 1999
		* Fixed configure/Makefile code.  Should fix problems on
		systems with certain files instead of requiring that all 
		files be there.

Version 0.2:
	April 17, 2000
		* Released to the public via elechaet.dhs.org and
			bbtools.windsofstorm.net.

Version 0.3:
	April 20, 2000
		* Modified the code so that bbpal takes up as little CPU as
			possible when displaying a new pixmap.  Instead of making
			several calls to XpmReadFileToPixmap() every time to load
			a new pixmap and then XpmFreePixmap() to free it after
			displaying it, all the pixmaps are loaded into an array
			when the app is started and then displayed via that array;
			this cuts down CONSIDERABLY on CPU usage, and the pixmaps
			are freed when the app exits.

			Thanks to Brad Hughes (nyz -- Blackbox extraordinare!)
			for the suggestion!!!