Mercurial > emacs
diff lisp/url/ChangeLog @ 57886:60d07d8a52e1
* 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.
| author | Masatake YAMATO <jet@gyve.org> |
|---|---|
| date | Tue, 02 Nov 2004 09:40:30 +0000 |
| parents | 705620eb98c4 |
| children | 9eeb05e27d32 |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Tue Nov 02 09:28:48 2004 +0000 +++ b/lisp/url/ChangeLog Tue Nov 02 09:40:30 2004 +0000 @@ -1,3 +1,15 @@ +2004-11-02 Masatake YAMATO <jet@gyve.org> + + * 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-10-20 John Paul Wallington <jpw@gnu.org> * url-gw.el (url-gateway-nslookup-host):
