From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31783 invoked by alias); 17 Dec 2009 09:13:06 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 31774 invoked by uid 22791); 17 Dec 2009 09:13:05 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4B29F615.7090503@redhat.com> Date: Thu, 17 Dec 2009 09:13:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: "Matt McCormick (thewtex)" , Project Archer Subject: Re: [PATCH 2/2] [python] Document gdb.value_history_count References: <1260856483-24773-1-git-send-email-matt@mmmccormick.com> <1260856483-24773-2-git-send-email-matt@mmmccormick.com> <4B29F581.1020601@redhat.com> In-Reply-To: <4B29F581.1020601@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q4/txt/msg00116.txt.bz2 Apologies, hit reply instead of reply-all. Reply as forwarded. On 12/17/2009 09:10 AM, Phil Muldoon wrote: > On 12/15/2009 05:54 AM, Matt McCormick (thewtex) wrote: > >> 2009-12-14 Matt McCormick >> >> * gdb/doc/gdb.texinfo: Document gdb.value_history_count. > > ChangeLog entries corresponding to documentation patches belong in the > ChangeLog located in: src/gdb/doc. Also you need to indicate the > section the documentation patch is altering. So I would write the > entry as: > >> 2009-12-14 Matt McCormick >> >> * gdb.texinfo (Basic Python) : Document gdb.value_history_count. > > > Cheers, > > Phil