aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d21bfe0055..76a6ce2c0c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,45 @@
+2000-10-20 JP Rosevear <jpr@helixcode.com>
+
+ * pcs/cal-backend.c (cal_backend_destroy): New destroy
+ handler to properly stop the timer, sync the log and unref
+ the URI.
+ (cal_backend_last_client_gone): Just emit the signal,
+ clean up work is done in cal_backend_destroy now.
+
+ * pcs/cal-backend-file.c (cal_backend_file_load): Unref the
+ uri we are replacing NOT the new uri.
+
+2000-10-20 JP Rosevear <jpr@helixcode.com>
+
+ * conduits/todo/Makefile.am: Fix build
+
+ * conduits/calendar/Makefile.am: Fix build
+
+2000-10-20 JP Rosevear <jpr@helixcode.com>
+
+ * conduits/calendar/calendar-conduit.c (delete_archive_record):
+ Don't throw an error
+
+ * conduits/todo/todo-conduit.c (delete_archive_record): ditto
+
+2000-10-20 JP Rosevear <jpr@helixcode.com>
+
+ * conduits/todo/todo-conduit-control-applet.c: Add defines
+
+ * conduits/todo/todo-conduit-config.h: put #ifdefs around functions
+ can't make this a public interface in the usual way as then the
+ symbols would be exported
+
+ * conduits/todo/todo-conduit.c: Kill warnings. clahey will be
+ happy! Add some defines to include only the necessary config functions.
+ (conduit_get_gpilot_conduit): Hook up archive signals
+
+ * conduits/calendar/calendar-conduit.c: Same as above
+
+ * conduits/calendar/calendar-conduit-control-applet.c: ditto
+
+ * conduits/calendar/calendar-conduit-config.h: ditto
+
2000-10-20 Michael Meeks <michael@helixcode.com>
* gui/calendar-commands.h: s/BonoboUIHandler/BonoboUIComponent/