# HG changeset patch # User Claus Gittinger # Date 999629916 -7200 # Node ID 677de8e0b42336683e5173f3344686c3e94b821e # Parent dff682eb74fc0a79d9ddf2362315518f983439a2 protocol rename diff -r dff682eb74fc -r 677de8e0b423 KeyboardProcessor.st --- a/KeyboardProcessor.st Thu Aug 23 13:19:16 2001 +0200 +++ b/KeyboardProcessor.st Tue Sep 04 20:58:36 2001 +0200 @@ -111,7 +111,7 @@ ^ rawKey size == 4 and:[rawKey startsWith:'Cmd'] ! ! -!KeyboardProcessor methodsFor:'Compatibility - ST80'! +!KeyboardProcessor methodsFor:'Compatibility - VW'! keyboardConsumers ^ #() @@ -305,5 +305,5 @@ !KeyboardProcessor class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.23 2001-08-20 23:19:33 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.24 2001-09-04 18:58:01 cg Exp $' ! ! diff -r dff682eb74fc -r 677de8e0b423 UIBuilder.st --- a/UIBuilder.st Thu Aug 23 13:19:16 2001 +0200 +++ b/UIBuilder.st Tue Sep 04 20:58:36 2001 +0200 @@ -119,7 +119,7 @@ Verbose := false "/ debugging flag ! ! -!UIBuilder methodsFor:'Compatibility - ST80'! +!UIBuilder methodsFor:'Compatibility - VW'! wrapper "ST/X has no wrappers - return the view here" @@ -400,6 +400,6 @@ !UIBuilder class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.50 2000-12-16 17:53:55 ps Exp $' + ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.51 2001-09-04 18:58:28 cg Exp $' ! ! UIBuilder initialize! diff -r dff682eb74fc -r 677de8e0b423 WindowBuilder.st --- a/WindowBuilder.st Thu Aug 23 13:19:16 2001 +0200 +++ b/WindowBuilder.st Tue Sep 04 20:58:36 2001 +0200 @@ -149,7 +149,7 @@ "Modified: / 4.8.1998 / 19:40:14 / cg" ! ! -!WindowBuilder methodsFor:'Compatibility - ST80'! +!WindowBuilder methodsFor:'Compatibility - VW'! source "same as #application, for ST-80 compatibility" @@ -1266,5 +1266,5 @@ !WindowBuilder class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.91 2000-12-16 17:53:16 ps Exp $' + ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.92 2001-09-04 18:58:36 cg Exp $' ! !