ChangeLog 5.5 KB

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