aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-14 11:11:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-14 11:11:50 +0000
commitbdb6a57dffe028e673708ae1bd26207c6a8ad08e (patch)
tree588d104215ac3e6fb7fc2daac09e805a1073deb4 /ChangeLog
parent136e1e02a3c4f5fb7b7e96e2bc88ac7d5fe9f779 (diff)
do a strict check for code conversion when sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@167 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3f808f..05813e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-03-14
+ * src/compose.c: compose_write_to_file(): do a strict check for code
+ conversion.
+ * src/codeconv.[ch]:
+ conv_codeset_strdup_full()
+ conv_iconv_strdup()
+ conv_iconv_strdup_with_cd(): added an argument to return an error
+ value.
+
+2005-03-14
+
* src/smtp.[ch]
src/prefs_account.c: implemented PLAIN authentication method
(thanks to mori).