Description:
============
This applet shows the current CPU temperature and frequency. Make sure you have enabled the temperature ACPI kernel module (thermal.ko).

Author:
=======
Ken Werner: ken.werner@web.de

Licence:
========
GPLv2

installation:
=============
make -f Makefile.cvs

run configure
	./configure --prefix=$(kde-config --prefix)

build the sources
	make

install the applet (with appropriate rights)
	su -c "make install"


Changelog:
==========
CPU Info 0.3:
	- ibm-acpi support added (http://ibm-acpi.sourceforge.net)
	- proc freq source: rounded value to save space
	- tooltip shows the selected source italic
	- extended context menu to let the user choose different sources

CPU Info 0.2:
	- support for multiple sources added
	- the source can now be choosen by the user
	- omnibook support added (http://sourceforge.net/projects/omke)
	- tool tip added that shows the values of all sensors

CPU Info 0.1:
	- initial version
	- supports: 
		- the last sensor of the Linux ACPI Thermal Zone Driver
		- the Linux kernel cpufreq subsystem
		- the Linux /proc/cpuinfo interface (if cpufreq is not available)
	- Font type and color configuration