diff options
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 0a933e3464..ff4352e232 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2001-10-23 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names-completion.c: Removed + our cancelled flag and e_select_names_completion_cancel function, + since we were just duplicating stuff that had ended up in + ECompletion. + (match_name): Form our menu_text properly on an additional-name + match. + (e_select_names_completion_got_book_view_cb): Store handles for + our signals, disconnect them properly when we switch book views. + (e_select_names_completion_stop_query): Disconnect signals when we + stop our query. + (check_capabilities): Spew if we are using LDAP for completion. + (e_select_names_completion_destroy): Disconnect our signals when + we destroy. + This all should fix bug #10241. + 2001-10-23 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c |