From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83212 invoked by alias); 30 May 2017 09:37:18 -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 83170 invoked by uid 89); 30 May 2017 09:37:17 -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= 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; Tue, 30 May 2017 09:37:13 +0000 Received: by simark.ca (Postfix, from userid 33) id C0D571E4E3; Tue, 30 May 2017 05:37:15 -0400 (EDT) To: Eli Zaretskii Subject: Re: [PATCH v3] 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: Tue, 30 May 2017 09:37:00 -0000 From: Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org In-Reply-To: <83h902em24.fsf@gnu.org> References: <83shjmeqzk.fsf@gnu.org> <1496135555-7787-1-git-send-email-simon.marchi@ericsson.com> <83h902em24.fsf@gnu.org> Message-ID: <57631a79da4d7361b7b403996352af27@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00618.txt.bz2 On 2017-05-30 11:22, Eli Zaretskii wrote: >> From: Simon Marchi >> CC: Eli Zaretskii , Simon Marchi >> >> Date: Tue, 30 May 2017 11:12:35 +0200 >> >> Change the GDB 8.0 section of the NEWS file to try to follow this >> order: >> >> * Functional changes >> * Added and removed configurations and targets >> * New commands >> * New options >> * MI changes >> >> In particular, there were two "New commands" sections. >> >> gdb/ChangeLog: >> >> * NEWS (Changes in GDB 8.0): Remove extra empty line. Move >> "Removed targets and native configurations" up. Merge duplicate >> "New commands" sub-sections. Add "New options" sub-sections. > > Thanks, this is OK. Thanks, pushed to both master and gdb-8.0-branch. (Just noticed I went directly from v1 to v3, whoops)