diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4d42549a5e..eab8b1c833 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,23 @@ 2001-01-09 Chris Toshok <toshok@helixcode.com> + * gui/component/addressbook.c (addressbook_factory_new_control): + connect with the EAddressbookView's status_message signal. + (set_status_message): set the status message on the ShellView + Interface associated with our control. + (retrieve_shell_view_interface_from_control): new function. get + the shell view inteface associated with a control. + + * gui/widgets/e-addressbook-view.c + (e_addressbook_view_class_init): register status_message signal. + (status_message): new function, emit our status_message signal. + (change_view_type): connect with the view->object's + "status_message" signal. + + * gui/widgets/e-addressbook-view.h (struct + _EAddressbookViewClass): add status_message signal. + +2001-01-09 Chris Toshok <toshok@helixcode.com> + * gui/widgets/e-minicard-view-widget.c (e_minicard_view_widget_class_init): register our status_message signal. |