(none)
authorclaus
Wed, 13 Oct 1993 03:49:56 +0100
changeset 5 7b4fb1b170e5
parent 4 88eb91574867
child 6 fd1b68b48422
(none)
EFGroup.st
ETxtView.st
EditField.st
EditTextView.st
EnterBox.st
EnterBox2.st
EnterFieldGroup.st
FSelBox.st
FileSelectionBox.st
FontPanel.st
FramedBox.st
HPanelV.st
HScrBar.st
HScroller.st
HVScrView.st
HVScrollableView.st
HorizontalPanelView.st
HorizontalScrollBar.st
HorizontalScroller.st
InfoBox.st
LSelBox.st
Label.st
ListSelectionBox.st
ListView.st
MenuView.st
ObjView.st
ObjectView.st
OptBox.st
OptionBox.st
PanelView.st
PopUpMenu.st
PullDMenu.st
PullDownMenu.st
RButtGrp.st
RButton.st
RadioButton.st
RadioButtonGroup.st
ScrView.st
ScrollBar.st
ScrollableView.st
Scroller.st
SelListV.st
SelectionInListView.st
TextColl.st
TextCollector.st
TextView.st
Toggle.st
VPanelV.st
VarHPanel.st
VarVPanel.st
VariableHorizontalPanel.st
VariableVerticalPanel.st
VerticalPanelView.st
Workspace.st
YesNoBox.st
--- a/EFGroup.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EFGroup.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1992-93 by Claus Gittinger
+ COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 EnterFieldGroup comment:'
 
-COPYRIGHT (c) 1992-93 by Claus Gittinger
+COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
 EnterFieldGroup controlls the interaction between EnterFields
@@ -30,7 +30,7 @@
 field of the group is left (by cursor-down or cr). Usually this block
 triggers some action on the fields.
 
-$Header: /cvs/stx/stx/libwidg/Attic/EFGroup.st,v 1.2 1993-10-13 01:01:45 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/EFGroup.st,v 1.3 1993-10-13 02:47:25 claus Exp $
 written nov 91 by claus
 '!
 
--- a/ETxtView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ETxtView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -25,10 +25,10 @@
 
 EditTextView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
             All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.2 1993-10-13 01:01:49 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ETxtView.st,v 1.3 1993-10-13 02:47:29 claus Exp $
 
 written jun-89 by claus
 '!
--- a/EditField.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EditField.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 EditField comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 an editable text-field. Realized by using an EditTextView,
 and forcing its size to 1 line - disabling cursor movement
 in the vertical direction.
 
-$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.2 1993-10-13 01:01:54 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.3 1993-10-13 02:47:32 claus Exp $
 written jan-90 by claus
 '!
 
--- a/EditTextView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EditTextView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -25,10 +25,10 @@
 
 EditTextView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
             All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.2 1993-10-13 01:01:49 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.3 1993-10-13 02:47:29 claus Exp $
 
 written jun-89 by claus
 '!
--- a/EnterBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EnterBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -21,10 +21,10 @@
 
 EnterBox comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.2 1993-10-13 01:01:55 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.3 1993-10-13 02:47:34 claus Exp $
 
 written Feb 90 by claus
 '!
--- a/EnterBox2.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EnterBox2.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 EnterBox2 comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 like an EnterBox but with 2 action buttons.
 
-$Header: /cvs/stx/stx/libwidg/EnterBox2.st,v 1.2 1993-10-13 01:01:57 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EnterBox2.st,v 1.3 1993-10-13 02:47:37 claus Exp $
 
 written Sep 91 by claus
 '!
--- a/EnterFieldGroup.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/EnterFieldGroup.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1992-93 by Claus Gittinger
+ COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 EnterFieldGroup comment:'
 
-COPYRIGHT (c) 1992-93 by Claus Gittinger
+COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
 EnterFieldGroup controlls the interaction between EnterFields
@@ -30,7 +30,7 @@
 field of the group is left (by cursor-down or cr). Usually this block
 triggers some action on the fields.
 
-$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.2 1993-10-13 01:01:45 claus Exp $
+$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.3 1993-10-13 02:47:25 claus Exp $
 written nov 91 by claus
 '!
 
--- a/FSelBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/FSelBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,14 +20,14 @@
 
 FileSelectionBox comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 this class implements file selection boxes. They show a list of
 files, and perform an action block with the selected pathname as
 argument when ok is clicked.
 
-$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.2 1993-10-13 01:02:04 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.3 1993-10-13 02:47:44 claus Exp $
 written Jan 90 by claus
 '!
 
--- a/FileSelectionBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/FileSelectionBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,14 +20,14 @@
 
 FileSelectionBox comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 this class implements file selection boxes. They show a list of
 files, and perform an action block with the selected pathname as
 argument when ok is clicked.
 
-$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.2 1993-10-13 01:02:04 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.3 1993-10-13 02:47:44 claus Exp $
 written Jan 90 by claus
 '!
 
--- a/FontPanel.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/FontPanel.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -23,12 +23,12 @@
 
 FontPanel comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 this class implements a font chooser
 
-$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.2 1993-10-13 01:02:05 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.3 1993-10-13 02:47:47 claus Exp $
 written fall 91 by claus
 '!
 
--- a/FramedBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/FramedBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 FramedBox comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 a frame around something. The frame may have a label, whose position
 is controlled by the layout variable, aSymbol which may be one of:
 [#topCenter #topLeft #topRight #bottomLeft #bottomCenter #bottomRight]
 
-$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.2 1993-10-13 01:02:09 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.3 1993-10-13 02:47:50 claus Exp $
 written spring 91 by claus
 '!
 
--- a/HPanelV.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HPanelV.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-92 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 HorizontalPanelView comment:'
 
-COPYRIGHT (c) 1989-92 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a View for childViews oriented horizontal
 all real work is done in PanelView - just redefine layout
 
-$Header: /cvs/stx/stx/libwidg/Attic/HPanelV.st,v 1.2 1993-10-13 01:02:12 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/HPanelV.st,v 1.3 1993-10-13 02:47:53 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/HScrBar.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HScrBar.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,14 +20,14 @@
 
 HorizontalScrollBar comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements horizontal scrollbars with scroller and
 2 step-scroll buttons. when moved or stepped, it perform a
 predefined action.
 
-$Header: /cvs/stx/stx/libwidg/Attic/HScrBar.st,v 1.2 1993-10-13 01:02:21 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/HScrBar.st,v 1.3 1993-10-13 02:47:56 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/HScroller.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HScroller.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 HorizontalScroller comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 the scroller part of a horizontal scrollbar
 
-$Header: /cvs/stx/stx/libwidg/Attic/HScroller.st,v 1.2 1993-10-13 01:02:23 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/HScroller.st,v 1.3 1993-10-13 02:48:01 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/HVScrView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HVScrView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 HVScrollableView comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 a view containing both horizontal and vertical scrollbars
 and some other (slave-)view
 
-$Header: /cvs/stx/stx/libwidg/Attic/HVScrView.st,v 1.2 1993-10-13 01:02:29 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/HVScrView.st,v 1.3 1993-10-13 02:48:04 claus Exp $
 written jan 91 by claus
 '!
 
--- a/HVScrollableView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HVScrollableView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 HVScrollableView comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 a view containing both horizontal and vertical scrollbars
 and some other (slave-)view
 
-$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.2 1993-10-13 01:02:29 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.3 1993-10-13 02:48:04 claus Exp $
 written jan 91 by claus
 '!
 
--- a/HorizontalPanelView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HorizontalPanelView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-92 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 HorizontalPanelView comment:'
 
-COPYRIGHT (c) 1989-92 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a View for childViews oriented horizontal
 all real work is done in PanelView - just redefine layout
 
-$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.2 1993-10-13 01:02:12 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalPanelView.st,v 1.3 1993-10-13 02:47:53 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/HorizontalScrollBar.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HorizontalScrollBar.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,14 +20,14 @@
 
 HorizontalScrollBar comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements horizontal scrollbars with scroller and
 2 step-scroll buttons. when moved or stepped, it perform a
 predefined action.
 
-$Header: /cvs/stx/stx/libwidg/HorizontalScrollBar.st,v 1.2 1993-10-13 01:02:21 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalScrollBar.st,v 1.3 1993-10-13 02:47:56 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/HorizontalScroller.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HorizontalScroller.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 HorizontalScroller comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 the scroller part of a horizontal scrollbar
 
-$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.2 1993-10-13 01:02:23 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.3 1993-10-13 02:48:01 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/InfoBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/InfoBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 InfoBox comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements a pop-up box to show an information message
 
-$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.2 1993-10-13 01:02:38 claus Exp $
+$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.3 1993-10-13 02:48:11 claus Exp $
 written Spring/Summer 89 by claus
 '!
 
--- a/LSelBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/LSelBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 ListSelectionBox comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 this class implements boxes for selection from a list
 
-$Header: /cvs/stx/stx/libwidg/Attic/LSelBox.st,v 1.2 1993-10-13 01:02:43 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/LSelBox.st,v 1.3 1993-10-13 02:48:17 claus Exp $
 
 written Jan 90 by claus
 '!
--- a/Label.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/Label.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -23,10 +23,10 @@
 
 Label comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Label.st,v 1.2 1993-10-13 01:02:44 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Label.st,v 1.3 1993-10-13 02:48:20 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/ListSelectionBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ListSelectionBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1990-93 by Claus Gittinger
+ COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,12 +19,12 @@
 
 ListSelectionBox comment:'
 
-COPYRIGHT (c) 1990-93 by Claus Gittinger
+COPYRIGHT (c) 1990 by Claus Gittinger
               All Rights Reserved
 
 this class implements boxes for selection from a list
 
-$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.2 1993-10-13 01:02:43 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.3 1993-10-13 02:48:17 claus Exp $
 
 written Jan 90 by claus
 '!
--- a/ListView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ListView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -32,10 +32,10 @@
 
 ListView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.2 1993-10-13 01:02:48 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.3 1993-10-13 02:48:26 claus Exp $
 
 written spring 89 by claus
 '!
--- a/MenuView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/MenuView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -21,10 +21,10 @@
 
 MenuView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.2 1993-10-13 01:02:52 claus Exp $
+$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.3 1993-10-13 02:48:34 claus Exp $
 '!
 
 !MenuView class methodsFor:'documentation'!
--- a/ObjView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ObjView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -35,14 +35,14 @@
 
 ObjectView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
 a View which can hold DisplayObjects, can make selections, move them around etc.
 this is an abstract class providing common mechanisms - actual instances are
 DrawView, DirectoryView, LogicView or DocumentView.
 
-$Header: /cvs/stx/stx/libwidg/Attic/ObjView.st,v 1.2 1993-10-13 01:02:58 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ObjView.st,v 1.3 1993-10-13 02:48:38 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/ObjectView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ObjectView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -35,14 +35,14 @@
 
 ObjectView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
 a View which can hold DisplayObjects, can make selections, move them around etc.
 this is an abstract class providing common mechanisms - actual instances are
 DrawView, DirectoryView, LogicView or DocumentView.
 
-$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.2 1993-10-13 01:02:58 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.3 1993-10-13 02:48:38 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/OptBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/OptBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 OptionBox comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
              All Rights Reserved
 
 like a YesNoBox but with as many as you like buttons in it;
 will finally be a superclass of WarnBox and YesNoBox.
 
-$Header: /cvs/stx/stx/libwidg/Attic/OptBox.st,v 1.2 1993-10-13 01:03:03 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/OptBox.st,v 1.3 1993-10-13 02:48:40 claus Exp $
 
 written Nov 91 by claus
 '!
--- a/OptionBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/OptionBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 OptionBox comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
              All Rights Reserved
 
 like a YesNoBox but with as many as you like buttons in it;
 will finally be a superclass of WarnBox and YesNoBox.
 
-$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.2 1993-10-13 01:03:03 claus Exp $
+$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.3 1993-10-13 02:48:40 claus Exp $
 
 written Nov 91 by claus
 '!
--- a/PanelView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/PanelView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 PanelView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this is a view for holding subviews. (layout-widget ?!!)
@@ -29,7 +29,7 @@
 
 HorizontalPanelView and VerticalPanelView are two of them.
 
-$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.2 1993-10-13 01:03:04 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.3 1993-10-13 02:48:42 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/PopUpMenu.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/PopUpMenu.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,10 +20,10 @@
 
 PopUpMenu comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.2 1993-10-13 01:03:06 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.3 1993-10-13 02:48:43 claus Exp $
 
 written summer 89 by claus;
 ST-80 compatibility added Dec 92;
--- a/PullDMenu.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/PullDMenu.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -22,10 +22,10 @@
 
 PullDownMenu comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Attic/PullDMenu.st,v 1.2 1993-10-13 01:03:09 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/PullDMenu.st,v 1.3 1993-10-13 02:48:49 claus Exp $
 
 written summer 89 by claus
 '!
--- a/PullDownMenu.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/PullDownMenu.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -22,10 +22,10 @@
 
 PullDownMenu comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.2 1993-10-13 01:03:09 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.3 1993-10-13 02:48:49 claus Exp $
 
 written summer 89 by claus
 '!
--- a/RButtGrp.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/RButtGrp.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 RadioButtonGroup comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 RadioButtonGroups controll the interaction between RadioButtons
 turning off other button(s) when one of the group is pressed.
 
-$Header: /cvs/stx/stx/libwidg/Attic/RButtGrp.st,v 1.2 1993-10-13 01:03:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/RButtGrp.st,v 1.3 1993-10-13 02:48:51 claus Exp $
 written nov 91 by claus
 '!
 
--- a/RButton.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/RButton.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 RadioButton comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
 like a Toggle, but do not turn off when pressed again, instead only
 turn off when another RadioButton is pressed (see RadioButtonGroup).
 
-$Header: /cvs/stx/stx/libwidg/Attic/RButton.st,v 1.2 1993-10-13 01:03:13 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/RButton.st,v 1.3 1993-10-13 02:48:52 claus Exp $
 written fall 91 by claus
 '!
 
--- a/RadioButton.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/RadioButton.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 RadioButton comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
 like a Toggle, but do not turn off when pressed again, instead only
 turn off when another RadioButton is pressed (see RadioButtonGroup).
 
-$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.2 1993-10-13 01:03:13 claus Exp $
+$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.3 1993-10-13 02:48:52 claus Exp $
 written fall 91 by claus
 '!
 
--- a/RadioButtonGroup.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/RadioButtonGroup.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 RadioButtonGroup comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 RadioButtonGroups controll the interaction between RadioButtons
 turning off other button(s) when one of the group is pressed.
 
-$Header: /cvs/stx/stx/libwidg/RadioButtonGroup.st,v 1.2 1993-10-13 01:03:11 claus Exp $
+$Header: /cvs/stx/stx/libwidg/RadioButtonGroup.st,v 1.3 1993-10-13 02:48:51 claus Exp $
 written nov 91 by claus
 '!
 
--- a/ScrView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ScrView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,11 +19,11 @@
 
 ScrollableView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 a view containing a scrollbar and some other (slave-)view
 
-$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.2 1993-10-13 01:03:33 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.3 1993-10-13 02:49:13 claus Exp $
 
 written spring 89 by claus
 '!
--- a/ScrollBar.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ScrollBar.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -20,14 +20,14 @@
 
 ScrollBar comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements vertical scrollbars with scroller and
 2 step-scroll buttons. when moved or stepped, it performs a
 predefined action.
 
-$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.2 1993-10-13 01:03:34 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.3 1993-10-13 02:49:14 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/ScrollableView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/ScrollableView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,11 +19,11 @@
 
 ScrollableView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 a view containing a scrollbar and some other (slave-)view
 
-$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.2 1993-10-13 01:03:33 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.3 1993-10-13 02:49:13 claus Exp $
 
 written spring 89 by claus
 '!
--- a/Scroller.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/Scroller.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -29,10 +29,10 @@
 
 Scroller comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.2 1993-10-13 01:03:36 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.3 1993-10-13 02:49:30 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/SelListV.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/SelListV.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -25,13 +25,13 @@
 
 SelectionInListView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this one is a ListView with a selected line (which is shown highlighted)
 If multipleSelectionsOk is true, it is also allowed to shift-click multiple entries.
 
-$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.2 1993-10-13 01:03:39 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.3 1993-10-13 02:49:33 claus Exp $
 
 written spring/summer 89 by claus
 3D Jan 90 by claus
--- a/SelectionInListView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/SelectionInListView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -25,13 +25,13 @@
 
 SelectionInListView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this one is a ListView with a selected line (which is shown highlighted)
 If multipleSelectionsOk is true, it is also allowed to shift-click multiple entries.
 
-$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.2 1993-10-13 01:03:39 claus Exp $
+$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.3 1993-10-13 02:49:33 claus Exp $
 
 written spring/summer 89 by claus
 3D Jan 90 by claus
--- a/TextColl.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/TextColl.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -21,14 +21,14 @@
 
 TextCollector comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a view for editable text, which also understands some stream messages.
 Instances of this view can take the place of a stream and display the received
 text; it is used especially for Transcript.
 
-$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.2 1993-10-13 01:03:43 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.3 1993-10-13 02:49:38 claus Exp $
 written winter-89 by claus
 '!
 
--- a/TextCollector.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/TextCollector.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -21,14 +21,14 @@
 
 TextCollector comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a view for editable text, which also understands some stream messages.
 Instances of this view can take the place of a stream and display the received
 text; it is used especially for Transcript.
 
-$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.2 1993-10-13 01:03:43 claus Exp $
+$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.3 1993-10-13 02:49:38 claus Exp $
 written winter-89 by claus
 '!
 
--- a/TextView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/TextView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -27,10 +27,10 @@
 
 TextView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.2 1993-10-13 01:03:50 claus Exp $
+$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.3 1993-10-13 02:49:43 claus Exp $
 
 written jun-89 by claus
 autoscroll added spring 92 by claus
--- a/Toggle.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/Toggle.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 Toggle comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this button changes state whenever pressed and stays pressed until pressed
 again. All the main action is in Button, Toggle just redefines buttonpress/
 release behavior.
 
-$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.2 1993-10-13 01:03:53 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.3 1993-10-13 02:49:46 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/VPanelV.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VPanelV.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 VerticalPanelView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a View for childViews oriented vertical
 all real work is done in PanelView - just redefine layout
 
-$Header: /cvs/stx/stx/libwidg/Attic/VPanelV.st,v 1.2 1993-10-13 01:03:55 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VPanelV.st,v 1.3 1993-10-13 02:49:47 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/VarHPanel.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VarHPanel.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1992-93 by Claus Gittinger
+ COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 VariableHorizontalPanel comment:'
 
-COPYRIGHT (c) 1992-93 by Claus Gittinger
+COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
 a View to separate its subviews horizontally by a movable bar
@@ -27,7 +27,7 @@
 The bar-handle is either an exposed knob (knobStyle == #motif)
 or the forms defined in Scroller (knobStyle ~~ #motif)
 
-$Header: /cvs/stx/stx/libwidg/Attic/VarHPanel.st,v 1.2 1993-10-13 01:03:58 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VarHPanel.st,v 1.3 1993-10-13 02:49:49 claus Exp $
 
 written summer 92 by claus
 '!
--- a/VarVPanel.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VarVPanel.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -23,7 +23,7 @@
 
 VariableVerticalPanel comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 a View to separate its subviews vertically by a movable bar;
@@ -32,7 +32,7 @@
 The bar-handle is either an exposed knob (style == #motif)
 or the forms defined in Scroller (style ~~ #motif)
 
-$Header: /cvs/stx/stx/libwidg/Attic/VarVPanel.st,v 1.2 1993-10-13 01:04:01 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/VarVPanel.st,v 1.3 1993-10-13 02:49:51 claus Exp $
 
 written summer 91 by claus
 '!
--- a/VariableHorizontalPanel.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VariableHorizontalPanel.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1992-93 by Claus Gittinger
+ COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,7 +19,7 @@
 
 VariableHorizontalPanel comment:'
 
-COPYRIGHT (c) 1992-93 by Claus Gittinger
+COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
 a View to separate its subviews horizontally by a movable bar
@@ -27,7 +27,7 @@
 The bar-handle is either an exposed knob (knobStyle == #motif)
 or the forms defined in Scroller (knobStyle ~~ #motif)
 
-$Header: /cvs/stx/stx/libwidg/VariableHorizontalPanel.st,v 1.2 1993-10-13 01:03:58 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableHorizontalPanel.st,v 1.3 1993-10-13 02:49:49 claus Exp $
 
 written summer 92 by claus
 '!
--- a/VariableVerticalPanel.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VariableVerticalPanel.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -23,7 +23,7 @@
 
 VariableVerticalPanel comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 a View to separate its subviews vertically by a movable bar;
@@ -32,7 +32,7 @@
 The bar-handle is either an exposed knob (style == #motif)
 or the forms defined in Scroller (style ~~ #motif)
 
-$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.2 1993-10-13 01:04:01 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VariableVerticalPanel.st,v 1.3 1993-10-13 02:49:51 claus Exp $
 
 written summer 91 by claus
 '!
--- a/VerticalPanelView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/VerticalPanelView.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 VerticalPanelView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 a View for childViews oriented vertical
 all real work is done in PanelView - just redefine layout
 
-$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.2 1993-10-13 01:03:55 claus Exp $
+$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.3 1993-10-13 02:49:47 claus Exp $
 
 written spring/summer 89 by claus
 '!
--- a/Workspace.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/Workspace.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -22,7 +22,7 @@
 
 Workspace comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
              All Rights Reserved
 
 a view for editable text which can evaluate expressions.
@@ -40,7 +40,7 @@
 errorFgColor    <Color>         fg-color used when highlighting error 
 errorBgColor    <Color>         bg-Color used when highlighting error
 
-$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.2 1993-10-13 01:04:07 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.3 1993-10-13 02:49:53 claus Exp $
 written winter-89 by claus
 '!
 
--- a/YesNoBox.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/YesNoBox.st	Wed Oct 13 03:49:56 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 YesNoBox comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements yes-no boxes by adding another (no-)
 Button to the View.
 
-$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.2 1993-10-13 01:04:09 claus Exp $
+$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.3 1993-10-13 02:49:56 claus Exp $
 written spring/summer 89 by claus
 '!