diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-14 10:17:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-14 10:17:04 +0800 |
commit | 476458f355b639cb725188d9d8e767affa71f4ab (patch) | |
tree | 8d6686abbf6334ad7b65aa8ea15895d58e88b6bd /addressbook/ChangeLog | |
parent | 3157a507b2074766bbd88300cec543a28418d443 (diff) | |
download | gsoc2013-evolution-476458f355b639cb725188d9d8e767affa71f4ab.tar.gz gsoc2013-evolution-476458f355b639cb725188d9d8e767affa71f4ab.tar.zst gsoc2013-evolution-476458f355b639cb725188d9d8e767affa71f4ab.zip |
Changed get_card to be asyncronous.
2001-08-13 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-book-listener.c,
backend/ebook/e-book-listener.h, backend/ebook/e-book.c,
backend/ebook/e-book.h, backend/idl/addressbook.idl,
backend/pas/pas-backend-file.c, backend/pas/pas-book.c,
backend/pas/pas-book.h: Changed get_card to be asyncronous.
* backend/ebook/e-card.c, backend/ebook/test-client.c: Changed
these to deal with the new get_card functionality.
svn path=/trunk/; revision=11984
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f4cba44ebb..049435e2ca 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2001-08-13 Christopher James Lahey <clahey@ximian.com> + + * backend/ebook/e-book-listener.c, + backend/ebook/e-book-listener.h, backend/ebook/e-book.c, + backend/ebook/e-book.h, backend/idl/addressbook.idl, + backend/pas/pas-backend-file.c, backend/pas/pas-book.c, + backend/pas/pas-book.h: Changed get_card to be asyncronous. + + * backend/ebook/e-card.c, backend/ebook/test-client.c: Changed + these to deal with the new get_card functionality. + 2001-08-11 Kjartan Maraas <kmaraas@gnome.org> * gui/component/select-names/e-select-names.c: Mark a string for translation. |