head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.28.14.53.45;	author mi;	state dead;
branches;
next	1.1;

1.1
date	99.11.28.18.31.13;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to itcl 3.2. Don't build stubs. Run tests after tests.

Install iwidgets2.2.0 in  addition to 3.0.0. The older  version is still
in  use by  some  scripts and  continues to  come  with itcl3.2.  Change
maintainer to ports@@

Approved by:	maintainer's silence
@
text
@--- ../generic/itcl_ensemble.c.orig	Sat Aug  8 16:38:24 1998
+++ ../generic/itcl_ensemble.c	Wed Nov  3 15:05:39 1999
@@@@ -1626,7 +1626,7 @@@@
      *  another "ensemble" command.  Use the current ensemble as
      *  the parent, and find or create an ensemble part within it.
      */
-    ensName = TclGetStringFromObj(objv[1], (int*)NULL);
+    ensName = Tcl_GetStringFromObj(objv[1], (int*)NULL);
 
     if (ensData) {
         if (FindEnsemblePart(interp, ensData, ensName, &ensPart) != TCL_OK) {
@


1.1
log
@Update to use Tcl/Tk version 8.2.

Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@@

