aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6ba03a0069..795582c802b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-12-06 Eli Zaretskii <eliz@gnu.org>
2
3 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
4 fails, signal an error instead of continuing with an empty
5 string. (Bug#13079)
6 Encode expanded temp file pattern before passing it to mkstemp or
7 mktemp.
8
9 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
10 Encode the file name before passing it to dostounix_filename, in
11 case it will downcase it (under w32-downcase-file-names).
12 (Bug#12933)
13
12012-12-05 Paul Eggert <eggert@cs.ucla.edu> 142012-12-05 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Minor call-process cleanups. 16 Minor call-process cleanups.