diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-24 06:29:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-24 06:29:05 +0800 |
commit | 80c119231387cb3745117b0df792f2e39e0ffcad (patch) | |
tree | f334c7c6025c2d6a8f37a934e92f4b329c9d61be /addressbook/ChangeLog | |
parent | 34e13572841c231de83ac0d6e0a4ee16486ec476 (diff) | |
download | gsoc2013-evolution-80c119231387cb3745117b0df792f2e39e0ffcad.tar.gz gsoc2013-evolution-80c119231387cb3745117b0df792f2e39e0ffcad.tar.zst gsoc2013-evolution-80c119231387cb3745117b0df792f2e39e0ffcad.zip |
The firt EMAIL item is EMAIL_1, not EMAIL (assuming we want simple
2004-04-23 Jeffrey Stedfast <fejj@ximian.com>
* conduit/address-conduit.c (get_next_mail): The firt EMAIL item
is EMAIL_1, not EMAIL (assuming we want simple strings).
(local_record_from_ecard): Use e_contact_get() for getting the
EContactAddress. Loop from FIRST_ADDRESS_ID up to and *including*
LAST_ADDRESS_ID.
(ecard_from_remote_record): When searching for an address field,
loop from FIRST_ADDRESS_ID up to and *including* LAST_ADDRESS_ID.
(pre_sync): Use e_book_query_any_field_contains() rather than
e_book_query_from_string ("#t") which doesn't work anyway.
2004-04-20 Jeffrey Stedfast <fejj@ximian.com>
* conduit/address-conduit.c (map_name): Updated to use
~/.evolution as the evolution directory rather than ~/evolution.
svn path=/trunk/; revision=25603
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 84dab3bf04..3b86e9bfe4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2004-04-23 Jeffrey Stedfast <fejj@ximian.com> + + * conduit/address-conduit.c (get_next_mail): The firt EMAIL item + is EMAIL_1, not EMAIL (assuming we want simple strings). + (local_record_from_ecard): Use e_contact_get() for getting the + EContactAddress. Loop from FIRST_ADDRESS_ID up to and *including* + LAST_ADDRESS_ID. + (ecard_from_remote_record): When searching for an address field, + loop from FIRST_ADDRESS_ID up to and *including* LAST_ADDRESS_ID. + (pre_sync): Use e_book_query_any_field_contains() rather than + e_book_query_from_string ("#t") which doesn't work anyway. + +2004-04-20 Jeffrey Stedfast <fejj@ximian.com> + + * conduit/address-conduit.c (map_name): Updated to use + ~/.evolution as the evolution directory rather than ~/evolution. + 2004-04-23 Dan Winship <danw@ximian.com> * gui/component/component-factory.c (factory): Fix the addressbook @@ -159,6 +176,7 @@ * gui/contact-editor/e-contact-editor.c (new_target_cb): addressbook_show_load_error_dialog -> eab_load_error_dialog. +>>>>>>> 1.1665 2004-04-19 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/contact-editor.glade: Set the default image for |