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

Changes in version 2.11 compared to version 2.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Delphi 4 support included

- Bug with WordText property fixed

- Bug with only 15 bookmarks working fixed

Changes in version 2.10 compared to version 2.09
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Files renamed to have the same names for all
  version of Delphi

- Components no longer require LEDIT.DCU or LEDIT32.DCU

- AddLine,InsertLine,ReplaceLine and DeleteLine
  methods added

- TextHandle property bug fixed

- The possibility to change all properties at run-time
  (only before actual window creation) added

- Few property defaults has changed

- Bug with button shortcuts fixed

- GetLine and related methods fixed

Changes in version 2.09 compared to version 2.08
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- WantTab property added

- All variables of type THandle changed to Integer
  to ensure 16-bit and 32-bit compatibility

- Default values for properties introduced