aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-25 08:59:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-25 08:59:29 +0000
commit67d6c453ec8126739d9588cf35bca3a5293a95fb (patch)
tree03a73348f5c294765a1b952b0900b89fda586ed6 /ChangeLog
parentab3ac6f4017a03390084d9293df4b7ce126f4572 (diff)
replaced popen() with GSpawn.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@289 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb96bc10..5a3dc317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-05-25
+ * src/utils.c: get_command_output(): use g_spawn_command_line_sync()
+ instead of popen().
+
+2005-05-25
+
* src/send_message.c: send_message_local(): use GSpawn, and detect
errors.