From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82183 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch master updated: m0-5-97-gafdb0e3 =6= Revert "Add recent argument to nnimap-find-article-by-message-id" ; Fix for macos keychain access ; gnus-try-warping-via-registry: [bugfix] don't act as though you've found the article when you haven't ; gnus-request-head: when gnus-override-method is set, allow the backend `request-head' function to determine the group name on its own. ; Change gnus-set-difference from O(N^2) to O(N) ; Filter out negative article numbers during expiry Date: Fri, 31 Aug 2012 13:38:05 +0900 Organization: Emacsen advocacy group Message-ID: References: <87ehmpqto6.fsf@dex.adm.naquadah.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1346388007 32434 80.91.229.3 (31 Aug 2012 04:40:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Aug 2012 04:40:07 +0000 (UTC) Cc: ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M30451@lists.math.uh.edu Fri Aug 31 06:40:08 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T7J1X-0008DQ-0z for ding-account@gmane.org; Fri, 31 Aug 2012 06:40:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1T7J00-0001db-Ug; Thu, 30 Aug 2012 23:38:28 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T7Izz-0001dR-N6 for ding@lists.math.uh.edu; Thu, 30 Aug 2012 23:38:27 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T7Izo-0000FY-Ou for ding@lists.math.uh.edu; Thu, 30 Aug 2012 23:38:27 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T7Izn-0002Ag-3z for ding@gnus.org; Fri, 31 Aug 2012 06:38:15 +0200 Original-Received: from localhost ([127.0.0.1]:36779) by orlando.hostforweb.net with smtp (Exim 4.77) (envelope-from ) id 1T7Izg-00061p-7I; Thu, 30 Aug 2012 23:38:08 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.2.50 (i686-pc-cygwin) Cancel-Lock: sha1:hv/CbhCoDdbgw6NU8MP9f8M6t2Y= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82183 Archived-At: Julien Danjou wrote: > On Wed, Aug 29 2012, Dave Abrahams wrote: >> - Log ----------------------------------------------------------------- >> commit afdb0e3005c7bc272b37602693eb24169fe9c0de >> Author: Dave Abrahams >> Date: Tue Aug 28 12:34:49 2012 -0700 >> >> Revert "Add recent argument to nnimap-find-article-by-message-id" >> >> This reverts commit ac8ce21091b89a7a05ad821854f4d3e7ff35a394. >> >> Conflicts: >> >> lisp/ChangeLog >> lisp/nnimap.el > I think you should at least modify the changelog file to add the fact > that you reverted something, and explain why you did it. > And all your others commits miss changelog entries too, as far as I can > see. Wasn't your change to nnimap.el incomplete? BTW, I've added change log entries temporarily for the sake of synch'ng Emacs trunk with Gnus master. Please fix wrong ones by yourself if any.