aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-05-21 03:49:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-05-21 03:49:53 +0000
commit434d2aaea54f6ea8f13ce28bf59cb4d5164ef889 (patch)
tree2a3dbb0e922440f1bc3cad4e5a64a255ef7c64df /ChangeLog
parent324d7ec0253e654699ad1cee2f519c4b54884ccb (diff)
libsylph/socket.c: sock_kill_process(): prevent redundant error messages when waitpid() is interrupted by EINTR.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2541 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 ebaa7e96..84107fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-05-20
+ * libsylph/socket.c: sock_kill_process(): prevent redundant error
+ messages when waitpid() is interrupted by EINTR.
+
+2010-05-20
+
* src/compose.c: added "Open" menu in the attach context menu.
attach_button_pressed(): modify sensitivity of attach context menu.