diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-02 14:25:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-02 14:25:50 +0800 |
commit | 18b20048a2813ef487b3dbb08343d1b84991a30e (patch) | |
tree | 0cdbb80085d6940d4859350bb7575e8e97470929 /addressbook/ChangeLog | |
parent | 77316d782f31a8c321dbe8ccb9220c0a85f7fc47 (diff) | |
download | gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar.gz gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar.bz2 gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar.lz gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar.xz gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.tar.zst gsoc2013-evolution-18b20048a2813ef487b3dbb08343d1b84991a30e.zip |
Added ContactsSaveAsVCard, ContactsSendContactToOther, and
2001-08-02 Christopher James Lahey <clahey@ximian.com>
* gui/component/addressbook.c: Added ContactsSaveAsVCard,
ContactsSendContactToOther, and ContactsSendMessageToContact verbs
here.
* gui/widgets/e-addressbook-view.c (e_addressbook_view_save_as,
e_addressbook_view_send, e_addressbook_view_send_to): New
functions to allow outside users to cause the addressbook to save,
send, or send a message to its selection.
svn path=/trunk/; revision=11567
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 97f6ad92b3..2f59d74ee1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2001-08-02 Christopher James Lahey <clahey@ximian.com> + + * gui/component/addressbook.c: Added ContactsSaveAsVCard, + ContactsSendContactToOther, and ContactsSendMessageToContact verbs + here. + + * gui/widgets/e-addressbook-view.c (e_addressbook_view_save_as, + e_addressbook_view_send, e_addressbook_view_send_to): New + functions to allow outside users to cause the addressbook to save, + send, or send a message to its selection. + 2001-08-01 Christopher James Lahey <clahey@ximian.com> * contact-editor/.cvsignore: Removed this file from this unused |