X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.IO%2FChangeLog;h=34b54eef895111cd81159db191d90817d2495325;hb=cf5ff95d1b569bd257ee8477b82080f8586d7f52;hp=0ab96842552ddd1b9b1603842144bdcd514dfff1;hpb=8f708d9159a6780c93cac3908942354bf90db1ad;p=mono.git diff --git a/mcs/class/System/System.IO/ChangeLog b/mcs/class/System/System.IO/ChangeLog index 0ab96842552..34b54eef895 100755 --- a/mcs/class/System/System.IO/ChangeLog +++ b/mcs/class/System/System.IO/ChangeLog @@ -1,3 +1,85 @@ +2004-01-27 Nick Drochak + + * FAMWatcher.cs: + * FileSystemWatcher.cs: Remove unused variables. Eliminates a couple of + build warnings. + +2004-01-26 Gonzalo Paniagua Javier + + * DefaultWatcher.cs: fixed condition for removal from the watches list. + +2004-01-26 Gonzalo Paniagua Javier + + * DefaultWatcher.cs: check if the FileSystemWatcher is in WaitForChange + and call Monitor.PulseAll in that case. + +2004-01-21 Gonzalo Paniagua Javier + + * 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 + + * 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 + + * FileSystemWatcher.cs: Reworked attributes based on the new Consts + scheme + +2003-07-13 Andreas Nahr + + * FileSystemWatcher.cs: Added missing attributes + +2003-07-09 Andreas Nahr + + * IODescriptionAttribute.cs: Removed unneeded field + +2003-05-16 Dick Porter + + * MonoIO.cs: Implement GetTempPath + +2003-03-17 Gonzalo Paniagua Javier + + * 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 + + * 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: