ChangeLog 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  2. * list: added 2 new files (DataGrid*Internal.cs).
  3. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  4. * list: added new files.
  5. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  6. * list: added new files in System.Web.Security
  7. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  8. * list: added HorizontalAlignConverter and VerticalAlignConverter.
  9. 2002-08-05 Patrik Torstensson <[email protected]>
  10. * list:
  11. Add System.Web/ApplicationFactory.cs
  12. Add System.Web/HttpAsyncResult.cs
  13. Add System.Web.Configuration/GlobalizationConfiguration.cs
  14. Add System.Web.Configuration/HandlerFactoryConfiguration.cs
  15. Add System.Web.Configuration/HandlerFactoryProxy.cs
  16. Add System.Web.Configuration/HandlerItem.cs
  17. Add System.Web.Configuration/ModuleItem.cs
  18. Add System.Web.Configuration/ModulesConfiguration.cs
  19. 2002-07-24 Tim Coleman <[email protected]>
  20. * list:
  21. Add System.Web/ProcessInfo.cs
  22. Add System.Web/HttpCompileException.cs
  23. Add System.Web/HttpParseException.cs
  24. Add System.Web/HttpUnhandledException.cs
  25. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  26. * list: added some more files from System.Web.Hosting.
  27. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  28. * System.Web.build: removed some more excludes.
  29. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  30. * list: updated. Currently mcs cannot compile System.Web because it
  31. cannot find NameObjectCollectionBase.KeysCollection.
  32. * System.Web.build: don't display unused event nor always default value
  33. warnings by now.
  34. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  35. * list: updated and reformatted.
  36. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  37. * System.Web.build: added /debug flag. I wanna see line numbers in
  38. exceptions thrown.
  39. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  40. * System.Web.Security:
  41. * System.Web.SessionState: new directories.
  42. 2002-05-17 Duncan Mak <[email protected]>
  43. * System.Web.build: Added new arguments: "/noconfig",
  44. "/r:System.Drawing.dll" and "/r:System.Xml.dll".
  45. 2002-05-10 Duncan Mak <[email protected]>
  46. * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
  47. * Page.cs:
  48. * ValidatorCollection.cs: Stubs to make things compile for
  49. now. Added one dummy method (RegisterClientScriptFile) that's used
  50. in the existing codebase, but not in MS docs.
  51. 2002-04-26 Lawrence Pit <[email protected]>
  52. * Added directory: System.Web.Mail
  53. 2002-04-10 Patrik Torstensson <[email protected]>
  54. * System.Web -- Assembly build.
  55. The basic runtime support is now working, we can now start working
  56. on the runtime flow system (thread pool etc) and also start testing
  57. the parser and control framework. (224 files are compiled)
  58. 2002-03-26 Gaurav Vaish <[email protected]>
  59. * System.Web.Security: Removed all files. Will do it later.
  60. May be someone else like to do it for the time being.
  61. 2002-03-17 Gaurav Vaish <[email protected]>
  62. * System.Web -- Assembly build.
  63. Another milestone reached. Compiled 195 classes successfully.
  64. Build includes System.Web.UI.WebControls and all the dependencies
  65. for the namespace.
  66. 2002-03-05 Gaurav Vaish <[email protected]>
  67. * System.Web.Security: Added directory.
  68. 2002-03-04 Gaurav Vaish <[email protected]>
  69. * System.Web.UI.WebContorls: Virtually complete. See
  70. System.Web.UI.WebControls/ChangeLog for a comprehensensive
  71. description of what's left and where. But, don't go for
  72. a build at this stage. There are a few classes left in
  73. System.Web namespace that need to be filled-up, though
  74. I will try to fix up the current state to be able to make
  75. a build.
  76. 2001-12-20 Gaurav Vaish <[email protected]>
  77. Did first successful build of System.Web.dll that included
  78. System.Web.UI.WebControls namespace. Though, not updating
  79. the System.Web.build file, since with the changes that
  80. followed, the build again fails :(
  81. 2001-11-30 Gaurav Vaish <[email protected]>
  82. * System.Web.WebUtils: Removed
  83. * System.Web.Utils : Added --- replacement of WebUtils
  84. 2001-11-08 Gaurav Vaish <[email protected]>
  85. * System.Web.WebUtils: Added directory
  86. 2001-08-22 Bob Smith <[email protected]>
  87. * Added directory: System.Web.UI.HtmlControls
  88. * Added directory: Test
  89. 2001-08-17 Bob Smith <[email protected]>
  90. * Added directory: System.Web.UI
  91. 2001-08-09 Bob Smith <[email protected]>
  92. * Added directory: System.Web
  93. 2001-07-20 Patrik Torstensson ([email protected])
  94. * Added directory: System.Web.Caching