*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 23 Oct 2006 16:43:51 +0200
changeset 10123 6dccda38102b
parent 10122 697f05af913b
child 10124 d38b40bc1dfc
*** empty log message ***
Autoload.st
--- a/Autoload.st	Mon Oct 23 16:41:56 2006 +0200
+++ b/Autoload.st	Mon Oct 23 16:43:51 2006 +0200
@@ -320,6 +320,7 @@
 
     "load it"
     (Object infoPrinting and:[Smalltalk silentLoading ~~ true]) ifTrue:[
+thisContext fullPrintAll.
         Transcript showCR:('autoloading ', myName , ' ...'); endEntry.
     ].
 
@@ -475,7 +476,7 @@
     self changed:#loaded with:newClass.
     ^ newClass
 
-    "Modified: / 17-08-2006 / 09:55:01 / cg"
+    "Modified: / 23-10-2006 / 16:44:08 / cg"
 ! !
 
 !Autoload class methodsFor:'message catching'!
@@ -906,7 +907,7 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.141 2006-10-16 14:58:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.142 2006-10-23 14:43:51 cg Exp $'
 ! !
 
 Autoload initialize!