aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5a05d9fad6..21dddaa0a8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2004-09-10 Rodrigo Moya <rodrigo@novell.com>
+
+ Fixes #62374
+
+ * gui/alarm-notify/alarm-queue.c (load_missed_alarms): removed this
+ function.
+ (cal_opened_cb): no need to call load_missed_alarms,
+ load_alarms_for_today will do everything.
+ (alarm_queue_add_client): ditto.
+ (load_alarms_for_today): take into account the last saved notification
+ time.
+ (load_alarms): unref the previous query, this function should now
+ only be called once per time range.
+
2004-09-09 JP Rosevear <jpr@novell.com>
Fixes #65454
@@ -9,7 +23,7 @@
(weren't using it anywhere)
(destroy): collapse finalize work into here and guard against
multiple destroy calls
-
+
2004-09-08 JP Rosevear <jpr@novell.com>
Fixes #62728