From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21270 invoked by alias); 29 Nov 2002 03:50:27 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 21262 invoked from network); 29 Nov 2002 03:50:23 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 29 Nov 2002 03:50:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6F81C3F30; Thu, 28 Nov 2002 22:50:09 -0500 (EST) Message-ID: <3DE6E3F1.7000108@redhat.com> Date: Thu, 28 Nov 2002 19:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Faylor Cc: insight@sources.redhat.com Subject: Re: [patch] remove Tix References: <1038424481.1963.0.camel@Imp> <20021128032632.GB28564@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q4/txt/msg00129.txt.bz2 > On Wed, Nov 27, 2002 at 11:14:40AM -0800, Martin M. Hunt wrote: > >>2002-11-27 Martin M. Hunt >> >> * generic/gdbtk.c (gdbtk_init): Don't call Tix_Init. >> Don't include tix.h >> >> * generic/gdbtk-hooks.c: Don't include tix.h. >> >> * generic/gdbtkj-cmds.c: Don't include tix.h. > > > Does this mean that we can remove tix from the insight module > on sources dot redhat dot com? Not really. If tix was removed, someone checking out: -D last-year insight would find that the no longer got tix (which was needed back then). Might end up doing something like adding a module: insight-5-3 Andrew