aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1a364e8912..3b59f493ab 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-05 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/alarm-notify/alarm-notify.c (alarm_notify_init): set a GConf
+ listener callback to list for changes in selected calendars.
+ (alarm_notify_finalize): remove the GConf notification listener.
+ (conf_changed_cb): callback to react on configuration changes. Process
+ the new selected calendars and remove the unselected ones.
+ (process_removal_in_hash): callback to remove unselected calendars.
+
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
Fixes #50294