2001-07-21: - polished bbweather's man-page
            - created man-page for GrabWeather
            - created Debian package

2001-07-20: Added error-checking to GrabWeather.

2001-07-19: getopt_long is only available if _GNU_SOURCE is defined.  To make
            bbweather compile on other systems, we need to typedef getopt_long
            and use "getopt" otherwise.

2001-07-19: Released version 0.2:

           - applied patch from Joshua M. Peterson <petersonjm1@gcc.edu>
             providing the "-w, --withdrawn" options to place bbweather into
             the slit

           - added command-line option "-c, --cycle":
             when specified, bbweather will cycle through the various weather
             conditions - without, it will remain with Temperature and
             Humidity
             The options through wich are cycled are:
               T: Temperature H: Humidity
               W: Wind speed and direction
               V: Visibility
               General Conditions
               P: Pressure
               DP: Dew Point
             
             Cycling can be turned on and off by middle-clicking on bbweather
             If cycling is turned off, you can cycle through the options by
             hand by right-clicking on bbweather
			  
2001-07-18: - applied patch from Alan Eldridge <alane@geeksrus.net>
              some minor errors in configure.in and Makefile.am

            - Redraw() when the window gets hidden and shown again

2001-07-17:	Released first version of bbweather
