From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20661 invoked by alias); 4 Feb 2002 19:40:12 -0000 Mailing-List: contact sourcenav-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-cvs-owner@sources.redhat.com Received: (qmail 20615 invoked by uid 613); 4 Feb 2002 19:40:10 -0000 Date: Mon, 04 Feb 2002 11:40:00 -0000 Message-ID: <20020204194009.20610.qmail@sources.redhat.com> From: mdejong@sources.redhat.com To: sourcenav-cvs@sourceware.cygnus.com Subject: src/snavigator ChangeLog gui/combo.tcl tests/g ... X-SW-Source: 2002/txt/msg00002.txt.bz2 List-Id: CVSROOT: /cvs/sourcenav Module name: src Changes by: mdejong@sources.redhat.com 2002-02-04 11:40:09 Modified files: snavigator : ChangeLog snavigator/gui : combo.tcl snavigator/tests/gui: combo.test Log message: * gui/combo.tcl (-state, -readonly): Implement a read only entry widget with a binding that ignores all key press events. The previous implementation depended on a local modification that added a -state readonly property to the entry widget. We can't depend on that modification since it will not exist in a system install of Tk 8.3. * tests/gui/combo.test: Add test case for selecttext member function. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/snavigator/ChangeLog.diff?cvsroot=sourcenav&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/snavigator/gui/combo.tcl.diff?cvsroot=sourcenav&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/snavigator/tests/gui/combo.test.diff?cvsroot=sourcenav&r1=1.1.1.1&r2=1.2