riched20: Avoid using long.
[wine] / dlls / riched20 / rtf.h
2010-05-17  Michael Stefaniucriched20: Avoid using long.
2009-07-20  Dylan Smithrichedit: Properly restore style after end of rtf group.
2009-05-26  Francois Gougetriched20: RTFPeekToken(), RTFExpandStyle() and RTFHexTo...
2009-05-26  Francois Gougetriched20: RTF{G,S}et{In,Out}putName() are unused so...
2009-01-19  Andrew Talbotriched20: Declare some functions static.
2008-12-15  Dylan Smithrichedit: Removed unused hwndEdit variable for the...
2008-09-12  Dylan Smithrichedit: Make sure the nested tables' RTF properties...
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Added in support for streaming in and out...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-03-17  Eric Pouechrichedit: Allow reading an enhanced metafile from an...
2008-02-05  Eric Pouechriched20: Added support for image reading from RTF...
2008-01-03  Austin EnglishSpelling fixes.
2007-12-08  Michael Stefaniucriched20: Remove the RTFAlloc() wrapper around heap_all...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-08-15  Andrew Talbotriched20: Constify some variables.
2006-11-02  Mike McCormackriched20: Initialize and free the RTF lookup table...
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-21  Mike McCormackRemove casts and unused code.
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-15  Phil KrylovImplemented hash table lookup for RTF keywords in RTF...
2005-03-14  Phil KrylovAdded "generator" RTF destination handling.
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.