[corlib] Improve CancellationTokenSource test
[mono.git] / tools / locale-builder / ChangeLog
index 068ad180cc996c03766f022bc4093729ccc67f5b..0d0607e34863d55b43a175e6fc088733cdaa0e08 100644 (file)
@@ -1,3 +1,82 @@
+2010-05-07  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile.am (lang-data, locale-data): updated URLs for the icu
+       tarballs - they now live on go-mono.com
+
+2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * supp/ns_BE.xml : add number format. Fixed bug #324019.
+
+2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Driver.cs : support FirstDayOfWeek. Fixed bug #567944.
+         Patch by Jose Antonio Sanchez Lazaro.
+
+2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
+
+       * langs/ka.xml: added a file with the settings of the neutral
+       Georgian culture
+       * locales/ka-GE.xml: added a file with the settings of the 
+       specific Georgian culture
+       * supp/ka-GE.xml: added a file with the date and time formats 
+       of the Georgian culture
+       * lcids.xml: added entries for the neutral and specific 
+       Georgian culture
+       * Makefile.am: included supp/ka-GE.xml in the build and dist the new
+       we're not downloading from primates.ximian.com.
+
+       [Fixes bug 564910].
+
+2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * Driver.cs: Generate locale data for neutral cultures too. Moonlight
+       requires it.
+       
+2009-05-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * README: added (I needed it!)
+
+2009-03-05  Marek Habersack  <mhabersack@novell.com>
+
+       * locales/en_TT.xml: added here since openi18n.org times out and
+       also I can't update icu_locales.tar.gz. File based on en_ZA.xml
+       from that tarball, with appropriate modifications.
+
+       * Makefile.am (supp_data_files): added supp/en_TT.xml
+
+2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeFormatEntry.cs, Driver.cs : adjust the count of
+         MonthNames and AbbreviatedMonthNames entries to 13.
+         Fixed bug #332553.
+
+2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Driver.cs, DateTimeFormatEntry.cs : since FullDateTimePattern
+         should be computed on the overriden Long[Date/Time]Pattern, compute
+         it later than reading all format resources (langs/locales/supp).
+
+2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Driver.cs : for Euskara culture (eu_ES) do not trim dd which is
+         laid after 'ren' in the long format.
+
+2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CultureInfoEntry.cs : output Territory, which is used for RegionInfo.
+       * RegionInfoEntry.cs : added dummy int which is a slot for LCID.
+
+2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Driver.cs : use invariant culture to sort culture names.
+         Fixed bug #81150, patch by Changwoo Ryu.
+
+2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Driver.cs : in some cultures month/year and day/month could be in
+         reverse order, so don't assume month before year and day before
+         month. Made the "hack" code more practical.
+
 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
 
        * langs/nn.xml, locales/nn_NO.xml, Driver.cs :