1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/test/lisp/net
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
..
dbus-resources
mailcap-resources
netrc-resources
network-stream-resources
ntlm-resources
puny-resources
shr-resources
tramp-archive-resources
tramp-resources Add Tramp test 2022-05-05 09:54:31 +02:00
browse-url-tests.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
dbus-tests.el
dig-tests.el
gnutls-tests.el
hmac-md5-tests.el
mailcap-tests.el Restore HOME after mailcap-parsing-and-mailcap-mime-info 2022-03-17 16:13:01 +01:00
netrc-tests.el
network-stream-tests.el
newsticker-tests.el
nsm-tests.el
ntlm-tests.el
puny-tests.el
rcirc-tests.el
rfc2104-tests.el
sasl-cram-tests.el
sasl-scram-rfc-tests.el
sasl-tests.el
secrets-tests.el
shr-tests.el
socks-tests.el
tramp-archive-tests.el Add test for Tramp password handling 2022-04-25 12:57:01 +02:00
tramp-tests.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
webjump-tests.el