aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4c3195973c..302010ec769 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-02-02 Eli Zaretskii <eliz@gnu.org>
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
8 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
9 even if w32-quote-process-args is nil.
10
12013-02-01 Paul Eggert <eggert@cs.ucla.edu> 112013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Fix timestamp bug when write-region appends nothing (Bug#13149). 13 Fix timestamp bug when write-region appends nothing (Bug#13149).