aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-03 09:59:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-03 09:59:07 +0000
commit259781cdc07743cd510bb312f97edef77fe5aa5d (patch)
treeb58f2704d2efc8409ed5165f2869a872e6525b3c /ChangeLog
parent03312ea3156e88eeffabd86ae4c02462ed2a8d7a (diff)
utils.c: replaced fork() + exec() with GSpawn.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@459 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 962bb9c1..3eff3ed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-03
+
+ * src/utils.c:
+ execute_async()
+ execute_sync(): replaced fork() + exec() with GSpawn.
+
2005-08-02
* src/compose.c