aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-07 08:53:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-07 08:53:08 +0000
commitff3045b71d336885b3c0895125fb33e98adf1e2b (patch)
treee3692d8e4d5630c4d0e7ab0a69b28bc20b88e489 /ChangeLog
parent0babc209e9160d4c34916af2fc1f7ca09861df1b (diff)
when encoding headers, use outgoing encoding to determine B or Q encoding instead of MB_CUR_MAX.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1924 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12ada46f..9300b090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-07
+
+ * libsylph/codeconv.c: conv_encode_header(): use outgoing encoding
+ to determine B or Q encoding instead of MB_CUR_MAX.
+
2007-11-08
* libsylph/utils.c: my_memmem(): fixed buffer overrun bug (though