From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58317 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Sync of Gnus with Emacs Date: Mon, 23 Aug 2004 10:59:01 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093251681 18238 80.91.224.253 (23 Aug 2004 09:01:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 09:01:21 +0000 (UTC) Original-X-From: ding-owner+M6858@lists.math.uh.edu Mon Aug 23 11:01:10 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 1BzAhS-00081N-00 for ; Mon, 23 Aug 2004 11:01:10 +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 1BzAhA-0002m1-00; Mon, 23 Aug 2004 04:00:52 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BzAh3-0002lv-00 for ding@lists.math.uh.edu; Mon, 23 Aug 2004 04:00:45 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BzAh0-0008QD-TJ for ding@lists.math.uh.edu; Mon, 23 Aug 2004 04:00:42 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 1E7AE3A0218 for ; Mon, 23 Aug 2004 04:00:41 -0500 (CDT) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BzAgz-0006WH-00 for ; Mon, 23 Aug 2004 11:00:41 +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, 23 Aug 2004 11:00:40 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 11:00:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:pfc42H3IZQQxYxkcebYgWcLRMVA= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58317 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58317 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: >> Maybe when all this is finished would be a good time to release a new >> Gnus 5.10 version from the v5-10 branch? >> >> According to 'cvs diff -r v5-10-6 -r v5-10' there seem to be enough >> changes to motivate a new release... > > ACK. But it is not finished yet. There are several relevant changes > (on Gnus in the Emacs trunk) that should be included. When this is > done, the "gnus-5_10-branch" is merged into the Emacs trunk (see the > thread[1] on emacs-devel). It doesn't make much sense to release > 5.10.7 before. Right. > BTW, as you are much more familiar with imap.el then me, could you > please look at the following change (and if you don't like it, discuss > a different solution with Stefan)? > > ,---- > | 2004-08-22 Stefan Monnier > | [...] > | * imap.el (imap-parse-address-list, imap-parse-body-ext): > | Disable incorrect use of `assert'. > `---- I noticed this, and it looks fine. The new code wouldn't raise an error on buggy servers, though, but perhaps that is a bonus...