diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-16 02:45:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-16 02:45:42 +0800 |
commit | dadc54fa9885cbe38e84ed667fea13c9d3ee7603 (patch) | |
tree | a358f95b9e0d9b375a860f0b3d77a5d6fe1c7c9f /mail/ChangeLog | |
parent | 7cc37466c122693397465b443811aa20d855c04f (diff) | |
download | gsoc2013-evolution-dadc54fa9885cbe38e84ed667fea13c9d3ee7603.tar.gz gsoc2013-evolution-dadc54fa9885cbe38e84ed667fea13c9d3ee7603.tar.zst gsoc2013-evolution-dadc54fa9885cbe38e84ed667fea13c9d3ee7603.zip |
Load http images if the user has force-loaded images too.
* mail-display.c (on_url_requested): Load http images if the user
has force-loaded images too.
(mail_display_redisplay): Update for normal/headers/source changes.
(mail_display_load_images): New. Force HTTP image loading for the
current message.
* mail-config.c (mail_config_get_message_display_style,
mail_config_set_message_display_style): Updated and renamed from
mail_config_{get,set}_view_source
* mail-callbacks.c (load_images): New.
* folder-browser.c (folder_browser_set_message_display_style):
Renamed and updated from folder_browser_toggle_view_source.
* folder-browser-factory.c (verbs): Add ViewLoadImages.
(control_activate): Update for normal/headers/source change to
radio group.
svn path=/trunk/; revision=9820
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ec299377a8..c30573b8f6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,26 @@ 2001-05-15 Dan Winship <danw@ximian.com> + * mail-display.c (on_url_requested): Load http images if the user + has force-loaded images too. + (mail_display_redisplay): Update for normal/headers/source changes. + (mail_display_load_images): New. Force HTTP image loading for the + current message. + + * mail-config.c (mail_config_get_message_display_style, + mail_config_set_message_display_style): Updated and renamed from + mail_config_{get,set}_view_source + + * mail-callbacks.c (load_images): New. + + * folder-browser.c (folder_browser_set_message_display_style): + Renamed and updated from folder_browser_toggle_view_source. + + * folder-browser-factory.c (verbs): Add ViewLoadImages. + (control_activate): Update for normal/headers/source change to + radio group. + +2001-05-15 Dan Winship <danw@ximian.com> + * folder-browser-factory.c (verbs): Update for changes in evolution-mail.xml (many commands were renamed to better match the current menu layout). |