ChangeLog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 2002-05-07 Rodrigo Moya <[email protected]>
  2. * CompareInfo.cs: new basic stub (compiles on Linux, so I assume
  3. it does not break the build on windows. Sorry if it does).
  4. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  5. * NumberFormatInfo.cs: always set the values for the invariant culture
  6. until there are more cultures supported.
  7. 2002-04-22 Nick Drochak <[email protected]>
  8. * NumberStyles.cs: Add [Serializable].
  9. 2002-04-08 Nick Drochak <[email protected]>
  10. * UnicodeCategory.cs: Fix typos in enum names.
  11. 2002-03-04 Nick Drochak <[email protected]>
  12. * JulianCalendar.cs: JulianEra should be field, not a property.
  13. Thanks CorCompare (and Piers).
  14. 2002-02-12 Duncan Mak <[email protected]>
  15. * CultureInfo.cs: Added the Calendar property to make the TimeZone
  16. class build. It's marked as MonoTODO.
  17. 2002-02-12 Nick Drochak <[email protected]>
  18. * UnicodeCategory.cs: Fix typo.
  19. 2002-02-01 Radek Doulik <[email protected]>
  20. * RegionInfo.cs: started work on RegionInfo
  21. implemented RegionInfo (string) constructor
  22. * CultureInfo.cs: added internal static function,
  23. which could be used from RegionInfo.cs
  24. 2002-01-16 Miguel de Icaza <[email protected]>
  25. * CultureInfo.cs: Completed the tables. Now we need to actually
  26. fill it in.
  27. 2002-01-15 Duncan Mak <[email protected]>
  28. * CultureInfo.cs: Convert it to unix text.
  29. 2002-01-04 Ravi Pratap <[email protected]>
  30. * GreogrianCalendar.cs : The same old MonoTODO attribute.
  31. 2001-11-21 Miguel de Icaza <[email protected]>
  32. * Locale.cs: New file, a place holder for Locale.GetText.
  33. Wed Nov 14 16:47:07 CET 2001 Paolo Molaro <[email protected]>
  34. * Calendar.cs: CLSCompliant updates.
  35. 2001-11-04 Martin Weindel <[email protected]>
  36. * NumberFormatInfo.cs: fixed minor bug in Clone with readonly flag
  37. * DateTimeFormatInfo.cs: added
  38. * CultureInfo.cs: some changed needed for compiling DateTimeFormatInfo.cs
  39. 2001-10-26 Miguel de Icaza <[email protected]>
  40. * NumberFormatInfo.cs: Provide an internal constructor that takes
  41. as an argument a CultureInfo ID (LCID) so that we can construct
  42. different ones here.
  43. * CultureInfo.cs: Begun implementation.
  44. 2001-10-09 Derek Holden <[email protected]>
  45. * NumberFormatInfo.cs: Small typo in PercentPositivePattern
  46. and CurrencyPositivePattern
  47. 2001-09-02 Miguel de Icaza <[email protected]>
  48. * Calendar.cs: Implement a bunch of missing features.
  49. 2001-07-24 Derek Holden <[email protected]>
  50. * NumberStyles.cs: Added ECMA values for Allow types and default
  51. styles.
  52. 2001-07-18 Michael Lambert <[email protected]>
  53. * DateTimeStyles.cs, NumberStyles.cs: Add.
  54. 2001-07-06 Joe Shaw <[email protected]>
  55. * UnicodeCategory.cs: Added.