aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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
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')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2e7ae83..5f02ea6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-07-21
+ * src/imap.c:
+ imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
+ conversion when the string includes '+'.
+ imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
+ locale-dependent isprint().
+ Fixed warnings on conversion error.
+
+2005-07-21
+
* src/prefs_folder_item.c: display path with GtkLabel.
2005-07-20