aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 645da892971..6e7f771d220 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-12-21 Eli Zaretskii <eliz@gnu.org>
2
3 * w32proc.c (new_child, delete_child, find_child_pid): For a
4 subprocess, consider its slot being in use as long as its process
5 handle (procinfo.hProcess) is not NULL. This avoids reusing the
6 slot when a new process is started immediately after killing
7 another one, without waiting enough time for the first process to
8 be reaped and resources allocated for it be orderly freed.
9 (Bug#13086)
10 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
11
12012-12-21 Chong Yidong <cyd@gnu.org> 122012-12-21 Chong Yidong <cyd@gnu.org>
2 13
3 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231). 14 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).