category change
authorClaus Gittinger <cg@exept.de>
Fri, 10 May 1996 18:46:43 +0200
changeset 259 62b1bbafd9ba
parent 258 9d218cd753c0
child 260 efd33ad1283e
category change
BlitImageReader.st
BlitImgRdr.st
FaceReader.st
GIFReader.st
JPEGReader.st
PBMReader.st
PCXReader.st
ST80FormReader.st
STFormRdr.st
SunRasterReader.st
SunReader.st
TIFFRdr.st
TIFFReader.st
TargaReader.st
WinIconRdr.st
WindowsIconReader.st
XBMReader.st
XPMReader.st
XWDReader.st
--- a/BlitImageReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/BlitImageReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !BlitImageReader class methodsFor:'documentation'!
@@ -219,6 +219,6 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.10 1996-04-29 08:45:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.11 1996-05-10 16:45:09 cg Exp $'
 ! !
 BlitImageReader initialize!
--- a/BlitImgRdr.st	Fri May 10 18:42:53 1996 +0200
+++ b/BlitImgRdr.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !BlitImageReader class methodsFor:'documentation'!
@@ -219,6 +219,6 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/BlitImgRdr.st,v 1.10 1996-04-29 08:45:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/BlitImgRdr.st,v 1.11 1996-05-10 16:45:09 cg Exp $'
 ! !
 BlitImageReader initialize!
--- a/FaceReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/FaceReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !FaceReader class methodsFor:'documentation'!
@@ -155,6 +155,6 @@
 !FaceReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.21 1996-04-29 08:46:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.22 1996-05-10 16:46:33 cg Exp $'
 ! !
 FaceReader initialize!
--- a/GIFReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/GIFReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'redMap greenMap blueMap'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !GIFReader class methodsFor:'documentation'!
@@ -437,6 +437,6 @@
 !GIFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.31 1996-05-02 15:54:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.32 1996-05-10 16:46:11 cg Exp $'
 ! !
 GIFReader initialize!
--- a/JPEGReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/JPEGReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !JPEGReader class methodsFor:'documentation'!
@@ -101,6 +101,6 @@
 !JPEGReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/JPEGReader.st,v 1.15 1996-04-29 08:46:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/JPEGReader.st,v 1.16 1996-05-10 16:45:29 cg Exp $'
 ! !
 JPEGReader initialize!
--- a/PBMReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/PBMReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !PBMReader class methodsFor:'documentation'!
@@ -351,6 +351,6 @@
 !PBMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.18 1996-04-29 08:46:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.19 1996-05-10 16:45:22 cg Exp $'
 ! !
 PBMReader initialize!
--- a/PCXReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/PCXReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !PCXReader class methodsFor:'documentation'!
@@ -334,6 +334,6 @@
 !PCXReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.15 1996-04-29 08:45:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.16 1996-05-10 16:45:15 cg Exp $'
 ! !
 PCXReader initialize!
--- a/ST80FormReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/ST80FormReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !ST80FormReader class methodsFor:'documentation'!
@@ -150,5 +150,5 @@
 !ST80FormReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.14 1996-04-29 08:46:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.15 1996-05-10 16:45:03 cg Exp $'
 ! !
--- a/STFormRdr.st	Fri May 10 18:42:53 1996 +0200
+++ b/STFormRdr.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !ST80FormReader class methodsFor:'documentation'!
@@ -150,5 +150,5 @@
 !ST80FormReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/STFormRdr.st,v 1.14 1996-04-29 08:46:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/STFormRdr.st,v 1.15 1996-05-10 16:45:03 cg Exp $'
 ! !
--- a/SunRasterReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/SunRasterReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !SunRasterReader class methodsFor:'documentation'!
@@ -279,6 +279,6 @@
 !SunRasterReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.20 1996-04-29 08:46:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.21 1996-05-10 16:44:43 cg Exp $'
 ! !
 SunRasterReader initialize!
--- a/SunReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/SunReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !SunRasterReader class methodsFor:'documentation'!
@@ -279,6 +279,6 @@
 !SunRasterReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.20 1996-04-29 08:46:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.21 1996-05-10 16:44:43 cg Exp $'
 ! !
 SunRasterReader initialize!
--- a/TIFFRdr.st	Fri May 10 18:42:53 1996 +0200
+++ b/TIFFRdr.st	Fri May 10 18:46:43 1996 +0200
@@ -17,7 +17,7 @@
 		colorMapPos'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !TIFFReader class methodsFor:'documentation'!
@@ -1647,6 +1647,6 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.36 1996-04-29 08:47:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.37 1996-05-10 16:45:55 cg Exp $'
 ! !
 TIFFReader initialize!
--- a/TIFFReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/TIFFReader.st	Fri May 10 18:46:43 1996 +0200
@@ -17,7 +17,7 @@
 		colorMapPos'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !TIFFReader class methodsFor:'documentation'!
@@ -1647,6 +1647,6 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.36 1996-04-29 08:47:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.37 1996-05-10 16:45:55 cg Exp $'
 ! !
 TIFFReader initialize!
--- a/TargaReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/TargaReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !TargaReader class methodsFor:'documentation'!
@@ -166,6 +166,6 @@
 !TargaReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.7 1996-04-29 08:45:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.8 1996-05-10 16:44:36 cg Exp $'
 ! !
 TargaReader initialize!
--- a/WinIconRdr.st	Fri May 10 18:42:53 1996 +0200
+++ b/WinIconRdr.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !WindowsIconReader class methodsFor:'documentation'!
@@ -640,6 +640,6 @@
 !WindowsIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.24 1996-04-29 08:46:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.25 1996-05-10 16:46:43 cg Exp $'
 ! !
 WindowsIconReader initialize!
--- a/WindowsIconReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/WindowsIconReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !WindowsIconReader class methodsFor:'documentation'!
@@ -640,6 +640,6 @@
 !WindowsIconReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.24 1996-04-29 08:46:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.25 1996-05-10 16:46:43 cg Exp $'
 ! !
 WindowsIconReader initialize!
--- a/XBMReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/XBMReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !XBMReader class methodsFor:'documentation'!
@@ -293,6 +293,6 @@
 !XBMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.25 1996-04-29 08:46:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.26 1996-05-10 16:45:41 cg Exp $'
 ! !
 XBMReader initialize!
--- a/XPMReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/XPMReader.st	Fri May 10 18:46:43 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !XPMReader class methodsFor:'documentation'!
@@ -306,6 +306,6 @@
 !XPMReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.16 1996-04-29 08:46:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.17 1996-05-10 16:46:27 cg Exp $'
 ! !
 XPMReader initialize!
--- a/XWDReader.st	Fri May 10 18:42:53 1996 +0200
+++ b/XWDReader.st	Fri May 10 18:46:43 1996 +0200
@@ -20,7 +20,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Images support'
+	category:'Graphics-Images-Support'
 !
 
 !XWDReader class methodsFor:'documentation'!
@@ -270,5 +270,5 @@
 !XWDReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.14 1996-04-29 08:45:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.15 1996-05-10 16:46:20 cg Exp $'
 ! !