2004-01-27 Nick Drochak <ndrochak@ieee.org>
[mono.git] / mcs / class / System / System.IO / ChangeLog
index fe1c0f6a03b59c2a08428733521b61f7f26f2b2f..34b54eef895111cd81159db191d90817d2495325 100755 (executable)
@@ -1,3 +1,56 @@
+2004-01-27  Nick Drochak <ndrochak@ieee.org>
+
+       * FAMWatcher.cs:
+       * FileSystemWatcher.cs: Remove unused variables. Eliminates a couple of
+       build warnings.
+
+2004-01-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultWatcher.cs: fixed condition for removal from the watches list.
+
+2004-01-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultWatcher.cs: check if the FileSystemWatcher is in WaitForChange
+       and call Monitor.PulseAll in that case.
+
+2004-01-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultWatcher.cs: implemented.
+       * FAMWatcher.cs: don't stop the thread when we add a new watch.
+       * FileSystemWatcher.cs: on windows we use the default watcher by now.
+
+2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultWatcher.cs: stub for the default watcher.
+       * WindowsWatcher.cs: stub for the windows watcher.
+       
+       * FAMWatcher.cs: FAM watcher.
+       
+       * FileAction.cs: enum with event types.
+       
+       * FileSystemEventArgs.cs: added SetName property.
+       * FileSystemWatcher.cs: added support for the 3 watchers.
+
+       * IFileWatcher.cs: interface implemented by the watchers. 
+       * SearchPattern.cs: copied from corlib.
+
+2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * FileSystemWatcher.cs: Reworked attributes based on the new Consts
+       scheme
+
+2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * FileSystemWatcher.cs: Added missing attributes
+
+2003-07-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * IODescriptionAttribute.cs: Removed unneeded field
+
+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.