From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Sat, 16 Jan 2010 16:50:23 -0500 Message-ID: <87y6jxk9cw.fsf@stupidchicken.com> References: <87wrzwp5gd.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263678644 25636 80.91.229.12 (16 Jan 2010 21:50:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jan 2010 21:50:44 +0000 (UTC) Cc: Juanma Barranquero , Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 16 22:50:36 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWGXS-0003Vs-J6 for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 22:50:34 +0100 Original-Received: from localhost ([127.0.0.1]:52671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWGXT-0007Fc-Cj for ged-emacs-devel@m.gmane.org; Sat, 16 Jan 2010 16:50:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWGXN-0007E0-H4 for emacs-devel@gnu.org; Sat, 16 Jan 2010 16:50:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWGXJ-0007CA-O3 for emacs-devel@gnu.org; Sat, 16 Jan 2010 16:50:29 -0500 Original-Received: from [199.232.76.173] (port=50555 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWGXJ-0007C7-ID for emacs-devel@gnu.org; Sat, 16 Jan 2010 16:50:25 -0500 Original-Received: from pantheon-po19.its.yale.edu ([130.132.50.75]:53216) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWGXJ-0002C1-Az for emacs-devel@gnu.org; Sat, 16 Jan 2010 16:50:25 -0500 Original-Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po19.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0GLoNHg019742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 16 Jan 2010 16:50:23 -0500 Original-Received: by furry (Postfix, from userid 1000) id B1528C05D; Sat, 16 Jan 2010 14:50:23 -0700 (MST) In-Reply-To: (Stefan Monnier's message of "Tue, 05 Jan 2010 23:34:11 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:120129 Archived-At: Stefan Monnier writes: >>>> It is against the emacs-23 branch, because I could not check out the >>>> trunk today. >>> Applied, thanks. >> When applying changes by non-committers, should we use the --author >> option of commit? > > Yes, that would be good. We will even have to require it if/when we > decide to auto-generate the ChangeLog file. > >> If so, is that supported by VC? > > I don't think so, I don't think we should require --author until VC supports it. It's a major inconvenience.