From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: Moving files from lisp/gnus/ to lisp/net/? Date: Mon, 25 Oct 2004 15:07:44 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <4nzn2jud2r.fsf@lifelogs.com> <4nwtxjvriw.fsf@lifelogs.com> <20041024122025.GA4950@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098709740 9968 80.91.229.6 (25 Oct 2004 13:09:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 13:09:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 15:08:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CM4af-0002eW-00 for ; Mon, 25 Oct 2004 15:08:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4iJ-00082H-KN for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 09:16:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM4iB-00081u-6L for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:16:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM4i9-00081F-Te for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:16:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM4i9-000813-PW for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:16:33 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CM4a1-0008Fm-I0 for emacs-devel@gnu.org; Mon, 25 Oct 2004 09:08:09 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CM4a0-0002mp-00 for ; Mon, 25 Oct 2004 15:08:08 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 15:08:08 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2004 15:08:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Ow7UWCogmwLcUxbukGPJjDLfSt4= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28903 Stefan writes: >> Incidentally, I realized that password.el could be enhanced with >> support for netrc.el (i.e., passwords stored in ~/.authinfo), or even >> storing passwords via customize (in ~/.emacs). > > Sure. We're in feature freeze I'm not sure if I knew that. Is there some way to find out, if I forget again? If I knew that, I'm not sure if I would have proposed moving files from lisp/gnus/. It seem like that is something that could also wait until after the release. Moving the files might just take time away from more important things. > tho, so better stop thinking about how things could be further > changed and start thinking about how to get the manual and the > remaining bugs fixed, instead. Otherwise we'll never reach a > release. Right. I'll move read-passwd to password.el and document it now.