*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 11 Jan 1996 17:50:44 +0100
changeset 72 b6650686d90f
parent 71 d928da24eaec
child 73 3012bedc2d2e
*** empty log message ***
patches
--- a/patches	Sat Jan 06 16:02:03 1996 +0100
+++ b/patches	Thu Jan 11 17:50:44 1996 +0100
@@ -130,7 +130,10 @@
     ].
     DeviceWorkstation autoload.
     XWorkstation autoload.
-    Workstation autoload
+    Workstation autoload.
+    DeviceHandle autoload.
+    DeviceFormHandle autoload.
+    DeviceViewHandle autoload.
 ].
 
 "/
@@ -600,6 +603,8 @@
 Smalltalk at:#Dialog put:DialogBox.
 Smalltalk at:#DialogView put:DialogBox.
 
+Smalltalk at:#Console put:Stderr.
+
 FileDirectory notNil ifTrue:[
 	Smalltalk at:#Disk put:(FileDirectory directoryNamed:'/')
 ].