diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-02-13 20:29:46 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-02-13 20:29:46 +0800 |
commit | bee9f02567be43ddee25304c184325794f7fff4e (patch) | |
tree | 7ac5b1df15d7f91210c4571121097627ea4483d8 /calendar/ChangeLog | |
parent | 55f79213d2b2a6288bc222b6f9ccf55490fdd125 (diff) | |
download | gsoc2013-evolution-bee9f02567be43ddee25304c184325794f7fff4e.tar.gz 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/ChangeLog | 10 |
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. |