Wed Jul 10 20:33:35 1991  Vince DeMarco  (vince at whatnext)

	* (Version 1.1) Forced update of Workspace Managers File Browser.
	When you compile the code you will see these errors:

	CompressApp.m: In method `compressfile:'
	CompressApp.m:75: warning: cannot find method.
	CompressApp.m:75: warning: return type for `_updateWorkspace:'
	defaults to id
	CompressApp.m: In method `uncompressfile:'
	CompressApp.m:98: warning: cannot find method.
	CompressApp.m:98: warning: return type for `_updateWorkspace:'
	defaults to id

	The Proper way of doing this is:


                port_t workspacePort =
		NXPortFromName(NX_WORKSPACEREQUEST,NULL);

                if (workspacePort != PORT_NULL) {
                        [[NXApp appSpeaker] setSendPort:workspacePort];
                        [[NXApp appSpeaker] selectorRPC:"updateBrowser:"
			paramTypes:"@", sender];
                }
        But this doesn't seem to work so, i am using the one line method
	instead 		

Mon Jul  1 16:17:01 1991  Vince DeMarco  (vince at cpsc.ucalgary.ca)

	* Program Written (version 1.0)


