From 6235db69b8ebab4877b00c7b683e48d3efd2aabb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Feb 2002 21:00:15 +0000 Subject: New function to find out if a destination was one which was auto-matically 2002-02-01 Jeffrey Stedfast * backend/ebook/e-destination.c (e_destination_is_auto_recipient): New function to find out if a destination was one which was auto-matically set by Evolution. (e_destination_set_auto_recipient): Set whether or not the dest is an auto-recipient. (e_destination_touch): Don't touch the address if it is an auto_recipient. (e_destination_list_to_vector_sized): New function to avoid having to calculate the length of the list ourselves. Allows for a bit of optimization if our caller knows the length of the list. (e_destination_xml_encode): Encode the auto_recipient bit. (e_destination_xml_decode): Decode the auto_recipient bit. svn path=/trunk/; revision=15550 --- addressbook/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9b66ebfc42..b7cfe0ce46 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2002-02-01 Jeffrey Stedfast + + * backend/ebook/e-destination.c (e_destination_is_auto_recipient): + New function to find out if a destination was one which was + auto-matically set by Evolution. + (e_destination_set_auto_recipient): Set whether or not the dest is + an auto-recipient. + (e_destination_touch): Don't touch the address if it is an + auto_recipient. + (e_destination_list_to_vector_sized): New function to avoid having + to calculate the length of the list ourselves. Allows for a bit of + optimization if our caller knows the length of the list. + (e_destination_xml_encode): Encode the auto_recipient bit. + (e_destination_xml_decode): Decode the auto_recipient bit. + 2002-02-01 Christopher James Lahey * backend/ebook/e-card-simple.c (e_card_simple_sync_card): Made -- cgit v1.2.3