aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-27 09:38:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-27 09:38:59 +0000
commit1eb11e809a4df81e1d031232165bc27ba2a3b86e (patch)
treecb816b03b1fe764bb52603996b492a4dd24c39cc /ChangeLog
parentbb3198f2d62bed964486d882faad3c50a19534e0 (diff)
win32: implemented remote command using TCP socket.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@692 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 510e59c1..b25ed6df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-10-27
+ * libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
+ fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
+ * src/main.c: win32: implemented remote command using TCP socket.
+
+2005-10-27
+
* src/compose.c: add hbox into the window before creating option menu
(fixed initially wrong widget size).