Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / ChangeLog
index bc8404d5fcdd72c47d25a1bcdd607c523f52b7e1..6887ab35d70bb5e94a14696ec920a89a9ca84bdd 100644 (file)
@@ -1,3 +1,22 @@
+2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * Font.cs: Set a default emtpy name so we don't crash if an RTF 
+         document defines a font but no name for it
+
+2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * RTF.cs: Skip \r and \n characters instead of passing them back up
+         to the parser. It will confuse the parser. (Fixes #77914)
+
+2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * RTF.cs: Added method to allow setting the default font for the RTF
+         document. This font will be used if the document does not contain
+         a font table.
+       * Font.cs: Added method to delete font with a given number; 
+         changed set_Num to call this method (to allow replacing fonts
+         with the same number, particulary the default font)
+
 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
 
        * Charcode.cs: Created; provides StandardCharCode <-> character