diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-07-25 11:19:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-07-25 11:19:48 +0800 |
commit | f2aca892ee6085ce48240a1ebd2897a56d1e8989 (patch) | |
tree | 688c10e090cf995146a379c7412979adf53fcb57 /addressbook/ChangeLog | |
parent | d449524969e920d42143f778051c3b2c56c0bea0 (diff) | |
download | gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar.gz gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar.bz2 gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar.lz gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar.xz gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.tar.zst gsoc2013-evolution-f2aca892ee6085ce48240a1ebd2897a56d1e8989.zip |
add pilot_id.
2000-07-24 Chris Toshok <toshok@helixcode.com>
* backend/ebook/e-card.h: add pilot_id.
* backend/ebook/e-card.c (e_card_get_vcard): add support for
X-EVOLUTION-PILOTD vcard field.
(e_card_class_init): add pilot_id arg.
(e_card_set_arg): handle pilot_id arg.
svn path=/trunk/; revision=4307
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 65abc05580..d7d2cf1a15 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2000-07-24 Chris Toshok <toshok@helixcode.com> + + * backend/ebook/e-card.h: add pilot_id. + + * backend/ebook/e-card.c (e_card_get_vcard): add support for + X-EVOLUTION-PILOTD vcard field. + (e_card_class_init): add pilot_id arg. + (e_card_set_arg): handle pilot_id arg. + 2000-07-23 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-book-view-listener.c: Remove the idle handler |