aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorNoam Postavsky2014-10-25 12:12:01 +0300
committerEli Zaretskii2014-10-25 12:12:01 +0300
commita91ff4f4b1d835cc2c723429c06ddcb357f807c8 (patch)
treef32ac836d8644b60cbd6408acd4de9967c70e53a /test/ChangeLog
parentb5dc75aed71ecb2310a6689e2f7082243aa7e4ab (diff)
downloademacs-a91ff4f4b1d835cc2c723429c06ddcb357f807c8.tar.gz
emacs-a91ff4f4b1d835cc2c723429c06ddcb357f807c8.zip
Fix bug #18745 with invoking Windows batch files with embedded whitespace.
src/w32proc.c (create_child): If calling a quoted batch file, pass NULL for exe. nt/cmdproxy.c (batch_file_p): New function. (spawn): If calling a quoted batch file pass NULL for progname. test/automated/process-tests.el (process-test-quoted-batfile): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index bb4b2fbdc49..fb19252cd34 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
2
3 * test/automated/process-tests.el (process-test-quoted-batfile):
4 New test.
5
12014-10-20 Glenn Morris <rgm@gnu.org> 62014-10-20 Glenn Morris <rgm@gnu.org>
2 7
3 * Merge in all changes up to 24.4 release. 8 * Merge in all changes up to 24.4 release.