aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-12-21 11:32:43 -0800
committerGlenn Morris2012-12-21 11:32:43 -0800
commita4b0cca119b01dc55bad802ef696c857fe014482 (patch)
treef2df86b3d472d15d3bbb69274325a7c0090f65b3 /src/ChangeLog
parent0e9c7693712014196946a83709a83c08a7dfea25 (diff)
parent160b3852018831b830a7451f29f770fb49810342 (diff)
downloademacs-a4b0cca119b01dc55bad802ef696c857fe014482.tar.gz
emacs-a4b0cca119b01dc55bad802ef696c857fe014482.zip
Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
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