From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?UHJ6ZW15c8WCYXcgV29qbm93c2tp?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] for review - making use of {EXEEXT} more uniform in makefiles. Date: Fri, 20 Feb 2015 22:58:34 +0100 Message-ID: <54E7AE0A.6090402@cumego.com> References: <54E79986.4000909@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1424469543 5117 80.91.229.3 (20 Feb 2015 21:59:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2015 21:59:03 +0000 (UTC) To: Paul Eggert , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 22:58:55 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 1YOvb4-0000rp-Hx for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2015 22:58:54 +0100 Original-Received: from localhost ([::1]:34342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOvb4-0004Mn-38 for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2015 16:58:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOvaq-0004Mi-RY for emacs-devel@gnu.org; Fri, 20 Feb 2015 16:58:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOvan-0001tj-Ii for emacs-devel@gnu.org; Fri, 20 Feb 2015 16:58:40 -0500 Original-Received: from smtp21.iq.pl ([86.111.242.226]:44096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOvan-0001sc-9C for emacs-devel@gnu.org; Fri, 20 Feb 2015 16:58:37 -0500 Original-Received: (qmail 12856 invoked from network); 20 Feb 2015 21:58:35 -0000 Original-Received: from unknown (HELO [192.168.1.106]) (esperanto@cumego.com@[159.205.28.44]) (envelope-sender ) by smtp20.iq.pl with AES128-SHA encrypted SMTP for ; 20 Feb 2015 21:58:35 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: <54E79986.4000909@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.111.242.226 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:183335 Archived-At: Is a ChangeLog entry needed when a patch touches only the tests? W dniu 20.02.2015 o 21:31, Paul Eggert pisze: > Michal Nazarewicz wrote: >> Unless there are some concerns I’ll push the fixed patch on Monday. > > It's missing a ChangeLog entry and a commit message. Could you please construct > a single combined patch (rather than two), and generate it with the command 'git > format-patch', and attach it to a followup email? For an example of an email > containing such a patch, please see: > > http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00909.html >