aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-23 11:12:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-23 11:12:18 +0000
commitbf5f75ea8aeb3740f3e41e3ccd115238c03a4c2e (patch)
treedb894768c76b7f07af08b80641e35ae8e7683077 /ChangeLog.ja
parent071030190a7d45b6cca8cf71f9f513f4c12c50a1 (diff)
Fixed the issue that ISO-8859-1 was forced for headers when body is US-ASCII only.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@187 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 0aaf2f77..38aede52 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,13 @@
2005-03-23
+ * src/compose.c:
+ compose_write_to_file()
+ compose_write_headers(): ヘッダ文字コードと本文文字コードを分割。
+ 本文が US-ASCII のみの場合にヘッダに ISO-8859-1 が強制されてしまう
+ 問題を修正。
+
+2005-03-23
+
* src/codeconv.c: conv_jistoeuc(): 補助漢字が出現したときの
バッファオーバーフローを修正(2005-03-17 以降の svn 版のみに影響)。