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: contributing to Emacs Date: Fri, 23 Jun 2023 10:17:13 +0300 Message-ID: <83v8fe1wcm.fsf@gnu.org> References: <83v8fnslfz.fsf@gnu.org> <87v8fnh1h2.fsf@web.de> <83mt0zs9rc.fsf@gnu.org> <0a968a4e1b267c0f15dd237e6ea12a709fc06d5e.camel@yandex.ru> <838rcisj7o.fsf@gnu.org> <6537fa5fa5c1fe8437ed99ee0988e35895f5a54b.camel@yandex.ru> <8423a35750d8d8e0437c7708f6b4d0bbdfdb7fe0.camel@yandex.ru> <87o7ldf7ky.fsf@web.de> <8cc19084ab18d0adb0f2cee4af14aa1b1d914a83.camel@yandex.ru> <87352p9izj.fsf@yahoo.com> <87pm5mvfgi.fsf@melete.silentflame.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9161"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, hi-angel@yandex.ru, arne_bab@web.de, ams@gnu.org, emacs-devel@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 23 09:17:23 2023 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 1qCb2p-0002AC-LO for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Jun 2023 09:17:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qCb2d-0005tL-19; Fri, 23 Jun 2023 03:17:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCb2Y-0005rp-Hy for emacs-devel@gnu.org; Fri, 23 Jun 2023 03:17:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCb2T-00027Z-M2; Fri, 23 Jun 2023 03:17:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=WJM274lDD5aSTlsYlbK6hSJTHV6BVKLEqFQ1SKPk4Nk=; b=ovMM5HPlaeBW oBN8+l1OpIfZAcoQOvW9POa1+uZ0Ru4lA72MqSzjqxkKV2UfLE+ZD8/tuQcB0YZLojaBqvGNglMfI lswpv3Zz0ppKBPIqULnb/BY0731DmsSXIzRoUjMQ+jyKbandIl2T0xrPnLWnoQmtXA9vqieYRAuXh mdQyZ7y7ExgECUCg6P4wRRcdLW52VmPOgDcmHqL44Z/0SgQznjId+TPYzAs1YjMvWkzCIwgp7wHiW yWWihn47aLEbQEqBk7xccOGiMitVV05/Rvp6M6uefZbBPCruMbUmIEiRulW6hb2XsSPZ2qR1iRuQd p24L/N4rVV8y+ePWZFUwxA==; Original-Received: from [87.69.77.57] (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 1qCb2S-00056t-B6; Fri, 23 Jun 2023 03:17:00 -0400 In-Reply-To: <87pm5mvfgi.fsf@melete.silentflame.com> (message from Sean Whitton on Fri, 23 Jun 2023 07:51:41 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307152 Archived-At: > From: Sean Whitton > Cc: Konstantin Kharlamov , "Dr. Arne Babenhauserheide" > , "Alfred M. Szmidt" , eliz@gnu.org, > emacs-devel@gnu.org > Date: Fri, 23 Jun 2023 07:51:41 +0100 > > On Sun 18 Jun 2023 at 06:12PM +08, Po Lu wrote: > > > Typically, free software maintainers expect patches to be a single > > context format diff, containing either edits to the appropriate > > ChangeLog file(s), or with ChangeLog entries prepended. > > This is not the typical case anymore. If a project is in git or > similar, then the expectation is that you send a patches series for all > but trivial changes. Not in this project. Here, the preference is the opposite one (but we will gladly accept series as well).