uff - version methods changed to return stings
authorClaus Gittinger <cg@exept.de>
Sat, 11 Nov 1995 16:54:10 +0100
changeset 219 9ff0660f447f
parent 218 10072d9beba5
child 220 0baa613accc6
uff - version methods changed to return stings
Color.st
Colormap.st
ContrWMenu.st
Controll.st
Controller.st
ControllerWithMenu.st
Cursor.st
DMedium.st
DRootView.st
Depth16Image.st
Depth1Image.st
Depth24Image.st
Depth2Image.st
Depth4Image.st
Depth8Image.st
DevDraw.st
DevFormH.st
DevHandle.st
DevViewH.st
DevWorkst.st
DeviceHandle.st
DeviceWorkstation.st
DisplayMedium.st
DisplayRootView.st
Font.st
FontDescr.st
FontDescription.st
Form.st
GC.st
GLXWorkstat.st
GLXWorkstation.st
GraphAttr.st
GraphicsAttributes.st
GraphicsContext.st
Image.st
ImageRdr.st
ImageReader.st
KeybdFwd.st
KeybdMap.st
KeyboardForwarder.st
KeyboardMap.st
ModalBox.st
PopUpView.st
PseudoV.st
ResourcePack.st
RsrcPack.st
ShadowV.st
ShadowView.st
SimpleView.st
StandardSystemView.st
StdSysV.st
TopView.st
View.st
ViewStyle.st
WEvent.st
WGroup.st
WSensor.st
WTrans.st
WindowEvent.st
WindowGroup.st
WindowSensor.st
WindowingTransformation.st
Workstat.st
Workstation.st
XWorkstat.st
XWorkstation.st
--- a/Color.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Color.st	Sat Nov 11 16:54:10 1995 +0100
@@ -22,13 +22,6 @@
        category:'Graphics-Support'
 !
 
-Color comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Color.st,v 1.33 1995-09-07 12:28:41 claus Exp $
-'!
-
 !Color class methodsFor:'documentation'!
 
 copyright
@@ -46,9 +39,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Color.st,v 1.33 1995-09-07 12:28:41 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.34 1995-11-11 15:48:41 cg Exp $'
 !
 
 documentation
--- a/Colormap.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Colormap.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images support'
 !
 
-Colormap comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Colormap.st,v 1.3 1995-06-27 02:18:24 claus Exp $
-'!
-
 !Colormap class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Colormap.st,v 1.3 1995-06-27 02:18:24 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.4 1995-11-11 15:48:49 cg Exp $'
 !
 
 documentation
--- a/ContrWMenu.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ContrWMenu.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support-Controllers'
 !
 
-ControllerWithMenu comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/ContrWMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-'!
-
 !ControllerWithMenu class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/ContrWMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/ContrWMenu.st,v 1.6 1995-11-11 15:48:50 cg Exp $'
 !
 
 documentation
--- a/Controll.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Controll.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support-Controllers'
 !
 
-Controller comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/Controll.st,v 1.23 1995-07-23 02:25:33 claus Exp $
-'!
-
 !Controller class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/Controll.st,v 1.23 1995-07-23 02:25:33 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Controll.st,v 1.24 1995-11-11 15:48:52 cg Exp $'
 !
 
 documentation
--- a/Controller.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Controller.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support-Controllers'
 !
 
-Controller comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Controller.st,v 1.23 1995-07-23 02:25:33 claus Exp $
-'!
-
 !Controller class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Controller.st,v 1.23 1995-07-23 02:25:33 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.24 1995-11-11 15:48:52 cg Exp $'
 !
 
 documentation
--- a/ControllerWithMenu.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ControllerWithMenu.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support-Controllers'
 !
 
-ControllerWithMenu comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-'!
-
 !ControllerWithMenu class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.6 1995-11-11 15:48:50 cg Exp $'
 !
 
 documentation
--- a/Cursor.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Cursor.st	Sat Nov 11 16:54:10 1995 +0100
@@ -27,13 +27,6 @@
        category:'Graphics-Support'
 !
 
-Cursor comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	     All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Cursor.st,v 1.22 1995-08-08 01:23:12 claus Exp $
-'!
-
 !Cursor class methodsFor:'documentation'!
 
 copyright
@@ -51,9 +44,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Cursor.st,v 1.22 1995-08-08 01:23:12 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.23 1995-11-11 15:48:55 cg Exp $'
 !
 
 documentation
--- a/DMedium.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DMedium.st	Sat Nov 11 16:54:10 1995 +0100
@@ -18,13 +18,6 @@
        category:'Graphics-Support'
 !
 
-DisplayMedium comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/DMedium.st,v 1.12 1995-09-07 12:28:50 claus Exp $
-'!
-
 !DisplayMedium class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DMedium.st,v 1.12 1995-09-07 12:28:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DMedium.st,v 1.13 1995-11-11 15:49:00 cg Exp $'
 !
 
 documentation
--- a/DRootView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DRootView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-DisplayRootView comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.12 1995-09-07 12:28:53 claus Exp $
-'!
-
 !DisplayRootView class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.12 1995-09-07 12:28:53 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.13 1995-11-11 15:49:02 cg Exp $'
 !
 
 documentation
--- a/Depth16Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth16Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth16Image comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
-'!
-
 !Depth16Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.2 1995-11-11 15:49:03 cg Exp $'
 !
 
 documentation
--- a/Depth1Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth1Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth1Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.13 1995-10-23 16:58:41 cg Exp $
-'!
-
 !Depth1Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.13 1995-10-23 16:58:41 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.14 1995-11-11 15:49:05 cg Exp $'
 !
 
 documentation
--- a/Depth24Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth24Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth24Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.15 1995-10-24 17:08:27 cg Exp $
-'!
-
 !Depth24Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.15 1995-10-24 17:08:27 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.16 1995-11-11 15:49:12 cg Exp $'
 !
 
 documentation
--- a/Depth2Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth2Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth2Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.13 1995-07-02 16:15:28 claus Exp $
-'!
-
 !Depth2Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.13 1995-07-02 16:15:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.14 1995-11-11 15:49:19 cg Exp $'
 !
 
 documentation
--- a/Depth4Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth4Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth4Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.12 1995-10-24 17:08:30 cg Exp $
-'!
-
 !Depth4Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.12 1995-10-24 17:08:30 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.13 1995-11-11 15:49:22 cg Exp $'
 !
 
 documentation
--- a/Depth8Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Depth8Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Graphics-Images'
 !
 
-Depth8Image comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.29 1995-10-24 17:08:33 cg Exp $
-'!
-
 !Depth8Image class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.29 1995-10-24 17:08:33 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.30 1995-11-11 15:49:30 cg Exp $'
 !
 
 documentation
--- a/DevDraw.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DevDraw.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
        category:'Graphics-Support'
 !
 
-DeviceDrawable comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/DevDraw.st,v 1.29 1995-10-25 13:49:02 cg Exp $
-'!
-
 !DeviceDrawable class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DevDraw.st,v 1.29 1995-10-25 13:49:02 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevDraw.st,v 1.30 1995-11-11 15:49:44 cg Exp $'
 !
 
 documentation
--- a/DevFormH.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DevFormH.st	Sat Nov 11 16:54:10 1995 +0100
@@ -46,9 +46,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DevFormH.st,v 1.3 1995-08-29 16:41:19 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevFormH.st,v 1.4 1995-11-11 15:49:53 cg Exp $'
 ! !
 
 !DeviceFormHandle methodsFor:'finalization'!
--- a/DevHandle.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DevHandle.st	Sat Nov 11 16:54:10 1995 +0100
@@ -48,9 +48,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DevHandle.st,v 1.3 1995-08-29 16:41:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevHandle.st,v 1.4 1995-11-11 15:49:54 cg Exp $'
 ! !
 
 !DeviceHandle methodsFor:'accessing'!
--- a/DevViewH.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DevViewH.st	Sat Nov 11 16:54:10 1995 +0100
@@ -46,9 +46,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DevViewH.st,v 1.3 1995-08-29 16:41:26 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevViewH.st,v 1.4 1995-11-11 15:49:55 cg Exp $'
 ! !
 
 !DeviceViewHandle methodsFor:'finalization'!
--- a/DevWorkst.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DevWorkst.st	Sat Nov 11 16:54:10 1995 +0100
@@ -35,13 +35,6 @@
        category:'Interface-Graphics'
 !
 
-DeviceWorkstation comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.48 1995-11-10 21:19:32 cg Exp $
-'!
-
 !DeviceWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -59,9 +52,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.48 1995-11-10 21:19:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.49 1995-11-11 15:50:04 cg Exp $'
 !
 
 documentation
--- a/DeviceHandle.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DeviceHandle.st	Sat Nov 11 16:54:10 1995 +0100
@@ -48,9 +48,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/DeviceHandle.st,v 1.3 1995-08-29 16:41:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/DeviceHandle.st,v 1.4 1995-11-11 15:49:54 cg Exp $'
 ! !
 
 !DeviceHandle methodsFor:'accessing'!
--- a/DeviceWorkstation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DeviceWorkstation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -35,13 +35,6 @@
        category:'Interface-Graphics'
 !
 
-DeviceWorkstation comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.48 1995-11-10 21:19:32 cg Exp $
-'!
-
 !DeviceWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -59,9 +52,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.48 1995-11-10 21:19:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.49 1995-11-11 15:50:04 cg Exp $'
 !
 
 documentation
--- a/DisplayMedium.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DisplayMedium.st	Sat Nov 11 16:54:10 1995 +0100
@@ -18,13 +18,6 @@
        category:'Graphics-Support'
 !
 
-DisplayMedium comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/DisplayMedium.st,v 1.12 1995-09-07 12:28:50 claus Exp $
-'!
-
 !DisplayMedium class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/DisplayMedium.st,v 1.12 1995-09-07 12:28:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DisplayMedium.st,v 1.13 1995-11-11 15:49:00 cg Exp $'
 !
 
 documentation
--- a/DisplayRootView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/DisplayRootView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-DisplayRootView comment:'
-COPYRIGHT (c) 1988 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.12 1995-09-07 12:28:53 claus Exp $
-'!
-
 !DisplayRootView class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.12 1995-09-07 12:28:53 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.13 1995-11-11 15:49:02 cg Exp $'
 !
 
 documentation
--- a/Font.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Font.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
        category:'Graphics-Support'
 !
 
-Font comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Font.st,v 1.25 1995-11-02 11:37:30 cg Exp $
-'!
-
 !Font class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Font.st,v 1.25 1995-11-02 11:37:30 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.26 1995-11-11 15:50:16 cg Exp $'
 !
 
 documentation
--- a/FontDescr.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/FontDescr.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Graphics-Support'
 !
 
-FontDescription comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/FontDescr.st,v 1.4 1995-06-27 02:18:57 claus Exp $
-'!
-
 !FontDescription class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/FontDescr.st,v 1.4 1995-06-27 02:18:57 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/FontDescr.st,v 1.5 1995-11-11 15:50:20 cg Exp $'
 !
 
 documentation
--- a/FontDescription.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/FontDescription.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Graphics-Support'
 !
 
-FontDescription comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.4 1995-06-27 02:18:57 claus Exp $
-'!
-
 !FontDescription class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.4 1995-06-27 02:18:57 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.5 1995-11-11 15:50:20 cg Exp $'
 !
 
 documentation
--- a/Form.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Form.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Display Objects'
 !
 
-Form comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Form.st,v 1.30 1995-08-08 01:23:52 claus Exp $
-'!
-
 !Form class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Form.st,v 1.30 1995-08-08 01:23:52 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.31 1995-11-11 15:50:25 cg Exp $'
 !
 
 documentation
--- a/GC.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GC.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Support'
 !
 
-GraphicsContext comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/GC.st,v 1.19 1995-09-07 12:29:28 claus Exp $
-'!
-
 !GraphicsContext class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/GC.st,v 1.19 1995-09-07 12:29:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GC.st,v 1.20 1995-11-11 15:50:31 cg Exp $'
 !
 
 documentation
--- a/GLXWorkstat.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GLXWorkstat.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Graphics'
 !
 
-GLXWorkstation comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.36 1995-11-10 21:19:55 cg Exp $
-'!
-
 !GLXWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.36 1995-11-10 21:19:55 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.37 1995-11-11 15:50:46 cg Exp $'
 !
 
 documentation
@@ -354,10 +345,10 @@
     lastResource = event->resourceid;
 
     if (@global(ErrorPrinting) == true) {
-        fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
-		        event->request_code, event->request_code,
-		        event->minor_code, event->minor_code, event->resourceid);
-        fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
+	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+			event->request_code, event->request_code,
+			event->minor_code, event->minor_code, event->resourceid);
+	fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
     }
 
     __errorInterruptWithIDAndParameter__(@symbol(DisplayError), __MKOBJ(dpy));
--- a/GLXWorkstation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GLXWorkstation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Graphics'
 !
 
-GLXWorkstation comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.36 1995-11-10 21:19:55 cg Exp $
-'!
-
 !GLXWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.36 1995-11-10 21:19:55 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.37 1995-11-11 15:50:46 cg Exp $'
 !
 
 documentation
@@ -354,10 +345,10 @@
     lastResource = event->resourceid;
 
     if (@global(ErrorPrinting) == true) {
-        fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
-		        event->request_code, event->request_code,
-		        event->minor_code, event->minor_code, event->resourceid);
-        fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
+	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+			event->request_code, event->request_code,
+			event->minor_code, event->minor_code, event->resourceid);
+	fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
     }
 
     __errorInterruptWithIDAndParameter__(@symbol(DisplayError), __MKOBJ(dpy));
--- a/GraphAttr.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GraphAttr.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Support'
 !
 
-GraphicsAttributes comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/GraphAttr.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-'!
-
 !GraphicsAttributes class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/GraphAttr.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GraphAttr.st,v 1.4 1995-11-11 15:51:01 cg Exp $'
 !
 
 documentation
--- a/GraphicsAttributes.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GraphicsAttributes.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Support'
 !
 
-GraphicsAttributes comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-'!
-
 !GraphicsAttributes class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.3 1995-07-23 02:27:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsAttributes.st,v 1.4 1995-11-11 15:51:01 cg Exp $'
 !
 
 documentation
--- a/GraphicsContext.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/GraphicsContext.st	Sat Nov 11 16:54:10 1995 +0100
@@ -21,13 +21,6 @@
        category:'Graphics-Support'
 !
 
-GraphicsContext comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.19 1995-09-07 12:29:28 claus Exp $
-'!
-
 !GraphicsContext class methodsFor:'documentation'!
 
 copyright
@@ -45,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.19 1995-09-07 12:29:28 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.20 1995-11-11 15:50:31 cg Exp $'
 !
 
 documentation
--- a/Image.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Image.st	Sat Nov 11 16:54:10 1995 +0100
@@ -25,13 +25,6 @@
 	 category:'Graphics-Images'
 !
 
-Image comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Image.st,v 1.44 1995-11-04 10:40:32 cg Exp $
-'!
-
 !Image class methodsFor:'documentation'!
 
 copyright
@@ -49,9 +42,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Image.st,v 1.44 1995-11-04 10:40:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.45 1995-11-11 15:51:14 cg Exp $'
 !
 
 documentation
--- a/ImageRdr.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ImageRdr.st	Sat Nov 11 16:54:10 1995 +0100
@@ -20,13 +20,6 @@
 	 category:'Graphics-Images support'
 !
 
-ImageReader comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/ImageRdr.st,v 1.22 1995-11-02 20:12:33 cg Exp $
-'!
-
 !ImageReader primitiveDefinitions!
 %{
 #ifndef _STDIO_H_INCLUDED_
@@ -993,9 +986,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/ImageRdr.st,v 1.22 1995-11-02 20:12:33 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/ImageRdr.st,v 1.23 1995-11-11 15:51:31 cg Exp $'
 !
 
 documentation
--- a/ImageReader.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ImageReader.st	Sat Nov 11 16:54:10 1995 +0100
@@ -20,13 +20,6 @@
 	 category:'Graphics-Images support'
 !
 
-ImageReader comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.22 1995-11-02 20:12:33 cg Exp $
-'!
-
 !ImageReader primitiveDefinitions!
 %{
 #ifndef _STDIO_H_INCLUDED_
@@ -993,9 +986,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.22 1995-11-02 20:12:33 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.23 1995-11-11 15:51:31 cg Exp $'
 !
 
 documentation
--- a/KeybdFwd.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/KeybdFwd.st	Sat Nov 11 16:54:10 1995 +0100
@@ -23,9 +23,7 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.6 1995-05-16 17:13:19 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.7 1995-11-11 15:51:36 cg Exp $'
 !
 
 documentation
--- a/KeybdMap.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/KeybdMap.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support'
 !
 
-KeyboardMap comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/KeybdMap.st,v 1.6 1995-02-06 00:37:29 claus Exp $
-'!
-
 !KeyboardMap class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/KeybdMap.st,v 1.6 1995-02-06 00:37:29 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdMap.st,v 1.7 1995-11-11 15:51:38 cg Exp $'
 !
 
 documentation
--- a/KeyboardForwarder.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/KeyboardForwarder.st	Sat Nov 11 16:54:10 1995 +0100
@@ -23,9 +23,7 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.6 1995-05-16 17:13:19 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.7 1995-11-11 15:51:36 cg Exp $'
 !
 
 documentation
--- a/KeyboardMap.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/KeyboardMap.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support'
 !
 
-KeyboardMap comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.6 1995-02-06 00:37:29 claus Exp $
-'!
-
 !KeyboardMap class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.6 1995-02-06 00:37:29 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.7 1995-11-11 15:51:38 cg Exp $'
 !
 
 documentation
--- a/ModalBox.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ModalBox.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-ModalBox comment:'
-COPYRIGHT (c) 1990 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.28 1995-09-19 14:58:34 claus Exp $
-'!
-
 !ModalBox class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.28 1995-09-19 14:58:34 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.29 1995-11-11 15:51:40 cg Exp $'
 !
 
 documentation
--- a/PopUpView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/PopUpView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -18,13 +18,6 @@
        category:'Views-Basic'
 !
 
-PopUpView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.17 1995-08-19 02:39:37 claus Exp $
-'!
-
 !PopUpView class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.17 1995-08-19 02:39:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.18 1995-11-11 15:51:44 cg Exp $'
 !
 
 documentation
--- a/PseudoV.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/PseudoV.st	Sat Nov 11 16:54:10 1995 +0100
@@ -22,13 +22,6 @@
        category:'Views-Basic'
 !
 
-PseudoView comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.41 1995-10-30 16:22:42 stefan Exp $
-'!
-
 !PseudoView class methodsFor:'documentation'!
 
 copyright
@@ -46,9 +39,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.41 1995-10-30 16:22:42 stefan Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/PseudoV.st,v 1.42 1995-11-11 15:51:49 cg Exp $'
 !
 
 documentation
--- a/ResourcePack.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ResourcePack.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Interface-Support'
 !
 
-ResourcePack comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.19 1995-11-08 14:33:15 cg Exp $
-'!
-
 !ResourcePack class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.19 1995-11-08 14:33:15 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.20 1995-11-11 15:51:55 cg Exp $'
 !
 
 documentation
--- a/RsrcPack.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/RsrcPack.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Interface-Support'
 !
 
-ResourcePack comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/RsrcPack.st,v 1.19 1995-11-08 14:33:15 cg Exp $
-'!
-
 !ResourcePack class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/RsrcPack.st,v 1.19 1995-11-08 14:33:15 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/RsrcPack.st,v 1.20 1995-11-11 15:51:55 cg Exp $'
 !
 
 documentation
--- a/ShadowV.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ShadowV.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-ShadowView comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.11 1995-07-23 02:28:15 claus Exp $
-'!
-
 !ShadowView class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.11 1995-07-23 02:28:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/ShadowV.st,v 1.12 1995-11-11 15:51:59 cg Exp $'
 !
 
 documentation
--- a/ShadowView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ShadowView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-ShadowView comment:'
-COPYRIGHT (c) 1991 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.11 1995-07-23 02:28:15 claus Exp $
-'!
-
 !ShadowView class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.11 1995-07-23 02:28:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.12 1995-11-11 15:51:59 cg Exp $'
 !
 
 documentation
--- a/SimpleView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/SimpleView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -40,13 +40,6 @@
 
 !
 
-SimpleView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.23 1995-10-23 16:59:24 cg Exp $
-'!
-
 !SimpleView class methodsFor:'documentation'!
 
 copyright
@@ -64,9 +57,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.23 1995-10-23 16:59:24 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.24 1995-11-11 15:52:13 cg Exp $'
 !
 
 documentation
--- a/StandardSystemView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/StandardSystemView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
        category:'Views-Basic'
 !
 
-StandardSystemView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.34 1995-10-23 16:59:29 cg Exp $
-'!
-
 !StandardSystemView class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.34 1995-10-23 16:59:29 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.35 1995-11-11 15:52:35 cg Exp $'
 !
 
 documentation
--- a/StdSysV.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/StdSysV.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
        category:'Views-Basic'
 !
 
-StandardSystemView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.34 1995-10-23 16:59:29 cg Exp $
-'!
-
 !StandardSystemView class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.34 1995-10-23 16:59:29 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.35 1995-11-11 15:52:35 cg Exp $'
 !
 
 documentation
--- a/TopView.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/TopView.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Views-Basic'
 !
 
-TopView comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/TopView.st,v 1.6 1995-08-03 01:33:00 claus Exp $
-'!
-
 !TopView class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/TopView.st,v 1.6 1995-08-03 01:33:00 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.7 1995-11-11 15:52:38 cg Exp $'
 !
 
 documentation
--- a/View.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/View.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
 	 category:'Views-Basic'
 !
 
-View comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/View.st,v 1.46 1995-10-23 16:59:31 cg Exp $
-'!
-
 !View class methodsFor:'documentation'!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/View.st,v 1.46 1995-10-23 16:59:31 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.47 1995-11-11 15:52:57 cg Exp $'
 !
 
 documentation
--- a/ViewStyle.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ViewStyle.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Views-Support'
 !
 
-ViewStyle comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.5 1995-09-10 14:50:26 claus Exp $
-'!
-
 !ViewStyle class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.5 1995-09-10 14:50:26 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.6 1995-11-11 15:53:18 cg Exp $'
 !
 
 documentation
--- a/WEvent.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WEvent.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Interface-Support'
 !
 
-WindowEvent comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.19 1995-06-06 04:10:10 claus Exp $
-'!
-
 !WindowEvent class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.19 1995-06-06 04:10:10 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.20 1995-11-11 15:53:22 cg Exp $'
 !
 
 documentation
--- a/WGroup.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WGroup.st	Sat Nov 11 16:54:10 1995 +0100
@@ -18,13 +18,6 @@
 	 category:'Interface-Support'
 !
 
-WindowGroup comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.33 1995-09-07 12:30:22 claus Exp $
-'!
-
 !WindowGroup class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.33 1995-09-07 12:30:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.34 1995-11-11 15:53:27 cg Exp $'
 !
 
 documentation
--- a/WSensor.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WSensor.st	Sat Nov 11 16:54:10 1995 +0100
@@ -24,13 +24,6 @@
 	 category:'Interface-Support'
 !
 
-WindowSensor comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.32 1995-09-19 14:59:08 claus Exp $
-'!
-
 !WindowSensor class methodsFor:'documentation'!
 
 copyright
@@ -48,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.32 1995-09-19 14:59:08 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.33 1995-11-11 15:53:35 cg Exp $'
 !
 
 documentation
--- a/WTrans.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WTrans.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
 	 category:'Graphics-Support'
 !
 
-WindowingTransformation comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/WTrans.st,v 1.9 1995-05-03 15:43:45 claus Exp $
-'!
-
 !WindowingTransformation class methodsFor:'documentation '!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/WTrans.st,v 1.9 1995-05-03 15:43:45 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WTrans.st,v 1.10 1995-11-11 15:53:42 cg Exp $'
 !
 
 documentation
--- a/WindowEvent.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WindowEvent.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
 	 category:'Interface-Support'
 !
 
-WindowEvent comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.19 1995-06-06 04:10:10 claus Exp $
-'!
-
 !WindowEvent class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.19 1995-06-06 04:10:10 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.20 1995-11-11 15:53:22 cg Exp $'
 !
 
 documentation
--- a/WindowGroup.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WindowGroup.st	Sat Nov 11 16:54:10 1995 +0100
@@ -18,13 +18,6 @@
 	 category:'Interface-Support'
 !
 
-WindowGroup comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.33 1995-09-07 12:30:22 claus Exp $
-'!
-
 !WindowGroup class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +35,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.33 1995-09-07 12:30:22 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.34 1995-11-11 15:53:27 cg Exp $'
 !
 
 documentation
--- a/WindowSensor.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WindowSensor.st	Sat Nov 11 16:54:10 1995 +0100
@@ -24,13 +24,6 @@
 	 category:'Interface-Support'
 !
 
-WindowSensor comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.32 1995-09-19 14:59:08 claus Exp $
-'!
-
 !WindowSensor class methodsFor:'documentation'!
 
 copyright
@@ -48,9 +41,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.32 1995-09-19 14:59:08 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.33 1995-11-11 15:53:35 cg Exp $'
 !
 
 documentation
--- a/WindowingTransformation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/WindowingTransformation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -19,13 +19,6 @@
 	 category:'Graphics-Support'
 !
 
-WindowingTransformation comment:'
-COPYRIGHT (c) 1992 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.9 1995-05-03 15:43:45 claus Exp $
-'!
-
 !WindowingTransformation class methodsFor:'documentation '!
 
 copyright
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.9 1995-05-03 15:43:45 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.10 1995-11-11 15:53:42 cg Exp $'
 !
 
 documentation
--- a/Workstat.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Workstat.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Graphics'
 !
 
-Workstation comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/Workstat.st,v 1.14 1995-06-27 02:20:47 claus Exp $
-'!
-
 Smalltalk at:#Display      put:nil!
 
 !Workstation class methodsFor:'documentation'!
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/Workstat.st,v 1.14 1995-06-27 02:20:47 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstat.st,v 1.15 1995-11-11 15:53:45 cg Exp $'
 !
 
 documentation
--- a/Workstation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/Workstation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Graphics'
 !
 
-Workstation comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.14 1995-06-27 02:20:47 claus Exp $
-'!
-
 Smalltalk at:#Display      put:nil!
 
 !Workstation class methodsFor:'documentation'!
@@ -43,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.14 1995-06-27 02:20:47 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.15 1995-11-11 15:53:45 cg Exp $'
 !
 
 documentation
--- a/XWorkstat.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/XWorkstat.st	Sat Nov 11 16:54:10 1995 +0100
@@ -32,13 +32,6 @@
        category:'Interface-Graphics'
 !
 
-XWorkstation comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-'!
-
 !XWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -56,9 +49,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.74 1995-11-11 15:54:10 cg Exp $'
 !
 
 documentation
@@ -271,10 +262,10 @@
     lastResource = event->resourceid;
 
     if (@global(DeviceWorkstation_ErrorPrinting) == true) {
-        fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
-		        event->request_code, event->request_code, 
-		        event->minor_code, event->minor_code, event->resourceid);
-        fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
+	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+			event->request_code, event->request_code, 
+			event->minor_code, event->minor_code, event->resourceid);
+	fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
     }
 
     __errorInterruptWithIDAndParameter__(@symbol(DisplayError), __MKOBJ(dpy));
--- a/XWorkstation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/XWorkstation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -32,13 +32,6 @@
        category:'Interface-Graphics'
 !
 
-XWorkstation comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-'!
-
 !XWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -56,9 +49,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.74 1995-11-11 15:54:10 cg Exp $'
 !
 
 documentation
@@ -271,10 +262,10 @@
     lastResource = event->resourceid;
 
     if (@global(DeviceWorkstation_ErrorPrinting) == true) {
-        fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
-		        event->request_code, event->request_code, 
-		        event->minor_code, event->minor_code, event->resourceid);
-        fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
+	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+			event->request_code, event->request_code, 
+			event->minor_code, event->minor_code, event->resourceid);
+	fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
     }
 
     __errorInterruptWithIDAndParameter__(@symbol(DisplayError), __MKOBJ(dpy));