fix for Uri.GetLeftPart
[mono.git] / mcs / class / System / System / ChangeLog
1 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
2
3         * Uri.GetLeftPart fixed for mailto and news schemes.
4
5 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
6
7         * UriBuilder.cs: Implemented.
8         
9         * Uri.cs: Complete new reimplementation. 
10
11 2002-02-08  Duncan Mak  <duncan@ximian.com>
12
13         * UriFormatException.cs: Removed TODO attribute, the docs are
14         probably wrong here. In any case, this code compiles and should work.
15
16 2002-01-31  Duncan Mak  <duncan@ximian.com>
17
18         * UriFormatException.cs: Added bits for serialization.
19
20 2002-01-05  Ravi Pratap  <ravi@ximian.com>
21
22         * ChangeLog : Add to this directory.
23
24         * Uri.cs, UriFormatException.cs : Decorate bits with MonoTODO attribute.