aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-09-20 11:58:06 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-09-20 11:58:06 +0800
commit86061c474bf60aea3fa03d65033ea277fc7e99ce (patch)
treeeda1cccb707f765f503f51cdd1fde3547047c1b2 /calendar/ChangeLog
parente0e2f5c660128830ba39e32884e444690e800dba (diff)
downloadgsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar.gz
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar.bz2
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar.lz
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar.xz
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.tar.zst
gsoc2013-evolution-86061c474bf60aea3fa03d65033ea277fc7e99ce.zip
New utility function (cal_backend_load): use above (cal_backend_create):
2000-09-19 JP Rosevear <jpr@helixcode.com> * pcs/cal-backend.c (cal_backend_set_uri): New utility function (cal_backend_load): use above (cal_backend_create): use above (cal_backend_log_name): Take a uri instead of a backend param * pcs/cal-backend-file.c: Get rid of useless hash functions (cal_backend_file_load): Check to make sure path exists and is local (cal_backend_file_load): Unref the current uri if there is one (cal_backend_file_create): ditto * pcs/cal-backend.c (cal_backend_last_client_gone): Sync before shooting ourselves in the foot * pcs/cal-backend-file.c (save): Fully implement backing up the calendar before writing out the new entry. svn path=/trunk/; revision=5516
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5dd236f207..f20670f57c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,24 @@
2000-09-19 JP Rosevear <jpr@helixcode.com>
+ * pcs/cal-backend.c (cal_backend_set_uri): New utility function
+ (cal_backend_load): use above
+ (cal_backend_create): use above
+ (cal_backend_log_name): Take a uri instead of a backend param
+
+ * pcs/cal-backend-file.c: Get rid of useless hash functions
+ (cal_backend_file_load): Check to make sure path exists and is
+ local
+ (cal_backend_file_load): Unref the current uri if there is one
+ (cal_backend_file_create): ditto
+
+ * pcs/cal-backend.c (cal_backend_last_client_gone): Sync before
+ shooting ourselves in the foot
+
+ * pcs/cal-backend-file.c (save): Fully implement backing up the
+ calendar before writing out the new entry.
+
+2000-09-19 JP Rosevear <jpr@helixcode.com>
+
* conduits/todo/todo-conduit.c (check_for_slow_setting): Add some
other cases where a slow sync is in order
(pre_sync): Pre load the uids, the map and the add/mod/del lists