2002-10-31 Dick Porter * MonoIO.cs: Return the error status in a parameter, as the GetLastError() value has long since been blown away if we try and look it up in a subsequent internal call invocation. 2002-09-15 Duncan Mak * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param constructor. 2002-08-28 Gonzalo Paniagua Javier * FileSystemWatcher.cs: IDisposable fixes. 2002-08-23 Gonzalo Paniagua Javier * InternalBufferOverflowException.cs: * NotifyFilters.cs: * WatcherChangeTypes.cs: little fixes based on class status page. 2002-08-15 Tim Coleman * ErrorEventArgs.cs: * ErrorEventHandler.cs: * FileSystemEventArgs.cs: * FileSystemEventHandler.cs: * FileSystemWatcher.cs: * InternalBufferOverflowException.cs: * IODescriptionAttribute.cs: * NotifyFilters.cs: * RenamedEventArgs.cs: * RenamedEventHandler.cs: * WaitForChangedResult.cs: * WatcherChangeTypes.cs: New stubs added. 2002-07-20 Dick Porter * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it can be used from the System assembly but still not be exposed to users.