diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-20 07:58:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-20 07:58:09 +0800 |
commit | ee70366b8e7092300fff8a421efa3ff84c5bcf7a (patch) | |
tree | 7c5e8e7def375a0170d293f0f865d34315f3e181 | |
parent | 50157b6897a585dd76df2b7d98995594c43a4411 (diff) | |
download | gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar.gz gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar.bz2 gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar.lz gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar.xz gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.tar.zst gsoc2013-evolution-ee70366b8e7092300fff8a421efa3ff84c5bcf7a.zip |
Note: The following changes were based on Zbigniew Chyla's fixes.
2001-08-19 Jeffrey Stedfast <fejj@ximian.com>
Note: The following changes were based on Zbigniew Chyla's fixes.
* mail-callbacks.c (mail_generate_reply): Convert the date string
to UTF-8.
(do_forward_non_attached): Same here.
svn path=/trunk/; revision=12231
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8633b1eff8..810aa19e33 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-08-19 Jeffrey Stedfast <fejj@ximian.com> + Note: The following changes were based on Zbigniew Chyla's fixes. + * mail-callbacks.c (mail_generate_reply): Convert the date string to UTF-8. (do_forward_non_attached): Same here. |