diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-24 00:24:11 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-24 00:24:11 -0800 |
commit | d4547511735190a81449727a89dc90f6ef1d99a3 (patch) | |
tree | 21a30d3770b340cfbd67df4875d3c9a1d782bc20 /src/ChangeLog | |
parent | 0c5ef1333558423f0eb0f14934fffb1b4bce0946 (diff) | |
download | emacs-d4547511735190a81449727a89dc90f6ef1d99a3.tar.gz |
Revert recent change for Bug#8855.
As reported by Harald Hanche-Olsen in
<http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00445.html>
the change introduces a further bug, of creating lots of zombie
processes in some cases. Further work is needed to come up with a
better fix for Bug#8855.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c9893b2f4f..99abda8a884 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2012-11-24 Paul Eggert <eggert@cs.ucla.edu> + + Revert recent change for Bug#8855. + As reported by Harald Hanche-Olsen in + <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00445.html> + the change introduces a further bug, of creating lots of zombie + processes in some cases. Further work is needed to come up with a + better fix for Bug#8855. + 2012-11-24 Eli Zaretskii <eliz@gnu.org> * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse |