aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-28 04:25:52 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-28 04:25:52 +0800
commitb41272695349bff112416423960467d94bd0f82f (patch)
tree256d304610fc2af31ea6ec5ab9a9b1e67b5fc096 /addressbook/ChangeLog
parent2fa613f46ab0af63a92fe0878f000d2e78684136 (diff)
downloadgsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar.gz
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar.bz2
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar.lz
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar.xz
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.tar.zst
gsoc2013-evolution-b41272695349bff112416423960467d94bd0f82f.zip
Doh! We should be sorting our contacts so that the most frequently used
2001-10-27 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (make_match): Doh! We should be sorting our contacts so that the most frequently used ones are at the top of the list, not the bottom. svn path=/trunk/; revision=14223
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 03385a89cf..ad1061645d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,4 +1,9 @@
-2001-10-27 Jon Trowbridge <trow@gnu.org>
+2001-10-27 Jon Trowbridge <trow@ximian.com>
+
+ * gui/component/select-names/e-select-names-completion.c
+ (make_match): Doh! We should be sorting our contacts so that the
+ most frequently used ones are at the top of the list, not the
+ bottom.
* backend/pas/pas-book.c (pas_book_check_queue): That should be a
bonobo_object_unref, not a gtk_object_unref.