From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19500 invoked by alias); 19 Aug 2005 19:46:46 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 19445 invoked by uid 448); 19 Aug 2005 19:46:39 -0000 Date: Fri, 19 Aug 2005 19:46:00 -0000 Message-ID: <20050819194638.19444.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/component/tcl ChangeLog compTcl.cxx si ... X-SW-Source: 2005-q3/txt/msg00010.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-08-19 19:46:38 Modified files: sid/component/tcl: ChangeLog compTcl.cxx sid-api-trace.tcl Log message: 2005-08-19 Dave Brolley * Contribute the following changes: 2005-07-13 Dave Brolley * compTcl.cxx (set_attribute_value): Handle the configure! attribute. (find_pin): Don't handle the configure! pin. (relate): Don't handle the dynamic-configurator relation. (unrelate): Likewise. (configure_pin_handler): Removed. 2005-06-06 Dave Brolley * sid-api-trace.tcl (attribute_value): Handle component-type and victim attributes. * compTcl.cxx (tcl_component): component and configurable_component inherited virtually. (victim_name): New member of tcl_component. (set_attrinute_value): Handle victim-name attribute. (find_pin): Handle the "configure" pin specially. (relate): Handle the dynamic-configurator relation specially. (unrelate): Likewise. (configure_pin_handler,configure): New virtual overrides in tcl_component. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/ChangeLog.diff?cvsroot=src&r1=1.16&r2=1.17 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/compTcl.cxx.diff?cvsroot=src&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/tcl/sid-api-trace.tcl.diff?cvsroot=src&r1=1.1&r2=1.2