diff options
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 240f58c850b..cc77b18adba 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdproxy.c (get_next_token): Don't make backslashes disappear | ||
| 4 | without a trace when they are not followed by a quote. | ||
| 5 | (search_dir): Support searching programs whose file name already | ||
| 6 | has an arbitrary extension. (Bug#19817) | ||
| 7 | (main): When passing a command line to the shell, use cmd.exe | ||
| 8 | rules for quoting command-line tail. | ||
| 9 | |||
| 10 | 2015-03-03 Oscar Fuentes <ofv@wanadoo.es> | ||
| 1 | 2015-02-27 Mark Laws <mdl@60hz.org> | 11 | 2015-02-27 Mark Laws <mdl@60hz.org> |
| 2 | 12 | ||
| 3 | Support daemon mode on MS-Windows (bug#19688) | 13 | Support daemon mode on MS-Windows (bug#19688) |