From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30468 invoked by alias); 15 Jan 2004 19:03:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30455 invoked from network); 15 Jan 2004 19:03:27 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Jan 2004 19:03:27 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id B20441A440D; Thu, 15 Jan 2004 14:01:42 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16390.58262.650738.503197@localhost.redhat.com> Date: Thu, 15 Jan 2004 19:03:00 -0000 To: Eli Zaretskii Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] Patch to imported readline to allow DJGPP build In-Reply-To: <4839-Tue30Dec2003081408+0200-eliz@elta.co.il> References: <7137-Mon29Dec2003100055+0200-eliz@elta.co.il> <16368.43916.468843.207711@localhost.redhat.com> <4839-Tue30Dec2003081408+0200-eliz@elta.co.il> X-SW-Source: 2004-01/txt/msg00391.txt.bz2 Eli Zaretskii writes: > > > There are some other local changes that I keep integrating at each > > import. I should probably have specified that in the changelog > > entry at the time. > > Yes, a good idea, IMHO. > I modified that Changelog entry. Index: ChangeLog.gdb =================================================================== RCS file: /cvs/src/src/readline/ChangeLog.gdb,v retrieving revision 1.15 diff -u -p -r1.15 ChangeLog.gdb --- ChangeLog.gdb 30 Dec 2003 07:25:18 -0000 1.15 +++ ChangeLog.gdb 15 Jan 2004 19:02:59 -0000 @@ -76,7 +76,8 @@ 2002-12-06 Elena Zannoni - Import of readline 4.3: + Import of readline 4.3. NB: This import includes those gdb + local changes that aren't in the official readline sources.