ChangeLog 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 2004-01-21 Gonzalo Paniagua Javier <[email protected]>
  2. * DefaultWatcher.cs: implemented.
  3. * FAMWatcher.cs: don't stop the thread when we add a new watch.
  4. * FileSystemWatcher.cs: on windows we use the default watcher by now.
  5. 2004-01-16 Gonzalo Paniagua Javier <[email protected]>
  6. * DefaultWatcher.cs: stub for the default watcher.
  7. * WindowsWatcher.cs: stub for the windows watcher.
  8. * FAMWatcher.cs: FAM watcher.
  9. * FileAction.cs: enum with event types.
  10. * FileSystemEventArgs.cs: added SetName property.
  11. * FileSystemWatcher.cs: added support for the 3 watchers.
  12. * IFileWatcher.cs: interface implemented by the watchers.
  13. * SearchPattern.cs: copied from corlib.
  14. 2003-07-17 Andreas Nahr <[email protected]>
  15. * FileSystemWatcher.cs: Reworked attributes based on the new Consts
  16. scheme
  17. 2003-07-13 Andreas Nahr <[email protected]>
  18. * FileSystemWatcher.cs: Added missing attributes
  19. 2003-07-09 Andreas Nahr <[email protected]>
  20. * IODescriptionAttribute.cs: Removed unneeded field
  21. 2003-05-16 Dick Porter <[email protected]>
  22. * MonoIO.cs: Implement GetTempPath
  23. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  24. * FileSystemWatcher.cs: added attributes and some more implementation.
  25. Now only the guts left to do.
  26. * FileSystemEventArgs.cs:
  27. * RenamedEventArgs.cs: implemented a couple of properties.
  28. 2002-10-31 Dick Porter <[email protected]>
  29. * MonoIO.cs: Return the error status in a parameter, as the
  30. GetLastError() value has long since been blown away if we try and
  31. look it up in a subsequent internal call invocation.
  32. 2002-09-15 Duncan Mak <[email protected]>
  33. * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
  34. constructor.
  35. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  36. * FileSystemWatcher.cs: IDisposable fixes.
  37. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  38. * InternalBufferOverflowException.cs:
  39. * NotifyFilters.cs:
  40. * WatcherChangeTypes.cs: little fixes based on class status page.
  41. 2002-08-15 Tim Coleman <[email protected]>
  42. * ErrorEventArgs.cs:
  43. * ErrorEventHandler.cs:
  44. * FileSystemEventArgs.cs:
  45. * FileSystemEventHandler.cs:
  46. * FileSystemWatcher.cs:
  47. * InternalBufferOverflowException.cs:
  48. * IODescriptionAttribute.cs:
  49. * NotifyFilters.cs:
  50. * RenamedEventArgs.cs:
  51. * RenamedEventHandler.cs:
  52. * WaitForChangedResult.cs:
  53. * WatcherChangeTypes.cs:
  54. New stubs added.
  55. 2002-07-20 Dick Porter <[email protected]>
  56. * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it
  57. can be used from the System assembly but still not be exposed to
  58. users.