2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Text / ChangeLog
index 24a8bc0ab6cf7a7d571d4022619c02bca0a484fd..41f8289adb4a0545597ce20ceda02000dce3768a 100644 (file)
@@ -1,3 +1,37 @@
+2007-05-03  Dick Porter  <dick@ximian.com>
+
+       * Encoding.cs: 
+       * UnicodeEncoding.cs: 
+       * UTF7Encoding.cs: Update to 2.0 profile
+
+2007-02-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Encoding.cs: Enabled ArgumentException in GetEncoding (string) again.
+       In Encoding.Default, catch both ArgumentException and NotSupportException.
+
+2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Encoding.cs : the change broke the build, so reverted part of it.
+
+2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Encoding.cs: Also set ParamName of the ArgumentException.
+
+2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Encoding.cs: In GetEncoding (int) do not allow codepage value below zero
+       and above 0xffff. Modified NotSupportedException to ArgumentException in
+       GetEncoding (string).
+
+2006-12-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EncoderFallbackBuffer.cs : implement Reset().
+
+2006-10-25  Ben Maurer  <bmaurer@andrew.cmu.edu>
+
+       * Encoding.cs: Make the GetByteCcount method used fixed pointers
+       removes quite a few allocations from Banshee.
+
 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
 
        * StringBuilder.cs (.ctor): Add a comment.