From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29043 invoked by alias); 13 Jul 2008 03:26:03 -0000 Received: (qmail 28995 invoked by uid 22791); 13 Jul 2008 03:26:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 13 Jul 2008 03:25:44 +0000 Received: (qmail 10864 invoked from network); 13 Jul 2008 03:25:43 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jul 2008 03:25:43 -0000 Message-ID: <487975AF.4030306@codesourcery.com> Date: Sun, 13 Jul 2008 03:26:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sources.redhat.com Subject: Re: RFA: Remove gdb-events References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-07/txt/msg00245.txt.bz2 Tom Tromey wrote: > BTW, why is there a separate doc/ChangeLog? I don't think it adds > much value; in fact it partly hides the way that code and > documentation change may be tied. The same applies to > testsuite/ChangeLog. > doc/ChangeLog is purely inertia; I would be fine with merging it up in some way. testsuite/ChangeLog, both here and in many other components, is an artifact of the old habit of packaging testsuites separately. I think that the separation of change entries still makes some sense, because the kinds of files and the testsuite structure is so different, but now that I set my intuition down in writing, it doesn't seem that brilliant. :-) Stan