{********************************************************}
{*   EMS Quick Localizer Component Suite                *}
{*                                                      *}
{*   Copyright (C) 2001 - 2005 EMS Corporation          *}
{*                                                      *}
{********************************************************}
09-11-2005
Version 1.50

1) Fixed saving file configurations of LocalWizard form. 
    Now configuration file is saved for program folder and is named by project 
    name with *.qlf extension.

2) Changed LocalWizard engine. It works much faster now.

3) Improved form editor. Now properties of any tree levels and of TCollection 
    class child can be localized.

4) Added button "Clear excluded and not existing records" in form editor.

5) Added German localization.

25-04-2005
Version 1.40

1. Added expert for creating localization files (LocalWizard package). 
   During installation the package adds the corresponding item to Tools menu 
   of Delphi IDE. It allows generating of a localization file for all the forms 
   of current project, which contain TQFormLocalizer component.

2. The packages for Delphi 2005 support is included in the distribution archive.

3. Localization didn't work correctly with set soSaveEmpty option. 
   The bug is fixed.

4. Small improvements and bugfixes.

   
10-11-2002
Version 1.30

1. The packages for Delphi 7 support was included to the distribution archive.

2. New TQUserLanguageSource component was added. Now you can localize your
   application simply by defining the corresponding event handlers.

3. ActiveSettings property was added to the TQCustomLocalizer class. It allows 
   you to specify the bi-directional mode and font character set for each
   localization language separately.

4. Demo application for TQDBLanguageSource was included to the distrubution
   package.

5. Some minor bugfixes and small improvements.


06-19-2002
Version 1.20

1. New TQDBLanguageSource component was added to the suite. Now you can
   get (save) localization string from (to) any instance of TDataSet
   descendant.

2. Four new published events were added to TQFormLocalizer component:
    - OnPropertyLocalizing is generated before a property of some component on
      a form is being localized;
    - OnPropertyLocalized is generated after a property of some component on
      a form is being localized;
    - OnPropertySaving is generated before a property of some component on
      a form is being saved to language source;
    - OnPropertySaving is generated after a property of some component on
      a form is being saved to language source;

3. An ability of reordering language files in the list of TQLanguageSource
   component editor was added. Now you can change the order of files using
   the proper tool buttons or dragging the file to a new position.

4. Using relative paths to language files is now supported in
   TQLanguageSource component editor.

5. Fixed bug with localizing the Pages property of TNotebook class instance.

6. Fixed bug with the string editor button position in TFormLocalizer
   component editor.

7. Demo application for TQDBLanguageSource was included to the distrubution
   package.

8. Some minor bugfixes and small improvements.


04-16-2002
Version 1.04

Some internal optimization

04-09-2002
Version 1.03

Support of localization of column captions in TDBGrid
component.

04-08-2002
Version 1.02

Small improvements and bugfixes.

04-04-2002
Version 1.01

First public commercial release!
