diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-07-26 08:05:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-26 08:05:34 +0800 |
commit | 270ca5fae4e9775d3c19195132566a6273280794 (patch) | |
tree | 9af6d54dc14d479a6f2084ec0dc7645ac1aeadd7 /addressbook/ChangeLog | |
parent | 43c1a59230a924858a6f9c04d0f679f3fa29676a (diff) | |
download | gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar.gz gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar.bz2 gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar.lz gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar.xz gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.tar.zst gsoc2013-evolution-270ca5fae4e9775d3c19195132566a6273280794.zip |
add enum for e-card pilot status.
2000-07-25 Chris Toshok <toshok@helixcode.com>
* backend/ebook/e-card-types.h: add enum for e-card pilot status.
* conduit/address-conduit.c: #ifdef out all the archiving code with SUPPORT_ARCHIVING.
(purge): implement correctly - deleting ecards whose pilot status is DELETED.
(set_status): implement.
(set_pilot_id): add gtk_main call here to change commit_card into a synchronous
(delete_all): implement correctly - don't delete the records, just set their status to DELETED.
(local_record_from_ecard): get the current status from the ecard.
* backend/ebook/e-card.c (e_card_get_vcard): add vcard support for pilot status.
(parse_pilot_status): new function.
(e_card_class_init): add pilot status object arg.
(e_card_set_arg): add pilot status support.
(e_card_get_arg): same.
(e_card_init): initialize pilot_status to 0.
svn path=/trunk/; revision=4340
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e276a4a925..d831f311a8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,23 @@ 2000-07-25 Chris Toshok <toshok@helixcode.com> + * backend/ebook/e-card-types.h: add enum for e-card pilot status. + + * conduit/address-conduit.c: #ifdef out all the archiving code with SUPPORT_ARCHIVING. + (purge): implement correctly - deleting ecards whose pilot status is DELETED. + (set_status): implement. + (set_pilot_id): add gtk_main call here to change commit_card into a synchronous + (delete_all): implement correctly - don't delete the records, just set their status to DELETED. + (local_record_from_ecard): get the current status from the ecard. + + * backend/ebook/e-card.c (e_card_get_vcard): add vcard support for pilot status. + (parse_pilot_status): new function. + (e_card_class_init): add pilot status object arg. + (e_card_set_arg): add pilot status support. + (e_card_get_arg): same. + (e_card_init): initialize pilot_status to 0. + +2000-07-25 Chris Toshok <toshok@helixcode.com> + * conduit/address-conduit.c: add comment headers to signals that didn't have any. |