diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-11 04:04:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-11 04:04:06 +0800 |
commit | ded7e245d8be7a676747e0881deed6113df88eba (patch) | |
tree | d90f6f713e8d03dd8684863c40774ebe1f2c54cf /addressbook/ChangeLog | |
parent | a45637985e29d9249b4b9e74bacccc7603a1855f (diff) | |
download | gsoc2013-evolution-ded7e245d8be7a676747e0881deed6113df88eba.tar.gz gsoc2013-evolution-ded7e245d8be7a676747e0881deed6113df88eba.tar.zst gsoc2013-evolution-ded7e245d8be7a676747e0881deed6113df88eba.zip |
Added SimpleCard interface.
2002-05-10 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/Evolution-Addressbook-SelectNames.idl:
Added SimpleCard interface.
* gui/component/select-names/Makefile.am: Added
e-simple-card-bonobo.c and e-simple-card-bonobo.h.
* gui/component/select-names/e-select-names-bonobo.c
(entry_get_property_fn): Added SIMPLE_CARD_LIST arg.
* gui/component/select-names/e-simple-card-bonobo.c,
gui/component/select-names/e-simple-card-bonobo.h: New class to
represent an ECardSimple across Bonobo.
svn path=/trunk/; revision=16757
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ade3e3d532..214b87c0df 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2002-05-10 Christopher James Lahey <clahey@ximian.com> + + * gui/component/select-names/Evolution-Addressbook-SelectNames.idl: + Added SimpleCard interface. + + * gui/component/select-names/Makefile.am: Added + e-simple-card-bonobo.c and e-simple-card-bonobo.h. + + * gui/component/select-names/e-select-names-bonobo.c + (entry_get_property_fn): Added SIMPLE_CARD_LIST arg. + + * gui/component/select-names/e-simple-card-bonobo.c, + gui/component/select-names/e-simple-card-bonobo.h: New class to + represent an ECardSimple across Bonobo. + 2002-05-09 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names-bonobo.c |