aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-21 09:22:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-21 09:22:55 +0000
commit8cae6b38ed3b7a367707d338f79515ce9ce06425 (patch)
treef33c079697908036cf47163b8c4ead7b308b6d21 /ChangeLog.ja
parenta4df1249bf67980ad2d51083e0f38ea74245761e (diff)
fixed modified-UTF7 to UTF-8 conversion.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@442 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 6baf2897..eda19c74 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,13 @@
2005-07-21
+ * src/imap.c: imap_modified_utf7_to_utf8(): 文字列が '+' を含むときの
+ modified-UTF7 から UTF-8 への変換を修正。
+ imap_utf8_to_modified_utf7(): locale 依存の isprint() の代わりに
+ g_ascii_isprint() を使用。
+ 変換エラー時の警告を修正。
+
+2005-07-21
+
* src/prefs_folder_item.c: パスを GtkLabel で表示。
2005-07-20