2001-09-16 Fabrice Bellet <fabrice@gnu.org>

	* lm_sensors.c, lm_sensors.h : patch from Lauri Hstholm
        (laurijh@evitech.fi) to handle the VIA686A/B chipset.
	* lm_sensors.c, lm_sensors.h : we can now have a variable
	number of voltage indicators (limited to 8).

1999-08-18  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* wmlm*.{xpm,xbm} : resized images to 52x48 : this is the
	smallest size I can obtain without changing the pixmap look.
	Renamed those files without any mention to their size in the 
	filename. Changed their inside declaration in this way too.

	* lm_sensors.c : constant-ified the many elements contained in
	the pixmap that are drawn on screen (digits, labels, tension bar,
	and so on).

	* lm_sensors.c : (draw_temp_labels, draw_temp, draw_voltage,
	draw_fan_meter, draw_temp_curves, update_pixmap) : Replaced
	those magic values by the corresponding constant. This should
	produce a cleaner code, and allow more portability in case
	of pixmap modification (again).

	* lm_sensors.c (create_pixmap) : changed the pixmap names.

	* lm_sensors.h : bumped version number.

Wed Aug 11 22:27:54 MET DST 1999  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* lm_sensors.h, lm_sensors.c : changed the pixmaps, the bitmaps
	and the code to resize the applet at 64x48 instead of 64x64.

Sun Aug  1 20:23:36 MET DST 1999  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* lm_sensors.c : Fixed bug : the spin buttons have to show 
	values in the same unit as the selected one. Bumped version
	number.

Sun Aug  1 16:12:50 MET DST 1999  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* lm_sensors.h, lm_sensors.c : Added a temperature history
	reset, useful when changing the inputs being displayed. Added
	a grid to display temp curves. Added the possibility to scale
	the temperature curves.

Sat Jul 31 21:32:22 MET DST 1999  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* lm_sensors.h, lm_sensors.c : Fixed the bug of the expose_event
	that called sensors_update() instead of just refreshing the
	pixmap. Bumped version number too. 

Sat Jul 31 18:09:51 MET DST 1999  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* wmlm_mask.xpm, wmlm_master2.xpm : new pixmaps to alternate
	a graphic view of temperature evolution and a slide bar view
	of motherboard voltages.
	* lm_sensors.h : new file, lm_sensors structure added.
	* lm_sensors.c : Cleaned up the code, removed references to
	global variables. Added a more complete dialog box, with the 
	possibility to choose then temperature sensor, the fan sensor
	to be displayed. Switch is possible between to visualization
	modes. Experimented an adaptative min/max visualization of
	voltages, it may not be as conclusive as it should be.
	Bumped version number too.

1999-07-20  Fabrice Bellet <Fabrice.Bellet@imag.fr>

	* lm_sensors.c. First implementation consisted mainly in
	adapting the code of wmlmon, the window maker applet.
