2005-12-22 Peter Dennis Bartok <pbartok@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / ChangeLog
1 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
2
3         * RTF.cs: Added method to allow setting the default font for the RTF
4           document. This font will be used if the document does not contain
5           a font table.
6         * Font.cs: Added method to delete font with a given number; 
7           changed set_Num to call this method (to allow replacing fonts
8           with the same number, particulary the default font)
9
10 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
11
12         * Charcode.cs: Created; provides StandardCharCode <-> character 
13           translation
14         * Charset.cs: Created; provides two standard charsets, AnsiGeneral 
15           and AnsiSymbol
16         * CharsetFlags.cs: Created
17         * CharsetType.cs: Created
18         * ClassDelegate.cs: Created; allows consumer to register a callback
19           for RTF command classes
20         * Color.cs: Created; provides access to RTF-defined RGB color sets
21         * DestinationDelegate.cs: Created; allows consumer to register a
22           callback for Destination class types
23         * Font.cs: Created; provides access to RTF-defined font descriptions
24         * KeysInit.cs: Created; provides translation table from RTF keyword
25           to Major/Minor classes
26         * KeyStruct.cs: Created
27         * Major.cs: Created; describes available RTF command groups
28         * Minor.cs: Created; describes available 'arguments' for command groups
29         * README: Created
30         * RTF.cs: Created; contains main RTF parser code
31         * rtf.csproj: Created; provides Visual Studio project that allows to
32           use test this assembly via the included test.cs
33           to provide 
34         * RTFException.cs: Created; provides custom RTF exception class
35         * StandardCharCode.cs: Created
36         * StandardCharName.cs: Created
37         * Style.cs: Created; provides access to RTF-define styles
38         * StyleElement.cs: Created; provides support class to allow parsing
39           recursive styles
40         * StyleType.cs: Created
41         * test.cs: Test code showing use of RTF class (also acts as Main for
42           the included Visual Studio project)
43         * TextMap.cs: Created; allows to create simple translation table for
44           converting parsed RTF document to text; table-based
45         * TokenClass.cs: Created; describes all available RTF command classes