From 22ac1344f7dff17a6761e2c2826baa37dad864fd Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 27 Feb 2002 00:01:09 +0000 Subject: Get the Content-Base if the header exists and use gtk_html_set_base to set 2002-02-26 Jeffrey Stedfast * mail-format.c (handle_text_html): Get the Content-Base if the header exists and use gtk_html_set_base to set this base url. * mail-display.c (on_link_clicked): No longer need to calculate the full url. This is now handled by GtkHTML. (on_set_base): Removed. (on_url_requested): No longer need to calculate the full url. (mail_display_initialize_gtkhtml): Don't connect to the set_base signal anymore. We don't care. * mail-display.h: No longer need base_url (it was broken anyway). svn path=/trunk/; revision=15850 --- mail/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 45d3f63c91..7103ef39b7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2002-02-26 Jeffrey Stedfast + + * mail-format.c (handle_text_html): Get the Content-Base if the + header exists and use gtk_html_set_base to set this base url. + + * mail-display.c (on_link_clicked): No longer need to calculate + the full url. This is now handled by GtkHTML. + (on_set_base): Removed. + (on_url_requested): No longer need to calculate the full url. + (mail_display_initialize_gtkhtml): Don't connect to the set_base + signal anymore. We don't care. + + * mail-display.h: No longer need base_url (it was broken anyway). + 2002-02-26 Not Zed * mail-display.c (on_url_requested): If a related part is -- cgit v1.2.3