From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 97abf92: * lisp/ibuffer.el: Add ability to (un-)mark or delete buffers in the region. Date: Tue, 15 Dec 2015 07:23:13 -0800 Message-ID: References: <20151214202200.14819.23782@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450193025 8240 80.91.229.3 (15 Dec 2015 15:23:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 15:23:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 15 16:23:40 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a8rRt-0003D3-Gi for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2015 16:23:33 +0100 Original-Received: from localhost ([::1]:37480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rRs-00004u-Pd for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2015 10:23:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rRi-0008OC-1R for emacs-devel@gnu.org; Tue, 15 Dec 2015 10:23:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8rRe-0003lH-F5 for emacs-devel@gnu.org; Tue, 15 Dec 2015 10:23:21 -0500 Original-Received: from mail-pf0-x233.google.com ([2607:f8b0:400e:c00::233]:36607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rRe-0003lC-9n; Tue, 15 Dec 2015 10:23:18 -0500 Original-Received: by mail-pf0-x233.google.com with SMTP id u66so6308115pfb.3; Tue, 15 Dec 2015 07:23:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=nfh24fLBgX8Aw1bh1nWRII5Fol2qpTDXOfqsnUTXMzA=; b=agBms7iEK227LN86W/Kej1sUAWtikTE3zQq4a9NEL1iXtvOeFiSTZvAK4p5v7qfI2G gs9PkOgETMJoAVgZBSGtnqhUdsCiNlaF8Pu3G/oarquYBTzBhOkTPSq6NanGMbI7WuF7 3dN0tItpjh5QR0CBRzjOiVrf2JnK0ZljOgMl93pExXseTsERZ4JbX+zJkCt9Rg6YqrrK 0ZgsNl5iYSX/M70y14oK8zUzHm7fXmRkSpTNkSSe6CdID29/bxQgEiMI7kPMrqavs16c 6ScJ96ghZbRwWsWRN1xHA52wOXUuRG1NkoOhDuVBDgIrwOnknKSN7xCVK55tjWgSwgS2 2C5Q== X-Received: by 10.98.13.25 with SMTP id v25mr45322210pfi.123.1450192997815; Tue, 15 Dec 2015 07:23:17 -0800 (PST) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id sy5sm3082658pac.5.2015.12.15.07.23.16 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 15 Dec 2015 07:23:16 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Vulcan.local (Postfix, from userid 501) id 0BBEB1174A1DC; Tue, 15 Dec 2015 07:23:16 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Tue, 15 Dec 2015 03:19:44 -0500") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (darwin) Mail-Followup-To: Glenn Morris , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196307 Archived-At: >>>>> Glenn Morris writes: > The convention is that the commit message should describe the changes to > individual functions, variables etc. Also "Copyright-paperwork-exempt: yes" > is missing in this case. Also I believe that real names are preferred unless > the author actively wants to use a pseudonym. > (Normally you run 'make change-history' and fix these things in the > generated ChangeLog, but that remains inoperable for non-master branches.) > Finally maybe it merits a NEWS entry, I dunno (did not look at the actual > substance of the patch). Thanks, Glenn, I'll do the followup work on this. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2