Mon Feb 8 06:14:10 1999 John Ellis * clockmail.[ch], theme.c, properties.c: Version to 0.99.0, updated copyrights to 1999. * THEME-SPEC, clockmaildata: grammar, spelling. Sun Dec 13 07:49:18 1998 John Ellis * properties.c: Fix the badwindow errors created when someone thought it would be a good idea to set the same signal callback function on two different object types. Now the callback function checks which type of object it is before accessing any structures. 1998-11-23 Christopher Blizzard * properties.c (property_show): Comment out gtk_clist_set_policy(). This should compile now. Sun Nov 8 02:59:01 1998 John Ellis * properties.c(property_show): Place theme_clist in a scrolled window for the latest gtk. Thu Oct 1 14:07:03 1998 John Ellis * clockmail.[ch], theme.c: Changes to fix segfault when changing the theme file. Removed startup warnings that really weren't. Hopefully the segfault was fixed and not just pushed elsewhere. Sat Sep 26 15:05:07 1998 John Ellis * clockmail.c(check_mail_file_status): Fix for mail count/percent to work when mail_item is not available. 1998-09-22 Federico Mena Quintero * Makefile.am (EXTRA_DIST): Fix tpyo THEME-SPECS -> THEME-SPEC. Tue Sep 22 14:30:30 1998 John Ellis * clockmail.c(update_mail_amount_display): Fixed wrong calculation. Thu Sep 17 18:08:37 1998 John Ellis * clockmail.[ch], properties.c, theme.c: Added two new theme Items, Number_Mail and Item_Mail_Percent. These are to be used to display the size of the inbox in Kbytes, or percent of a configurable size. * clockmail.c: Added basic transparency support, sort of works too. * propeties.c: Added clist to theme tab listing all themes installed in .../share/clockmail. Mon Sep 14 09:42:15 1998 John Ellis * clockmail.[ch], properties.c: Added option to display time relative to GMT, with an offset value from -12 to +12 hours. Sun Sep 13 03:04:27 1998 John Ellis * clockmail.[ch], theme.c: Added more theme capability, orientation, memory cleanups, theme internationalization (not tested), and date display items. The default theme is still the same, however. * THEME-SPEC, clockmaildata: Upadated to explain the new theme options. Sat Sep 12 13:29:33 1998 John Ellis * clockmail.[ch], properties.c: Added support for themes, the format is based on GQmpeg. * theme.c: new file, contains the code for theme support. * version bumped to 0.2.0 * Makefile.am: Added theme.c, clockmaildata, THEME-SPEC references. Sat Sep 12 07:24:07 1998 John Ellis * clockmail.[ch], properties.c: Made this a multiapplet applet. In prep for adding a spiffy new feature. Version bumped to 0.1.5 1998-09-06 Raja R Harinath * Makefile.am: Remove CXXLINK hack. Wed Jul 29 19:49:11 1998 John Ellis * clockmail.c (about_cb): fixed a compile warning. * properties.c (property_apply_cb): added applet_widget_sync_config() as George suggested. * clockmail.[ch], properties.c: Upped version to 0.1.4 1998-07-19 Raja R Harinath * Makefile.am (clockmail_applet_LDADD): s/MICO_LIBS/ORB_LIBS/g. Tue Jun 30 12:45:35 1998 John Ellis * clockmail.[ch], properties.c: Added function to exec a command when new mail arrives. example use: playing a sound. * clockmail.c (check_mail_file_status): ALWAYS_BLINK should not have effected the newmail variable. (update_display): ALWAYS_BLINK is now tested here. 1998-05-30 John Ellis * clockmail.c (main): used strdup for getnev("MAIL") so it does not sigsegv when freeing mail_file. * properties.c (property_load): renamed lockfile to mailfile. 1998-05-30 Raja R Harinath * Makefile.am: Cleaned up Automake hack not to generate those pesky `dummy.cc' files. 1998-05-30 John Ellis * clockmail.[ch], properties: user can now specify mailfile. * clockmail.c (check_mail_file_status): at reset option for when the mail file is changed in the properties dialog. 1998-05-28 John Ellis * globals.c: added to clockmail.c, removed. * clockmail.c (update_display): changed date to use strftime to work with locales. * clockmail.c (set_tooltip): changed to work with longer date strings. * clockmail.[ch], properties.c: changed MILIT_TIME to AM_PM_ENABLE and set the default to 24 hour clock.