Mon Feb 8 06:48:04 1999 John Ellis * modemlights.[ch], properties.c: Version to 0.99.0, updated copyrights to 1999. 1999-02-07 Federico Mena Quintero * modemlights.c (get_modem_stats): Patch from Matt Mosley to make modemlights work on OpenBSD. 1999-01-18 Nat Friedman * properties.c (property_show): Use gnome_app_id to find the applet name for the root help directory. 1999-01-18 Nat Friedman * properties.c (property_show): Connect the help signal of the GnomePropertyBox to gnome_help_pbox_display. 1999-01-12 Miguel de Icaza * modemlights.c (get_modem_stats): Fix to compile in more operating systems. It is still useless though. Sat Sep 19 08:13:31 1998 John Ellis * properties.c: Grey out device and lockfile entries when ISDN is selected. 1998-09-18 Martin Baulig * modemlights.c (get_ISDN_stats): Added ISDN statistics for Linux. 1998-09-15 Martin Baulig * modemlights.c (is_ISDN_on): Added function body for Linux. (get_stats, get_modem_stats, get_ISDN_stats): New functions. Use them to get modem statistics; things are a little bit different if we are using ISDN, but currently it's empty. Mon Sep 14 04:52:29 1998 John Ellis * modemlights.[ch], properties.c: Added foundation for ISDN, but there is no code in the is_ISDN_on() function. Added an advanced tab to the properties, move modem lock file entry there, added Device entry option and a Use ISDN checkbox. Changed default update interval to 5. * modemlights.c(is_ISDN_on): let me repeat that this function is empty, could someone with the knowledge (ie: ISDN) fix this? * version bumped to 0.3.2 1998-09-06 Raja R Harinath * Makefile.am: Remove CXXLINK hack. Wed Jul 29 19:49:11 1998 John Ellis * modemlights.c (about_cb): fixed a compile warning. (main): Properties is now above About in the menu. * properties.c (property_apply_cb): added applet_widget_sync_config() as George suggested * modemlights.[ch], properties.c: Upped version to 0.3.1 * AUTHORS: new file 1998-07-19 Raja R Harinath * Makefile.am (modemlights_applet_LDADD): s/MICO_LIBS/ORB_LIBS/g. 1998-07-04 Carsten Schaar * modemlights.c (main): Now uses stock menu icons. Tue Jun 16 23:03:49 1998 John Ellis * modemlights.c (draw_load): Really (hopefully) fixed the problem. Sun Jun 14 07:08:42 1998 John Ellis * modemlights.c (draw_load): Fix problem of drawing outside of the load window. (applet_change_orient): Declare first_call_flag as type int. Mon Jun 1 13:27:30 1998 Havoc Pennington * modemlights.c (command_connect_cb): Use gnome_execute_shell, because not all connect scripts terminate immediately. e.g. the Debian script doesn't exit until hangup. (command_disconnect_cb): Likewise. * Changelog: Renamed to ChangeLog. Added this entry, and Mark Galassi's entry from the applets directory. 1998-06-01 Mark Galassi * 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. 1998-05-28 John Ellis * modemlights[c.h], properties.c: added dialing, load, tooltip. Many additions, so bumped version up to 0.3.0 1998-05-27 Seth Alves * modemlights/modemlights.c (update_display): added #ifdef FreeBSD's so it would compile 1998-05-19 John Ellis * dummy.cc: This file is generated, removed from CVS. * backgrnd_s.xpm: Added image for left/right panel orientation. * modemlights.c: Added orientation code. 1998-05-19 John Ellis * modemlights.c: (main) The orientation callback was being called before the widgets were created, causing a warning at startup. signal_connect for "orient" relocated to after widget creation.