From e9db6d2a074757e8fddee1adc8c0db4c56e00adc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 15 Jan 2002 21:38:50 +0000 Subject: New callback to handle the set_base signal. (on_url_requested): If the 2002-01-15 Jeffrey Stedfast * mail-display.c (on_set_base): New callback to handle the set_base signal. (on_url_requested): If the base_url is set, prepend it to the data url (we don't want to do this for cid urls or part urls tho). (mail_display_init): Initialize md->base_url to NULL. (mail_display_destroy): Free the base_url. (mail_display_initialize_gtkhtml): Connect to the set_base signal. (on_link_clicked): If the base_url is set, prepend it to the url string passed to us from gtkhtml. svn path=/trunk/; revision=15329 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 83498f3902..5ce8ae9218 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2002-01-15 Jeffrey Stedfast + + * mail-display.c (on_set_base): New callback to handle the + set_base signal. + (on_url_requested): If the base_url is set, prepend it to the data + url (we don't want to do this for cid urls or part urls tho). + (mail_display_init): Initialize md->base_url to NULL. + (mail_display_destroy): Free the base_url. + (mail_display_initialize_gtkhtml): Connect to the set_base signal. + (on_link_clicked): If the base_url is set, prepend it to the url + string passed to us from gtkhtml. + 2002-01-10 Jeffrey Stedfast * mail-callbacks.c (do_edit_messages): Don't remove any -- cgit v1.2.3