ChangeLog 4.2 KB

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