Rename Launcher-->OldLauncher, NewLauncher-->Launcher.
authorStefan Vogel <sv@exept.de>
Tue, 10 Sep 1996 00:58:38 +0200
changeset 330 d7ce98930ad3
parent 329 5fb99e0734e4
child 331 304f9c439efa
Rename Launcher-->OldLauncher, NewLauncher-->Launcher.
ActiveHelp.st
AppModel.st
ApplicationModel.st
--- a/ActiveHelp.st	Thu Sep 05 17:37:54 1996 +0200
+++ b/ActiveHelp.st	Tue Sep 10 00:58:38 1996 +0200
@@ -11,6 +11,8 @@
 "
 
 
+'From Smalltalk/X, Version:2.10.9 on 9-sep-1996 at 22:51:35'                    !
+
 EventListener subclass:#ActiveHelp
 	instanceVariableNames:'currentView currentHelpView currentFrame showProcess closeProcess'
 	classVariableNames:'DelayTime ShowTime TheOneAndOnlyHelpListener'
@@ -18,7 +20,7 @@
 	category:'Interface-Help'
 !
 
-!ActiveHelp class methodsFor:'documentation'!
+!ActiveHelp  class methodsFor:'documentation'!
 
 copyright
 "
@@ -58,7 +60,7 @@
         or the topView, if its a derived class of StandardSystemView.
         This should know about its components and return the string
         when asked via #helpTextFor:aComponent.
-        See examples in FileBrowser, NewLauncher etc.
+        See examples in FileBrowser, Launcher etc.
 
     Be aware, that for applicationModels, there must be a link from the
     topView to this applicationModel 
@@ -162,7 +164,7 @@
 "
 ! !
 
-!ActiveHelp class methodsFor:'initialization'!
+!ActiveHelp  class methodsFor:'initialization'!
 
 initialize
     "set default delay & help-display times"
@@ -177,7 +179,7 @@
     "Modified: 27.4.1996 / 15:07:27 / cg"
 ! !
 
-!ActiveHelp class methodsFor:'startup'!
+!ActiveHelp  class methodsFor:'startup'!
 
 isActive
     "return true, if activeHelp is turned on"
@@ -217,7 +219,7 @@
     "Modified: 27.4.1996 / 15:08:11 / cg"
 ! !
 
-!ActiveHelp class methodsFor:'times'!
+!ActiveHelp  class methodsFor:'times'!
 
 delayTime:numberOfSeconds
     "set the delay (the time, the cursor has to be in the view
@@ -524,9 +526,9 @@
     "Modified: 28.5.1996 / 20:19:28 / cg"
 ! !
 
-!ActiveHelp class methodsFor:'documentation'!
+!ActiveHelp  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.15 1996-06-07 08:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.16 1996-09-09 22:58:37 stefan Exp $'
 ! !
 ActiveHelp initialize!
--- a/AppModel.st	Thu Sep 05 17:37:54 1996 +0200
+++ b/AppModel.st	Tue Sep 10 00:58:38 1996 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:2.10.9 on 9-sep-1996 at 22:51:41'                    !
+
 Model subclass:#ApplicationModel
 	instanceVariableNames:'builder resources device'
 	classVariableNames:''
@@ -55,7 +57,7 @@
      for them)
 
     As time goes by, ST/X applications are going to be converted to
-    become subclasses of this abstract class - see NewLauncher for a
+    become subclasses of this abstract class - see Launcher for a
     first concrete example.
 
 
@@ -536,11 +538,12 @@
 
      Subclasses which do not have an interfaceSpec 
      should redefine this method and create & open their view(s) there.
-     (see NewLauncher as an example)."
+     (see Launcher as an example)."
 
     self openInterface:#windowSpec
 
     "Modified: 24.4.1996 / 09:35:43 / cg"
+    "Modified: 9.9.1996 / 22:39:23 / stefan"
 !
 
 openInterface:aSymbol
@@ -632,6 +635,6 @@
 !ApplicationModel  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.29 1996-07-05 16:00:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.30 1996-09-09 22:58:38 stefan Exp $'
 ! !
 ApplicationModel initialize!
--- a/ApplicationModel.st	Thu Sep 05 17:37:54 1996 +0200
+++ b/ApplicationModel.st	Tue Sep 10 00:58:38 1996 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:2.10.9 on 9-sep-1996 at 22:51:41'                    !
+
 Model subclass:#ApplicationModel
 	instanceVariableNames:'builder resources device'
 	classVariableNames:''
@@ -55,7 +57,7 @@
      for them)
 
     As time goes by, ST/X applications are going to be converted to
-    become subclasses of this abstract class - see NewLauncher for a
+    become subclasses of this abstract class - see Launcher for a
     first concrete example.
 
 
@@ -536,11 +538,12 @@
 
      Subclasses which do not have an interfaceSpec 
      should redefine this method and create & open their view(s) there.
-     (see NewLauncher as an example)."
+     (see Launcher as an example)."
 
     self openInterface:#windowSpec
 
     "Modified: 24.4.1996 / 09:35:43 / cg"
+    "Modified: 9.9.1996 / 22:39:23 / stefan"
 !
 
 openInterface:aSymbol
@@ -632,6 +635,6 @@
 !ApplicationModel  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.29 1996-07-05 16:00:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.30 1996-09-09 22:58:38 stefan Exp $'
 ! !
 ApplicationModel initialize!