1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00
emacs/lisp/net
F. Jason Park 5699e43f27 Accommodate ircs:// URLs in url-irc and browse-url
* lisp/url/url-irc.el (url-irc-function): Change signature of function
interface to expect a final "scheme" argument, such as "ircs".
(url-irc): Call `url-irc-function' with new positional argument, the
scheme extracted via `url-type' from the input URL.
(url-irc-erc, url-irc-rcirc, url-irc-zenirc): Accept a URL scheme as a
sixth positional arg.
(url-ircs-default-port, url-ircs): Add new autoloaded constant and
alias for `url-scheme-get-property' to recognize.  Do this to avoid
having to add another file.
* lisp/net/browse-url.el (browse-url-irc-function): Add new option.
(browse-url--irc): Add new function to call `browse-url-irc-function'.
(browse-url-default-handlers): Add "irc://" entry.
(browse-url-irc): Add new function to serve as general handler for
"irc://" URLS.  Accept trailing variadic args to accommodate
non-browse-url interfaces as well.
* test/lisp/net/browse-url-tests.el
(browse-url-tests-select-handler-irc): Add test for "irc://" URL
pattern.
* etc/NEWS: Mention select browse-url and url-irc
changes.  (Bug#56514.)
2022-11-16 21:34:36 -08:00
..
ange-ftp.el Fix calling file name handler for `load'. 2022-11-04 15:39:58 +01:00
browse-url.el Accommodate ircs:// URLs in url-irc and browse-url 2022-11-16 21:34:36 -08:00
dbus.el * lisp/net/dbus.el (dbus-debug): Declare. (Bug#58865) 2022-11-01 16:35:40 +01:00
dictionary-connection.el
dictionary.el Bind "DEL" in dictionary-mode 2022-11-06 10:13:37 +02:00
dig.el
dns.el
eudc-bob.el
eudc-capf.el EUDC: Fix eudc-capf-message-expand-name nil result 2022-11-16 20:29:26 -05:00
eudc-export.el
eudc-hotlist.el
eudc-vars.el EUDC: Add ecomplete and mailabbrev backends 2022-11-08 18:19:15 -05:00
eudc.el EUDC: Add eudc-ignore-options-file customization 2022-11-07 20:05:05 -05:00
eudcb-bbdb.el
eudcb-ecomplete.el EUDC: Add ecomplete and mailabbrev backends 2022-11-08 18:19:15 -05:00
eudcb-ldap.el
eudcb-mab.el
eudcb-macos-contacts.el
eudcb-mailabbrev.el EUDC: Add ecomplete and mailabbrev backends 2022-11-08 18:19:15 -05:00
eww.el Better support for 'textarea' and 'select' tags in EWW 2022-11-10 11:45:40 +02:00
gnutls.el
goto-addr.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
hmac-def.el
hmac-md5.el
imap.el
ldap.el Move required options out of ldap-ldapsearch-args 2022-10-25 18:00:54 +03:00
mailcap.el
mairix.el
net-utils.el
network-stream.el Add the parameter :noquery to open-network-stream (bug#58948) 2022-11-02 20:22:10 +02:00
newst-backend.el ; Remove redundant declares of w3m-minor-mode-map 2022-10-29 17:06:16 +02:00
newst-plainview.el
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
nsm.el
ntlm.el
pop3.el
puny.el
rcirc.el * lisp/net/rcirc.el (rcirc-print): Replace misjudged assertion 2022-11-05 00:07:07 +01:00
rfc2104.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el
shr-color.el
shr.el
sieve-manage.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
sieve-mode.el
sieve.el
snmp-mode.el
soap-client.el
soap-inspect.el
socks.el
telnet.el
tramp-adb.el
tramp-archive.el
tramp-cache.el Handle context changes in Tramp kubernetes method 2022-10-25 16:34:42 +02:00
tramp-cmds.el
tramp-compat.el Add tramp-kubernetes integration 2022-10-05 03:10:06 +03:00
tramp-container.el ; Tramp copyedit 2022-10-26 13:59:37 +02:00
tramp-crypt.el
tramp-ftp.el
tramp-fuse.el
tramp-gvfs.el
tramp-integration.el * lisp/net/tramp.el (tramp-file-name-equal-p): Fix docstring. 2022-10-18 19:39:34 +02:00
tramp-rclone.el
tramp-sh.el ; Tramp copyedit 2022-10-26 13:59:37 +02:00
tramp-smb.el
tramp-sshfs.el
tramp-sudoedit.el Minor Tramp fixes 2022-10-15 18:21:13 +02:00
tramp-uu.el
tramp.el Fix calling file name handler for `load'. 2022-11-04 15:39:58 +01:00
trampver.el
webjump.el
zeroconf.el