1998-06-04  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* applet-dirs/Makefile.am: Fix Monitor -> Monitors typo.

1998-06-01  Mark Galassi  <rosalia@cygnus.com>

	* modemlights/properties.c (property_load): introduced a
	"confirmation" property to be saved and loaded.  It doesn't save
	yet :-)
	(confirm_checkbox_cb):
	(property_show): added a confirmation checkbox to the properties
	dialog.

	* modemlights/modemlights.c (dial_cb): introduced the
	ask_for_confirmation configuration variable.  Now we only enter
	the yes/no dialog if that variable is true; otherwise we just fire
	off the connect (or disconnect) script.

Fri May 29 19:42:23 PDT 1998  Garrett Smith  <gsmith@serv.net>

        * webcontrol/webcontrol.c: added more configurability.

1998-05-30  Raja R Harinath  <harinath@cs.umn.edu>

	* Makefile.am (SUBDIRS): Split into ...
	(always_built_SUBDIRS): ... this, and ...
	(sometimes_built_SUBDIRS): ... list all `autoconf'ed dirs here.
	(DIST_SUBDIRS): List all subdirs.

	* batmon/Makefile.am: Cleaned up Automake hack not to generate
	those pesky `dummy.cc' files.
	* cdplayer/Makefile.am: Likewise.
	* cpuload/Makefile.am: Likewise.
	* cpumemusage/Makefile.am: Likewise.
	* diskusage/Makefile.am: Likewise.
	* drivemount/Makefile.am: Likewise.
	* gen_util/Makefile.am: Likewise.
	* icewm-pager/Makefile.am: Likewise.
	* mixer/Makefile.am: Likewise.
	* modemlights/Makefile.am: Likewise.
	* netload/Makefile.am: Likewise.
	* netwatch/Makefile.am: Likewise.
	* webcontrol/Makefile.am: Likewise.
	* winlist/Makefile.am: Likewise.
	
Fri May 29 19:42:23 PDT 1998  Garrett Smith  <gsmith@serv.net>

	Imported webcontrol applet.
	* Makefile.am (SUBDIRS): Add `webcontrol'.

1998-05-28  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* gen_util/printer.c (make_printer_applet):  Changed
 	"properties" to "properties...".

	* gen_util/mailcheck.c (make_mailcheck_applet): Likewise
	
	* gen_util/clock.c (clock_properties): i18n stuff for '12/24
 	hour'-dialog.

1998-05-27  Seth Alves  <alves@twitch.cp.domain.net>

	* clockmail/clockmail.h: include <sys/types.h>

1998-05-26  John Ellis  <johne@bellatlantic.net>

	* Makefile.am (SUBDIRS): changed modemlights to
	@PROGRAMS_PANEL_MODEMLIGHTS@.

Sun May 24 18:21:41 1998  George Lebl  <jirka@5z.com>

	* gen_util/{clock.c,printer.c}: set titles of property
	  dialogs

	* gen_util/mailcheck.c: use property_box for the properties

Sun May 24 14:45:15 1998  George Lebl  <jirka@5z.com>

	* gen_util/clock.c: fixed up the property box stuff, and got
	  rid of that annoying gnu style indentation

Sun May 24 01:13:56 1998  George Lebl  <jirka@5z.com>

	* gen_util/mailcheck.c: load the email.xpm by default

Sat May 23 16:32:16 1998  George Lebl  <jirka@5z.com>

	* Makefile.am add gen_util, and remove clock printer and
	  mailcheck applets, they are all now handeled by gen_util

1998-05-23  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* netload/properties.c: Added i18n of some strings.

	* netload/netload.c (main): Added initialization of the i18n
 	stuff.
 	Added i18n of some strings.

	* cpuload/properties.c: Added i18n of some strings.

	* cpuload/cpuload.c (main): Added initialization of the i18n
 	stuff.
	Added i18n of some strings.

1998-05-22  Martin Baulig  <baulig@merkur.uni-trier.de>

	* diskusage/Makefile.am (diskusage_applet_SOURCES): added
	mountlist.c, mountlist.h, fsusage.c and fsusage.h

	* diskusage/diskusage_read.c: using read_filesystem_list and
	get_fs_usage defined in mountlist.c and fsusage.c instead of
	reading output of df.

	* diskusage/mountlist.c: using g_malloc, g_realloc and g_strdup.

	* Makefile.am (SUBDIRS): Add diskusage.

1998-05-22  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* clock/clock.c (main): Added initialization of i18n stuff.
	(computer_clock_update_func): Changed to time to string
 	convertion.  This enables non american users to use there native
 	display of time and date.
	Included 'config.h'

Fri May 22 10:12:57 1998  Martin Baulig  <martin@home-of-linux.org>

	* diskusage/{fsusage.c,mountlist.c}: imported from GNU fileutils 3.16

	* diskusage/*: imported diskusage applet from Bruno Widmann;

Fri May 22 02:03:36 1998  George Lebl  <jirka@5z.com>

	* netload/properties.c: fixed up properties, the current
	  ones wouldn't work, if you are storing from cfg path,
	  you can only use a key in the path. if you need to store
	  global information use globcfgpath and then use section/key

Fri May 22 00:48:16 1998  George Lebl  <jirka@5z.com>

	* */*.c: changed to compile and work with the new
	  applet-widget stuff, and cleaned up a bunch of stuff
	  to avoid a few warnings here and there .. etc ... etc ...

Thu May 21 03:45:42 1998  George Lebl  <jirka@5z.com>

	* clock/clock.c: clock is now a multi applet, meaning if it's
	  already started, adding a clock won't run anotehr process,
	  but just contact the running clock for a new copy

Sun May 17 12:44:46 1998  Havoc Pennington  <hp@pobox.com>

	* Imported modemlights applet, and added it to the Makefile.am

Sat May 16 00:59:12 1998  George Lebl  <jirka@5z.com>

	* clock/clock.c: made clock not use global variables
	  in preparation for it becoming the multiple applet
	  support scape goat

1998-05-13  Christopher Blizzard  <blizzard@appliedtheory.com>

	* Makefile.am (SUBDIRS): Add the bussign to the list of applets to
 	build.

Thu May 07 18:57:42 1998  George Lebl  <jirka@5z.com>

	* fish/*: added teh fish applet

	* applet-dirs/{Makefile.am,Amusements.directory}: added
	  amusements directory

1998-05-05  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* printer/printer.c (close_properties): Ok, dropped all of the
	nonsense code from last night and put a nice Gnome Property Box to
	configure the printer. 

Tue May 05 00:24:51 1998  George Lebl  <jirka@5z.com>

	* cpuload/{cpuload.c,properties.c}: several fixes to
	  config handeling, now saves config in the right
	  place so SM and multiple cpuload applets work ok

Mon May 04 03:34:05 1998  George Lebl  <jirka@5z.com>

	* mailcheck/mailcheck.c: updated the signal

Sun May 03 23:05:11 1998  George Lebl  <jirka@5z.com>

	* mailcheck/maicheck.c,cpuload/cpuload.c,cpuload/properties.[ch]:
	  updated for the new callback function (minor change)

Sun May 03 16:57:10 1998  George Lebl  <jirka@5z.com>

	* */*.c: ported all appelts to applet-widget (even
	  those that don't get built by default)

	* mailcheck/mailcheck.c: fix init

Sat May 02 12:49:06 1998  George Lebl  <jirka@5z.com>

	* */*.c: removed includes of panel.h and mico-parse.h,
	  panel.h is not needed any more

1998-04-30  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* mailcheck/mailcheck.c (mailcheck_get_animation_menu): Select the
	animation that is actually being used. 
	(mailcheck_get_animation_menu): Recognize more formats than just
	xpm. 

Mon Apr 27 20:42:24 EDT 1998 Gregory McLean <gregm@comstar.net>

	* netwatch/netwatch.c : more tinkering, no it don't work yet but
	  I'm just tinkering to see if I can get something to work :)

Fri Apr 24 01:17:16 1998  George Lebl  <jirka@5z.com>

	* **/Makefile.am: added -lcrypt

1998-04-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* mailcheck/mailcheck.c (create_mail_widgets): Added refs
	(load_new_pixmap_callback): Call mail check timeout.

Thu Apr 23 02:24:16 1998  George Lebl  <jirka@5z.com>

	* cdplayer/cdplayer.c: using SHADOW_IN instead of ETCHED_IN
	  since it looks nicer

1998-04-22  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* cpumemusage: quick hack to have procbars from gtop
	available on panel

Wed Apr 22 01:20:57 1998  George Lebl  <jirka@5z.com>

	* cpuload/cpuload.c: catch "destroy" event on plug
	  and do gtk_exit, to avoid segfaulting

Tue Apr 21 18:55:53 EDT 1998 Gregory McLean <gregm@comstar.net>

	* cpuload/.cvsignore: added this file to keep cvs happy :)

Tue Apr 21 18:55:53 EDT 1998 Gregory McLean <gregm@comstar.net>

	* netwatch/*: Some feeble attempts to get this to build.
	  it still don't build but its a bit closer..

Thu Apr 16 22:00:19 1998  George Lebl  <jirka@5z.com>

	* */*.c: updated applets to return TRUE on save_session

Thu Apr 16 20:59:35 1998  George Lebl  <jirka@5z.com>

	* clock/clock.c: small cleanups, now becomes slimmer
	  when the orientation changes, different frame style

Thu Apr 16 19:44:40 1998  George Lebl  <jirka@5z.com>

	* cdplayer/cdplayer.c: recover gracefully from errors
	  when creating widget, if you can't open the cdrom
	  don't give up, but try again when something is about
	  to happen. this pervents it from dieing when there was
	  no disc sometimes.

Wed Apr 15 20:13:24 1998  George Lebl  <jirka@5z.com>

	* batmon/batmon.c,cdplayer/cdplayer.c,clock/clock.c,
	  mailcheck/mailcheck.c,winlist/winlist.c: removed
	  shutdown corba call and added handler for destroy
	  signal on the plug

Sun Apr 12 21:25:06 1998  George Lebl  <jirka@5z.com>

	* cdplayer/cdplayer.c: fixed the display

1998-04-04  Raja R Harinath  <harinath@cs.umn.edu>

	* batmon/Makefile.am (batmon_applet_LINK): Use this to specify a
	C++ link rather than including `-lstdc++' in LDADD.
	(dummy.cc): Trick automake into defining CXXLINK.

	* cdplayer/Makefile.am (cdplayer_applet_LINK,dummy.cc): Likewise.
	* clock/Makefile.am (clock_applet_LINK,dummy.cc): Likewise.
	* mailcheck/Makefile.am (mailcheck_applet_LINK,dummy.cc): Likewise.
	
Sat Mar 28 15:25:28 1998  George Lebl  <jirka@5z.com>

	* **/*.c: updated to use gtk_full_path instead of
	  get_which_output

Sat Mar 21 00:57:08 1998  George Lebl  <jirka@5z.com>

	* batmon/batmon.c: now compiles

	* batmon/batmon_applet.desktop: now installed

	* mailcheck/mailcheck_applet.desktop: now correctly says
	  Mailcheck not Clock

Sat Mar 21 00:39:53 1998  George Lebl  <jirka@5z.com>

	* cdplayer/cdplayer.c: loads but looks bad

	* batmon/batmon.c: ported to corba but haven't tested

Fri Mar 20 00:36:12 1998  George Lebl  <jirka@5z.com>

	* mailcheck/mailcheck.c: few fixes now actually saves
	  pixmap name, but doesn't swap pixmaps properly

Fri Mar 20 00:08:43 1998  George Lebl  <jirka@5z.com>

	* cdplayer/*: ported to corba, indented to kernel
	  conding style to be compatible with rest of gnome

	* mailcheck/*: ported to corba

