diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-06-06 01:53:04 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-06-06 01:53:04 +0800 |
commit | 7b226f961c3340d85cff72b2b4485677ddfddb1d (patch) | |
tree | 4bde4031b9ed17473088a4dae76deb0f6af1d6bf /addressbook/ChangeLog | |
parent | f90d524db34db50df1baad3410162d4301de34c9 (diff) | |
download | gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar.gz gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar.bz2 gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar.lz gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar.xz gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.tar.zst gsoc2013-evolution-7b226f961c3340d85cff72b2b4485677ddfddb1d.zip |
Change the completion handler to use the ECompletionMatch.
2001-06-05 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-manager.c
(completion_handler): Change the completion handler to use the
ECompletionMatch.
* gui/component/select-names/e-select-names-completion.c
General changes to convert for ECompletionMatch use.
(emailify_match): Use extra sort keys in ECompletionMatch to let
us ensure that the primary email address is always the first
option, the secondary comes second, etc. There was no nice way to
do this previously.
(match_name): Removed code that adjusted score based on
similarities between the "real name" and the e-mail address. It
seemed like a good idea at the time, but produced unexpected and
confusing results.
svn path=/trunk/; revision=10120
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 00816b50b8..1ecae91348 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2001-06-05 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names-manager.c + (completion_handler): Change the completion handler to use the + ECompletionMatch. + + * gui/component/select-names/e-select-names-completion.c + General changes to convert for ECompletionMatch use. + (emailify_match): Use extra sort keys in ECompletionMatch to let + us ensure that the primary email address is always the first + option, the secondary comes second, etc. There was no nice way to + do this previously. + (match_name): Removed code that adjusted score based on + similarities between the "real name" and the e-mail address. It + seemed like a good idea at the time, but produced unexpected and + confusing results. + 2001-06-04 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-card-compare.c: Added. Code for testing |