aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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
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')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff0c221d..2ba50a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-03-23
+ * src/compose.c:
+ compose_write_to_file()
+ compose_write_headers(): separate header charset and body charset.
+ Fixed the issue that ISO-8859-1 was forced for headers when body
+ is US-ASCII only.
+
+2005-03-23
+
* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
auxiliary Kanji appeared (only affects svn version after
2005-03-17).