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

Changes in version 2.05 compared to version 2.03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- TLEdit::OnNotifyFound() virtual function added

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

- TLEdit::QuietFind() method added

- TLEdit::SetWrapKeys/TLEdit::GetWrapKeys methods
  added

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

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

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

- TLEdit::GetPrintDialog/TLEdit::SetPrintDialog and
  TLEdit::GetPrintProgress/TLEdit::SetPrintProgress
  methods added.

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

- Definition of WordWrapWidth changed to "short"

- EM_EX_GETFIRSTVISIBLELINE used instead of erroneous
  EM_GETFIRSTVISIBLELINE

Changes in version 2.00 compared to version 1.08
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- TLEdit::HighlightedLine/TLEdit::HighlightedPos
  methods added

- TLEdit::PrintedPage method added

- TLEdit::ScrollVertically/TLEdit::ScrollHorizontally 
  methods added

- TLEdit::GetSkip method added

- TLEdit::SetWordWrap method added!!!

- TLEdit::SetCaretWidth/TLEdit::GetCaretWidth methods added

- SetSyntax method changed to accept 3 and 4 values of cFirst

- TLEdit::SetSinglelineStrings/TLEdit::GetSinglelineStrings
  methods added

- TLEdit::SetMultilineStrings/TLEdit::GetMultilineStrings
  methods added

- Bug with not destroying font fixed

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

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

- Support for CM_FILEPRINTERSETUP/EC_FILEPRINTERSETUP 
  commands added

- Support for CM_FILEPRINT/EC_FILEPRINT commands added

- TLEdit::Print/TLEdit::PrintSetup methods added

- TLEdit::DrawPage/TLEdit::NextPage methods added

- TLEdit::SetBookmarksMax/TLEdit::GetBookmarksMax methods 
  added

- bug with not sending notifications fixed

- bug with GetMenu()/GetPopUpMenu() fixed

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

Changes in version 1.07 compared to version 1.04
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Changes are made to make OWL wrapper compatible with both
  BC++ 4.0 and BC++ 4.5

- New constants are used instead of erroneous EM_*

Changes in version 1.04 compared to version 1.03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Find, Replace and ReplaceAll methods added

- SetSearchFlags/GetSearchFlags, GetSearchFindText/SetSearchFindText
  and GetSearchReplaceText/SetSearchReplaceText methods added

- SetStartInComments/GetStartInComments methods added

- SetMacStyleSave/GetMacStyleSave methods added

- ResetFileState method added

- SetHighlight/GetHighlight, SetTransparent/GetTransparent, 
  SetScrollBars/SetHorzScrollBar/SetVertScrollBar/GetHorzScrollBar/
  GetVertScrollBar, SetExtraSpacing/SetExtraHorzSpacing/SetExtraVertSpacing
  methods added to make style-driven properties changeable

Changes in version 1.03 compared to version 1.02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OWL wrapper made completely compatible with 32-bit LEDIT32.DLL

- _OWLCLASS modifier removed from class definitions

- LEDIT_CLASS and LEDITGROUP_CLASS constants are now
  used instead of explicit names

- Cursor positioning parameters changed from int to short int
  to ensure works with 32-bit version in methods DeleteSubText,
  SetSelection and MoveCaret

- GetGroup method added to TLEdit

Changes in version 1.02 compared to version 1.01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- GetBookmarkLine, SetBookmarkForeColor, RemoveBookmarkForeColor,
  SetBookmarkBackColor and RemoveBookmarkBackColor methods added

- SetBookmark method changed considerably

- SetUnixStyleSave/GetUnixStyleSave methods added

- SetCurrentWordAsText/GetCurrentWordAsText methods added

- SetMultilineItems/GetMultilineItems methods added

- SetSyntax method changed

- TLEditGroup object added along with Attach() method of
  TLEdit object
