comparison admin/FOR-RELEASE @ 83231:549734260e34

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-714 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-271
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Dec 2004 22:20:27 +0000
parents 2a3f27a45698 8cf051896b6b
children 4ee39d9428b0
comparison
equal deleted inserted replaced
83230:d8738586aaec 83231:549734260e34
33 ** Clean up flymake.el to follow Emacs Lisp conventions. 33 ** Clean up flymake.el to follow Emacs Lisp conventions.
34 34
35 ** Fix up url-ldap.el. 35 ** Fix up url-ldap.el.
36 36
37 * BUGS 37 * BUGS
38
39 ** Ange-ftp should ignore irrelevant IPv6 errors:
40
41 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
42 From: "Piet van Oostrum" <piet@cs.uu.nl>
43 To: emacs-pretest-bug@gnu.org
44 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
45
46 Symptoms:
47
48 C-x C-f /ftp.nluug.nl:/
49
50 The problem is that the DNS first gives an IPV6 address. However our
51 router doesn't do IPV6. Ftp then falls back to IPV4:
52
53 ftp> open ftp.nluug.nl
54 Trying 2001:610:1:80aa:192:87:102:36...
55 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host
56 Trying 192.87.102.36...
57 Connected to ftp.nluug.nl.
58
59 Ange-ftp chokes on the `No route to host' message and doesn't look any
60 further.
61
62 I think in the near future we will see more of this problem, so it might be
63 time to make anfe-ftp more intelligent.
38 64
39 ** Mailabbrev should quote addresses to correspond to RFC 822. 65 ** Mailabbrev should quote addresses to correspond to RFC 822.
40 See http://article.gmane.org/gmane.emacs.devel/27585 66 See http://article.gmane.org/gmane.emacs.devel/27585
41 67
42 ** The '@' character should not expand addresses in mailabbrev 68 ** The '@' character should not expand addresses in mailabbrev