* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System / System.Net.Mime / ChangeLog
1 2006-01-13  John Luke  <john.luke@gmail.com>
2
3         * ContentDisposition.cs: use String.Compare instead
4         of comparing .ToLower's
5         
6 2006-01-02  John Luke  <john.luke@gmail.com>
7
8         * ContentDisposition.cs: remove [MonoTODO]'s
9         access and store the properties in Parameters
10         ToString is now just DispositionType + the parameters
11         * ContentType.cs: remove [MonoTODO]'s
12         use parameters to store Name, Boundary, and CharSet
13         ToString is now just MediaType + the parameters
14         throw FormatException for unrecognized paremeter in ctor
15         * TransferEncoding.cs: remove [Serializable]
16
17 2005-12-26  John Luke  <john.luke@gmail.com>
18
19         * ContentDisposition.cs: Size is -1 by default
20         throw ArgumentNullException and ArgumentException for
21         set_DispositionType
22         * ContentType.cs: throw ArgumentNullException, ArgumentException,
23         and FormatException for set_MediaType
24         don't print Boundary,Name in ToString() if they are ""
25
26 2005-12-23  John Luke  <john.luke@gmail.com>
27
28         * ContentDisposition.cs: override GetHashCode and
29         Equals, implement ToString,
30         fix Size to be long not int,
31         implement Inline property,
32         implement the ctors
33         * ContentType.cs: override GetHashCode and Equals
34         implement ToString, implement the ctors
35         
36 2005-12-22  John Luke  <john.luke@gmail.com>
37
38         minor updates I noticed for 2.0 final API
39         * DispositionTypeNames.cs: change to a static class
40         * MediaTypeNames.cs: change these to static classes
41         * TransferEncoding.cs: remove Binary and EightBit
42         add [Serializable] and fix the values
43         
44 2004-09-09  Tim Coleman <tim@timcoleman.com>
45         * ContentType.cs: Changes to MIME headers
46
47 2004-09-04 Tim Coleman  <tim@timcoleman.com>
48         * ContentDisposition.cs ContentType.cs DispositionTypeNames.cs
49         * MediaTypeNames.cs TransferEncoding.cs:
50                 New class stubs for 2.0