aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index add7889c61..de8d85bf2a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2002-08-19 Chris Toshok <toshok@ximian.com>
+ * gui/component/select-names/e-select-names-manager.h: add the
+ listener_id slot.
+
+ * gui/component/select-names/e-select-names-manager.c
+ (e_select_names_manager_new): store off the listener_id.
+ (e_select_names_manager_destroy): remove the bonobo listener -
+ fixes a crash when modifying the completion folders after you
+ bring up a compose window.
+ (e_select_names_manager_entry_new): another random timeout change
+ - make the completion at 100ms.
+
+2002-08-19 Chris Toshok <toshok@ximian.com>
+
* backend/pas/pas-book-view.c (pas_book_view_notify_complete):
take and pass the CallStatus to our listener.