aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-02-13 20:29:46 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-02-13 20:29:46 +0800
commitbee9f02567be43ddee25304c184325794f7fff4e (patch)
tree7ac5b1df15d7f91210c4571121097627ea4483d8 /calendar/ChangeLog
parent55f79213d2b2a6288bc222b6f9ccf55490fdd125 (diff)
downloadgsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.gz
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.bz2
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.lz
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.xz
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.zst
gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.zip
cal_backend_db_update_object(): manage both updates and additions/add
2001-02-12 Rodrigo Moya <rodrigo@ximian.com> * pcs/cal-backend-file.c: cal_backend_db_update_object(): manage both updates and additions/add notification cal_backend_db_get_object(): don't use DB cursors cal_backend_db_get_type_by_uid(): don't use DB cursors cal_backend_db_remove_object(): don't use DB cursors/add notification cal_backend_db_get_alarms_in_range(): implemented svn path=/trunk/; revision=8204
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3ca253d5f0..9e44f14095 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2001-02-12 Rodrigo Moya <rodrigo@ximian.com>
+
+ * pcs/cal-backend-file.c:
+ cal_backend_db_update_object(): manage both updates and additions/add notification
+ cal_backend_db_get_object(): don't use DB cursors
+ cal_backend_db_get_type_by_uid(): don't use DB cursors
+ cal_backend_db_remove_object(): don't use DB cursors/add notification
+ cal_backend_db_get_alarms_in_range(): implemented
+
2001-02-12 Kjartan Maraas <kmaraas@gnome.org>
* gui/Makefile.am: Hook up the xml-i18n-tools + .oaf.in stuff.
@@ -5,6 +14,7 @@
2001-02-11 Rodrigo Moya <rodrigo@ximian.com>
+ * pcs/cal-backend-db.c: added DB3 transactions support
* pcs/cal-backend-db.[ch]: added the new DB3-based backend. This is just
the beginning, there are some missing things still.