diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-08 18:48:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-08 18:48:35 -0700 |
commit | 8e07ea1a05e801e52061e880aa36b7cec5895f5a (patch) | |
tree | 3a5c701604b3193360d3f42ea0c213aae6ad6a4e /nt/ChangeLog | |
parent | e427b55370b28f55e285ce0ee4328246eb7522ea (diff) | |
parent | 344c6adab932fd329c11d76d7a0fff12d250bba2 (diff) | |
download | emacs-8e07ea1a05e801e52061e880aa36b7cec5895f5a.tar.gz |
Merge from origin/emacs-24
344c6ad Improve MS-Windows build instructions (Bug#19989)
eb62887 lisp/dired.el (dired-delete-file): Doc fix. (Bug#20021)
Conflicts:
lisp/ChangeLog
nt/ChangeLog
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r-- | nt/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index cc77b18adba..78630415c6f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,15 @@ +2015-03-09 Eli Zaretskii <eliz@gnu.org> + + * INSTALL: Add some more installation instructions for mingw-get + users. (Bug#19989) + +2015-03-09 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-03-09 Eli Zaretskii <eliz@gnu.org> 2015-03-03 Eli Zaretskii <eliz@gnu.org> * cmdproxy.c (get_next_token): Don't make backslashes disappear |