From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id WJ9BMCbRq2BxXgAAWB0awg (envelope-from ) for ; Mon, 24 May 2021 12:15:34 -0400 Received: by simark.ca (Postfix, from userid 112) id C3C261F11C; Mon, 24 May 2021 12:15:34 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D25131E01F for ; Mon, 24 May 2021 12:15:33 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7ED3C3891C09; Mon, 24 May 2021 16:15:33 +0000 (GMT) Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id 4D7F63890407; Mon, 24 May 2021 16:15:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4D7F63890407 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id CCDEA92009C; Mon, 24 May 2021 18:15:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id C5F6A92009B; Mon, 24 May 2021 18:15:30 +0200 (CEST) Date: Mon, 24 May 2021 18:15:30 +0200 (CEST) From: "Maciej W. Rozycki" To: Tom Tromey Subject: Re: [PATCH] MAINTAINERS: Update path to readline config.{sub,guess} files In-Reply-To: <87o8d0w40x.fsf@tromey.com> Message-ID: References: <625ee02d-9eeb-12fc-e340-72800922461b@redhat.com> <87o8d0w40x.fsf@tromey.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nick Clifton , Nick Clifton via Gdb-patches , binutils@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Mon, 24 May 2021, Tom Tromey wrote: > >> There is a note at the top of MAINTAINERS asking that ChangeLog entries > >> be not made for updates to this file, however I can see they have been. > > Nick> Weird. I see that note too, but I have no idea why it is there. > > Historically the GNU coding standards said not to make ChangeLog entries > for this kind of thing. But, also historically, the GNU tools ignored > this rule. Ack. Applied now with ChangeLog factored in appropriately. Thank you both for your review. Maciej