This file contains all the info about changes in LEdit MFC wrapper from 
version 1.07 up to latest available version.

Changes in version 2.10 compared to version 2.09
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::AddLine(),CLEdit::InsertLine(),
  CLEdit::ReplaceLine() and CLEdit::DeleteLine()
  methods added

Changes in version 2.09 compared to version 2.07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEditView::OnCtlColor() replaced with 
  CLEditView::OnWmCtlColor() due to a bug in MFC

Changes in version 2.07 compared to version 2.05
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Tested with MSVC++ 5.0

- While printing from CLEditView, job name is set 
  to document title

- CLEditView::OnReadPreview() added

- New member variable m_clrBackColorPrint introduced
  and took part of the job done with m_clrBackColor

- Initialization of CLEditView improved by clearing
  modify flag

- CLEdit::CanRedo() fixed

- implementation of CLEdit::SetUndoDepth() added

- CLEdit::GetFont() function added

Changes in version 2.05 compared to version 2.03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEditView::OnNotifyFound() virtual method added

Changes in version 2.03 compared to version 2.02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::GetLocation() method added

- CLEdit::QuietFind() method added

- CLEdit::SetWrapKeys/CLEdit::GetWrapKeys methods
  added

Changes in version 2.02 compared to version 2.01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::TranslasteLocation method added

- CLEdit::SetDialogLocation/TLEdit::GetDialogLocation
  methods introduced

- Declaration for CLEdit::NextPage method changed
  and now requires HDC

- CLEdit::SetPrintDialog and CLEdit::SetPrintProgress
  methods added.

Changes in version 2.01 compared to version 2.00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::GetWrapLine/CLEdit::GetWrapLineLength
  and CLEdit::GetWrapLineCount methods added

- EM_EX_GETFIRSTVISIBLELINE used instead of erroneous
  EM_GETFIRSTVISIBLELINE

Changes in version 2.00 compared to version 1.08
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::SetWordWrap method added !!!

- CLEdit::SetCaretWidth method added

- CLEdit::SetMultilineStrings/CLEdit::SetSinglelineStrings
  methods added

- CLEdit::SetSyntax method changed to accept new
  values of cSecond of 3 and 4

- CLEdit::PrintedPage method added

- CLEdit::HighlightedLine/CLEdit::HighlightedPos
  methods added

- CLEdit::ScrollHorizontally/CLEdit::ScrollVertically
  methods added

- CLEdit::GetSkip method added

- CLEditView::OnPrint virtual method added, which
  is called in response to EM_PRINT

- CLEditView::WordBreakProc virtual method added, which
  is called in response to EM_WORDWRAP

- CLEdit::Print/CLEdit::PrintSetup methods added

- CLEdit::DrawPage/CLEdit::NextPage methods added

- CLEdit::SetBookmarksMax method added

- Printing support as handling of ID_FILE_PRINT and
  ID_FILE_PRINT_SETUP commands inserted

- bug with GetMenu()/GetPopUpMenu() fixed

- CLEditView's constructor made public

Changes in version 1.08 compared to version 1.07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- New EM_EX_UNDO constant used instead of erroneous EM_UNDO
