category rename
authorClaus Gittinger <cg@exept.de>
Sun, 27 Oct 1996 15:12:39 +0100
changeset 1092 1b6391f333de
parent 1091 194a0fce4530
child 1093 18ea3ccf5d2f
category rename
Colormap.st
DevGC.st
DeviceGraphicsContext.st
--- a/Colormap.st	Sat Oct 26 13:15:43 1996 +0200
+++ b/Colormap.st	Sun Oct 27 15:12:39 1996 +0100
@@ -17,7 +17,7 @@
 	category:'Graphics-Images-Support'
 !
 
-!Colormap  class methodsFor:'documentation'!
+!Colormap class methodsFor:'documentation'!
 
 copyright
 "
@@ -52,7 +52,7 @@
 "
 ! !
 
-!Colormap  class methodsFor:'instance creation'!
+!Colormap class methodsFor:'instance creation'!
 
 fromColors:aColorArray
     "given a collection of real colors, return a new instance
@@ -186,7 +186,7 @@
     "Modified: 23.4.1996 / 22:13:43 / cg"
 ! !
 
-!Colormap methodsFor:'accessing - internals'!
+!Colormap methodsFor:'accessing-internals'!
 
 blueVector
     "return the blueVector"
@@ -310,8 +310,8 @@
     "Modified: 30.5.1996 / 16:32:44 / ca"
 ! !
 
-!Colormap  class methodsFor:'documentation'!
+!Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.19 1996-07-11 19:43:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.20 1996-10-27 14:12:04 cg Exp $'
 ! !
--- a/DevGC.st	Sat Oct 26 13:15:43 1996 +0200
+++ b/DevGC.st	Sun Oct 27 15:12:39 1996 +0100
@@ -655,7 +655,7 @@
     ]
 ! !
 
-!DeviceGraphicsContext methodsFor:'accessing - internals'!
+!DeviceGraphicsContext methodsFor:'accessing-internals'!
 
 background
     "return the current background drawing color.
@@ -3347,6 +3347,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.20 1996-10-22 15:56:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.21 1996-10-27 14:12:39 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!
--- a/DeviceGraphicsContext.st	Sat Oct 26 13:15:43 1996 +0200
+++ b/DeviceGraphicsContext.st	Sun Oct 27 15:12:39 1996 +0100
@@ -655,7 +655,7 @@
     ]
 ! !
 
-!DeviceGraphicsContext methodsFor:'accessing - internals'!
+!DeviceGraphicsContext methodsFor:'accessing-internals'!
 
 background
     "return the current background drawing color.
@@ -3347,6 +3347,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.20 1996-10-22 15:56:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.21 1996-10-27 14:12:39 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!