From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: password-cache for smtpmail.el Date: Thu, 14 Feb 2008 01:58:47 +0000 Message-ID: <87ir0sfgdk.fsf@bzg.ath.cx> References: <87bq6ko75a.fsf@bzg.ath.cx> <3qbq6klcln.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202954386 16797 80.91.229.12 (14 Feb 2008 01:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 01:59:46 +0000 (UTC) Cc: Justus-bulk@Piater.name, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 03:00:09 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPTOG-0003Pm-JZ for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 02:59:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPTNm-00018p-Vl for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 20:59:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPTNF-0000p0-LJ for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:58:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPTNE-0000nn-2C for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:58:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPTND-0000nh-LH for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:58:51 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPTND-0007qh-79 for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:58:51 -0500 Original-Received: by ug-out-1314.google.com with SMTP id a2so975169ugf.48 for ; Wed, 13 Feb 2008 17:58:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=RNajVUvCH3eehk90Rwdu2KP2ly7PLzfxC/oUoUJmh2Y=; b=c15Y48zTFmw/nGMFaBG/DNYCD8GY+ErXElIpTMpGetsfK2UEvzJHA0aiT8gvflSqLdrwyQvRB/CHnS3tJQ87+tlH9BxLHWuVCBsvGkFwlHlgIdJBBpGOprXVPbR8vdWwCY5kuvdWErBjd4G484chEOlbri/SLACan/CXCCTlmyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=xgwcXcrxpTqcZS4sWoDKB4FxxoJUwiZ0F5A9P77Y2xoWqPMNDVcHgje1BgQAQKTM4oLSkjESdI9iOiz73kvYmHByajrTEGrYswvYbo2+JxbqnDbh6QrtJtX2BIPUNb0qzMkREgcwanXQk5s+nUpMDGlkfHR41rcGDbbkkVSNg6U= Original-Received: by 10.67.30.6 with SMTP id h6mr2693735ugj.6.1202954330009; Wed, 13 Feb 2008 17:58:50 -0800 (PST) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id 5sm4025514ugc.25.2008.02.13.17.58.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 13 Feb 2008 17:58:49 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 5D76E1575BC; Thu, 14 Feb 2008 01:58:47 +0000 (GMT) In-Reply-To: <3qbq6klcln.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 13 Feb 2008 17:23:48 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89032 Archived-At: Glenn Morris writes: > Bastien Guerry wrote: > >> I have tested this, looks fine. > > I don't see how it can be, without notice being paid to this comment > > The patch also applies against the latest CVS (MAIN/HEAD) version > 1.97, except that "password-cache" should be autoloaded instead of > "password" for recent development emacsen. Fair enough, I will fix this. Justus: is your full name "Justus Piater"? > The ChangeLog entry should be under the name of the patch author, not > yours. I assumed that this was the case for changes about authors that have a copyright assignement. But since I read in admin/notes/copyright: "Even if the changes are trivial, consider if they combine with previous changes by the same author to make a non-trivial total." I know understand the reason why the ChangeLog should always mention the name of the author. Thanks for the pointer. > And again, you probably want to wait more than 12 hours to allow > people to comment. Right. -- Bastien