diff options
author | Not Zed <NotZed@Ximian.com> | 2005-02-28 12:51:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-02-28 12:51:26 +0800 |
commit | e9be19e60d982a874dae25c59df9a6b756b8ca7a (patch) | |
tree | 120111049265f675b9f5ccf36f20b22b99e25cee /mail/ChangeLog | |
parent | e083da7520bd4cacaf1b19ff2d9483f39abe295f (diff) | |
download | gsoc2013-evolution-e9be19e60d982a874dae25c59df9a6b756b8ca7a.tar.gz gsoc2013-evolution-e9be19e60d982a874dae25c59df9a6b756b8ca7a.tar.zst gsoc2013-evolution-e9be19e60d982a874dae25c59df9a6b756b8ca7a.zip |
** See bug #72609
2005-02-24 Not Zed <NotZed@Ximian.com>
** See bug #72609
* em-inline-filter.c (emif_scan): try to convert the filename
based on the incoming charset or the locale charset. This will
make sure it is always valid.
svn path=/trunk/; revision=28911
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 adad67a999..970013c0f8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2005-02-24 Not Zed <NotZed@Ximian.com> + + ** See bug #72609 + + * em-inline-filter.c (emif_scan): try to convert the filename + based on the incoming charset or the locale charset. This will + make sure it is always valid. + 2005-02-28 Not Zed <NotZed@Ximian.com> * em-folder-browser.c: reverted Mengjie's patch for 72545. |