aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 10:24:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 10:24:21 +0000
commit80eca78e61ac6058abe0154d8e51860581dd92d5 (patch)
tree4d54baa73caf736f0d6bc32b697272f5e2428752 /ChangeLog
parent9284b3b9a8936ac973589bef2c3d791dae10efcf (diff)
imap.c: fixed parse errors when embedded null characters appeared in headers.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@353 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61e5c75a..e2fa82f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-06-20
+ * src/imap.c: replace embedded null characters with ' ' when parsing
+ block data (fix parse errors when embedded null characters appeared
+ in headers).
+ * src/socket.[ch]: modified *_getline() so that it returns the length
+ of string including embedded null characters.
+ * src/utils.[ch]: subst_null(): replaces null characters with
+ specified one.
+
+2005-06-20
+
* src/textview.c: added "Add to address book" to the context menu
(thanks to Tomohiro Masubuchi), and changed "Copy this link" to
"Copy this address" when address is clicked.