diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-29 11:53:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-29 11:53:11 +0800 |
commit | 51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c (patch) | |
tree | 458e7cb2a72d5251ad454bd3b2ca17d4bbc24d79 /addressbook/ChangeLog | |
parent | 9d83b98a54a420207ed3770bf0d2283d5c7dcd19 (diff) | |
download | gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.gz gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.bz2 gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.lz gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.xz gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.zst gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.zip |
remove ancient e-table include, and add include for contact-editor so we
2001-06-28 Chris Toshok <toshok@ximian.com>
* gui/contact-list-editor/Makefile.am (INCLUDES): remove ancient
e-table include, and add include for contact-editor so we can
reuse the confirm_delete dialog.
* gui/contact-list-editor/e-contact-list-editor.h (struct
_EContactListEditor): remove prototype for
e_contact_list_editor_close, since the function no longer exists.
* gui/contact-list-editor/e-contact-list-editor.c
(list_deleted_cb): new function, emit our "list_deleted" signal.
(delete_cb): new function, called from the Delete toolbar item.
(e_contact_list_editor_raise): flesh out function.
(extract_info): "evolution_list" => "list".
(fill_in_info): same.
svn path=/trunk/; revision=10587
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5ca176dff7..a3739aecdb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,22 @@ 2001-06-28 Chris Toshok <toshok@ximian.com> + * gui/contact-list-editor/Makefile.am (INCLUDES): remove ancient + e-table include, and add include for contact-editor so we can + reuse the confirm_delete dialog. + + * gui/contact-list-editor/e-contact-list-editor.h (struct + _EContactListEditor): remove prototype for + e_contact_list_editor_close, since the function no longer exists. + + * gui/contact-list-editor/e-contact-list-editor.c + (list_deleted_cb): new function, emit our "list_deleted" signal. + (delete_cb): new function, called from the Delete toolbar item. + (e_contact_list_editor_raise): flesh out function. + (extract_info): "evolution_list" => "list". + (fill_in_info): same. + +2001-06-28 Chris Toshok <toshok@ximian.com> + * backend/ebook/e-card.c (e_card_get_vobject): add support for X-EVOLUTION-LIST and X-EVOLUTION-LIST-SHOW-ADDRESSES. (parse_list): new function, parse the boolean X-EVOLUTION-LIST. |