2003-09-09  Martin Grimme  <martin@pycage.de>

	* Sys.py (Sys.__poll_tasks): Implemented retrieving of running tasks.

2003-09-08  Martin Grimme  <martin@pycage.de>

	* polling.py (_Poller.poll): Fixed bug where a timeout of 0 did not
	work as "poll only once".

	* Disk.py: Converted to use the polling wrapper.

	* Memory.py (Memory.__poll_total_ram): Use /proc/kcore to determine
	total size of RAM.

2003-09-07  Martin Grimme  <martin@pycage.de>

	* libdesklets/Memory.py: Converted to use the polling wrapper.

	* libdesklets/Sys.py: Converted to use the polling wrapper.
	
2003-09-05  Christian Meyer  <chrisime@gnome-de.org>

        * Network.py: (get_net_in_out): Fixed speed_in, speed_out.

2003-09-04  Christian Meyer  <chrisime@gnome-de.org>

        * CPU.py: Moved class from Sensor/Sysinfo/ here.
        * Disk.py: Likewise.
        * Memory.py: Likewise.
        * Network.py: Likewise.
        * Sys.py: Likewise.
