From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id A45083858C78 for ; Fri, 29 Sep 2023 15:48:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A45083858C78 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org 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 1qmFin-0008D9-Uw; Fri, 29 Sep 2023 11:48:07 -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=5vwzDtsNFVBV8I/gZAeKYl/CJwe7mZzWqFTIQDy68nY=; b=XrWYaJuMJI1C 3kIXSTKoigHqBplGQJEdoUdHv0bLmxX9B0xeG1eMdAZWEosOt7ewQiOmsV+ZrWqJNGXQcxc737KUD uRPgocEObKu3/PRIMpX5zuEAhwkKSoKa7DUtON9NdJi9J+aJcMdvA4NaWpBGlhoF7CwHu9HuK+2SM uvyvEq8cEBaBR+xUvVxwaWJ8a9934RLaQMI+ZZgNfPo96ZN9p+jlPmlRlzg0/wgq8E4NJzmMcnT/M NYsLhD1SbV1oxlIVEG5httHg8vst/szp+FwjN/MSeqMGA5sFxAyDEOYOSKny6frcTuSthGD1lO4Ms ceWsjQUYrxYy2IyWwIsBFA==; Date: Fri, 29 Sep 2023 18:47:29 +0300 Message-Id: <83v8btx9pq.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org, aburgess@redhat.com, tom@tromey.com, pedro@palves.net In-Reply-To: (message from Andrew Burgess via Gdb-patches on Fri, 29 Sep 2023 14:31:19 +0100) Subject: Re: [PATCH] gdb/NEWS: reorder some entries in the NEWS file References: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Cc: Andrew Burgess , Tom Tromey , > Pedro Alves > Date: Fri, 29 Sep 2023 14:31:19 +0100 > From: Andrew Burgess via Gdb-patches > > > I spotted two entries in the NEWS file that I believe are in the wrong > place, these are: > > - An entry about MI v1 being deprecated, this feels like it should > be the first entry under the 'MI changes' heading, and > > - An entry for the $_shell convenience function which is currently > under the 'New commands' heading (sort of), when I think this > should be listed in the general news section. > > --- > > I've CC'd the authors of the two pieces I've moved in case they > object, otherwise I'll push this in a few days. Thanks, fine by me.