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

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
