aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 10:49:56 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-05 10:49:56 +0000
commit2e92fc601e3fe864617064bd081d7f23c298669d (patch)
tree90b2008ec5050c83d28e80acdc3eec521e206a53 /ChangeLog
parent12cb734c3c7ccdec2a7c9f7fc7517aa37d4fd385 (diff)
MinGW fix.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@472 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ebb3f4..fadd2f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-08-05
+ * src/mh.c
+ src/session.c
+ src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
+ * configure.in: added -lws2_32 on MinGW environment.
+
+2005-08-05
+
* src/filter.c
configure.in: check for regex.h and regcomp().