2002-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Util / ChangeLog
1 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
2 \r
3         * WebTrace.cs: fixed namespace.\r
4 \r
5         * WebEncoding.cs: new class that holds the default encoding for\r
6         System.Web.\r
7 \r
8 2002-01-03  Nick Drochak  <ndrochak@gol.com>\r
9 \r
10         * FileChangesMonitor.cs: remove redundant using statement; use int\r
11         for MAXLEN; capitalize correctly 'WebHashCodeProvider';\r
12         fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;\r
13         set out parameter value where needed\r
14         * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'\r
15         * IISVersionInfo.cs: initialize static member to avoid compile error.\r
16         * WebEqualComparer.cs: static member defC shouldn't be readonly;\r
17         the string comparer had some typos (fixed)\r
18         * WebHashCodeProvider.cs: needed System.Globalization; static member\r
19         defHcp shouldn't be readonly; remove double equal typo.\r
20 \r
21 2002-01-02  Nick Drochak  <ndrochak@gol.com>\r
22 \r
23         * FileAction.cs: Use 0x7FFFFFFF as enum value for error.  0xFFFFFFFF\r
24         is too big for Int32.\r
25         * FileChangeEventHandler.cs: put missing 'void' return type on delegate\r
26         FileChangeEventHandler()\r
27         * FileChangedEventArgs.cs: ditto for FileChangedEvent()\r
28         * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()\r
29         * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete\r
30         code.\r
31 \r
32 2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>\r
33 \r
34         * ApacheVersionInfo.cs     - Dummy class, for later use.\r
35         * FileAction.cs:\r
36         * FileChangeEventHandler.cs:\r
37         * FileChangeEventArgs.cs:\r
38         * FileChangesMonitor.cs:\r
39         * NativeFileChangeEventHandler.cs\r
40                                    - To be used in System.Web/Http* classes.\r
41                                      Initially needed for HttpRuntime\r
42         * IISVersionInfo.cs        - Some useful methods\r
43 \r
44 \r
45 2001-12-17      Gaurav Vaish <gvaish@iitk.ac.in>\r
46 \r
47         * UrlUtils.cs              - Added functions Combine and Reduce\r
48 \r
49 2001-12-16  Miguel de Icaza  <miguel@ximian.com>\r
50 \r
51         * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. \r
52 \r
53 2001-11-30\r
54                 Gaurav Vaish <gvaish@iitk.ac.in>\r
55         * DataSourceHelper.cs      - Resolving DataSource objects\r
56 \r
57 2001-11-09\r
58                 Gaurav Vaish <gvaish@iitk.ac.in>\r
59         * UrlUtil.cs               - Some basic functions\r
60 \r
61 2001-11-08\r
62                 Gaurav Vaish <gvaish@iitk.ac.in>\r
63         * Namespace    - Created the namespace for commonly used,\r
64                            otherwise not available functions\r