1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Monnier
81cafdfe92 Move defvars out of eval-when-compile.
(url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.
2006-01-18 16:43:46 +00:00
Juanma Barranquero
26d874b218 (nntp-open-tls-stream, nntp-open-ssl-stream): Defvar at compile time. 2005-08-24 14:31:17 +00:00
Thien-Thi Nguyen
71ddfde5a5 Update years in copyright notice; nfc. 2005-08-06 15:55:38 +00:00
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Juanma Barranquero
6a2f8c56e8 (url-news): Finish `defgroup' description with period. 2005-07-04 01:11:51 +00:00
Masatake YAMATO
60b5eb7862 * url-imap.el (url-imap-open-host): Don't use
`string-to-int'. The port returned by `url-port'
is expected to be an integer.

* url-irc.el (url-irc): Ditto.

* url-news.el (url-news-open-host): Ditto.

* url-nfs.el (url-nfs-build-filename): Ditto.
2004-11-02 09:40:30 +00:00
Lars Hansen
00eef4de72 Update header and footer. 2004-10-19 21:36:56 +00:00
Simon Josefsson
5bbb0eb9ea url-vars.el (url-gateway-method): Add new method `tls'.
url-news.el (url-snews): Use nntp-open-tls-stream if
url-gateway-method is tls.
url-ldap.el (url-ldap-certificate-formatter): Use
tls-certificate-information if ssl.el is not available.
url-https.el (url-https-create-secure-wrapper): Use tls if ssl
is not available.
url-gw.el (url-open-stream): Support tls url-gateway-method.
(url-open-stream): Likewise.
2004-10-12 09:55:08 +00:00
Lars Hansen
df41da5eda Fix copyright notice. 2004-10-10 20:40:21 +00:00
Stefan Monnier
30bfc9cebf Minor text changes. 2004-04-12 04:05:43 +00:00
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Miles Bader
e5566bd545 Resolve CVS conflicts 2004-04-04 04:44:10 +00:00
Stefan Monnier
8c8b8430b5 Initial revision 2004-04-04 01:21:46 +00:00