diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e80458c172f..d09ad50ba12 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-02-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-02-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * callproc.c (Fcall_process): Make sure program name in PATH and | ||
| 4 | new_argv[0] is encoded, if needed. Otherwise, un-encoded string | ||
| 5 | is passed to exec/spawnve, which fails unless the file-name | ||
| 6 | encoding is UTF-8. | ||
| 7 | |||
| 3 | * w32proc.c (sys_spawnve): Make sure escape_char is initialized, | 8 | * w32proc.c (sys_spawnve): Make sure escape_char is initialized, |
| 4 | even if w32-quote-process-args is nil. | 9 | even if w32-quote-process-args is nil. |
| 5 | 10 | ||