From c79aa56aa1207d691f02373b5281e66a06852adf Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Mon, 2 Jul 2001 21:51:20 +0000 Subject: i2001-07-02 Larry Ewing * configure.in: Check for gtkhtml 0.9.99.1. 2001-07-02 Larry Ewing * mail-display.c (save_part): move the saving logic out of save_cb so that we can reuse it for the image saving code. (save_cb): call save_part. (save_url): new function to resolve an save an html url. (image_save_as): save function for images and. Add it to the link_menu, and add MASK_URL and MASK_SRC to the structure so that we cans show the proper menus. (html_button_press_event): call get_src as well to find external urls references. Add popup masking. svn path=/trunk/; revision=10707 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a541bf0d6..8171c36be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-02 Larry Ewing + + * configure.in: Check for gtkhtml 0.9.99.1. + 2001-07-02 Jeffrey Stedfast * configure.in: Check for libGal 0.8.99.7. -- cgit