aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-31 05:06:45 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-31 05:06:45 +0800
commit6f7ec6c07dfe9c01977cf685832871c45d7e2b17 (patch)
tree10840789813c6e20f270d54c5f6027feb213d418 /addressbook/ChangeLog
parentef6000b227427ac4f3e9180df3046a29f219dec8 (diff)
downloadgsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar.gz
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar.bz2
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar.lz
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar.xz
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.tar.zst
gsoc2013-evolution-6f7ec6c07dfe9c01977cf685832871c45d7e2b17.zip
Properly handle the case where our "cleaned" completion is the empty
2001-07-30 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_do_query): Properly handle the case where our "cleaned" completion is the empty string. This happens, for example, if the query text is the string "\"". (Bug #5610). * backend/ebook/e-destination.c (e_destination_get_address_textv): Reassure fejj that I'm not doing something stupid here. (e_destination_get_address): Fix address quoting. This is a stop-gap measure until I can change this code to use Camel's superior address-handling routines. (Also Bug #5610) svn path=/trunk/; revision=11487
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bbbc573933..dd259abd30 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,16 @@
+2001-07-30 Jon Trowbridge <trow@ximian.com>
+
+ * gui/component/select-names/e-select-names-completion.c
+ (e_select_names_completion_do_query): Properly handle the case
+ where our "cleaned" completion is the empty string. This happens,
+ for example, if the query text is the string "\"". (Bug #5610).
+
+ * backend/ebook/e-destination.c (e_destination_get_address_textv):
+ Reassure fejj that I'm not doing something stupid here.
+ (e_destination_get_address): Fix address quoting. This is a
+ stop-gap measure until I can change this code to use Camel's
+ superior address-handling routines. (Also Bug #5610)
+
2001-07-30 Jason Leach <jleach@ximian.com>
* gui/component/addressbook-storage.c (load_source_data): Fix a