RichViewXML vers. 1.16.1 (2014-Sep-06)
Packages for Delphi and C++Builder XE7

RichViewXML vers. 1.16 (2014-Sep-03)
TRichView 14.16+ is required
- support of TRVPageNumberItemInfo and TRVPageCountItemInfo

RichViewXML vers. 1.15.1 (2014-Apr-28)
Packages for Delphi and C++Builder XE6

RichViewXML vers. 1.15 (2014-Jan-27)
TRichView 14.13 is required
- compatibility with TRichView 14.13 
- support of TRVSidenoteItemInfo and TRVTextBoxItemInfo

RichViewXML vers. 1.14.1 (2013-Sep-17)
Packages for Delphi and C++Builder XE5

RichViewXML vers. 1.14 (2013-Aug-23)
TRichView 14.8 is required
- supporting SizeDouble property of a text style

RichViewXML vers. 1.13.2 (2013-May-5)
compatibility with TRichView 14.5
TRichView 14.5+ is required
Packages for Delphi and C++Builder XE4

RichViewXML vers. 1.13.1
compatibility with TRichView 14.4
TRichView 14.4+ is required

RichViewXML vers. 1.13
TRichView 14.3 is required
- saving and loading "docx code" option for text styles

RichViewXML vers. 1.12.2 (2012-Nov-2)
RichViewXML vers. 1.12.1 (2012-Oct-29)

RichViewXML vers. 1.12 (2012-Oct-26)
TRichView 13.13.3+ is required
- saving and loading StyleTemplates, if RichView.UseStyleTemplates=True. Inserting methods use RichView.StyleTemplateInsertMode.
- packages for Delphi XE3

RichViewXML vers. 1.11 (2012-Mar-16)
- saving loading border width and color, background color, outer spacing property; TRichView 13.8+ is required

RichViewXML vers. 1.10
- packages for Delphi XE2

RichViewXML vers. 1.9.1 (2011-Mar-31)
- new event OnAfterLoadControl occurs after loading a control from XML

RichViewXML vers. 1.9 (2011-Mar-4)
new:
- compatibility with TRichview 13
- support for saving lengths in twips; on loading, lengths are either converted
  to RVStyle.Units, or (if RVXML.CanChangeUnits=True), RVStyle.Units are changed
  to units from XML
- saving/loading RichView.DocParameters and RichView.DocProperties
  (if RVXML.SaveDocParameters/LoadDocParameters
 = True)

- saving/loading header and footer (assigned to RVXML.RVHeader/RVFooter)
changes:
- loading methods do not call RichView.Format any more
- RichView.HScrollVisible and VScrollVisible properties are not stored any more
 


RichViewXML vers. 1.8.2 (2010-Sep-6)
- compatibility with TRichView 12.5.2

RichViewXML vers. 1.8.1 (2010-Sep-2)
- Delphi/C++Builder XE support

RichViewXML vers. 1.8 (2009-Oct-20)
- saving/loading endnotes, footnotes, references to notes
- saving loading underline type and color
- saving loading new types of VAlign and text flow

RichViewXML vers. 1.7 (2009-Sep-5)
- Delphi/C++Builder 2010 support
- methods for appending data to the end (AppendFromFile, AppendFromStream, AppendFromXML)

RichViewXML vers. 1.6 (2009-May-26)
- supporting label and sequence items
- fix

RichViewXML vers. 1.5.1 (2008-Sep-27)
Better Delphi/C++Builder 2009 support, minimal required TRichView version 11.13
Change: For Delphi/C++Builder 2009, default value of Encoding property is 'UTF-8'.

RichViewXML vers. 1.5.0 (2008-Sep-04)
Delphi/C++Builder 2009 support

RichViewXML vers. 1.4.9 (2008-Jun-26)
fix: loading list styles from UTF-8 XML

RichViewXML vers. 1.4.8 (2008-Mar-20)
- new parameters for OnLoadControl: s is renamed to ObjectData, new ClassName parameter.

RichViewXML vers. 1.4.7 (2008-Feb-16)
fix: OnLoadControl

RichViewXML vers. 1.4.6 (2007-Sep-08)
- package for CB2007;
- support for new item and text style properties;
- "explicit rebuild" option for packages.

RichViewXML vers. 1.4.5.2 (2007-Jul-14)
- package for D2007;
- compatibility with TRichView 1.9.42+

RichViewXML vers. 1.4.5.1 (beta; 2006-Nov-12)

RichViewXML vers. 1.4.5 (beta; 2006-Oct-25)
- package for Turbo C++ 2006
- if Encoding='UTF-8', XML is saved in UTF-8. Loading of UTF-8 XMLs is implemented too.

RichViewXML vers. 1.4.4 (beta; 2005-Dec-24)
- package for BDS 2006

RichViewXML vers. 1.4.3 (beta; 2005-Oct-21)
Required version of TRichView: 1.9.18
- support for "break" styles (including new dashed and dotted breaks)
- support for new vertical alignment options
- code for building XML tree for saving is rewritten
- SaveLineBreaks: Boolean property - allows saving line breaks produced by line wrapping.
  Only for formatted documents. It adds <linebreak> tags which are ignored on reading.

RichViewXML vers. 1.4.2
Compatibility with TRichView 1.9.6

RichViewXML vers. 1.4.1
FIX: saving unicode text with '<' and '>'

RichViewXML vers. 1.4
saving and loading:
- Tabs collection of paragraph style, tab items;
- KeepWithNext, KeepLinesTogether paragraph options;
- 3 sticking text protection options;
- item properties: delete protection, spacing, alt, minheightonpage, nohtmlimgsize,
  image file name;
- ignore content width&height options for tables;
- table background image;
- cell border colors and background image;


RichViewXML vers. 1.3.1
FIX: saving image list counter list styles

RichView XML vers. 1.3
UPD: complete loading of lists
UPD: HeaderRowCount property of TRVTableItemInfo

RichView XML vers. 1.2.2
For C++Builder compatibility, types of OnSaveControl and OnLoadControl events were changed.

RichView XML vers. 1.2.2
Compatibility with RichView 1.6.49
Packages for D4-D7, CB4-CB6
FIX: saving/loading lists
FIX: serious memory leaking fixing

RichView XML vers. 1.2
NEW: saving/loading lists (NOT TESTED YET)
UPD: new properties of RichView
UPD: saving images in separate files little rewritten 

RichView XML vers. 1.1.2
FIX: saving/loading controls
FIX: StringReplace function does not exists in Delphi 3

RichView XML vers. 1.1.1
FIX: non-standard characters

RichView XML vers. 1.1
UPD: saving/loading new properties of RichView
NEW: saving/loading RVPrint properties
NEW: property WantTabs - do you want tabs in XML file ? (nice or small XML file ?)

RichView XML vers. 1.0 RELEASE
NEW: BiDiMode supported
NEW: <meta> tag - for every additional information you need - can have every content
FIX: saving selection
FIX: if no bullets in document/selection, it doesn't add <bullets> tag

RichView XML vers. 0.97
FIX: undo in empty document
FIX: saving selection

RichView XML vers. 0.96
NEW: style merging !!!
	remaked TStyleLoadingMode - 1. slmReplace (as before)
				    2. slmMerge (merging)
				    3. slmIgnore (as LoadStyles = False, LoadStyles property removed)
				    4. slmMap (no new style is added; styles is replaced to most similar; bug in RichView)
UPD: some changes in RichViewXML format
UPD: using tab instead of double-space in XML files

RichView XML vers. 0.95
NEW: Undo of insertion !!!

RichView XML vers. 0.94
NEW: saving/loading items using style names (UseStyleNames property)
NEW: SaveStyleNames property

RichView XML vers. 0.93
NEW: saving/loading RTF/RVF export properties (RTFOptions, RVFOptions)

RichView XML vers. 0.92
NEW: saving/loading very most of TRichView.Options and TRichViewEdit.EditorOptions
FIX: saving/loading RichView properties

RichView XML vers. 0.91
NEW: saving/loading page breaks
FIX: completely removed RVStyle property
FIX: bugs in event handler

RichView XML vers. 0.9
NEW: inserting XML files !!!
NEW: saving selection !!!
NEW: saving tags in integer mode
NEW: events for loading/saving controls, events for unknown tag (loading) and unknown item (saving)
NEW: style loading mode - slmReplace or slmAdd
	slmReplace = is like before - old styles are removed and there is added new styles
	slmAdd = old styles is not removed; new styles is added (recommended for inserting)
UPD: remaked RVXMLRoutines - for inserting and faster
UPD: saving bullets with different sizes
UPD: Much more faster XML engine in long files
UPD: Faster loading in all files
UPD: support new RichView/RVStyle properties
FIX: RVStyle is not requied, because that's RichView.Style

RichView XML vers. 0.8
NEW: Saving images, bullets and hotspots in separate files !!!

RichView XML vers. 0.5 - FIRST BETA