diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-07 08:53:08 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-07 08:53:08 +0000 |
commit | ff3045b71d336885b3c0895125fb33e98adf1e2b (patch) | |
tree | e3692d8e4d5630c4d0e7ab0a69b28bc20b88e489 /ChangeLog.ja | |
parent | 0babc209e9160d4c34916af2fc1f7ca09861df1b (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.ja')
-rw-r--r-- | ChangeLog.ja | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index f23833a4..51d685e1 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,9 @@ +2007-12-07 + + * libsylph/codeconv.c: conv_encode_header(): B または Q + エンコーディングを決定するのに MB_CUR_MAX ではなく送信 + エンコーディングを使用するようにした。 + 2007-11-08 * libsylph/utils.c: my_memmem(): バッファオーバーランバグを修正 |