diff options
author | Jon Trowbridge <trow@gnu.org> | 2001-10-04 04:01:07 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-04 04:01:07 +0800 |
commit | dacd8610cbafea08b020e87ce793e9236ac2bdbd (patch) | |
tree | 062775ea7750f6c85c6f21de5dcdc5900fec1235 /addressbook/ChangeLog | |
parent | 819455addbc6b470ac15d063b9bfbea6eb8f32a5 (diff) | |
download | gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar.gz gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar.bz2 gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar.lz gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar.xz gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.tar.zst gsoc2013-evolution-dacd8610cbafea08b020e87ce793e9236ac2bdbd.zip |
Strip out commas before forming our query. (match_name): Use
2001-10-02 Jon Trowbridge <trow@gnu.org>
* gui/component/select-names/e-select-names-completion.c
(name_style_query): Strip out commas before forming our query.
(match_name): Use e_card_compare_name_to_string_full, rather
than our crufty old matching code. Not only is this cleaner,
but that crufty old code was very broken when it came to
handling strings with whitespace. (Bug 8988)
(match_nickname): utf8 and bug fixes.
* backend/ebook/e-card-compare.c
(e_card_compare_name_to_string_full): Added. This is basically
e_card_compare_name_to_string with a bunch of extra options, so
that it can more readily be reused in other contexts.
(e_card_compare_name_to_string): This is now just a call to
e_card_compare_name_to_string_full with the extra args filled in
to defaults that simulate the old behavior.
svn path=/trunk/; revision=13384
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 812ce95967..2e874185ce 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2001-10-02 Jon Trowbridge <trow@gnu.org> + + * gui/component/select-names/e-select-names-completion.c + (name_style_query): Strip out commas before forming our query. + (match_name): Use e_card_compare_name_to_string_full, rather + than our crufty old matching code. Not only is this cleaner, + but that crufty old code was very broken when it came to + handling strings with whitespace. (Bug 8988) + (match_nickname): utf8 and bug fixes. + + * backend/ebook/e-card-compare.c + (e_card_compare_name_to_string_full): Added. This is basically + e_card_compare_name_to_string with a bunch of extra options, so + that it can more readily be reused in other contexts. + (e_card_compare_name_to_string): This is now just a call to + e_card_compare_name_to_string_full with the extra args filled in + to defaults that simulate the old behavior. + 2001-10-02 Chris Toshok <toshok@ximian.com> * backend/ebook/e-book.c (e_book_construct): remove most of the |