aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-17 11:22:16 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-17 11:22:16 +0800
commitd239d2b1120ff6b95e71c36200ad73c53473f00a (patch)
tree740b75d9220b60c86e3bb21b13929648ea76bc2d /addressbook/ChangeLog
parent8c4038624553df4f366932be9955644e6e7f50ac (diff)
downloadgsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar.gz
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar.bz2
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar.lz
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar.xz
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.tar.zst
gsoc2013-evolution-d239d2b1120ff6b95e71c36200ad73c53473f00a.zip
move the bulk of the non-summary searching stuff here. we aggregate up to
2003-02-16 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-file.c (pas_backend_file_search_timeout): move the bulk of the non-summary searching stuff here. we aggregate up to our threshold, then send them to the front end and register a timeout to do another batch. This keeps us from totally spamming the UI, making things a bit more responsive. (pas_backend_file_search): set up the closure and call the timeout in an idle func. svn path=/trunk/; revision=19920
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3e3e96a05d..7ed76be59c 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,16 @@
2003-02-16 Chris Toshok <toshok@ximian.com>
+ * backend/pas/pas-backend-file.c
+ (pas_backend_file_search_timeout): move the bulk of the
+ non-summary searching stuff here. we aggregate up to our
+ threshold, then send them to the front end and register a timeout
+ to do another batch. This keeps us from totally spamming the UI,
+ making things a bit more responsive.
+ (pas_backend_file_search): set up the closure and call the timeout
+ in an idle func.
+
+2003-02-16 Chris Toshok <toshok@ximian.com>
+
* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_entry_new): indent properly.