aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ad2bc83..006fe0c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2014-04-18
+ * libsylph/utils.[ch]
+ libsylph/mh.c
+ libsylph/procheader.c
+ libsylph/socket.c
+ src/addrcache.c
+ src/compose.c
+ src/template.c
+ src/addrbook.c
+ src/jpilot.c: replaced 'struct stat' passed to g_*stat() with
+ GStatBuf, which will be defined as struct _stat32 (win32) or
+ struct stat.
+
+2014-04-18
+
* configure.in: added -lgtkmacintegration check.
* src/compose.c
src/addressbook.c