diff options
author | David Moore <davmre@bellsouth.net> | 2003-12-22 22:50:57 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-22 22:50:57 +0800 |
commit | 0dfb205f6ae400c996093098102e089f6140a09e (patch) | |
tree | aec28c0766ba978049360a1746c79ff28644e908 /mail/ChangeLog | |
parent | 207effbb708067c6316f0c73f5b5ae9ebd341d20 (diff) | |
download | gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.tar.gz gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.tar.zst gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.zip |
Implemented; sets an image attachment as the GNOME wallpaper.
2003-12-22 David Moore <davmre@bellsouth.net>
* em-popup.c (emp_part_popup_set_background): Implemented; sets an
image attachment as the GNOME wallpaper.
* em-utils.c (emu_save_part_done): Created a prototype at the top
of the file.
(em_utils_save_part_to_file): Added; save a message part to a
specified file on disk.
svn path=/trunk/; revision=23998
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0575247467..7ff4f83e1e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-12-22 David Moore <davmre@bellsouth.net> + + * em-popup.c (emp_part_popup_set_background): Implemented; sets an + image attachment as the GNOME wallpaper. + + * em-utils.c (emu_save_part_done): Created a prototype at the top + of the file. + (em_utils_save_part_to_file): Added; save a message part to a + specified file on disk. + 2003-12-18 Rodney Dawes <dobey@ximian.com> * em-message-browser.c (emmb_init): Merge in |