Sun May 21 18:44:58 2000  George Lebl <jirka@5z.com>

	* load-graph.c (applet_pixel_size_changed_cb) (load_graph_new): 
          When changing sizes remove the box from it's parent, and destroy
	  the frame if it exists.  Don't depend on the show_frame value it
	  is bogus at that point.

2000-05-22  Kjartan Maraas  <kmaraas@online.no>

	* main.c: Added trick to translate labels to loadavg_texts also.
	* *.c: #include <config.h> moved around to make everything work.
	
2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* loadavg_applet.desktop, netload_applet.desktop: Added Swedish translation.

Fri May 12 16:18:23 2000  George Lebl <jirka@5z.com>

	* memload.c,cpuload.c,netload.c,swapload.c: Mark some strings for
	  translations (the can't create, g_error and the tooltip)

2000-05-05  Yukihiro Nakai <nakai@gnome.gr.jp>

	* loadavg_applet.desktop: Add 'ja'.

Thu May 04 00:15:30 2000  George Lebl <jirka@5z.com>

	* load-graph.c: s/INT_MAX/G_MAXINT/

2000-04-25  Fatih Demir	<kabalak@gmx.net>
	
	* *.desktop : Added [tr] sections .

2000-04-16  Dan Mueth <d-mueth@uchicago.edu>
	
	* Added Eric's fixes to CVS.  Made a few small fixes to linking
	and docs (copyright and author section).
	* Removing old docs since new ones are there and in right place 
	now
	* Adding topic.dat files

2000-04-16  Eric Baudais  <baudais@okstate.edu>

        * local-properties.h (LocalPropData): Added a variable
        PropertyClass type to determine which help file will
        be displayed.
        * load-graph.c (load_graph_new): Initialized above
        variable.
        * local-propeties: Linked the docs separately.
        * main.c: Linked the docs separately.
        * properties.c: Linked the docs separately.
        * cpuload.c: Linked the docs separetely.
        * memload.c: Linked the docs separately.
        * swapload.c: Linked the docs separately.
        * netload.c: Linked the docs separately.
        * loadavg.c: Linked the docs separately.

2000-04-16  Karl EICHWALDER  <ke@suse.de>

	* loadavg_applet.desktop: Add de.
	* cpuload_applet.desktop, memload_applet.desktop,
	swapload_applet.desktop: Improve de.

2000-04-15  Eric Baudias  <baudais@okstate,edu>

	* docs/C/*.sgml: Separated the one large doc into
	5 smaller docs. Added screenshots.
	*docs/C/*.png: Added screenshots.

2000-04-11  Eric Baudais  <baudais@okstate.edu>

	* docs/C/*.sgml: changed the license to the FDL.

2000-03-30  Jacob Berkman  <jacob@helixcode.com>

	* docs/C/*.sgml: remove the DOCTYPE for entities

2000-03-26  Jacob Berkman  <jacob@helixcode.com>

	* Makefile.am (SUBDIRS): add docs subdir

2000-03-18  Jacob Berkman  <jacob@helixcode.com>

	* docs/:
	* memload.c (make_memload_applet): 
	* swapload.c (make_swapload_applet): 
	* netload.c (make_netload_applet): 
	* loadavg.c (make_loadavg_applet): 
	* cpuload.c (make_cpuload_applet): documentation from Telsa

2000-03-17  Jacob Berkman  <jacob@helixcode.com>

	* linux-proc.c (GetLoadAvg): quiet gcc down a bit

2000-02-24  Martin Baulig  <martin@home-of-linux.org>

	* AUTHORS: Added AUTHORS file and listed me there. If I missed
	anyone except myself here, please feel free to add your name ...

	* ChangeLog: We now have our own ChangeLog file.

2000-02-24  Martin Baulig  <martin@home-of-linux.org>

	* cpuload.c: Added "About" dialog.
	* memload.c: Added "About" dialog.
	* swapload.c: Added "About" dialog.
	* loadavg.c: Added "About" dialog.
	* netload.c: Added "About" dialog.

2000-02-20  Jacob Berkman  <jacob@helixcode.com>

	* netload.c (make_netload_applet): have netload use
	netload local properties instead of swapload's properties

2000-02-20  Martin Baulig  <martin@home-of-linux.org>

	Added a load average applet to the multiload applet.

	* loadavg.c: New file.
	* loadavg_applet.desktop: New file.

2000-02-20  Martin Baulig  <martin@home-of-linux.org>

	Changed most of the properties code from the multiload applet. We
	now have two types of properties: global properties (which you can
	configure using the "Default Properties" applet menu entry) and local
	ones (which you can configure using the "Properties" applet menu entry).

	Global properties are default values which are used for newly created
	instances of the load applets.

	Additionally, each of the load applet also has local properties which
	are only for this single instance. This means that you can now have
	two or more cpuload applets with different size, speed, etc. The
	local properties dialog also has a "use default properties" checkbox;
	if it is checked, the global properties are used.

	This is especially useful when you have more than one panel ...

	* local-properties.h: New file.
	* local-properties.c: New file.

	* *: Larger changes in the properties code to do what is
	described above.

2000-02-19  Martin Baulig  <martin@home-of-linux.org>

	Implemented panel size and orientation hints.

	* properties.h (LoadGraphProperties): `adj_data' is now
	an array of size 2, not 3.
	* load-graph.h (LoadGraph): Removed `width' and `height'.
	Added `applet', `size', `orient', `pixel_size' and `allocated'.
	* load-graph.c (load_graph_new): Replaced `width' and
	`height' parameters with `size' and added new `applet' parameter.

1999-12-07  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* main.c: 
	* netload.c:
	* linux-proc.c: fix broken code.  Now this
	all works, plus there is now support for eth devices.

	slip/ppp/lo fix inspired by patch from Eduardo Perez 
	<100018135@alumnos.uc3m.es>

1999-09-26  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* main.c (main): fix startup crash (from 1-0)

1999-08-01  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* swapload.c (make_swapload_applet): 
	* memload.c (make_memload_applet): 
	* cpuload.c (make_cpuload_applet): use index menu
	image

1999-06-27  Jacob Berkman  <jberkman@andrew.cmu.edu>

	* swapload.c (make_swapload_applet): added a tooltip
	(fixes gnome bug 1436 by putting in patches from bug originator)

	* memload.c (make_memload_applet): again

	* netload.c (make_netload_applet): ditto

	* cpuload.c (make_cpuload_applet): one more time

1999-04-16  Jacob Berkman  <jberkman@cmu.edu>

        * main.c, global.h (start_gtop_cb): added 
        function to run gtop (gnome bug #1025)
        
        * *load.c (make_*load_applet): added "run gtop..." 
        menu item

Wed Apr  7 23:03:11 1999  Jacob Berkman <jberkman@cmu.edu>

	* load-graph.c (load_graph_properties_init): 
	Set the minimum values for update time and width to
	avoid lock up/crash

1999-02-22  Martin Baulig  <martin@home-of-linux.org>

	* multiload: Resize the widget after changing the size in the
	properties dialog. Add "destroy" signal handler to the load
	graph and correctly destroy it so it will no longer dump core
	when you remove on of the applets.

	* multiload: Applied the patch from Jacob Berkman that makes
	the multiload applet honor the width and height settings in
	the properties dialog on next startup.

1999-02-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* load-graph.c (load_graph_update): Now this is the
	timeout handler.
	(load_graph_draw): Do not update the graph's data, just redraw.
	(load_graph_properties_update): Redraw the load graphs, to make
	properties take effect immediately when the user hits Apply.

	* properties.c (multiload_properties_cb): Invoke the
	properties for the correct part of the applet.
	(multiload_show_properties): Show the property page corresponding
	to the type of applet the user clicked on.

1998-12-28  Martin Baulig  <martin@home-of-linux.org>

	The "MultiLoad Applet Revolution".

	All three multiload applets (cpuload, memload, swapload) now use
	the same load graph object and the same properties code.

	This will make it much easier to add a new applet here.
	
	* cpuload.h: Removed.
	* memload.h: Removed.
	* swapload.h: Removed.
	* properties-cpu.[ch]: Removed.
	* properties-mem.[ch]: Removed.
	* properties-swap.[ch]: Removed.

	* global.h: New file.

	* property-entries.[ch]: New files. This code will be
 	moved into libgnomeui after GNOME 1.0 is released.

	* load-graph.[ch]: New files. Contains some kind of
	load graph widget/object that is used in all multiload applets.

	* properties.[ch]: New files. Contains general properties
	stuff that is used in all multiload applets.

	* cpuload.c: Use the new load graph.
	* memload.c: Likewise.
	* swapload.c: Likewise.

