aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
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.ja
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.ja')
-rw-r--r--ChangeLog.ja19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index b84db75d..fc631c83 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,22 @@
+2005-03-03
+
+ * 不正なヘッダ文字列のフォールバックエンコーディングとして
+ Content-Type の charset を使用(Sergey Pinaev さん thanks)。
+ * src/textview.c: ヘッダを表示するときに Content-Type の charset
+ 情報と force-charset の設定を使用するようにした。
+ * src/codeconv.c: conv_iconv_strdup(): src と dest が同一でも、
+ また dest が US-ASCII でも変換するようにした。
+ conv_unmime_header(): 文字列が ascii でない場合はデフォルト
+ エンコーディングで変換を試みるようにした。
+ * src/procheader.[ch]:
+ procheader_get_header_array()
+ procheader_get_header_array_asis(): デフォルトエンコーディングの
+ 引数を追加。
+ procheader_parse_stream(): Content-Type の charset 情報を使用。
+ * src/procmime.[ch]: Content-Type ヘッダのパラメータを返す
+ procmime_scan_content_type_str() を追加。
+ * src/unmime.[ch]: 未使用の関数プロトタイプを削除。
+
2005-03-02
* version 1.9.4