From 6942830c985d410264fff20734541b23dc62f64f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 29 Apr 2000 19:17:46 +0000 Subject: Improve the builtin vs bonobo selection code. (handle_mystery): Include * mail-format.c (lookup_handler, etc): Improve the builtin vs bonobo selection code. (handle_mystery): Include name and Content-Description in the "mystery data" info, when available (handle_unknown_type): Call mail_identify_mime_part before giving up. (handle_undisplayable): Split out of handle_unknown_type now that handle_unknown_type can try alternate viewers. (handle_via_bonobo): Fall back to handle_undisplayable if the bonobo control fails. * mail-identify.c (mail_identify_mime_part): New function to attempt to identify a MIME part that we can't identify based on Content-Type alone. * mail-display.c (on_url_requested): redo the mystery data icon display stuff less kludgily. svn path=/trunk/; revision=2684 --- mail/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index baac4be710..50b7d6c11a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,23 @@ +2000-04-29 Dan Winship + + * mail-format.c (lookup_handler, etc): Improve the builtin vs + bonobo selection code. + (handle_mystery): Include name and Content-Description in the + "mystery data" info, when available + (handle_unknown_type): Call mail_identify_mime_part before + giving up. + (handle_undisplayable): Split out of handle_unknown_type now + that handle_unknown_type can try alternate viewers. + (handle_via_bonobo): Fall back to handle_undisplayable if the + bonobo control fails. + + * mail-identify.c (mail_identify_mime_part): New function to + attempt to identify a MIME part that we can't identify based on + Content-Type alone. + + * mail-display.c (on_url_requested): redo the mystery data icon + display stuff less kludgily. + 2000-04-28 Dan Winship * mail-format.c (write_recipients_to_stream, write_headers, -- cgit