diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-03-21 11:02:59 +0800 |
---|---|---|
committer | Simon Zheng <simonz@src.gnome.org> | 2006-03-21 11:02:59 +0800 |
commit | 379633a5ad7a5aec294c424ef500312beb1cc30a (patch) | |
tree | 3d1cc892324f57fc8fdaef7addaf90f3ae0f1380 /mail/ChangeLog | |
parent | 01b256150b4041dc49e539743754163c2704240d (diff) | |
download | gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar.gz gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar.bz2 gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar.lz gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar.xz gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.tar.zst gsoc2013-evolution-379633a5ad7a5aec294c424ef500312beb1cc30a.zip |
Fixed bug #326571 Add em_filename_make_safe(), and use it to allow
2006-03-21 Simon Zheng <simon.zheng@sun.com>
Fixed bug #326571
* em-utils.c (em_filename_make_safe), (emu_get_save_filesel),
(emu_save_parts_response):
Add em_filename_make_safe(), and use it to allow filenames
contain more valid characters when saving attachments.
svn path=/trunk/; revision=31726
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 76c65d7ec6..b68d4e74ff 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2006-03-21 Simon Zheng <simon.zheng@sun.com> + + Fixed bug #326571 + * em-utils.c (em_filename_make_safe), (emu_get_save_filesel), + (emu_save_parts_response): + Add em_filename_make_safe(), and use it to allow filenames + contain more valid characters when saving attachments. + 2006-03-20 Srinivasa Ragavan <sragavan@novell.com> * em-folder-view.c: (emfv_setup_view_instance): Added code to set the |