aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-12-19 23:19:33 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-12-19 23:19:33 +0800
commit3581bfb3efdbdd9747749db0ddfa55a728f96719 (patch)
tree342c922938c70cfe2e579fe2f3f6694b97515620 /calendar/ChangeLog
parentb64f547cdd71098035e9b055ee7f0ec4de2b9e1c (diff)
downloadgsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar.gz
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar.bz2
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar.lz
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar.xz
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.tar.zst
gsoc2013-evolution-3581bfb3efdbdd9747749db0ddfa55a728f96719.zip
go slow and clear the map if the last uri and the current uri do not match
2001-12-19 JP Rosevear <jpr@ximian.com> * conduits/calendar/calendar-conduit.c (check_for_slow_setting): go slow and clear the map if the last uri and the current uri do not match (post_sync): save the last uri * conduits/calendar/calendar-conduit-config.h: handle a last uri config option * conduits/todo/todo-conduit-config.h: ditto * conduits/calendar/calendar-conduit.c (start_calendar_server): use the open_default_calendar method * conduits/todo/todo-conduit.c (start_calendar_server): same as above * cal-client/Makefile.am: link with bonobo conf * cal-client/cal-client.h: new protos * idl/evolution-calendar.idl: make sure open method raises appropriate exceptions * gui/e-itip-control.c (start_calendar_server): use cal_client_open_default_* calls * cal-client/cal-client.c (real_open_calendar): do the real work of loading (cal_client_open_calendar): use above (get_fall_back_uri): get the basic local uri (get_default_uri): get the default uri from the config db (cal_client_open_default_calendar): open the default uri or the fallback if the method is unsupported (cal_client_open_default_tasks): same for tasks svn path=/trunk/; revision=15179
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b226ec65f2..7bb7687aa6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,39 @@
+2001-12-19 JP Rosevear <jpr@ximian.com>
+
+ * conduits/calendar/calendar-conduit.c (check_for_slow_setting):
+ go slow and clear the map if the last uri and the current uri do
+ not match
+ (post_sync): save the last uri
+
+ * conduits/calendar/calendar-conduit-config.h: handle a last uri
+ config option
+
+ * conduits/todo/todo-conduit-config.h: ditto
+
+ * conduits/calendar/calendar-conduit.c (start_calendar_server):
+ use the open_default_calendar method
+
+ * conduits/todo/todo-conduit.c (start_calendar_server): same as above
+
+ * cal-client/Makefile.am: link with bonobo conf
+
+ * cal-client/cal-client.h: new protos
+
+ * idl/evolution-calendar.idl: make sure open method raises
+ appropriate exceptions
+
+ * gui/e-itip-control.c (start_calendar_server): use
+ cal_client_open_default_* calls
+
+ * cal-client/cal-client.c (real_open_calendar): do the real work
+ of loading
+ (cal_client_open_calendar): use above
+ (get_fall_back_uri): get the basic local uri
+ (get_default_uri): get the default uri from the config db
+ (cal_client_open_default_calendar): open the default uri or the
+ fallback if the method is unsupported
+ (cal_client_open_default_tasks): same for tasks
+
2001-12-17 JP Rosevear <jpr@ximian.com>
* gui/e-itip-control.c (send_item): use get_real_item