patches
changeset 77 3ec9d8e38918
parent 75 7554be59f5f2
child 78 603315c4d5a1
--- a/patches	Mon Jan 15 16:59:20 1996 +0100
+++ b/patches	Thu Jan 18 15:06:49 1996 +0100
@@ -28,11 +28,19 @@
 ].
 
 "/
+"/ when filing in, keep source as reference to file
+"/ (instead of keeping a string locally in the image)
+"/
+ClassCategoryReader keepSource:false.
+
+"/
 "/ the following are required (either compiled or interpreted) ...
 "/
 requiredClasses := #( 
-			StringCollection
-		    ).
+     ObsoleteObject
+     BinaryIOManager BinaryInputManager BinaryOutputManager BinaryObjectStorage
+     StringCollection
+).
 
 requiredClasses do:[:s |
     (Smalltalk at:s) isNil ifTrue:[
@@ -50,7 +58,6 @@
 (Smalltalk at:#View) isNil ifTrue:[
     "/ mhmh - seems to be a minitalk
     "/ try for shared libraries ...
-    ClassCategoryReader keepSource:false.
     Smalltalk loadBinaries:true.
     ObjectFileLoader notNil ifTrue:[
 	#(
@@ -96,6 +103,7 @@
 			KeyboardMap
 			KeyboardForwarder
 			TextCollector
+			SynchronousWindowSensor
 			WindowSensor
 			WindowGroup
 			WindowEvent
@@ -218,7 +226,8 @@
 		  InputView Ruler VerticalRuler TextRuler
 		  Slider HorizontalSlider
 		  SteppingSlider HorizontalSteppingSlider
-		  VariableHorizontalPanel
+		  VariablePanel VariableVerticalPanel VariableHorizontalPanel
+		  VariablePanelController VariableVerticalPanelController VariableHorizontalPanelController
 		  FontPanel FramedBox Separator FileSelectionBox FileSaveBox
 		  RadioButton RadioButtonGroup "MotionButton MenuButton"
 		  PullDownMenu CheckBox
@@ -498,6 +507,7 @@
 				Toggle
 				ToggleController
 				VerticalPanelView
+				VariablePanel
 				VariablePanelController
 				VariableHorizontalPanel
 				VariableHorizontalPanelController