From ec189bd8f46c84af0323df0fbd08ebf11a2db413 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 22 Mar 2001 17:00:42 +0000 Subject: connect to button_press_event and iframe_created events of GtkHTML widget 2001-03-22 Radek Doulik * mail-display.c (mail_display_new): connect to button_press_event and iframe_created events of GtkHTML widget (html_button_press_event): new signal handler, runs popup on address fields and on links, later we should add popups for images and maybe some more? any ideas? (html_iframe_created): new signal handler, takes care of connecting to button_press_event of all iframes : plus bunch of empty methods for popup menu items - to be implemented * mail-format.c (write_address): revert back to raw HTML text, store name and email to Text objects, workaround gtkhtml tables bug (to be fixed soon ;-) svn path=/trunk/; revision=8896 --- mail/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 51526591bd..2bf7e4ea50 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2001-03-22 Radek Doulik + + * mail-display.c (mail_display_new): connect to button_press_event + and iframe_created events of GtkHTML widget + (html_button_press_event): new signal handler, runs popup on + address fields and on links, later we should add popups for images + and maybe some more? any ideas? + (html_iframe_created): new signal handler, takes care of + connecting to button_press_event of all iframes + : plus bunch of empty methods for popup menu items - to be + implemented + + * mail-format.c (write_address): revert back to raw HTML text, + store name and email to Text objects, workaround gtkhtml tables + bug (to be fixed soon ;-) + 2001-03-21 Ettore Perazzoli * folder-browser-factory.c (update_pixmaps): Don't return if -- cgit v1.2.3