diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-08 03:29:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-08 03:29:34 +0800 |
commit | e21dfa011d14bcc964034c646e28f2674183341e (patch) | |
tree | 9fab1306510cced3c22aa180a9d8c0a0e69bbf8c /addressbook/ChangeLog | |
parent | 55183053303aa5f387f10f1cc02dad6378eda0ce (diff) | |
download | gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.gz gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.tar.zst gsoc2013-evolution-e21dfa011d14bcc964034c646e28f2674183341e.zip |
we don't have an EBook* anymore. (e_destination_clear): same.
2004-04-07 Chris Toshok <toshok@ximian.com>
* util/e-destination.c (e_destination_copy): we don't have an
EBook* anymore.
(e_destination_clear): same.
(e_destination_set_contact): same.
(e_destination_set_book): same, just cache the source_uid.
(e_destination_set_book_uri): nuke.
(e_destination_set_contact_uid): we don't have an EBook*.
(e_destination_xml_decode): same.
(e_destination_export_to_vcard_attribute): new function, fill in
an EVCardAttribute with EDestination values.
* util/e-destination.h: add prototype for
e_destination_export_to_vcard_attribute.
svn path=/trunk/; revision=25358
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c6d15f22fa..3702604460 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2004-04-07 Chris Toshok <toshok@ximian.com> + + * util/e-destination.c (e_destination_copy): we don't have an + EBook* anymore. + (e_destination_clear): same. + (e_destination_set_contact): same. + (e_destination_set_book): same, just cache the source_uid. + (e_destination_set_book_uri): nuke. + (e_destination_set_contact_uid): we don't have an EBook*. + (e_destination_xml_decode): same. + (e_destination_export_to_vcard_attribute): new function, fill in + an EVCardAttribute with EDestination values. + + * util/e-destination.h: add prototype for + e_destination_export_to_vcard_attribute. + 2004-04-07 Jeffrey Stedfast <fejj@ximian.com> * gui/component/autocompletion-config.c |