From 038d1a932ce339985c91b05c2be35d512f7cef71 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Tue, 24 Apr 2001 02:51:45 +0000 Subject: Removed attempts to use Radek's evil hacks, which were just causing 2001-04-23 Jon Trowbridge * e-html-utils.c (e_text_to_html_full): Removed attempts to use Radek's evil hacks, which were just causing me (and GtkHTML) grief. 2001-04-23 Jon Trowbridge * gui/component/e-address-popup.c: Lots of code has been simplified here. (e_address_popup_factory_new_control): Rather than directly pop our control up in a window (via the e_address_popup_popup function, which is now gone), just return the widget and let the caller do the popping. This works better, since it means we don't have to work around the vagaries of bonobo focus & event handling. (e_address_popup_set_name): Refresh when both name & email have been set, rather than checking a stupid counter. (e_address_popup_set_email): Ditto. 2001-04-23 Jon Trowbridge * mail-display.c (html_button_press_event): Check for mailto: links, and pop up our mail address menu when we find one. (make_popup_window): The main piece of code (ignoring a zillion little callbacks) to pop up our windows with reasonable semantics for having them close automatically. (mail_text_write): Enable converting addresses to mailto links in message bodies. * mail-format.c (write_address): Simplify code, removing Radek's hacks. Write out addresses as mailto: links. svn path=/trunk/; revision=9534 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index d42fca5110..1088a86345 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-04-23 Jon Trowbridge + + * mail-display.c (html_button_press_event): Check for mailto: + links, and pop up our mail address menu when we find one. + (make_popup_window): The main piece of code (ignoring a zillion + little callbacks) to pop up our windows with reasonable semantics + for having them close automatically. + (mail_text_write): Enable converting addresses to mailto links + in message bodies. + + * mail-format.c (write_address): Simplify code, removing Radek's + hacks. Write out addresses as mailto: links. + 2001-04-23 Jeffrey Stedfast * mail-callbacks.c (do_view_message): Use the message-browser -- cgit