* Uri.cs: Implemented ctor UriTest (baseUri, relativeUri)
[mono.git] / mcs / class / System / System / ChangeLog
1 2002-05-28  Lawrence Pit <loz@cable.a2000.nl>
2
3         * Uri.cs: Implemented ctor UriTest (baseUri, relativeUri)
4         * Uri.cs: Fixed bug in internal method GetSchemeDelimiter
5
6 2002-05-22  Lawrence Pit <loz@cable.a2000.nl>
7
8         * Uri.cs: implemented MakeRelative, improved GetLeftPart
9         * UriBuilder.cs: removed Serializable attribute
10         * UriHostNameType.cs: added Basic
11
12 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
13
14         * Uri.LocalPath and Uri.AbsoluteUri modified to support both w32 
15         and *nix filepaths
16
17 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
18
19         * Uri.GetLeftPart fixed for mailto and news schemes.
20
21 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
22
23         * UriBuilder.cs: Implemented.
24         
25         * Uri.cs: Complete new reimplementation. 
26
27 2002-02-08  Duncan Mak  <duncan@ximian.com>
28
29         * UriFormatException.cs: Removed TODO attribute, the docs are
30         probably wrong here. In any case, this code compiles and should work.
31
32 2002-01-31  Duncan Mak  <duncan@ximian.com>
33
34         * UriFormatException.cs: Added bits for serialization.
35
36 2002-01-05  Ravi Pratap  <ravi@ximian.com>
37
38         * ChangeLog : Add to this directory.
39
40         * Uri.cs, UriFormatException.cs : Decorate bits with MonoTODO attribute.