2003-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System / System / ChangeLog
1 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * Uri.cs:
4         (CheckSchemeName): fixed bug #28549. Thanks to Eric Runquist.
5
6 2003-02-01  Miguel de Icaza  <miguel@ximian.com>
7
8         * Uri.cs (LocalPath): Local path should return un-escaped
9         strings.  Patch from tum@veridicus.com (Thong (Tum) Nguyen)
10
11 2002-09-16  Duncan Mak  <duncan@ximian.com>
12
13         * Uri.cs (GetObjectData):
14         (Uri): The key should be "AbsoluteUri", not "Uri".
15
16 2002-09-16  Miguel de Icaza  <miguel@ximian.com>
17
18         * Uri.cs: Implemented a few of the protected methods. 
19
20 Mon Jun 17 15:05:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
21
22         * Uri.cs: workaround for mcs bug.
23
24 2002-05-28  Lawrence Pit <loz@cable.a2000.nl>
25
26         * Uri.cs: Implemented ctor UriTest (baseUri, relativeUri)
27         * Uri.cs: Fixed bug in internal method GetSchemeDelimiter
28
29 2002-05-22  Lawrence Pit <loz@cable.a2000.nl>
30
31         * Uri.cs: implemented MakeRelative, improved GetLeftPart
32         * UriBuilder.cs: removed Serializable attribute
33         * UriHostNameType.cs: added Basic
34
35 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
36
37         * Uri.LocalPath and Uri.AbsoluteUri modified to support both w32 
38         and *nix filepaths
39
40 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
41
42         * Uri.GetLeftPart fixed for mailto and news schemes.
43
44 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
45
46         * UriBuilder.cs: Implemented.
47         
48         * Uri.cs: Complete new reimplementation. 
49
50 2002-02-08  Duncan Mak  <duncan@ximian.com>
51
52         * UriFormatException.cs: Removed TODO attribute, the docs are
53         probably wrong here. In any case, this code compiles and should work.
54
55 2002-01-31  Duncan Mak  <duncan@ximian.com>
56
57         * UriFormatException.cs: Added bits for serialization.
58
59 2002-01-05  Ravi Pratap  <ravi@ximian.com>
60
61         * ChangeLog : Add to this directory.
62
63         * Uri.cs, UriFormatException.cs : Decorate bits with MonoTODO attribute.