aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24f32f141e9..acd8d4481e7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12012-12-21 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (Finsert_file_contents): Doc fix.
4
5 * w32proc.c (new_child, delete_child, find_child_pid): For a
6 subprocess, consider its slot being in use as long as its process
7 handle (procinfo.hProcess) is not NULL. This avoids reusing the
8 slot when a new process is started immediately after killing
9 another one, without waiting enough time for the first process to
10 be reaped and resources allocated for it be orderly freed.
11 (Bug#13086)
12 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
13
142012-12-21 Chong Yidong <cyd@gnu.org>
15
16 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
17
18 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
19
202012-12-21 Eli Zaretskii <eliz@gnu.org>
21
22 * w32.c (get_name_and_id): Always pass NULL as the first argument
23 of lookup_account_sid. Avoids crashes with UNC file names that
24 refer to DFS domains, not to specific machine names. (Bug#12621)
25 Remove now unused argument FNAME; all callers changed.
26 (get_file_owner_and_group): Remove now unused argument FNAME; all
27 callers changed.
28
12012-12-21 Chong Yidong <cyd@gnu.org> 292012-12-21 Chong Yidong <cyd@gnu.org>
2 30
3 * editfns.c (Finsert_char): Since read-char-by-name now signals an 31 * editfns.c (Finsert_char): Since read-char-by-name now signals an