* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / ChangeLog
1 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
2
3         * Charcode.cs: Created; provides StandardCharCode <-> character 
4           translation
5         * Charset.cs: Created; provides two standard charsets, AnsiGeneral 
6           and AnsiSymbol
7         * CharsetFlags.cs: Created
8         * CharsetType.cs: Created
9         * ClassDelegate.cs: Created; allows consumer to register a callback
10           for RTF command classes
11         * Color.cs: Created; provides access to RTF-defined RGB color sets
12         * DestinationDelegate.cs: Created; allows consumer to register a
13           callback for Destination class types
14         * Font.cs: Created; provides access to RTF-defined font descriptions
15         * KeysInit.cs: Created; provides translation table from RTF keyword
16           to Major/Minor classes
17         * KeyStruct.cs: Created
18         * Major.cs: Created; describes available RTF command groups
19         * Minor.cs: Created; describes available 'arguments' for command groups
20         * README: Created
21         * RTF.cs: Created; contains main RTF parser code
22         * rtf.csproj: Created; provides Visual Studio project that allows to
23           use test this assembly via the included test.cs
24           to provide 
25         * RTFException.cs: Created; provides custom RTF exception class
26         * StandardCharCode.cs: Created
27         * StandardCharName.cs: Created
28         * Style.cs: Created; provides access to RTF-define styles
29         * StyleElement.cs: Created; provides support class to allow parsing
30           recursive styles
31         * StyleType.cs: Created
32         * test.cs: Test code showing use of RTF class (also acts as Main for
33           the included Visual Studio project)
34         * TextMap.cs: Created; allows to create simple translation table for
35           converting parsed RTF document to text; table-based
36         * TokenClass.cs: Created; describes all available RTF command classes