aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a8956bec31..6c52ad45be2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-02-01 Eli Zaretskii <eliz@gnu.org> 12014-02-01 Eli Zaretskii <eliz@gnu.org>
2 2
3 * print.c (Fexternal_debugging_output): If the argument character
4 is non-ASCII, encode it with the current locale's encoding before
5 writing the result to the terminal. (Bug#16448)
6
3 * w32fns.c (Fw32_shell_execute): Don't call file-exists-p for 7 * w32fns.c (Fw32_shell_execute): Don't call file-exists-p for
4 DOCUMENT that is a "remote" file name, i.e. a file-handler exists 8 DOCUMENT that is a "remote" file name, i.e. a file-handler exists
5 for it. (Bug#16558) 9 for it. (Bug#16558)