aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-17 04:38:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-17 04:38:34 +0000
commit18cbac75df5f14039705fc2a6a7689e768f77ce2 (patch)
treeedea2aec0d77a62269cf2935ca580633788eef59 /ChangeLog
parentbe730b5824b0ea9af03152031552903d911a3f91 (diff)
modified Content-Transfer-Encoding selection for UTF-16 etc.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3577 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1889c88e..11a41b06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-11-17
+ * libsylph/procmime.c:
+ procmime_get_encoding_for_text_file()
+ procmime_get_encoding_for_str(): count 0x00 and 0x7f as
+ encode-required octet characters.
+
+2017-11-17
+
* src/compose.c: refactored UTF-16 support.
* libsylph/codeconv.c: conv_copy_file(): supported
UTF-16/UTF-16BE/UTF-16LE.