aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2021-06-07 20:41:30 +0200
committerMichael Albinus2021-06-07 20:41:30 +0200
commitfcc827619f2cdac9d574f49e08ce4e5be41daf0a (patch)
treef472744db6604108ec9b2888ed9092e56d515f26 /etc
parent89f91e502ec484e7e544c3d33de596da5fe53f73 (diff)
downloademacs-fcc827619f2cdac9d574f49e08ce4e5be41daf0a.tar.gz
emacs-fcc827619f2cdac9d574f49e08ce4e5be41daf0a.zip
Improve support of remote files in browse-url.el
* etc/NEWS: Mention support of remote file browsing. * lisp/net/browse-url.el (browse-url-of-buffer): Revert last change. (browse-url-of-file): Use temporary file in case of remote file. (Bug#48397)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ff06a13a986..64b39d737aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1599,6 +1599,11 @@ symbol property to the browsing commands. With a new command
1599'browse-url-with-browser-kind', an URL can explicitly be browsed with 1599'browse-url-with-browser-kind', an URL can explicitly be browsed with
1600either an internal or external browser. 1600either an internal or external browser.
1601 1601
1602---
1603*** Support for browsing of remote files.
1604If a remote file is taken, a local temporary copy of that file is
1605passed to the browser.
1606
1602*** Support for the conkeror browser is now obsolete. 1607*** Support for the conkeror browser is now obsolete.
1603 1608
1604*** Support for the Mosaic browser has been removed. 1609*** Support for the Mosaic browser has been removed.