aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-02 05:00:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-02 05:00:15 +0800
commit6235db69b8ebab4877b00c7b683e48d3efd2aabb (patch)
tree2f29f4e1a60c2954509ac04b2a82eb758cef9050 /addressbook/ChangeLog
parent7078e689561c5af29e0007965143368fd6dba7a7 (diff)
downloadgsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar.gz
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar.bz2
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar.lz
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar.xz
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.tar.zst
gsoc2013-evolution-6235db69b8ebab4877b00c7b683e48d3efd2aabb.zip
New function to find out if a destination was one which was auto-matically
2002-02-01 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <clahey@ximian.com>
* backend/ebook/e-card-simple.c (e_card_simple_sync_card): Made