From 282114a676e69a0b4c0656b3a6266d27165b2039 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 29 Apr 1998 02:38:48 +0000 Subject: Lots of fixes: Lots of fixes: 1. Alarms are rescheduled when an event has been changed. 2. Avoid emitting spurious event changes. 3. Applied black magic to get the mail-notification working. Miguel. svn path=/trunk/; revision=199 --- calendar/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 690604da9f..7ac734b022 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +1998-04-28 Miguel de Icaza + + * gnome-cal.c (calendar_notify): Apply black magic to get mail + notifications to work. + + * gncal-full-day.c (child_focus_out): Temporary optimization, the + child_focus_out is constantly calling the + gnome_calendar_object_changed when the property editor has been + invoked. This happens every time the mouse moves crosses the main + window. + + * calendar.c (calendar_object_changed): Reschedule alarms when a + calendar object has changed its times. + Sat Apr 25 22:20:45 1998 Havoc Pennington * eventedit.c, eventedit.h: Descend from GnomeDialog. Took vbox -- cgit