diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-27 01:31:33 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-27 01:31:33 +0800 |
commit | 781b9204d274e1fa64c256e71147392e83cd2f08 (patch) | |
tree | e58bbf476e0b4564c6d2f5cbc7f710554d3fa3b9 /addressbook/ChangeLog | |
parent | fbc4f8863895af7fd34d34f133e64f60a805c825 (diff) | |
download | gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar.gz gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar.bz2 gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar.lz gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar.xz gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.tar.zst gsoc2013-evolution-781b9204d274e1fa64c256e71147392e83cd2f08.zip |
set the last_use and use_score fields of the card to known values so the
2001-09-26 JP Rosevear <jpr@ximian.com>
* backend/pas/pas-backend-file.c (pas_backend_file_changes): set
the last_use and use_score fields of the card to known values so
the card doesn't register as changed when only they have changed
2001-09-26 Peter Williams <peterw@ximian.com>
* conduit/address-conduit.c (ecard_from_remote_record): Fix this function
to set email addresses properly, and handle multiple occurrences of
email addresses, home phone numbers, and business phone numbers.
svn path=/trunk/; revision=13153
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 339a9ce750..3d65097596 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-09-26 JP Rosevear <jpr@ximian.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_changes): set + the last_use and use_score fields of the card to known values so + the card doesn't register as changed when only they have changed + +2001-09-26 Peter Williams <peterw@ximian.com> + + * conduit/address-conduit.c (ecard_from_remote_record): Fix this function + to set email addresses properly, and handle multiple occurrences of + email addresses, home phone numbers, and business phone numbers. + 2001-09-25 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c (user_create_new_item_cb): |