showCr: -> showCR:
authorClaus Gittinger <cg@exept.de>
Sat, 18 May 1996 17:47:03 +0200
changeset 553 b67caadfe334
parent 552 c61c0758c10b
child 554 0f8303e1fdfd
showCr: -> showCR:
CBrowser.st
ChangesBrowser.st
OldLauncher.st
ProjectV.st
ProjectView.st
SBrowser.st
SystemBrowser.st
--- a/CBrowser.st	Sat May 18 17:44:55 1996 +0200
+++ b/CBrowser.st	Sat May 18 17:47:03 1996 +0200
@@ -808,7 +808,7 @@
     aStream close.
     showDiff ifFalse:[
         self information:outcome withCRs.
-"/        Transcript showCr:outcome.
+"/        Transcript showCR:outcome.
     ].
 
     "Created: 24.11.1995 / 14:30:46 / cg"
@@ -2187,5 +2187,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/CBrowser.st,v 1.79 1996-05-18 13:52:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/CBrowser.st,v 1.80 1996-05-18 15:46:10 cg Exp $'
 ! !
--- a/ChangesBrowser.st	Sat May 18 17:44:55 1996 +0200
+++ b/ChangesBrowser.st	Sat May 18 17:47:03 1996 +0200
@@ -808,7 +808,7 @@
     aStream close.
     showDiff ifFalse:[
         self information:outcome withCRs.
-"/        Transcript showCr:outcome.
+"/        Transcript showCR:outcome.
     ].
 
     "Created: 24.11.1995 / 14:30:46 / cg"
@@ -2187,5 +2187,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.79 1996-05-18 13:52:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.80 1996-05-18 15:46:10 cg Exp $'
 ! !
--- a/OldLauncher.st	Sat May 18 17:44:55 1996 +0200
+++ b/OldLauncher.st	Sat May 18 17:47:03 1996 +0200
@@ -867,7 +867,7 @@
 
 	project := list detect:[:p | p name = selection] ifNone:[nil].
 	project isNil ifTrue:[
-	    Transcript showCr:'no such project'
+	    Transcript showCR:'no such project'
 	] ifFalse:[
 	    project showViews.
 	    Project current:project
@@ -996,5 +996,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.34 1995-11-27 22:17:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.35 1996-05-18 15:46:33 cg Exp $'
 ! !
--- a/ProjectV.st	Sat May 18 17:44:55 1996 +0200
+++ b/ProjectV.st	Sat May 18 17:47:03 1996 +0200
@@ -280,7 +280,7 @@
         ].
         anyClasses ifTrue:[
             classes do:[:aClass |
-                Transcript showCr:'fileOut: ' , aClass name , ' ...'.
+                Transcript showCR:'fileOut: ' , aClass name , ' ...'.
                 aClass fileOut
             ].
         ].
@@ -611,5 +611,5 @@
 !ProjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.29 1996-04-27 17:55:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProjectV.st,v 1.30 1996-05-18 15:46:40 cg Exp $'
 ! !
--- a/ProjectView.st	Sat May 18 17:44:55 1996 +0200
+++ b/ProjectView.st	Sat May 18 17:47:03 1996 +0200
@@ -280,7 +280,7 @@
         ].
         anyClasses ifTrue:[
             classes do:[:aClass |
-                Transcript showCr:'fileOut: ' , aClass name , ' ...'.
+                Transcript showCR:'fileOut: ' , aClass name , ' ...'.
                 aClass fileOut
             ].
         ].
@@ -611,5 +611,5 @@
 !ProjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.29 1996-04-27 17:55:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProjectView.st,v 1.30 1996-05-18 15:46:40 cg Exp $'
 ! !
--- a/SBrowser.st	Sat May 18 17:44:55 1996 +0200
+++ b/SBrowser.st	Sat May 18 17:47:03 1996 +0200
@@ -311,7 +311,7 @@
 	sel := aSelectorString asSymbolIfInterned.
 	sel isNil ifTrue:[
 "
-	    Transcript showCr:'none found.'.
+	    Transcript showCR:'none found.'.
 "
 	    self showNoneFound:title.
 	    ^ nil
@@ -1283,6 +1283,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.57 1996-05-18 14:16:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.58 1996-05-18 15:47:03 cg Exp $'
 ! !
 SystemBrowser initialize!
--- a/SystemBrowser.st	Sat May 18 17:44:55 1996 +0200
+++ b/SystemBrowser.st	Sat May 18 17:47:03 1996 +0200
@@ -311,7 +311,7 @@
 	sel := aSelectorString asSymbolIfInterned.
 	sel isNil ifTrue:[
 "
-	    Transcript showCr:'none found.'.
+	    Transcript showCR:'none found.'.
 "
 	    self showNoneFound:title.
 	    ^ nil
@@ -1283,6 +1283,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.57 1996-05-18 14:16:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.58 1996-05-18 15:47:03 cg Exp $'
 ! !
 SystemBrowser initialize!