ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 2003-05-16 Dick Porter <[email protected]>
  2. * MonoIO.cs: Implement GetTempPath
  3. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  4. * FileSystemWatcher.cs: added attributes and some more implementation.
  5. Now only the guts left to do.
  6. * FileSystemEventArgs.cs:
  7. * RenamedEventArgs.cs: implemented a couple of properties.
  8. 2002-10-31 Dick Porter <[email protected]>
  9. * MonoIO.cs: Return the error status in a parameter, as the
  10. GetLastError() value has long since been blown away if we try and
  11. look it up in a subsequent internal call invocation.
  12. 2002-09-15 Duncan Mak <[email protected]>
  13. * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
  14. constructor.
  15. 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
  16. * FileSystemWatcher.cs: IDisposable fixes.
  17. 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
  18. * InternalBufferOverflowException.cs:
  19. * NotifyFilters.cs:
  20. * WatcherChangeTypes.cs: little fixes based on class status page.
  21. 2002-08-15 Tim Coleman <[email protected]>
  22. * ErrorEventArgs.cs:
  23. * ErrorEventHandler.cs:
  24. * FileSystemEventArgs.cs:
  25. * FileSystemEventHandler.cs:
  26. * FileSystemWatcher.cs:
  27. * InternalBufferOverflowException.cs:
  28. * IODescriptionAttribute.cs:
  29. * NotifyFilters.cs:
  30. * RenamedEventArgs.cs:
  31. * RenamedEventHandler.cs:
  32. * WaitForChangedResult.cs:
  33. * WatcherChangeTypes.cs:
  34. New stubs added.
  35. 2002-07-20 Dick Porter <[email protected]>
  36. * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it
  37. can be used from the System assembly but still not be exposed to
  38. users.