aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
author2 <NotZed@Ximian.com>2001-10-03 08:12:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-03 08:12:49 +0800
commit65014a74aa55209e8e5b65549be26645dabd7cba (patch)
treeb64e6409bde5e0b0310df1928b30fd3d85c831cd /camel/ChangeLog
parent7d2487975feeee0be69890e92fe3eca609fe25c3 (diff)
downloadgsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar.gz
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar.bz2
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar.lz
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar.xz
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.tar.zst
gsoc2013-evolution-65014a74aa55209e8e5b65549be26645dabd7cba.zip
Change to camel_charset_iconv_open/close.
2001-10-02 <NotZed@Ximian.com> * camel-sasl-digest-md5.c (digest_response): Change to camel_charset_iconv_open/close. * camel-pgp-context.c (pgp_verify): Change to camel_charset_iconv_open/close. * camel-mime-part-utils.c (convert_buffer): Change to camel_charset_iconv_open(). * camel-mime-filter-charset.c (camel_mime_filter_charset_new_convert, finalise): Change to camel_charset_iconv_open, etc. * camel-mime-utils.c: Use the camel_charset_iconv_open/close() functions to open/close it. * camel-charset-map.c (camel_charset_iconv_open): New function, wrap iconv_open, so we can cache ic's. (camel_charset_iconv_close): Likewise for close. (camel_charset_map_init,shutdown): Init/free iconv cache. svn path=/trunk/; revision=13361
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 28e367be14..9f4c6b6653 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,26 @@
+2001-10-02 <NotZed@Ximian.com>
+
+ * camel-sasl-digest-md5.c (digest_response): Change to
+ camel_charset_iconv_open/close.
+
+ * camel-pgp-context.c (pgp_verify): Change to
+ camel_charset_iconv_open/close.
+
+ * camel-mime-part-utils.c (convert_buffer): Change to
+ camel_charset_iconv_open().
+
+ * camel-mime-filter-charset.c
+ (camel_mime_filter_charset_new_convert, finalise): Change to
+ camel_charset_iconv_open, etc.
+
+ * camel-mime-utils.c: Use the camel_charset_iconv_open/close()
+ functions to open/close it.
+
+ * camel-charset-map.c (camel_charset_iconv_open): New function,
+ wrap iconv_open, so we can cache ic's.
+ (camel_charset_iconv_close): Likewise for close.
+ (camel_charset_map_init,shutdown): Init/free iconv cache.
+
2001-10-02 Jeffrey Stedfast <fejj@ximian.com>
* camel-charset-map.c (camel_charset_to_iconv): Revert my