aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 07:54:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 07:54:53 +0000
commit23694212858b9925ce1546b042dbdbf21c84de3d (patch)
treec1992f40e530b98b0bd3dd4470d13f14230ad31a /ChangeLog
parent77219caf8da3fc8604ee3b0dcaafb69269a40b20 (diff)
don't use off_t in struct.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1146 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 202d142a..3893d640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-09-06
+ * libsylph/procmsg.h: MsgInfo
+ src/compose.h: AttachInfo: don't use off_t because it's size may
+ change between compile time.
+
+2006-09-06
+
* libsylph/socket.c: retry waitpid() when it is interrupted
(thanks to Stefaan).