diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-02 02:41:41 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-02 02:41:41 +0800 |
commit | 8555a05de522d9b185db2f2884b6806fe0d44cf6 (patch) | |
tree | acf59f8a9501f4e994094d6b20c3688577791e8f /addressbook/ChangeLog | |
parent | 3263cd26212cfeaa820882499ffad95f67937b40 (diff) | |
download | gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar.gz gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar.bz2 gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar.lz gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar.xz gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.tar.zst gsoc2013-evolution-8555a05de522d9b185db2f2884b6806fe0d44cf6.zip |
Made this preserve addressbook flags other than the first three.
2002-02-01 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-simple.c (e_card_simple_sync_card): Made
this preserve addressbook flags other than the first three.
* backend/ebook/e-card-types.h: Added E_CARD_ADDR_MASK and
E_CARD_ADDR_DEFAULT.
* backend/ebook/e-card.c (get_address_flags): Added "PREF" to
E_CARD_ADDR_DEFAULT mapping.
* backend/ebook/test-client.c: Added #include "e-book-util.h".
svn path=/trunk/; revision=15546
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f7b8e5f16f..9b66ebfc42 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2002-02-01 Christopher James Lahey <clahey@ximian.com> + + * backend/ebook/e-card-simple.c (e_card_simple_sync_card): Made + this preserve addressbook flags other than the first three. + + * backend/ebook/e-card-types.h: Added E_CARD_ADDR_MASK and + E_CARD_ADDR_DEFAULT. + + * backend/ebook/e-card.c (get_address_flags): Added "PREF" to + E_CARD_ADDR_DEFAULT mapping. + + * backend/ebook/test-client.c: Added #include "e-book-util.h". + 2002-01-30 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-file.c (pas_backend_file_changes): |