WMNUT changes.

      Version                   Description
---------------------------------------------------------------------------------------------
   
   	0.07	- Initial release version.
  		  Released on January 01, 2002.
   
   	0.08	- Released on January 19, 2002.
			
		  + Added blinking battery (Red/Yellow/Green) when On Battery (respectively
		    Critical/Low/High).
		  + Added  blinking 'C' when Communication Lost (Data stale).
		  + Modified INSTALL to include "make install-misc" from NUT needed.
		  + Modified fetch code to handle not supported features (RUNTIME)
		    and others error codes.
		  + Added X11 Atom management to allow clean window close (corrects the
		   "Broken pipe" message when exiting).
		  + Added cleanup on exit (need to be completed).
		  + Added a -w windowed mode (opposite to native withdrawn mode for Window
		    Maker). This allows a better window handling with other Window Managers).
		  + Fixed some problems with FreeBSD (forgotten #ifdef).
		  + Done a bit of code cleaning (not completed).
		  + Modified wmnut_master_LowColor.xpm according to wmnut_master.xpm
		    The -l (LowColor) option now works.
		  + Modified wmnut_master*.xpm to make green plug as default (was blue)
		    according to Bill Richter (huge thanks to him for his help !).
		  + Added "-v" option to print WMNUT version and informations.
		  + Added "-V" option to print available features and base values.

   	0.09	- Released on March 16, 2002.
			
		  + Added rc files support (/etc/wmnutrc and ~/.wmnutrc).
		  + Modified Makefile to allow easy override of various parameters (NUT,
		    X11, install directories).
		  + Replaced "-display" command line option with "-d" (easier, but 
		    "-display" is still supported for compatibility).
		  + Modified wmgeneral.h to define WMNUT_NAME (default is wmnut).
		  + Modified code not to bail out every times on not supported variables.
		  + Reformated help (-h argument) output so it now fits in 80 characters.
		  + Modified code to handle FreeBSD X11 problems (Segfault on XCloseDisplay).
		  + Modified code to handle blinking red "C" when communication lost.
		  + Fixed Makefile to use CFLAGS instead of COPTS and to include DEBUG flags.
		  + Added full window name (form: "wmnut:upsname", eg "wmnut:el800@localhost").
		  + Done a bit of code cleaning.
		  + Fixed a bug for multiple blinking events at the same time. 
