aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-29 06:22:40 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-29 06:22:40 +0800
commit1ebc39be4ef89d876f919df18b516e0c9e93ccdb (patch)
treea6ee2399a38b5f7fc4d355e038fb4d167281a81f /addressbook/ChangeLog
parent02546395deebd56211a55a7f8e9ad2bf00adddf0 (diff)
downloadgsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar.gz
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar.bz2
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar.lz
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar.xz
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.tar.zst
gsoc2013-evolution-1ebc39be4ef89d876f919df18b516e0c9e93ccdb.zip
[ fix the contact editor so that the only time the address is parsed is
2003-03-28 Chris Toshok <toshok@ximian.com> [ fix the contact editor so that the only time the address is parsed is when the user types in the address GtkTextView. ] * gui/contact-editor/e-contact-editor.c (address_mailing_changed): make this use delivery addresses instead of labels. (full_addr_clicked): same. (find_address_mailing): same. * backend/ebook/e-card-simple.c (e_card_simple_set_delivery_address): make this operate similar to e_card_simple_set_address: it sets both the delivery address and the label for the address. svn path=/trunk/; revision=20567
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 994e429dfb..64ce436f8a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,17 @@
+2003-03-28 Chris Toshok <toshok@ximian.com>
+
+ [ fix the contact editor so that the only time the address is
+ parsed is when the user types in the address GtkTextView. ]
+ * gui/contact-editor/e-contact-editor.c (address_mailing_changed):
+ make this use delivery addresses instead of labels.
+ (full_addr_clicked): same.
+ (find_address_mailing): same.
+
+ * backend/ebook/e-card-simple.c
+ (e_card_simple_set_delivery_address): make this operate similar to
+ e_card_simple_set_address: it sets both the delivery address and
+ the label for the address.
+
2003-03-26 Chris Toshok <toshok@ximian.com>
[ fixes bug #19178 ]