2003-05-16 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System / System.IO / ChangeLog
index 88e79691b0133f58984fae926609ec39e21f3bdc..d44098601ea88076a816649001074ac483787992 100755 (executable)
@@ -1,3 +1,30 @@
+2003-05-16  Dick Porter  <dick@ximian.com>
+
+       * MonoIO.cs: Implement GetTempPath
+
+2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FileSystemWatcher.cs: added attributes and some more implementation.
+       Now only the guts left to do.
+
+       * FileSystemEventArgs.cs:
+       * RenamedEventArgs.cs: implemented a couple of properties.
+
+2002-10-31  Dick Porter  <dick@ximian.com>
+
+       * 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  <duncan@ximian.com>
+
+       * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
+       constructor.
+
+2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FileSystemWatcher.cs: IDisposable fixes.
+
 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * InternalBufferOverflowException.cs: