From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127768 invoked by alias); 28 May 2017 21:18:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 127459 invoked by uid 89); 28 May 2017 21:18:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=interest X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 May 2017 21:18:07 +0000 Received: by simark.ca (Postfix, from userid 33) id A9F6B1E4E8; Sun, 28 May 2017 17:18:08 -0400 (EDT) To: Eli Zaretskii Subject: Re: [PATCH master/8.0] Fix NEWS formatting in GDB 8.0 section X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 28 May 2017 21:18:00 -0000 From: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org In-Reply-To: <83inkpklh4.fsf@gnu.org> References: <1495714361-17422-1-git-send-email-simon.marchi@ericsson.com> <83inkpklh4.fsf@gnu.org> Message-ID: <15815a00b8c9ae22697217c6247872b7@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00589.txt.bz2 On 2017-05-25 17:24, Eli Zaretskii wrote: > Thanks for catching this. > > I think we want it the other way around, though: move flash-erase > entry to the "New commands" section that comes after "New MI > commands", to be consistent with what we did in previous releases. Hmm do you have an example of this? There hasn't been new MI commands in a while from what I can see. I put it this way because CLI commands are of interest to way more people than MI commands, so I think they should be higher in the list. But AFAIK, the order of NEWS is usually just the chronological order in which things were added (unless adding an item to an existing subsection), we don't follow a defined structure. Simon