uff - version methods changed to return stings
authorClaus Gittinger <cg@exept.de>
Sat, 11 Nov 1995 17:05:49 +0100
changeset 114 e577a2f332d0
parent 113 465cc202f0fe
child 115 963231c512ec
uff - version methods changed to return stings
ActiveHelp.st
ActiveHelpView.st
AlignOrg.st
AlignmentOrigin.st
AppControl.st
AppModel.st
ApplicationController.st
ApplicationModel.st
AspctAdptr.st
AspectAdaptor.st
BlitImageReader.st
BlitImgRdr.st
BuffValHldr.st
BufferedValueHolder.st
ClrValue.st
ColorValue.st
ConvValue.st
ConvertedValue.st
DObject.st
DisplayObject.st
EventListener.st
FaceReader.st
GIFReader.st
Icon.st
InputView.st
JPEGReader.st
Layout.st
LayoutFrame.st
LayoutFrm.st
LayoutOrg.st
LayoutOrigin.st
Model.st
PBMReader.st
PCXReader.st
Plug.st
PlugAdptr.st
PluggableAdaptor.st
PrintConv.st
PrintConverter.st
ProtAdptr.st
ProtocolAdaptor.st
ST80FormReader.st
STFormRdr.st
StandardSystemController.st
StdSysC.st
SunRasterReader.st
SunReader.st
TIFFRdr.st
TIFFReader.st
TargaReader.st
TriggerVal.st
TriggerValue.st
UIBuilder.st
ValHolder.st
ValModel.st
ValueHolder.st
ValueModel.st
WinBuilder.st
WinIconRdr.st
WindowBuilder.st
WindowsIconReader.st
XBMReader.st
XPMReader.st
XWDReader.st
--- a/ActiveHelp.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ActiveHelp.st	Sat Nov 11 17:05:49 1995 +0100
@@ -23,9 +23,7 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.6 1995-09-15 23:50:04 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.7 1995-11-11 16:04:06 cg Exp $'
 !
 
 documentation
--- a/ActiveHelpView.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ActiveHelpView.st	Sat Nov 11 17:05:49 1995 +0100
@@ -24,9 +24,7 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.4 1995-08-29 23:43:00 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.5 1995-11-11 16:04:09 cg Exp $'
 !
 
 documentation
--- a/AlignOrg.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AlignOrg.st	Sat Nov 11 17:05:49 1995 +0100
@@ -109,9 +109,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.6 1995-09-09 02:29:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.7 1995-11-11 16:04:11 cg Exp $'
 ! !
 
 !AlignmentOrigin methodsFor:'accessing'!
--- a/AlignmentOrigin.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AlignmentOrigin.st	Sat Nov 11 17:05:49 1995 +0100
@@ -109,9 +109,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.6 1995-09-09 02:29:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.7 1995-11-11 16:04:11 cg Exp $'
 ! !
 
 !AlignmentOrigin methodsFor:'accessing'!
--- a/AppControl.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AppControl.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/AppControl.st,v 1.5 1995-08-29 17:43:02 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppControl.st,v 1.6 1995-11-11 16:04:12 cg Exp $'
 !
 
 documentation
--- a/AppModel.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AppModel.st	Sat Nov 11 17:05:49 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.16 1995-09-09 02:29:25 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.17 1995-11-11 16:04:14 cg Exp $'
 !
 
 documentation
--- a/ApplicationController.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ApplicationController.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.5 1995-08-29 17:43:02 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.6 1995-11-11 16:04:12 cg Exp $'
 !
 
 documentation
--- a/ApplicationModel.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ApplicationModel.st	Sat Nov 11 17:05:49 1995 +0100
@@ -38,9 +38,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.16 1995-09-09 02:29:25 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.17 1995-11-11 16:04:14 cg Exp $'
 !
 
 documentation
--- a/AspctAdptr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AspctAdptr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/AspctAdptr.st,v 1.6 1995-08-29 17:43:11 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AspctAdptr.st,v 1.7 1995-11-11 16:04:16 cg Exp $'
 !
 
 documentation
--- a/AspectAdaptor.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/AspectAdaptor.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.6 1995-08-29 17:43:11 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/AspectAdaptor.st,v 1.7 1995-11-11 16:04:16 cg Exp $'
 !
 
 documentation
--- a/BlitImageReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/BlitImageReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -10,11 +10,7 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.2 1995-11-09 16:57:45 cg Exp $
-"
-
-    "Created: 9.11.1995 / 17:08:06 / cg"
+    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.3 1995-11-11 16:04:17 cg Exp $'
 !
 
 documentation
@@ -70,8 +66,8 @@
 
     s := PipeStream readingFrom:('uncompface ' , f name).
     s isNil ifTrue:[
-        'BLITIMGREADER: no uncompface utility.' errorPrintNL.
-        ^ nil
+	'BLITIMGREADER: no uncompface utility.' errorPrintNL.
+	^ nil
     ].
 
     img := self fromStream:s.
--- a/BlitImgRdr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/BlitImgRdr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -10,11 +10,7 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/BlitImgRdr.st,v 1.2 1995-11-09 16:57:45 cg Exp $
-"
-
-    "Created: 9.11.1995 / 17:08:06 / cg"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/BlitImgRdr.st,v 1.3 1995-11-11 16:04:17 cg Exp $'
 !
 
 documentation
@@ -70,8 +66,8 @@
 
     s := PipeStream readingFrom:('uncompface ' , f name).
     s isNil ifTrue:[
-        'BLITIMGREADER: no uncompface utility.' errorPrintNL.
-        ^ nil
+	'BLITIMGREADER: no uncompface utility.' errorPrintNL.
+	^ nil
     ].
 
     img := self fromStream:s.
--- a/BuffValHldr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/BuffValHldr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.5 1995-08-29 17:43:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/BuffValHldr.st,v 1.6 1995-11-11 16:04:19 cg Exp $'
 !
 
 documentation
--- a/BufferedValueHolder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/BufferedValueHolder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.5 1995-08-29 17:43:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.6 1995-11-11 16:04:19 cg Exp $'
 !
 
 documentation
--- a/ClrValue.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ClrValue.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/ClrValue.st,v 1.6 1995-09-09 02:29:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ClrValue.st,v 1.7 1995-11-11 16:04:21 cg Exp $'
 !
 
 documentation
--- a/ColorValue.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ColorValue.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.6 1995-09-09 02:29:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.7 1995-11-11 16:04:21 cg Exp $'
 !
 
 documentation
--- a/ConvValue.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ConvValue.st	Sat Nov 11 17:05:49 1995 +0100
@@ -10,9 +10,7 @@
 !ConvertedValue class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/ConvValue.st,v 1.2 1995-08-29 17:43:25 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ConvValue.st,v 1.3 1995-11-11 16:04:22 cg Exp $'
 !
 
 documentation
--- a/ConvertedValue.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ConvertedValue.st	Sat Nov 11 17:05:49 1995 +0100
@@ -10,9 +10,7 @@
 !ConvertedValue class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ConvertedValue.st,v 1.2 1995-08-29 17:43:25 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ConvertedValue.st,v 1.3 1995-11-11 16:04:22 cg Exp $'
 !
 
 documentation
--- a/DObject.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/DObject.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.12 1995-08-30 17:53:47 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.13 1995-11-11 16:04:23 cg Exp $'
 !
 
 documentation
--- a/DisplayObject.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/DisplayObject.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.12 1995-08-30 17:53:47 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.13 1995-11-11 16:04:23 cg Exp $'
 !
 
 documentation
--- a/EventListener.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/EventListener.st	Sat Nov 11 17:05:49 1995 +0100
@@ -24,9 +24,7 @@
 !EventListener class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.5 1995-08-29 23:43:11 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.6 1995-11-11 16:04:26 cg Exp $'
 !
 
 documentation
--- a/FaceReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/FaceReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.12 1995-08-30 17:53:50 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/FaceReader.st,v 1.13 1995-11-11 16:04:27 cg Exp $'
 !
 
 documentation
@@ -44,6 +42,10 @@
     this class knows how to read face files.
     (this format is used for peoples faces - which can be optained from some
      ftp-servers, to improve mail- and/or newsreaders :-)
+
+    Notice, that face files come in two formats: the one implemented here,
+    and the blitImage file format, which only supports 48x48x1 images.
+    The latter is supported by the BlitImageReader class.
 "
 ! !
 
--- a/GIFReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/GIFReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.18 1995-08-30 17:53:53 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.19 1995-11-11 16:04:30 cg Exp $'
 !
 
 documentation
--- a/Icon.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/Icon.st	Sat Nov 11 17:05:49 1995 +0100
@@ -22,9 +22,7 @@
 !Icon class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Icon.st,v 1.4 1995-11-02 11:50:53 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.5 1995-11-11 16:04:33 cg Exp $'
 !
 
 documentation
--- a/InputView.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/InputView.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/InputView.st,v 1.8 1995-08-30 17:53:56 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.9 1995-11-11 16:04:34 cg Exp $'
 !
 
 documentation
--- a/JPEGReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/JPEGReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/JPEGReader.st,v 1.10 1995-08-30 17:53:59 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/JPEGReader.st,v 1.11 1995-11-11 16:04:36 cg Exp $'
 !
 
 documentation
--- a/Layout.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/Layout.st	Sat Nov 11 17:05:49 1995 +0100
@@ -55,9 +55,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Layout.st,v 1.6 1995-08-29 17:44:04 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.7 1995-11-11 16:04:37 cg Exp $'
 ! !
 
 !Layout class methodsFor:'instance creation'!
--- a/LayoutFrame.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/LayoutFrame.st	Sat Nov 11 17:05:49 1995 +0100
@@ -109,9 +109,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.8 1995-09-09 02:29:42 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.9 1995-11-11 16:04:39 cg Exp $'
 ! !
 
 !LayoutFrame methodsFor:'accessing'!
--- a/LayoutFrm.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/LayoutFrm.st	Sat Nov 11 17:05:49 1995 +0100
@@ -109,9 +109,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.8 1995-09-09 02:29:42 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.9 1995-11-11 16:04:39 cg Exp $'
 ! !
 
 !LayoutFrame methodsFor:'accessing'!
--- a/LayoutOrg.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/LayoutOrg.st	Sat Nov 11 17:05:49 1995 +0100
@@ -93,9 +93,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.7 1995-09-09 02:29:45 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.8 1995-11-11 16:04:40 cg Exp $'
 ! !
 
 !LayoutOrigin class methodsFor:'instance creation'!
--- a/LayoutOrigin.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/LayoutOrigin.st	Sat Nov 11 17:05:49 1995 +0100
@@ -93,9 +93,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.7 1995-09-09 02:29:45 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.8 1995-11-11 16:04:40 cg Exp $'
 ! !
 
 !LayoutOrigin class methodsFor:'instance creation'!
--- a/Model.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/Model.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Model.st,v 1.14 1995-08-30 17:54:04 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.15 1995-11-11 16:04:42 cg Exp $'
 !
 
 documentation
--- a/PBMReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PBMReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 ! 
 
 version
-"
-$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.13 1995-08-30 17:54:07 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.14 1995-11-11 16:04:45 cg Exp $'
 !
 
 documentation
--- a/PCXReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PCXReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.9 1995-09-17 18:00:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/PCXReader.st,v 1.10 1995-11-11 16:04:48 cg Exp $'
 !
 
 documentation
--- a/Plug.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/Plug.st	Sat Nov 11 17:05:49 1995 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -24,7 +24,7 @@
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Plug.st,v 1.5 1995-08-29 17:44:29 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.6 1995-11-11 16:04:51 cg Exp $'
 !
 
 documentation
--- a/PlugAdptr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PlugAdptr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.6 1995-08-29 17:44:33 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.7 1995-11-11 16:04:52 cg Exp $'
 !
 
 documentation
--- a/PluggableAdaptor.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PluggableAdaptor.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.6 1995-08-29 17:44:33 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.7 1995-11-11 16:04:52 cg Exp $'
 !
 
 documentation
--- a/PrintConv.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PrintConv.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version 
-"
-$Header: /cvs/stx/stx/libview2/Attic/PrintConv.st,v 1.8 1995-09-09 02:29:54 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/PrintConv.st,v 1.9 1995-11-11 16:04:54 cg Exp $'
 !
 
 documentation
--- a/PrintConverter.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/PrintConverter.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version 
-"
-$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.8 1995-09-09 02:29:54 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.9 1995-11-11 16:04:54 cg Exp $'
 !
 
 documentation
--- a/ProtAdptr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ProtAdptr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/ProtAdptr.st,v 1.6 1995-09-09 02:29:58 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ProtAdptr.st,v 1.7 1995-11-11 16:04:56 cg Exp $'
 !
 
 documentation
--- a/ProtocolAdaptor.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ProtocolAdaptor.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.6 1995-09-09 02:29:58 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.7 1995-11-11 16:04:56 cg Exp $'
 !
 
 documentation
--- a/ST80FormReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ST80FormReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.9 1995-08-30 17:54:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ST80FormReader.st,v 1.10 1995-11-11 16:04:58 cg Exp $'
 !
 
 documentation
--- a/STFormRdr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/STFormRdr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/STFormRdr.st,v 1.9 1995-08-30 17:54:15 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/STFormRdr.st,v 1.10 1995-11-11 16:04:58 cg Exp $'
 !
 
 documentation
--- a/StandardSystemController.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/StandardSystemController.st	Sat Nov 11 17:05:49 1995 +0100
@@ -43,9 +43,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.7 1995-08-30 17:54:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.8 1995-11-11 16:05:00 cg Exp $'
 ! !
 
 !StandardSystemController methodsFor:'startup'!
--- a/StdSysC.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/StdSysC.st	Sat Nov 11 17:05:49 1995 +0100
@@ -43,9 +43,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.7 1995-08-30 17:54:17 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.8 1995-11-11 16:05:00 cg Exp $'
 ! !
 
 !StandardSystemController methodsFor:'startup'!
--- a/SunRasterReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/SunRasterReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.15 1995-08-30 17:54:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/SunRasterReader.st,v 1.16 1995-11-11 16:05:02 cg Exp $'
 !
 
 documentation
--- a/SunReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/SunReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.15 1995-08-30 17:54:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/SunReader.st,v 1.16 1995-11-11 16:05:02 cg Exp $'
 !
 
 documentation
--- a/TIFFRdr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/TIFFRdr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -40,9 +40,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.24 1995-10-25 10:16:18 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.25 1995-11-11 16:05:10 cg Exp $'
 !
 
 documentation
--- a/TIFFReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/TIFFReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -40,9 +40,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.24 1995-10-25 10:16:18 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.25 1995-11-11 16:05:10 cg Exp $'
 !
 
 documentation
--- a/TargaReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/TargaReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.4 1995-10-25 10:16:21 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.5 1995-11-11 16:05:17 cg Exp $'
 !
 
 documentation
--- a/TriggerVal.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/TriggerVal.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/TriggerVal.st,v 1.3 1995-08-29 17:45:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TriggerVal.st,v 1.4 1995-11-11 16:05:19 cg Exp $'
 !
 
 examples 
--- a/TriggerValue.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/TriggerValue.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/TriggerValue.st,v 1.3 1995-08-29 17:45:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/TriggerValue.st,v 1.4 1995-11-11 16:05:19 cg Exp $'
 !
 
 examples 
--- a/UIBuilder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/UIBuilder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -22,9 +22,7 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.8 1995-09-09 02:30:09 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.9 1995-11-11 16:05:24 cg Exp $'
 !
 
 documentation
@@ -76,15 +74,15 @@
     view := spec buildViewFor:self in:aView.
 
     menuAspect notNil ifTrue:[
-        m := self componentAt:menuAspect.
-        m notNil ifTrue:[
-            m := m value.
-            m notNil ifTrue:[
-                m receiver:application.
-                topView add:m.
-                view topInset:(m heightIncludingBorder).
-            ]
-        ]
+	m := self componentAt:menuAspect.
+	m notNil ifTrue:[
+	    m := m value.
+	    m notNil ifTrue:[
+		m receiver:application.
+		topView add:m.
+		view topInset:(m heightIncludingBorder).
+	    ]
+	]
     ].
 
     ^ topView
@@ -102,15 +100,15 @@
     topView := view := spec buildViewFor:self.
 
     menuAspect notNil ifTrue:[
-        m := self componentAt:menuAspect.
-        m notNil ifTrue:[
-            m := m value.
-            m notNil ifTrue:[
-                m receiver:application.
-                topView add:m.
-                view topInset:(m heightIncludingBorder).
-            ]
-        ]
+	m := self componentAt:menuAspect.
+	m notNil ifTrue:[
+	    m := m value.
+	    m notNil ifTrue:[
+		m receiver:application.
+		topView add:m.
+		view topInset:(m heightIncludingBorder).
+	    ]
+	]
     ].
 
     ^ topView
@@ -548,13 +546,13 @@
     |rest sel|
 
     ((sel := aMessage selector) startsWith:'y') ifTrue:[
-        rest := sel copyFrom:2 to:(sel indexOf:$:).
-        rest at:1 put:(rest at:1) asLowercase.
-        rest := rest asSymbolIfInterned.
-        rest notNil ifTrue:[
-            (aMessage arguments at:2) perform:rest with:(aMessage arguments at:1).
-            ^ self.
-        ]
+	rest := sel copyFrom:2 to:(sel indexOf:$:).
+	rest at:1 put:(rest at:1) asLowercase.
+	rest := rest asSymbolIfInterned.
+	rest notNil ifTrue:[
+	    (aMessage arguments at:2) perform:rest with:(aMessage arguments at:1).
+	    ^ self.
+	]
     ].
     super doesNotUnderstand:aMessage
 
--- a/ValHolder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ValHolder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/ValHolder.st,v 1.8 1995-08-29 17:45:16 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValHolder.st,v 1.9 1995-11-11 16:05:27 cg Exp $'
 !
 
 documentation
--- a/ValModel.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ValModel.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.10 1995-08-29 17:45:21 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.11 1995-11-11 16:05:28 cg Exp $'
 !
 
 documentation
@@ -154,4 +152,3 @@
     ].
     interrest at:someone put:selector
 ! !
-
--- a/ValueHolder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ValueHolder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.8 1995-08-29 17:45:16 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.9 1995-11-11 16:05:27 cg Exp $'
 !
 
 documentation
--- a/ValueModel.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/ValueModel.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.10 1995-08-29 17:45:21 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.11 1995-11-11 16:05:28 cg Exp $'
 !
 
 documentation
@@ -154,4 +152,3 @@
     ].
     interrest at:someone put:selector
 ! !
-
--- a/WinBuilder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/WinBuilder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.8 1995-09-09 02:30:16 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinBuilder.st,v 1.9 1995-11-11 16:05:30 cg Exp $'
 !
 
 documentation
--- a/WinIconRdr.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/WinIconRdr.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.18 1995-09-18 10:35:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/WinIconRdr.st,v 1.19 1995-11-11 16:05:34 cg Exp $'
 !
 
 documentation
--- a/WindowBuilder.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/WindowBuilder.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.8 1995-09-09 02:30:16 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.9 1995-11-11 16:05:30 cg Exp $'
 !
 
 documentation
--- a/WindowsIconReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/WindowsIconReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -34,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.18 1995-09-18 10:35:20 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/WindowsIconReader.st,v 1.19 1995-11-11 16:05:34 cg Exp $'
 !
 
 documentation
--- a/XBMReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/XBMReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.16 1995-08-30 17:54:37 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/XBMReader.st,v 1.17 1995-11-11 16:05:42 cg Exp $'
 !
 
 documentation
--- a/XPMReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/XPMReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -36,9 +36,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.10 1995-10-25 10:16:29 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.11 1995-11-11 16:05:46 cg Exp $'
 !
 
 documentation
--- a/XWDReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/XWDReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -44,9 +44,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.9 1995-08-30 17:54:43 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.10 1995-11-11 16:05:49 cg Exp $'
 !
 
 documentation