aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-12-05 22:17:10 -0800
committerGlenn Morris2012-12-05 22:17:10 -0800
commitd8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1 (patch)
tree511f16e150fca1ed64ec71800eb0e62a9d95578a /src/ChangeLog
parentb7f3003fdd2e6baacddcd7657708e887a6580785 (diff)
parente1d51545ced3cf6f58c44891563dfaf62c34b411 (diff)
downloademacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.tar.gz
emacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.zip
Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org
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.