aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-25 19:30:24 +0200
committerEli Zaretskii2013-12-25 19:30:24 +0200
commit9ab3ce4d2f1c6409d36072192bfce797ec189837 (patch)
treef4de06d08f0705af82b9bf0e50d6973b92fe63ef /src/ChangeLog
parentfec0e8283f7ce156c6fa1aa86a36a84ada54965b (diff)
downloademacs-9ab3ce4d2f1c6409d36072192bfce797ec189837.tar.gz
emacs-9ab3ce4d2f1c6409d36072192bfce797ec189837.zip
Fix bug #16252 with 'mailto:' documents passed to w32-shell-execute.
src/w32fns.c (Fw32_shell_execute): Make DOCUMENT absolute only if it is a file name.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a883182754d..1e8684c4ddb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (Fw32_shell_execute): Make DOCUMENT absolute only if it
4 is a file name. (Bug#16252)
5
12013-12-25 Chong Yidong <cyd@gnu.org> 62013-12-25 Chong Yidong <cyd@gnu.org>
2 7
3 * keyboard.c (Voverriding_terminal_local_map): 8 * keyboard.c (Voverriding_terminal_local_map):