From c820a35c23f65807cc0eaaa0f39ec51b98e06192 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 18 Jan 2000 06:17:26 +0000 Subject: Sync - Federico svn path=/trunk/; revision=1585 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 21812d4f17..a934f5145e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-01-18 Federico Mena Quintero + + * cal-factory.c (cal_factory_load): Queue a load job. + (load_fn): Load job handler. Lookup the calendar by URI, load it + if it is not loaded, or just report it to the new listener if it is. + + * job.c job.h: New files with a simple job queue manager. + + * gnome-calendar.idl (Listener::cal_loaded): Do not return the + whole calendar object string. The client will be able to query + the calendar for the events it needs. + + * cal-listener.c (Listener_cal_loaded): Ref the calendar GNOME + object. We unref it when the listener is destroyed. + 2000-01-11 Federico Mena Quintero * cal.c: Removed the CORBA listener methods, adjusted for the new -- cgit