From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: Small patch to enable use of gpg-agent with pgg Date: Wed, 22 Mar 2006 10:49:27 +0100 Message-ID: <871wwuhkrc.fsf@latte.josefsson.org> References: <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com> <2cd46e7f0510061541w73bb6a92wb6d22829b6e804ae@mail.gmail.com> <20051007100014.GB4850@kenny.sha-bang.local> <2cd46e7f0510071106k3d4d3e6agc36f16a37d8b6bc6@mail.gmail.com> <20051007214952.GA30235@kenny.sha-bang.local> <20051008103627.GA1218@kenny.sha-bang.local> <2cd46e7f0510081131h14e2bbeaga7f1a33ebd6347c8@mail.gmail.com> <2cd46e7f0510101415t76825ea7u9749fe23da54ce@mail.gmail.com> <2cd46e7f0510121647x3c51fb65pc883ed61f4e864ab@mail.gmail.com> <2cd46e7f0510200708x4640d1c2t50743cf439e52dd4@mail.gmail.com> <87pskfq361.fsf@latte.josefsson.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143021000 28019 80.91.229.2 (22 Mar 2006 09:50:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Mar 2006 09:50:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: ding-owner+m10883@lists.math.uh.edu Wed Mar 22 10:49:58 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLzyX-00033o-Dh for ding-account@gmane.org; Wed, 22 Mar 2006 10:49:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FLzyR-0008Cp-00; Wed, 22 Mar 2006 03:49:51 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FLzyC-0008BA-00 for ding@lists.math.uh.edu; Wed, 22 Mar 2006 03:49:36 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FLzyA-0004R4-M8 for ding@lists.math.uh.edu; Wed, 22 Mar 2006 03:49:36 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FLzy9-0001Ps-00 for ; Wed, 22 Mar 2006 10:49:33 +0100 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k2M9nRJa007824; Wed, 22 Mar 2006 10:49:28 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060322:emacs-devel@gnu.org::J9+H/8503COWeykE:1p0H X-Hashcash: 1:21:060322:ding@gnus.org::VZUdCixRNN7oU7iO:8O5x In-Reply-To: (Reiner Steib's message of "Tue, 21 Mar 2006 22:29:45 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62356 gmane.emacs.devel:51955 Archived-At: Reiner Steib writes: > On Tue, Mar 21 2006, Simon Josefsson wrote: > >> I've installed this on Emacs CVS trunk, Gnus v5-10 and Gnus CVS. > > The versions differed in whitespace. I've synced them now. > > I also removed the bogus pgg-gpg.el entry in lisp/gnus/ChangeLog > (added by Miles' sync script). pgg-gpg.el is in lisp, where Simon > already added a ChangeLog entry. Thanks!