1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lisp/url
Noam Postavsky 97d5d1a1f4 Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)
* lisp/obsolete/tls.el: Moved from lisp/net/tls.el.
* lisp/gnus/nnimap.el:
* lisp/url/url-http.el: Don't require tls, since it's obsolete.
* lisp/net/network-stream.el: Only require tls if we actually try to
use it (i.e., when (gnutls-available-p) returns nil).  Declare some
functions to fix compilation warnings.

* lisp/obsolete/starttls.el: Moved from lisp/net/starttls.el.
* lisp/net/sieve-manage.el:
* lisp/net/network-stream.el: Don't require `starttls' at the
top-level, declare the variables and functions used instead.
(network-stream-open-starttls): Only require `starttls' if
needed (i.e., gnutls-available-p fails).

* etc/NEWS: Announce obsoletion.
2018-06-18 20:01:44 -04:00
..
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-about.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-auth.el Quieten url-auth.el compilation 2018-03-01 20:28:34 -05:00
url-cache.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
url-cid.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-cookie.el Add an undo command to url-cookie-mode 2018-04-15 22:48:28 +02:00
url-dav.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-dired.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-domsuf.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-expand.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-file.el * lisp/url/url-file.el: Use lexical-binding. 2018-04-20 16:56:53 -04:00
url-ftp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-future.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-gw.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-handlers.el * lisp/url/url-handlers.el: No need for subr-x at run-time. 2018-03-18 15:27:57 -07:00
url-history.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-http.el Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457) 2018-06-18 20:01:44 -04:00
url-imap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-irc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-ldap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-mailto.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-methods.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-misc.el Load mm-util as needed for url-file and url-data (Bug#30258) 2018-01-26 19:50:57 -05:00
url-news.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-nfs.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-ns.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-parse.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-privacy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-proxy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-queue.el Change gnutls-verify-error to be first-match 2018-04-13 15:08:18 +02:00
url-tramp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
url-util.el `url-domain' doc clarification 2018-05-01 14:29:11 +02:00
url-vars.el Update defcustom version for last patch to url-vars.el 2018-04-13 15:42:53 +02:00
url.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00