aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-05-30 05:11:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-05-30 05:11:30 +0000
commit4a9326b4126c8892feee027b29a6203aeed5f76a (patch)
treec07e63a08d006c32c048df55aa1a2bee14da3cd1 /ChangeLog
parent9330b56c938671dd5fd129388a151837b83d630f (diff)
fixed a bug that messages could not be sent with POP before SMTP enabled.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3079 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83dc70bc..517479df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-05-30
+ * src/compose.c: compose_send(): fixed a bug that messages could not
+ be sent with POP before SMTP enabled ([sylpheed-jp:11173]).
+
+2012-05-30
+
* manual/ja/*.html
manual/ja/Makefile.am: convert the encoding of HTML files to UTF-8
(prevents garbled character with IE).