aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 6ba65647f6..21812d4f17 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2000-01-11 Federico Mena Quintero <federico@helixcode.com>
+ * cal.c: Removed the CORBA listener methods, adjusted for the new
+ IDL.
+
+ * cal-listener.c (cal_listener_init): Create the private
+ structure. In it we hold a reference to the calendar the listener
+ is watching.
+ (cal_listener_destroy): Destroy the private structure and unref
+ the calendar.
+ (Listener_cal_loaded): Stuff the calendar into our private data.
+ (Listener_obj_added): Adjusted for new IDL.
+ (Listener_obj_removed): Likewise.
+
* gnome-calendar.idl: New IDL for the personal calendar server.
* cal.h cal.c: New files with the calendar object.