aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-16 07:52:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-16 07:52:54 +0000
commit7fb480447736bd7e7371c53e5def624724028240 (patch)
treee9ac097352b2ec26733966a4ea2501c361c299c5 /ChangeLog
parentdb17b30f820b2d0736a4ff2539f78f99294b548a (diff)
supported UTF-16 text attachments on sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3573 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 36aa71ea..58f4881b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-11-16
+
+ * libsylph/codeconv.[ch]: conv_check_file_encoding(): added detection
+ of UTF-16/UTF-16BE/UTF-16LE.
+ src/compose.c: automatically convert attached UTF-16 text file to
+ UTF-8.
+
2017-11-15
* src/printing.c: use GTK_UNIT_PIXEL instead of GTK_UNIT_POINTS