From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58375 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Sync of Gnus with Emacs Date: Wed, 01 Sep 2004 16:50:35 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nvff9lu28.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094050415 15173 80.91.224.253 (1 Sep 2004 14:53:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2004 14:53:35 +0000 (UTC) Original-X-From: ding-owner+M6917@lists.math.uh.edu Wed Sep 01 16:53:23 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2WUE-0004PT-00 for ; Wed, 01 Sep 2004 16:53:23 +0200 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 1C2WS5-0005CR-00; Wed, 01 Sep 2004 09:51:09 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C2WS1-0005CM-00 for ding@lists.math.uh.edu; Wed, 01 Sep 2004 09:51:05 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C2WS1-0003RZ-2c for ding@lists.math.uh.edu; Wed, 01 Sep 2004 09:51:05 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id CD45E3A00B3 for ; Wed, 1 Sep 2004 09:50:53 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C2WRo-0001zB-00 for ; Wed, 01 Sep 2004 16:50:52 +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 ; Wed, 01 Sep 2004 16:50:51 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2004 16:50:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:zAT1RF6Bxo7mz9aJqI/wYl8I1m0= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58375 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > - Post a message in this thread that you have checked (and installed) > your changes. I've back ported a bunch of fixes from HEAD to the v5-10 branch. I believe the only non-trivial part was the change of canlock.el and sha1-el.el, which mostly was done to remove the use of OpenSSL. The code has been untouched on HEAD for several months, so I believe it is safe though. Of course, if someone feels otherwise, just revert that part. If somebody is syncing this with Emacs CVS, I think sha1-el.el should be renamed to sha1.el, and the callers updated. The old name doesn't make sense now that sha1.el isn't around. (The story used to be that sha1.el was a generic front end to sha1-el.el and sha1-dl.el, the latter which used dynamically loaded Emacs modules.) I was worried that some Emacs20->21 fixes in HEAD might accidentally been committed to v5-10 (which should work on Emacs 20 as well, IIUC), but I was able to build v5-10 using emacs20, so I guess it is fine.