Changelog

0.9.5 : - Fixed stats not being cleared when disconnected
	
	- Added user specified format for labels.
	
	- Added user customizable label for the not connected condition.
	
	- Removed global variables in stats gathering functions.
	
0.9.4 :	- Fixed parsing of proc file for Linux 2.2.
	
	- Added logarithmic scales option. This is really only useful
	  for high speed devices.

0.9.3 :	- Fixed unsigned "negative" number possibility in calculating
	  the rates. This resulted in pload wanting 100% of the cpu time.
	  Actually, the whole stats gathering back-end was restructured
	  to be more modular and easier to debug.
	  
	- Added ability for Linux 2.2 to use the proc filesystem to gather
	  statistics. An added bonus is that pload can now also monitor
	  non-ppp network devices like ethernet, plip, or anything that
	  reports bytes in/out to /proc/net/dev , all without any special
	  accounting rules.  Here's an interesting experiment: run
	  "pload -device lo -average 1 -display localhost:0.0" to have
	  pload monitor its own communication link with the X server
	  throught the loopback device, lo.
	  
	- Removed fallback geometry so that the widgets can resize
	  themselves to a more logical size for horizontal or labels-only
	  orientations on realize.
	  
	- Added a no charts (labels only) option.


0.9.2 : - Fixed some X errors concerning zero size widgets.

        - Added user customizable scales.
	
	- Changed rate labels to show either bytes, kb, or Mb based
	  on magnitude.
	  
	- Added horizontal orientation option.


0.9.1 :	- Fixed compile problems for glibc 2	


0.9   :	- Initial release
