aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-24 06:03:32 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-24 06:03:32 +0800
commit6539cf481e40f2e8cad5d0028f4f424f63533572 (patch)
tree2776cefdb5302dc0bd60eb5cdb63cdd15cbddab4 /addressbook/ChangeLog
parent856e3689fbc785f1a7a9c0b5c3484052359a5eff (diff)
downloadgsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar.gz
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar.bz2
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar.lz
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar.xz
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.tar.zst
gsoc2013-evolution-6539cf481e40f2e8cad5d0028f4f424f63533572.zip
Removed our cancelled flag and e_select_names_completion_cancel function,
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. svn path=/trunk/; revision=13961
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog17
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