diff options
author | Chris Toshok <toshok@ximian.com> | 2004-05-19 03:04:21 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-05-19 03:04:21 +0800 |
commit | 2eb079b0280c3337d96483c39e5b1c3551e03c0f (patch) | |
tree | db6cd79814c53f6fdd956a702bfc94364d1a4477 /addressbook/ChangeLog | |
parent | 3d0b57bcfeebc33b798f60f1b6703278f763baff (diff) | |
download | gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.gz gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.zst gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.zip |
split out the DISPOSITION_AS_TO stuff here, and make it take a GList of
2004-05-18 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-gui-util.c
(eab_send_to_contact_and_email_num_list): split out the
DISPOSITION_AS_TO stuff here, and make it take a GList of
ContactAndEmailNum, so we can set it for the single contact case.
(eab_send_contact_list_as_attachment): split out the
DISPOSITION_AS_ATTACHMENT stuff here.
(eab_send_contact_list): call one or the other of the above,
munging the list if disposition is set to TO.
(eab_send_contact): call eab_send_to_contact_and_email_num_list
directly with the supplied email_num, instead of calling
eab_send_contact_list.
* gui/widgets/eab-gui-util.h (eab_send_contact) add "email_num"
arg, so we can specify the email address we want to be selected.
* gui/widgets/eab-contact-display.c (on_link_clicked): add
(ifdefed out at the moment) code to handle mailto: urls
internally, instead of farming them out to gnome_url_show.
(render_contact): same.
svn path=/trunk/; revision=25963
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 27a0bf9826..05fd23bcb6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,25 @@ +2004-05-18 Chris Toshok <toshok@ximian.com> + + * gui/widgets/eab-gui-util.c + (eab_send_to_contact_and_email_num_list): split out the + DISPOSITION_AS_TO stuff here, and make it take a GList of + ContactAndEmailNum, so we can set it for the single contact case. + (eab_send_contact_list_as_attachment): split out the + DISPOSITION_AS_ATTACHMENT stuff here. + (eab_send_contact_list): call one or the other of the above, + munging the list if disposition is set to TO. + (eab_send_contact): call eab_send_to_contact_and_email_num_list + directly with the supplied email_num, instead of calling + eab_send_contact_list. + + * gui/widgets/eab-gui-util.h (eab_send_contact) add "email_num" + arg, so we can specify the email address we want to be selected. + + * gui/widgets/eab-contact-display.c (on_link_clicked): add + (ifdefed out at the moment) code to handle mailto: urls + internally, instead of farming them out to gnome_url_show. + (render_contact): same. + 2004-05-18 Jerome Lacoste <jerome@coffeebreaks.org> Fixes #57940 @@ -185,7 +207,6 @@ * gui/component/ldap-config.glade: remove unused colorpicker. ->>>>>>> 1.1697 2004-05-03 JP Rosevear <jpr@ximian.com> * gui/component/GNOME_Evolution_Addressbook.server.in.in: set the |