aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5069811f12b..a2d4a21e973 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-06-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * process.c (handle_child_signal): Also use WCONTINUED.
4 This is so that list-processes doesn't mistakenly list the process
5 as stopped, when the process has actually been continued and is
6 now running.
7
12013-05-31 Paul Eggert <eggert@cs.ucla.edu> 82013-05-31 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Don't let D-bus autolaunch mess up SIGCHLD handling (Bug#14474). 10 Don't let D-bus autolaunch mess up SIGCHLD handling (Bug#14474).