aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-18 14:17:26 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-18 14:17:26 +0800
commitc820a35c23f65807cc0eaaa0f39ec51b98e06192 (patch)
tree828a64b007ca7d0143e1e8395b5495330e791d37 /calendar/ChangeLog
parent2f1705c6c0d747e708a34b089c4b6ebfc7832022 (diff)
downloadgsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.gz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.bz2
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.lz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.xz
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.tar.zst
gsoc2013-evolution-c820a35c23f65807cc0eaaa0f39ec51b98e06192.zip
Sync - Federico
svn path=/trunk/; revision=1585
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <federico@helixcode.com>
+
+ * 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 <federico@helixcode.com>
* cal.c: Removed the CORBA listener methods, adjusted for the new