From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: File names in ChangeLog entries Date: Thu, 02 Dec 2021 20:43:02 -0600 Message-ID: <87tufqmmrt.fsf@red-bean.com> References: <831r2xt32t.fsf@gnu.org> <83ilw8sa9j.fsf@gnu.org> <835ys8s1gg.fsf@gnu.org> <87czmgruyc.fsf@gnuvola.org> <83h7bsqfxh.fsf@gnu.org> <87wnknpkvc.fsf@red-bean.com> Reply-To: Karl Fogel Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29164"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org, Stefan Monnier , Thien-Thi Nguyen To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 03 03:44:06 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 1msyYP-0007JQ-Vo for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 03:44:06 +0100 Original-Received: from localhost ([::1]:48426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msyYO-0002zW-LS for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 21:44:04 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36330) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msyXV-0001rI-60 for emacs-devel@gnu.org; Thu, 02 Dec 2021 21:43:09 -0500 Original-Received: from sanpietro.red-bean.com ([45.79.25.59]:36024) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msyXT-0003WH-3S; Thu, 02 Dec 2021 21:43:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=red-bean.com; s=202005newsp; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:Reply-To:References:Subject:Cc:To:From:Sender: Content-Transfer-Encoding:Content-ID:Content-Description; bh=8tAhWYeQ1ukeMoWKukba0hMXB3WrHQ0sSdbTPOwSV7I=; t=1638499386; x=1639708986; b=ggX73s9vyKwQMDrTqOlNLcLimaLNdOvOsAcv8UBDhvrJN17RoS55Sg8DRz00SXjApl6xamYRVX4 gtfmLk86sPR+9ytHMHW7+ATJ6+ukhzHf+BOc6Qj+U6U9eTjp24mfX9PDBKQAs4Ps6CqrVzcA3TVOS 7rVNZCpkjYUZty+OdbZzdidTqPGGjgjfhL2Dz9rU1HJvoXVf9PVaDF506Ppcz7OD84JOoh1LT2/Sg /ec/lUBf1rovUiFvgIpfEKKaI7uKwmg0N3bCR22ccKre8/KUelHvSU5NVgpYOrXPcn5aMrgC2h6em 4nWa2CJGpnUj5dJJZpoIv2OskQyHr2fNuh6Q==; Original-Received: from 99-112-125-163.lightspeed.cicril.sbcglobal.net ([99.112.125.163]:60372 helo=floss) by sanpietro.red-bean.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1msyXP-007mRG-MW; Fri, 03 Dec 2021 02:43:03 +0000 In-Reply-To: (Stefan Kangas's message of "Thu, 2 Dec 2021 03:02:16 -0800") Received-SPF: pass client-ip=45.79.25.59; envelope-from=kfogel@red-bean.com; helo=sanpietro.red-bean.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:280802 Archived-At: On 02 Dec 2021, Stefan Kangas wrote: >Karl Fogel writes: > >> Our CONTRIBUTE file does already say that 50 chars for the >> summary >> line is "nicer". (Although it gives that advice two points >> down >> from where we first mention the summary line, which is odd. >> I've >> attached a patch here that tries to improve this, and would >> appreciate others' review.) > >LGTM. Commit f35d6a9c732e (on emacs-28). Thanks for the review, Stefan.