hi all,
just updated tcl/tk to 8.4.something. Getting Pd to use it requires this:
--- pd.tk~ 2003-05-05 13:40:42.000000000 +0200 +++ pd.tk 2003-05-29 14:21:24.000000000 +0200 @@ -912,8 +912,8 @@ bind $name.c <KeyRelease> {pdtk_canvas_keyup %W %K %A} bind $name.c <Motion> {pdtk_canvas_motion %W %x %y 0} bind $name.c <Alt-Motion> {pdtk_canvas_motion %W %x %y 4}
-# bind $name.c <Unmap> {puts stderr map}
@@ -1117,7 +1117,7 @@ # invisible (arg is ""). Invisibility means the Window Manager has minimized # us. We don't get a final "unmap" event when we destroy the window. proc pdtk_canvas_map {name arg} {