aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-01 04:12:22 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-01 04:12:22 +0800
commita6458a2bb6d4d85a541b2607c56f83e1bee47327 (patch)
treecb3d0399bb7bed8cac4cd0eb85c8fbdf2e88b9bb /addressbook/ChangeLog
parentbb1d2316f024efb5c232da21aff2c6b2ddcf711c (diff)
downloadgsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar.gz
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar.bz2
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar.lz
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar.xz
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.tar.zst
gsoc2013-evolution-a6458a2bb6d4d85a541b2607c56f83e1bee47327.zip
Added this function so that there would be less duplication of cards
2002-04-30 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-model.c, gui/widgets/e-addressbook-model.h (e_addressbook_model_peek_card): Added this function so that there would be less duplication of cards during run time when duplication is unnecessary. * gui/widgets/e-addressbook-view.c: Cleaned up get_card_list and a number of associated functions to be much more uniform and simpler. (get_has_email_address): Don't show the "Send Message to Contact" menu item if there are no email addresses in the listed contacts. Fixes bug #1298. svn path=/trunk/; revision=16649
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4ece0600f0..e570af5612 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,20 @@
2002-04-30 Christopher James Lahey <clahey@ximian.com>
+ * gui/widgets/e-addressbook-model.c,
+ gui/widgets/e-addressbook-model.h
+ (e_addressbook_model_peek_card): Added this function so that there
+ would be less duplication of cards during run time when
+ duplication is unnecessary.
+
+ * gui/widgets/e-addressbook-view.c: Cleaned up get_card_list and a
+ number of associated functions to be much more uniform and
+ simpler.
+ (get_has_email_address): Don't show the "Send Message to Contact"
+ menu item if there are no email addresses in the listed contacts.
+ Fixes bug #1298.
+
+2002-04-30 Christopher James Lahey <clahey@ximian.com>
+
* backend/ebook/e-card.c (e_card_list_send): Changed this to set a
subject when sending a contact. This makes the signature be set
properly also.