1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
emacs/lisp/url
Stefan Kangas 2a8d083607 Drop support for the dead third-party w3 package
The w3 package was removed from GNU ELPA in 2020 as it doesn't run on
a recent Emacs, and development had stopped over a decade before that.
If anyone wants to revive the w3 package, they should look this all
over, but it doesn't make sense for us to maintain this support code.
Ref: https://debbugs.gnu.org/25395

* lisp/net/browse-url.el (browse-url-w3): Make obsolete.
(browse-url--browser-defcustom-type)
(browse-url-default-browser):
* lisp/ffap.el (ffap-url-at-point, ffap-file-at-point):
* lisp/net/newst-plainview.el (newsticker--buffer-do-insert-text):
* lisp/net/newst-reader.el (newsticker-html-renderer)
(newsticker-show-news):
* lisp/net/newst-treeview.el (newsticker--treeview-render-text):
* lisp/org/ol.el (org-store-link):
* lisp/url/url.el (url-retrieve): Remove w3 support code and related
documentation and comments.  (Bug#56435)

* test/lisp/net/browse-url-tests.el
(browse-url-tests-browser-kind): Adjust test for above changes.

* etc/TODO: Remove TODO to install W3.
* doc/misc/org.org (Handling Links): Don't mention W3.
* lisp/msb.el (msb--few-menus, msb--very-many-menus): Check for
eww-mode instead of w3-mode.
2022-07-09 17:27:49 +02:00
..
ChangeLog.1
url-about.el
url-auth.el
url-cache.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
url-cid.el
url-cookie.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
url-dav.el
url-dired.el Prefer defvar-keymap in url/*.el 2022-05-25 09:43:27 +02:00
url-domsuf.el
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el
url-handlers.el
url-history.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
url-http.el
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el
url-news.el
url-nfs.el
url-parse.el
url-privacy.el
url-proxy.el
url-queue.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
url-tramp.el Make url-tramp-convert-tramp-to-url more robust 2022-06-24 18:05:54 +02:00
url-util.el
url-vars.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
url.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00