From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15906 invoked by alias); 25 Nov 2005 08:27:45 -0000 Received: (qmail 15897 invoked by uid 22791); 25 Nov 2005 08:27:45 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Nov 2005 08:27:44 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-211-74.inter.net.il [83.130.211.74]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id CAF40489 (AUTH halo1); Fri, 25 Nov 2005 10:27:34 +0200 (IST) Date: Fri, 25 Nov 2005 14:30:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sources.redhat.com In-reply-to: <20051124235723.GL1635@adacore.com> (message from Joel Brobecker on Thu, 24 Nov 2005 15:57:23 -0800) Subject: Re: [RFA/doc] New Year Procedure Reply-to: Eli Zaretskii References: <20051122195636.GR1635@adacore.com> <20051124235723.GL1635@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00452.txt.bz2 > Date: Thu, 24 Nov 2005 15:57:23 -0800 > From: Joel Brobecker > Cc: gdb-patches@sources.redhat.com > > I agree with all of your comments. Here is a new patch with all your > recommendations applied. > > 2005-11-24 Joel Brobecker > > * gdbint.texinfo (Start of New Year Procedure): New chapter. > > OK to apply? Yes, but please take care of a few more gotchas first ;-) > +@cindex New Year Procedure It is a general convention in GNU documentation that index entries should use lower-case letters. So "@cindex new year procedure". > +contain a reference to the previous ChangeLog. The following should ^^ Please always leave two blanks after a period that ends a sentence. > +also be preserved at the end of the new ChangeLog, in order to provide > +the appropriate settings when editing this file with emacs: ^^^^^ "Emacs" would be better here, as it's a proper name. TIA