From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2304 invoked by alias); 9 Nov 2012 08:35:03 -0000 Received: (qmail 2115 invoked by uid 22791); 9 Nov 2012 08:35:01 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_BM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Nov 2012 08:34:53 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TWk3B-0007mk-6h from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 09 Nov 2012 00:34:53 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 9 Nov 2012 00:34:53 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Fri, 9 Nov 2012 00:34:52 -0800 Message-ID: <509CC020.3010506@codesourcery.com> Date: Fri, 09 Nov 2012 08:35:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Subject: Re: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'. References: <1352293267-6640-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1352293267-6640-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg00238.txt.bz2 On 11/07/2012 09:01 PM, Yao Qi wrote: > gdb/doc: > 2012-11-07 Yao Qi > > * gdb.texinfo (Search): Add kindex for 'fo'. > gdb: > 2012-11-07 Yao Qi > > PR gdb/14777. > * source.c (_initialize_source): Call add_com_alias to abbreviate > 'forward-search' as 'fo'. Here is the news entry to this fix, because this fix is visible to users. OK? -- Yao gdb: 2012-11-09 Yao Qi * NEWS: Mention the fix to the ambiguity of 'fo' command. --- gdb/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 069b84f..5ed029f 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -24,6 +24,9 @@ * The 'cd' command now defaults to using '~' (the home directory) if not given an argument. +* The ambiguity of 'fo' command is fixed and it is the abbreviated command + of 'forward-search'. + * New configure options --enable-libmcheck/--disable-libmcheck -- 1.7.7.6