summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@users.sourceforget.net>2015-02-10 18:51:14 +0200
committerEli Zaretskii <eliz@gnu.org>2015-02-10 18:51:14 +0200
commit680ee61d04e220e0b2eb4246c8f33773e0185852 (patch)
tree026af2929f7f38f4c1725208301de3f4f6a026e8 /nt/ChangeLog
parent4b0b27d0018f040bda6a2ec885fa54c666d9c083 (diff)
downloademacs-680ee61d04e220e0b2eb4246c8f33773e0185852.tar.gz
Backport fix for bug#18745 from master.
nt/cmdproxy.c (batch_file_p): New function. (spawn): If calling a quoted batch file pass NULL for progname.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d1f953f9ac5..861cb18f0b2 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-10 Noam Postavsky <npostavs@users.sourceforget.net>
+
+ * nt/cmdproxy.c (batch_file_p): New function.
+ (spawn): If calling a quoted batch file pass NULL for progname.
+ (Bug#18745)
+
2015-02-10 Eli Zaretskii <eliz@gnu.org>
* cmdproxy.c (get_next_token): Don't make backslashes disappear