diff options
author | Larry Ewing <lewing@ximian.com> | 2003-02-10 15:08:42 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-02-10 15:08:42 +0800 |
commit | e83af287b260dc95e28b00f7f7b46909ef730dab (patch) | |
tree | a71be15fd23af6a3ed5f5895ca5138df2edc0b64 /mail/ChangeLog | |
parent | 29d288066ba3f8ad75e1737eb82bfdc96b8d6983 (diff) | |
download | gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar.gz gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar.bz2 gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar.lz gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar.xz gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.tar.zst gsoc2013-evolution-e83af287b260dc95e28b00f7f7b46909ef730dab.zip |
look in the http cache for images when saving (image_save_as): remove
2003-02-10 Larry Ewing <lewing@ximian.com>
* mail-display.c (save_url): look in the http cache for images
when saving
(image_save_as): remove random warning.
(do_external_viewer): remove unused variable.
(do_attachment_header): use g_ascii_strdown
svn path=/trunk/; revision=19864
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1bad431295..d819535637 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2003-02-10 Larry Ewing <lewing@ximian.com> + + * mail-display.c (save_url): look in the http cache for images + when saving + (image_save_as): remove random warning. + (do_external_viewer): remove unused variable. + (do_attachment_header): use g_ascii_strdown + 2003-02-07 Larry Ewing <lewing@ximian.com> * mail-display.c (save_data_cb): don't use random memory as a |