Context.st
branchjv
changeset 17736 26cfea63471d
parent 17711 39faaaf888b4
child 17740 55fb39bdf20e
--- a/Context.st	Wed Dec 02 21:30:55 2009 +0000
+++ b/Context.st	Fri Dec 04 20:30:11 2009 +0000
@@ -270,6 +270,14 @@
     ^ c findSpecialHandle:searchForHandle raise:searchForRaise
 ! !
 
+!Context methodsFor:'Compatibility-Squeak'!
+
+longStack
+    ^ String streamContents:[:s |
+            self fullPrintAllOn:s
+    ]
+! !
+
 !Context methodsFor:'Compatibility-VW'!
 
 resumeWith:value
@@ -2339,7 +2347,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Context.st 10447 2009-06-14 13:09:55Z vranyj1 $'
+    ^ '$Id: Context.st 10482 2009-12-04 20:30:11Z vranyj1 $'
+!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic/Context.st,v 1.153 2009/12/01 20:04:26 cg Exp §'
 ! !
 
 Context initialize!