From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native compiler - passing command line options to C compiler Date: Wed, 01 Sep 2021 14:45:45 +0300 Message-ID: <83wno0r02e.fsf@gnu.org> References: <83bl5fkvky.fsf@gnu.org> <83v93njc3x.fsf@gnu.org> <831r69u5s3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21255"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 01 13:53:55 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mLOoU-0005IN-Ha for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Sep 2021 13:53:54 +0200 Original-Received: from localhost ([::1]:40982 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLOoS-0003lU-K7 for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Sep 2021 07:53:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLOgw-0000gL-2p for emacs-devel@gnu.org; Wed, 01 Sep 2021 07:46:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44518) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLOgv-00007W-1r; Wed, 01 Sep 2021 07:46:05 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3539 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLOgh-00021m-Fc; Wed, 01 Sep 2021 07:46:04 -0400 In-Reply-To: (message from Arthur Miller on Wed, 01 Sep 2021 00:53:31 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273643 Archived-At: > From: Arthur Miller > Cc: akrl@sdf.org, emacs-devel@gnu.org > Date: Wed, 01 Sep 2021 00:53:31 +0200 > > > No file. We no longer maintain ChangeLog files by hand, we generate > > them from Git log. So you should include in the patch the log message > > formatted according to ChangeLog rules, but not a patch to any > > specific ChangeLog file. > > Oki, guys here is one: no Windows check, but double checks left. That is what is > asked? Hopefully changelog works, I have tried to conform to instruction in > CONTRIBUTING and I have tried to keep mysef breef. Almost there: the commit log message should mention the files and functions where you made the changes. Look at the other log messages in git, and you will see the difference (feel free to ask if still unclear). Thanks for working on this.