aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-02-01 11:22:51 +0200
committerEli Zaretskii2014-02-01 11:22:51 +0200
commitcb13e9a8427eb0f198f6c95f2107a41c264f93a2 (patch)
tree624e33482ab36cc2e8b149d5086681b3e411dfc0 /src/ChangeLog
parent94304aea88c1b80eb95ffaa8ffb88cf52207ec5b (diff)
downloademacs-cb13e9a8427eb0f198f6c95f2107a41c264f93a2.tar.gz
emacs-cb13e9a8427eb0f198f6c95f2107a41c264f93a2.zip
Fix bug #16558 with w32-shell-execute on remote file names.
src/w32fns.c (Fw32_shell_execute): Don't call file-exists-p for DOCUMENT that is a "remote" file name, i.e. a file-handler exists for it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec17d7ace4f..8a8956bec31 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-02-01 Eli Zaretskii <eliz@gnu.org>
2
3 * 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
5 for it. (Bug#16558)
6
12014-01-30 Andreas Schwab <schwab@linux-m68k.org> 72014-01-30 Andreas Schwab <schwab@linux-m68k.org>
2 8
3 * process.c (create_process): Reset SIGPROF handler in the child. 9 * process.c (create_process): Reset SIGPROF handler in the child.