From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8358 invoked by alias); 9 Nov 2012 08:43:20 -0000 Received: (qmail 8350 invoked by uid 22791); 9 Nov 2012 08:43:20 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Nov 2012 08:43:10 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MD700H00PIE4800@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 09 Nov 2012 10:43:08 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MD700GBGPJWVQE0@a-mtaout21.012.net.il>; Fri, 09 Nov 2012 10:43:08 +0200 (IST) Date: Fri, 09 Nov 2012 08:43:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] partial fix PR 14777: Add abbrev cmd 'fo' for 'forward-search'. In-reply-to: <509CC020.3010506@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4o3yxni.fsf@gnu.org> References: <1352293267-6640-1-git-send-email-yao@codesourcery.com> <509CC020.3010506@codesourcery.com> 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/msg00239.txt.bz2 > Date: Fri, 9 Nov 2012 16:34:40 +0800 > From: Yao Qi > > 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? Almost. We don't mention bugfixes in NEWS, so just the second part will do. Something like The command 'forward-search' can now be abbreviated as 'fo'. Thanks.