diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-15 07:43:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-15 07:43:38 +0800 |
commit | 9bf0f94434938ac790539b2951a106b2444461ad (patch) | |
tree | 73d85b1d219247c6eb97acf06ec54a8194901dd5 /camel/ChangeLog | |
parent | d10c848b4358873e91937f14d9ee52bc29fccf59 (diff) | |
download | gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar.gz gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar.bz2 gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar.lz gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar.xz gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.tar.zst gsoc2013-evolution-9bf0f94434938ac790539b2951a106b2444461ad.zip |
Changed this code to match the glibc iconv signature.
2001-02-14 Christopher James Lahey <clahey@ximian.com>
* camel-mime-filter-charset.c (complete, filter),
camel-mime-utils.c (rfc2047_decode_word, rfc2047_encode_word):
Changed this code to match the glibc iconv signature.
svn path=/trunk/; revision=8238
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7014035ac9..373a80b8f2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-02-14 Christopher James Lahey <clahey@ximian.com> + + * camel-mime-filter-charset.c (complete, filter), + camel-mime-utils.c (rfc2047_decode_word, rfc2047_encode_word): + Changed this code to match the glibc iconv signature. + 2001-02-14 Dan Winship <danw@ximian.com> * camel-store.c (camel_store_create_folder): New method to create |