aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-03 10:46:03 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-03 10:46:03 +0000
commita80cf7559e18da4e89fae15c2ff10966b1983ffa (patch)
tree29c77b69a7cf2acff7a06c41a8369253e3773e63 /ChangeLog
parented32db180ae51bb50d6d819962f188173ed2c8b1 (diff)
use Content-Type's charset as a fallback encoding of broken header strings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@144 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cb7ed27..51895916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-03-03
+
+ * use Content-Type's charset as a fallback encoding of broken header
+ strings (thanks to Sergey Pinaev).
+ * src/textview.c: use Content-Type's charset information and
+ force-charset setting when displaying headers.
+ * src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
+ are identical, or dest is US-ASCII.
+ conv_unmime_header(): try to convert with default encoding if
+ string is not ascii.
+ * src/procheader.[ch]:
+ procheader_get_header_array()
+ procheader_get_header_array_asis(): added an argument for default
+ encoding.
+ procheader_parse_stream(): use Content-Type's charset information.
+ * src/procmime.[ch]: added procmime_scan_content_type_str() which
+ returns parameters of Content-Type header.
+ * src/unmime.[ch]: removed unused function prototype.
+
2005-03-02
* version 1.9.4