aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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).