ChangeLog 5.7 KB

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