New test.
[mono.git] / mcs / class / corlib / Mono.Globalization.Unicode / ChangeLog
index 79080f8effae3c57a7cde2da539e021d53c82202..c637258c8e78b48e7c67cd6103689a03b45ce49f 100644 (file)
@@ -1,3 +1,17 @@
+2006-05-30  Miguel de Icaza  <miguel@novell.com>
+
+       * MSCompatUnicodeTable.cs: Remove the fixed loading and compute it
+       just when we actually consume it.   This only fixes the
+       !USE_C_HEADER case.
+
+2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * README: removed obsolete info.
+       * Normalization.cs : canonical reordering should participate in the
+         decomposition step. In reordering, string append was incomplete.
+         Combining class check is required in NFD check. Icall is written
+         using IntPtr now.
+
 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
 
        * SimpleCollator.cs: Fix a warning.