method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:56:36 +0200
changeset 3883 4e01a59afccb
parent 3882 6b3ca3db5d31
child 3884 dc9ea4cfc963
method category rename
DeviceGraphicsContext.st
DeviceWorkstation.st
DisplayRootView.st
HostGraphicsDevice.st
StandardSystemView.st
XWorkstation.st
--- a/DeviceGraphicsContext.st	Wed May 07 16:45:12 2003 +0200
+++ b/DeviceGraphicsContext.st	Wed May 07 16:56:36 2003 +0200
@@ -3514,7 +3514,7 @@
     ^ self subclassResponsibility
 ! !
 
-!DeviceGraphicsContext methodsFor:'initialize / release'!
+!DeviceGraphicsContext methodsFor:'initialization & release'!
 
 close
     "same as destroy - for ST-80 compatibility"
@@ -3871,7 +3871,7 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.88 2003-05-07 14:30:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.89 2003-05-07 14:56:25 cg Exp $'
 ! !
 
 DeviceGraphicsContext initialize!
--- a/DeviceWorkstation.st	Wed May 07 16:45:12 2003 +0200
+++ b/DeviceWorkstation.st	Wed May 07 16:56:36 2003 +0200
@@ -4966,7 +4966,7 @@
     ^ self subclassResponsibility
 ! !
 
-!DeviceWorkstation methodsFor:'initialize / release'!
+!DeviceWorkstation methodsFor:'initialization & release'!
 
 brokenConnection
     "the connection to the display device was lost."
@@ -7271,7 +7271,7 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.443 2003-05-07 14:30:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.444 2003-05-07 14:56:29 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!
--- a/DisplayRootView.st	Wed May 07 16:45:12 2003 +0200
+++ b/DisplayRootView.st	Wed May 07 16:56:36 2003 +0200
@@ -156,7 +156,7 @@
     "ignored"
 ! !
 
-!DisplayRootView methodsFor:'initialize / release'!
+!DisplayRootView methodsFor:'initialization & release'!
 
 initialize
     super initialize.
@@ -228,5 +228,5 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.28 2003-04-15 11:57:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.29 2003-05-07 14:55:59 cg Exp $'
 ! !
--- a/HostGraphicsDevice.st	Wed May 07 16:45:12 2003 +0200
+++ b/HostGraphicsDevice.st	Wed May 07 16:56:36 2003 +0200
@@ -162,7 +162,7 @@
     ^ (w // 3 * 2) @ (h // 3 * 2)
 ! !
 
-!HostGraphicsDevice methodsFor:'initialize / release'!
+!HostGraphicsDevice methodsFor:'initialization & release'!
 
 initializeDeviceResourceTables
     deviceViews := Registry new.
@@ -284,5 +284,5 @@
 !HostGraphicsDevice class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.20 2003-05-07 14:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/HostGraphicsDevice.st,v 1.21 2003-05-07 14:56:36 cg Exp $'
 ! !
--- a/StandardSystemView.st	Wed May 07 16:45:12 2003 +0200
+++ b/StandardSystemView.st	Wed May 07 16:56:36 2003 +0200
@@ -993,7 +993,7 @@
     "Modified: 23.4.1996 / 21:38:11 / cg"
 ! !
 
-!StandardSystemView methodsFor:'initialize / release'!
+!StandardSystemView methodsFor:'initialization & release'!
 
 addToCurrentProject
     "add the receiver (a topview) to the current projects set-of-views.
@@ -1524,7 +1524,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.148 2003-05-07 14:30:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.149 2003-05-07 14:56:34 cg Exp $'
 ! !
 
 StandardSystemView initialize!
--- a/XWorkstation.st	Wed May 07 16:45:12 2003 +0200
+++ b/XWorkstation.st	Wed May 07 16:56:36 2003 +0200
@@ -7477,7 +7477,7 @@
     self primitiveFailedOrClosedConnection
 ! !
 
-!XWorkstation methodsFor:'initialize / release'!
+!XWorkstation methodsFor:'initialization & release'!
 
 closeConnection
     "close down the connection to the X-server"
@@ -10996,7 +10996,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.430 2003-04-15 11:57:25 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.431 2003-05-07 14:55:38 cg Exp $'
 ! !
 
 XWorkstation initialize!