aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-13 13:45:46 +0300
committerEli Zaretskii2014-04-13 13:45:46 +0300
commitced78c5a65b64b0e520b03cd3a987374ea4ca7d2 (patch)
tree0bfd621bb3f145f31046bdfa061ef34fc743e5c0 /src/ChangeLog
parentf2d164a4c6f3f0eb6f175b57012738aeaad2f294 (diff)
downloademacs-ced78c5a65b64b0e520b03cd3a987374ea4ca7d2.tar.gz
emacs-ced78c5a65b64b0e520b03cd3a987374ea4ca7d2.zip
Fix open-dribble-file's treatment of non-ASCII file names.
src/keyboard.c (Fopen_dribble_file): Encode the dribble file-name before passing it to system APIs.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2deeb61b95c..d885863d73c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12014-04-13 Eli Zaretskii <eliz@gnu.org> 12014-04-13 Eli Zaretskii <eliz@gnu.org>
2 2
3 * keyboard.c (Fopen_dribble_file): Encode the dribble file-name
4 before passing it to system APIs.
5
3 * puresize.h (BASE_PURESIZE): Bump by 1K. (Bug#17255) 6 * puresize.h (BASE_PURESIZE): Bump by 1K. (Bug#17255)
4 7
52014-04-13 Stefan Monnier <monnier@iro.umontreal.ca> 82014-04-13 Stefan Monnier <monnier@iro.umontreal.ca>