* added DateTimeFormatInfo.cs
[mono.git] / mcs / class / corlib / System.Globalization / ChangeLog
1 2001-11-04  Martin Weindel <martin.weindel@t-online.de>\r
2         * NumberFormatInfo.cs: fixed minor bug in Clone with readonly flag\r
3 \r
4         * DateTimeFormatInfo.cs: added\r
5 \r
6 2001-10-26  Miguel de Icaza  <miguel@ximian.com>\r
7 \r
8         * NumberFormatInfo.cs: Provide an internal constructor that takes\r
9         as an argument a CultureInfo ID (LCID) so that we can construct\r
10         different ones here.\r
11 \r
12         * CultureInfo.cs: Begun implementation.\r
13 \r
14 2001-10-09  Derek Holden  <dholden@draper.com>\r
15 \r
16         * NumberFormatInfo.cs: Small typo in PercentPositivePattern\r
17         and CurrencyPositivePattern\r
18 \r
19 2001-09-02  Miguel de Icaza  <miguel@ximian.com>\r
20 \r
21         * Calendar.cs: Implement a bunch of missing features.\r
22 \r
23 2001-07-24  Derek Holden  <dholden@draper.com>\r
24 \r
25         * NumberStyles.cs: Added ECMA values for Allow types and default\r
26         styles.\r
27 \r
28 2001-07-18  Michael Lambert <michaellambert@email.com>\r
29 \r
30         * DateTimeStyles.cs, NumberStyles.cs: Add.\r
31 \r
32 2001-07-06  Joe Shaw  <joe@ximian.com>\r
33 \r
34         * UnicodeCategory.cs: Added.\r