documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 19:02:29 +0200
changeset 259 6d36f3ac42a2
parent 258 c2933c08c83a
child 260 427397326fac
documentation
ActorStr.st
ActorStream.st
EpsonFX1PrinterStream.st
FX1PrStr.st
HPIIPrStr.st
HPLjetIIPrinterStream.st
PSPrStr.st
PostscriptPrinterStream.st
PrinterStream.st
Socket.st
SoundStr.st
SoundStream.st
--- a/ActorStr.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/ActorStr.st	Thu Apr 25 19:02:29 1996 +0200
@@ -50,6 +50,9 @@
         nextPutAllBlock <Block>   same for nextPutAll:-messages
         nextBlock       <Block>   the Block to evaluate for the next element
 
+    [author:]
+        Claus Gittinger
+
     [See also:]
         TextCollector
 
@@ -148,5 +151,5 @@
 !ActorStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ActorStr.st,v 1.2 1996-04-25 11:08:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/ActorStr.st,v 1.3 1996-04-25 17:01:06 cg Exp $'
 ! !
--- a/ActorStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/ActorStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -50,6 +50,9 @@
         nextPutAllBlock <Block>   same for nextPutAll:-messages
         nextBlock       <Block>   the Block to evaluate for the next element
 
+    [author:]
+        Claus Gittinger
+
     [See also:]
         TextCollector
 
@@ -148,5 +151,5 @@
 !ActorStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ActorStream.st,v 1.2 1996-04-25 11:08:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ActorStream.st,v 1.3 1996-04-25 17:01:06 cg Exp $'
 ! !
--- a/EpsonFX1PrinterStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/EpsonFX1PrinterStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 PrinterStream subclass:#EpsonFX1PrinterStream
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !EpsonFX1PrinterStream class methodsFor:'documentation'!
@@ -41,11 +41,10 @@
 
     I cannot tell, if this is really an Epson -
     all I had to test was a Citizen 120D - its documentation claims it to be FX1 compatible.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.13 1996-02-02 19:53:47 cg Exp $'
 ! !
 
 !EpsonFX1PrinterStream class methodsFor:'queries'!
@@ -185,3 +184,9 @@
     super escape:$N.
     super nextPut:(Character value:n)
 ! !
+
+!EpsonFX1PrinterStream class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.14 1996-04-25 17:01:15 cg Exp $'
+! !
--- a/FX1PrStr.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/FX1PrStr.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 PrinterStream subclass:#EpsonFX1PrinterStream
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !EpsonFX1PrinterStream class methodsFor:'documentation'!
@@ -41,11 +41,10 @@
 
     I cannot tell, if this is really an Epson -
     all I had to test was a Citizen 120D - its documentation claims it to be FX1 compatible.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/FX1PrStr.st,v 1.13 1996-02-02 19:53:47 cg Exp $'
 ! !
 
 !EpsonFX1PrinterStream class methodsFor:'queries'!
@@ -185,3 +184,9 @@
     super escape:$N.
     super nextPut:(Character value:n)
 ! !
+
+!EpsonFX1PrinterStream class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/FX1PrStr.st,v 1.14 1996-04-25 17:01:15 cg Exp $'
+! !
--- a/HPIIPrStr.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/HPIIPrStr.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 PrinterStream subclass:#HPLjetIIPrinterStream
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !HPLjetIIPrinterStream class methodsFor:'documentation'!
@@ -40,11 +40,10 @@
     It does not support multiple fonts, but knows how to print bold, italic etc.
 
     Graphics printing is not supported - you need a postscriptprinter for this.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/HPIIPrStr.st,v 1.12 1996-02-02 19:53:48 cg Exp $'
 ! !
 
 !HPLjetIIPrinterStream class methodsFor:'queries'!
@@ -105,3 +104,9 @@
 
     super escapeAll:'(s5T'
 ! !
+
+!HPLjetIIPrinterStream class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/HPIIPrStr.st,v 1.13 1996-04-25 17:01:18 cg Exp $'
+! !
--- a/HPLjetIIPrinterStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/HPLjetIIPrinterStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 PrinterStream subclass:#HPLjetIIPrinterStream
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !HPLjetIIPrinterStream class methodsFor:'documentation'!
@@ -40,11 +40,10 @@
     It does not support multiple fonts, but knows how to print bold, italic etc.
 
     Graphics printing is not supported - you need a postscriptprinter for this.
+
+    [author:]
+        Claus Gittinger
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic2/HPLjetIIPrinterStream.st,v 1.12 1996-02-02 19:53:48 cg Exp $'
 ! !
 
 !HPLjetIIPrinterStream class methodsFor:'queries'!
@@ -105,3 +104,9 @@
 
     super escapeAll:'(s5T'
 ! !
+
+!HPLjetIIPrinterStream class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/HPLjetIIPrinterStream.st,v 1.13 1996-04-25 17:01:18 cg Exp $'
+! !
--- a/PSPrStr.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/PSPrStr.st	Thu Apr 25 19:02:29 1996 +0200
@@ -62,6 +62,9 @@
     [see also:]
         PSGraphicsContext 
         EpsonFX1PrinterStream HPLjetIIPrinterStream PrinterStream
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -562,6 +565,6 @@
 !PostscriptPrinterStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/PSPrStr.st,v 1.22 1996-04-23 19:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/PSPrStr.st,v 1.23 1996-04-25 17:01:31 cg Exp $'
 ! !
 PostscriptPrinterStream initialize!
--- a/PostscriptPrinterStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/PostscriptPrinterStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -62,6 +62,9 @@
     [see also:]
         PSGraphicsContext 
         EpsonFX1PrinterStream HPLjetIIPrinterStream PrinterStream
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -562,6 +565,6 @@
 !PostscriptPrinterStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.22 1996-04-23 19:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.23 1996-04-25 17:01:31 cg Exp $'
 ! !
 PostscriptPrinterStream initialize!
--- a/PrinterStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/PrinterStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -61,6 +61,9 @@
         ].
 
     See users of the Printer global variable for more examples.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -315,6 +318,6 @@
 !PrinterStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.20 1996-04-23 18:22:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/PrinterStream.st,v 1.21 1996-04-25 17:02:29 cg Exp $'
 ! !
 PrinterStream initialize!
--- a/Socket.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/Socket.st	Thu Apr 25 19:02:29 1996 +0200
@@ -162,6 +162,9 @@
     the addresses. This may change, too.
 
     TODO: cleanup historic leftovers, implement other than inet domain stuff.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -2469,5 +2472,5 @@
 !Socket class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.57 1996-04-07 02:14:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.58 1996-04-25 17:02:05 cg Exp $'
 ! !
--- a/SoundStr.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/SoundStr.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 FileStream subclass:#SoundStream
-	 instanceVariableNames:'sampleRate numberOfChannels bitsPerSample'
-	 classVariableNames:'RampOff'
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:'sampleRate numberOfChannels bitsPerSample'
+	classVariableNames:'RampOff'
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !SoundStream primitiveDefinitions!
@@ -58,6 +58,9 @@
 
     see companion classes VocBrowser and VocView in fileIn-directory for
     how to use this class.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -835,4 +838,4 @@
 !SoundStream class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libbasic2/Attic/SoundStr.st,v 1.20 1996-04-02 21:30:08 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libbasic2/Attic/SoundStr.st,v 1.21 1996-04-25 17:01:43 cg Exp $'! !
--- a/SoundStream.st	Thu Apr 25 18:59:40 1996 +0200
+++ b/SoundStream.st	Thu Apr 25 19:02:29 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 FileStream subclass:#SoundStream
-	 instanceVariableNames:'sampleRate numberOfChannels bitsPerSample'
-	 classVariableNames:'RampOff'
-	 poolDictionaries:''
-	 category:'Streams-External'
+	instanceVariableNames:'sampleRate numberOfChannels bitsPerSample'
+	classVariableNames:'RampOff'
+	poolDictionaries:''
+	category:'Streams-External'
 !
 
 !SoundStream primitiveDefinitions!
@@ -58,6 +58,9 @@
 
     see companion classes VocBrowser and VocView in fileIn-directory for
     how to use this class.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -835,4 +838,4 @@
 !SoundStream class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.20 1996-04-02 21:30:08 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.21 1996-04-25 17:01:43 cg Exp $'! !