From 9185fb32b379bb767de52835a454549e973efa99 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 26 Aug 2005 01:52:55 +0000 Subject: ** See bug #314440. 2005-08-25 Not Zed ** See bug #314440. * em-format-html.c (efh_url_requested): check the content object's mime type, not the container, when seeing if the data should be written. (efh_write_text_html): add some debug. * em-format-html-display.c (efhd_html_button_press_event): fix debug. svn path=/trunk/; revision=30253 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 7ec419a8d6..8bad5c57c2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2005-08-25 Not Zed + + ** See bug #314440. + + * em-format-html.c (efh_url_requested): check the content object's + mime type, not the container, when seeing if the data should be + written. + (efh_write_text_html): add some debug. + + * em-format-html-display.c (efhd_html_button_press_event): fix + debug. + 2005-08-22 Srinivasa Ragavan * em-format-html-display.c (efhd_bar_resize): Dont call update. -- cgit