ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Mon Nov 18 13:02:09 CET 2002 Paolo Molaro <[email protected]>
  2. * CultureInfo.cs: implemented Equals and GetHashCode.
  3. 2002-10-17 Duncan Mak <[email protected]>
  4. * CultureInfo.cs (TextInfo): return a TextInfo in the property.
  5. * TextInfo.cs (ToLower):
  6. (ToTitleCase): Implemented.
  7. 2002-09-12 Dick Porter <[email protected]>
  8. * ThaiBuddhistCalendar.cs:
  9. * TextInfo.cs:
  10. * TaiwanCalendar.cs:
  11. * RegionInfo.cs:
  12. * KoreanCalendar.cs:
  13. * JulianCalendar.cs:
  14. * JapaneseCalendar.cs:
  15. * HijriCalendar.cs:
  16. * HebrewCalendar.cs:
  17. * GregorianCalendar.cs:
  18. * CultureInfo.cs:
  19. * CompareInfo.cs: Stub out missing methods
  20. 2002-08-15 Tim Coleamn <[email protected]>
  21. * CompareInfo.cs:
  22. Stubbed out some methods.
  23. 2002-08-14 Dick Porter <[email protected]>
  24. * CultureInfo.cs: Implement Name, stub out all the other missing
  25. methods.
  26. * TextInfo.cs: Stubbed out this class
  27. 2002-06-12 Nick Drochak <[email protected]>
  28. * DateTimeFormatInfo.cs: Reformat.
  29. 2002-06-11 Nick Drochak <[email protected]>
  30. * NumberFormatInfo.cs: Make NumberNegativePattern = 1 for the ctor
  31. 2002-06-07 Nick Drochak <[email protected]>
  32. * NumberFormatInfo.cs: Make InvariantInfo.NumberNegativePattern = 1
  33. 2002-05-07 Rodrigo Moya <[email protected]>
  34. * CompareInfo.cs: new basic stub (compiles on Linux, so I assume
  35. it does not break the build on windows. Sorry if it does).
  36. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  37. * NumberFormatInfo.cs: always set the values for the invariant culture
  38. until there are more cultures supported.
  39. 2002-04-22 Nick Drochak <[email protected]>
  40. * NumberStyles.cs: Add [Serializable].
  41. 2002-04-08 Nick Drochak <[email protected]>
  42. * UnicodeCategory.cs: Fix typos in enum names.
  43. 2002-03-04 Nick Drochak <[email protected]>
  44. * JulianCalendar.cs: JulianEra should be field, not a property.
  45. Thanks CorCompare (and Piers).
  46. 2002-02-12 Duncan Mak <[email protected]>
  47. * CultureInfo.cs: Added the Calendar property to make the TimeZone
  48. class build. It's marked as MonoTODO.
  49. 2002-02-12 Nick Drochak <[email protected]>
  50. * UnicodeCategory.cs: Fix typo.
  51. 2002-02-01 Radek Doulik <[email protected]>
  52. * RegionInfo.cs: started work on RegionInfo
  53. implemented RegionInfo (string) constructor
  54. * CultureInfo.cs: added internal static function,
  55. which could be used from RegionInfo.cs
  56. 2002-01-16 Miguel de Icaza <[email protected]>
  57. * CultureInfo.cs: Completed the tables. Now we need to actually
  58. fill it in.
  59. 2002-01-15 Duncan Mak <[email protected]>
  60. * CultureInfo.cs: Convert it to unix text.
  61. 2002-01-04 Ravi Pratap <[email protected]>
  62. * GreogrianCalendar.cs : The same old MonoTODO attribute.
  63. 2001-11-21 Miguel de Icaza <[email protected]>
  64. * Locale.cs: New file, a place holder for Locale.GetText.
  65. Wed Nov 14 16:47:07 CET 2001 Paolo Molaro <[email protected]>
  66. * Calendar.cs: CLSCompliant updates.
  67. 2001-11-04 Martin Weindel <[email protected]>
  68. * NumberFormatInfo.cs: fixed minor bug in Clone with readonly flag
  69. * DateTimeFormatInfo.cs: added
  70. * CultureInfo.cs: some changed needed for compiling DateTimeFormatInfo.cs
  71. 2001-10-26 Miguel de Icaza <[email protected]>
  72. * NumberFormatInfo.cs: Provide an internal constructor that takes
  73. as an argument a CultureInfo ID (LCID) so that we can construct
  74. different ones here.
  75. * CultureInfo.cs: Begun implementation.
  76. 2001-10-09 Derek Holden <[email protected]>
  77. * NumberFormatInfo.cs: Small typo in PercentPositivePattern
  78. and CurrencyPositivePattern
  79. 2001-09-02 Miguel de Icaza <[email protected]>
  80. * Calendar.cs: Implement a bunch of missing features.
  81. 2001-07-24 Derek Holden <[email protected]>
  82. * NumberStyles.cs: Added ECMA values for Allow types and default
  83. styles.
  84. 2001-07-18 Michael Lambert <[email protected]>
  85. * DateTimeStyles.cs, NumberStyles.cs: Add.
  86. 2001-07-06 Joe Shaw <[email protected]>
  87. * UnicodeCategory.cs: Added.