From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Tue, 05 Jan 2010 23:34:11 -0500 Message-ID: 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 1262752499 17160 80.91.229.12 (6 Jan 2010 04:34:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 04:34:59 +0000 (UTC) Cc: Chong Yidong , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 05:34:52 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 1NSNbf-0002Qw-Ht for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 05:34:51 +0100 Original-Received: from localhost ([127.0.0.1]:57529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSNbg-00019O-0e for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 23:34:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSNb8-0000aJ-SG for emacs-devel@gnu.org; Tue, 05 Jan 2010 23:34:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSNb3-0000Um-W4 for emacs-devel@gnu.org; Tue, 05 Jan 2010 23:34:18 -0500 Original-Received: from [199.232.76.173] (port=51354 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSNb3-0000UY-Q0 for emacs-devel@gnu.org; Tue, 05 Jan 2010 23:34:13 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:56677 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSNb2-0005NA-UI for emacs-devel@gnu.org; Tue, 05 Jan 2010 23:34:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlQGABOhQ0vO+KPG/2dsb2JhbACBRdIqhDAEiik X-IronPort-AV: E=Sophos;i="4.49,226,1262581200"; d="scan'208";a="53107081" Original-Received: from 206-248-163-198.dsl.teksavvy.com (HELO ceviche.home) ([206.248.163.198]) by ironport2-out.pppoe.ca with ESMTP; 05 Jan 2010 23:34:11 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 85F43B4077; Tue, 5 Jan 2010 23:34:11 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Wed, 6 Jan 2010 01:43:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:119502 Archived-At: >>> 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, Stefan