diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-21 12:05:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-21 12:05:12 +0800 |
commit | 170588e217463591937bd86e93845a896dfe1317 (patch) | |
tree | 5a95311889f73daee24dc1bcf960bd8ad3dcc01b /camel/ChangeLog | |
parent | 115bdd59278dbbc2111c88b80be065db72e08528 (diff) | |
download | gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar.gz gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar.bz2 gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar.lz gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar.xz gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.tar.zst gsoc2013-evolution-170588e217463591937bd86e93845a896dfe1317.zip |
use libunicode iconv functions rather than libc ones (since libc might not
* camel-mime-utils.c (rfc2047_decode_word): use libunicode iconv
functions rather than libc ones (since libc might not have them).
(header_decode_date): add autoconfiscation on timezone code
* camel.c (camel_init): call unicode_init ()
svn path=/trunk/; revision=2540
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f868744547..dd90161a19 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-04-20 Dan Winship <danw@helixcode.com> + + * camel-mime-utils.c (rfc2047_decode_word): use libunicode iconv + functions rather than libc ones (since libc might not have them). + (header_decode_date): add autoconfiscation on timezone code + + * camel.c (camel_init): call unicode_init () + 2000-04-20 NotZed <NotZed@HelixCode.com> * providers/mbox/camel-mbox-summary.c (message_struct_new): Trim |