aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6ba03a0069..d9e566eae69 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Avoid code duplication between prev_frame and next_frame.
4 * frame.c (candidate_frame): New function. Add comment.
5 (prev_frame, next_frame): Use it. Adjust comment.
6
72012-12-06 Eli Zaretskii <eliz@gnu.org>
8
9 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
10 fails, signal an error instead of continuing with an empty
11 string. (Bug#13079)
12 Encode expanded temp file pattern before passing it to mkstemp or
13 mktemp.
14
15 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
16 Encode the file name before passing it to dostounix_filename, in
17 case it will downcase it (under w32-downcase-file-names).
18 (Bug#12933)
19
12012-12-05 Paul Eggert <eggert@cs.ucla.edu> 202012-12-05 Paul Eggert <eggert@cs.ucla.edu>
2 21
3 Minor call-process cleanups. 22 Minor call-process cleanups.