more RegionInfo work
[mono.git] / mcs / class / corlib / System.Globalization / ChangeLog
1 2002-02-01  Radek Doulik  <rodo@ximian.com>\r
2 \r
3         * RegionInfo.cs: started work on RegionInfo\r
4         implemented RegionInfo (string) constructor\r
5 \r
6         * CultureInfo.cs: added internal static function,\r
7         which could be used from RegionInfo.cs\r
8 \r
9 2002-01-16  Miguel de Icaza  <miguel@ximian.com>\r
10 \r
11         * CultureInfo.cs: Completed the tables.   Now we need to actually\r
12         fill it in.\r
13 \r
14 2002-01-15  Duncan Mak  <duncan@ximian.com>\r
15 \r
16         * CultureInfo.cs: Convert it to unix text.\r
17 \r
18 2002-01-04  Ravi Pratap  <ravi@ximian.com>\r
19 \r
20         * GreogrianCalendar.cs : The same old MonoTODO attribute.\r
21 \r
22 2001-11-21  Miguel de Icaza  <miguel@ximian.com>\r
23 \r
24         * Locale.cs: New file, a place holder for Locale.GetText.\r
25 \r
26 Wed Nov 14 16:47:07 CET 2001 Paolo Molaro <lupus@ximian.com>\r
27 \r
28         * Calendar.cs: CLSCompliant updates.\r
29 \r
30 2001-11-04  Martin Weindel <martin.weindel@t-online.de>\r
31         * NumberFormatInfo.cs: fixed minor bug in Clone with readonly flag\r
32 \r
33         * DateTimeFormatInfo.cs: added\r
34 \r
35         * CultureInfo.cs: some changed needed for compiling DateTimeFormatInfo.cs\r
36 \r
37 2001-10-26  Miguel de Icaza  <miguel@ximian.com>\r
38 \r
39         * NumberFormatInfo.cs: Provide an internal constructor that takes\r
40         as an argument a CultureInfo ID (LCID) so that we can construct\r
41         different ones here.\r
42 \r
43         * CultureInfo.cs: Begun implementation.\r
44 \r
45 2001-10-09  Derek Holden  <dholden@draper.com>\r
46 \r
47         * NumberFormatInfo.cs: Small typo in PercentPositivePattern\r
48         and CurrencyPositivePattern\r
49 \r
50 2001-09-02  Miguel de Icaza  <miguel@ximian.com>\r
51 \r
52         * Calendar.cs: Implement a bunch of missing features.\r
53 \r
54 2001-07-24  Derek Holden  <dholden@draper.com>\r
55 \r
56         * NumberStyles.cs: Added ECMA values for Allow types and default\r
57         styles.\r
58 \r
59 2001-07-18  Michael Lambert <michaellambert@email.com>\r
60 \r
61         * DateTimeStyles.cs, NumberStyles.cs: Add.\r
62 \r
63 2001-07-06  Joe Shaw  <joe@ximian.com>\r
64 \r
65         * UnicodeCategory.cs: Added.\r