From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Manheimer Newsgroups: gmane.emacs.devel Subject: Re: pgg symmetric encryption patch Date: Tue, 25 Oct 2005 16:26:41 -0400 Message-ID: <2cd46e7f0510251326w61ad1899wcf8286d04387e962@mail.gmail.com> References: <20051007100014.GB4850@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> <20051020144236.GA6418@kenny.sha-bang.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130272229 20989 80.91.229.2 (25 Oct 2005 20:30:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 20:30:29 +0000 (UTC) Cc: sascha schwab , "Daiki Ueno \(pgg author\)" , emacs-devel@gnu.org, "Richard M. Stallman" , Simon Josefsson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 22:30:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUVNj-0006EC-Rr for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 22:26:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUVNj-0000Aq-Bn for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 16:26:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUVNb-0000Ak-4l for emacs-devel@gnu.org; Tue, 25 Oct 2005 16:26:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUVNa-0000AX-HQ for emacs-devel@gnu.org; Tue, 25 Oct 2005 16:26:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUVNa-0000AU-Cw for emacs-devel@gnu.org; Tue, 25 Oct 2005 16:26:42 -0400 Original-Received: from [64.233.162.199] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUVNa-00084N-Ak for emacs-devel@gnu.org; Tue, 25 Oct 2005 16:26:42 -0400 Original-Received: by zproxy.gmail.com with SMTP id l8so1694nzf for ; Tue, 25 Oct 2005 13:26:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qbEsKivJlqFY1fakqwE5lMzdNECytkdnBnBwCYxlclrhYs1Uai2hMLtBzStpzP2MD3o6cfey6igbRV6wgXdNiHuvDVlmX58nrjwsUzmlaD32pjnNFwNSjzJzlwiAq4oNdqLvlr3pzFCB5AdMA+V5aaz5DSEO22apd3ID3mYETEE= Original-Received: by 10.36.91.16 with SMTP id o16mr82963nzb; Tue, 25 Oct 2005 13:26:41 -0700 (PDT) Original-Received: by 10.36.39.19 with HTTP; Tue, 25 Oct 2005 13:26:41 -0700 (PDT) Original-To: Sascha Wilde In-Reply-To: Content-Disposition: inline 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:44851 Archived-At: On 10/25/05, Sascha Wilde wrote: > Sascha Wilde wrote: > > > On Thu, Oct 20, 2005 at 04:12:58PM +0200, Simon Josefsson wrote: > >> Hi. Thanks for reminding me. I thought we were waiting for copyright > >> assignment papers? Have the FSF received papers for all authors? > > > > I signed papers and send them off by mail (from Germany) Saturday. > > Ok, papers are ready now, and the assignment process is complete. So > feel free to commit the patches, including my pgg symmetric encryption > stuff. my papers are in, too. i'm attaching a cumulative patch, including sascha wilde's and my changes (which are built on top of sascha's) against the current CVS repository. it include the ChangeLog and changes of pgg.el and pgg-gpg.el. this patch has some slight changes from the previous "omnibus" patch i submitted on october 12, including a small fix and a change which mitigates a byte-compiler warning. caveats: - there is one remaining compiler warning which was already in pgg.el - i don't know the right way to mitigate it, so i'm leaving it as is. - these patches do not bring the pgp or pgp5 suppport in line ie, neither sascha's nor my patches provide for that, i don't have access to any pgp implementation in order to correct it. as far as i can tell, however, the pgp support was already broken before either of us touched the pgg stuff. ken ken.manheimer@gmail.com