2003-12-24  Martin Grimme  <martin@pycage.de>

	* __init__.py (sys): Removed debugging print statement.

	* Makefile.am (LIBGTOP_VERSION_CODE): Added version detection for
	libgtop.
	* Imported latest glibtop version.

2003-12-23  Christian Meyer  <chrisime@gnome-de.org>

	* Convert.py: Added some more convenience functions.
	* __init__.py: Added function signatures.
	* Disk.py (Disk.__poll_fs): Implemented.
	  (Disk.__init__): It's also now caching the values of the other
          two functions.
	* Memory.py: Removed unnecessary functions. Tweaked polling.
	* Sys.py: Tweaked polling.

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

	* Makefile.am (EXTRA_DIST): Bug fix in Makefile.am.

	* Imported latest glibtop version. Thanks Benoit! It should build with
	libgtop 2.5 now.

2003-11-18  Martin Grimme  <martin@pycage.de>

	* Memory.py (Memory.__poll_mem): Bug fix patch by Alexander Leidinger
	and Franz Klammer.

	* CPU.py (CPU.__poll_cpu): Integrated FreeBSD compatibiliy patch by
	Alexander Leidinger.

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

   	* Memory.py: Removed comment(ed code).
   	Some classes need further adoption!

2003-11-10  Martin Grimme  <martin@pycage.de>

   	* glibtop.i:
     	glibtop.c: Imported latest glibtop version.

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

   	* Sys.py (Sys.__poll_load_avg): Less digits for the floating points.

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

  	 * Sys.py: Cleaned up.

   	* Disk.py: Cleaned up and fixed bug.

2003-11-06  Martin Grimme  <martin@pycage.de>

   	* Makefile.am (install_DATA): Added glibtop.py.

   	* CPU.py (CPU.__poll_cpu): Bug (typo) fix.

   	* Network.py: Cleaned up.

   	* CPU.py: Cleaned up.

2003-11-05  Martin Grimme  <martin@pycage.de>

   	* Disk.py: Converted to use libgtop.

   	* Network.py: Converted to use libgtop.

   	* Sys.py: Converted to use libgtop.

   	* Memory.py: Converted to use libgtop.

   	* CPU.py: Converted to use libgtop.

2003-10-31  Martin Grimme  <martin@pycage.de>

   	* Makefile.am: Added libgtop wrapper by Benoit Dejean.

2003-10-28  Christian Meyer  <chrisime@gnome-de.org>

   	* Sys.py: Simplified.
   	* __init__.py: Added missing function.

2003-10-26  Christian Meyer  <chrisime@gnome-de.org>

   	* Sys.py: Vastly improved class by using python functions. Removed
    	sys_start, because it's not useful. (poll_users) added.
   	* Network.py: Incresed poll time for get_devices.

2003-10-25  Christian Meyer  <chrisime@gnome-de.org>

   	* Memory.py: (poll_mem) Fixed free memory.

2003-10-25  Christian Meyer  <chrisime@gnome-de.org>

   	* Sys.py: (poll_load_avg) Use uptime command now to get avg load.

2003-10-14  Christian Meyer  <chrisime@gnome-de.org>

   	* Network.py: (poll_in_out) Removed divisor for speed_out. Don't know
   	why it was there.

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

   	* CPU.py: Fix for ppc architecture.
   	* Memory.py: Cleanup.
   	* Network.py: Cleanup.

2003-09-21  Sebastien Bacher  <seb128@debian.org>

   	* Memory.py:
   	Fixed bug with 2.6 kernels.

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

   	* Network.py (Network.__poll_ipaddr): Changed way of retrieving IP
   	address. Used the suggestion from the forum:
   	http://gnomesupport.org/forums/viewtopic.php?p=21882#21882
    	(Network.__poll_in_out): Fixed overflow error:
    	http://gnomesupport.org/forums/viewtopic.php?p=21882#21882

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.
