{*********************************************************}
{                                                         }
{    Calmira System Library 3.1                           }
{    by Li-Hsin Huang & Erwin Dokter                      }
{    released into the public domain january 2001         }
{                                                         }
{*********************************************************}


BUGFIXED Delphi 1.0x units:

- MENUS.DCU
  This compiled unit fixes a bug found in the Delphi's
  MENUS.DCU, causing a resource leak.  If the VCL directory
  is in your searchpath, there is no action required on
  your part; Delphi will see the new unit and use this one
  instead of the original one.  Otherwise, copy MENUS.DCU
  to your \DELPHI\LIB directory.  Make sure to backup the
  original file!


CHANGES made since since the VCL 3.02 release:

General:

- Moved all StretchShift related code from CALFORM.PAS to
  EXTFORM.PAS

Added units:

- Added TNetDialogs components (netdlgs.pas)
- Added TWin95Pie component (win95pie.pas)
- Added TRegistry object (registry.pas)

Removed units:

- NOTEPAD.PAS

Renamed functions:

- PROFILE.PAS: Renamed RewriteSectionStrings to WriteNewStrings.
- STRINGS.PAS: Renamed StringAsPChar to StrPChar.

Added functions:

- PROFILE.PAS: Added DeleteKey
               Added ReadSections
