* History

 + 99/12/24 Ver 3.1.2
   - The bug is fixed that parsecfg crashes when there is
     a parameter before definition of a section.

 + 99/12/23 Ver 3.1.1
   - Definition of constant macro `PARSECFG_VERSION'.
     Thanks to Kolb Norbert <nkolb@htl.de>.

 + 99/12/22 Ver 3.1.0
   - Support for the function writing configurations to a file.

 + 99/11/30 Ver 3.0.4a
   - Documents are modified.

 + 99/11/07 Ver 3.0.4
   - Capitalize error messages.

 + 99/10/19 Ver 3.0.3
   - The buffer for fgets is allocated dynamically.

 + 99/10/17 Ver 3.0.2
   - typedef `enum foo'

 + 99/10/11 Ver 3.0.1
   - In INI type configuration file, if there is no parameter,
     the boolean value is initialized by FALSE (-1).
   - The bug is fixed that causes segmentation fault when calls
     cfgSectionNumberToName with minus value as argument.

 + 99/10/10 Ver 3.0.0
   - Rewrite most codes. Lose compatibility of functions and the format
     of the configuration file.
   - Supports the section Window-like INI file (or SAMBA's).
   - Parameters are not case sensitive.
   - Supports True/False, Yes/No, T/F, Y/N, 1/0 for boolean value.
     They are not case sensitive.
   - Supports quotations for using white spaces and tabs in value.
   - Abandon supporting tree structure.

 + 99/09/27 Ver 2.0.3
   - Modify a little messages.

 + 99/08/12 Ver 2.0.2a
   - Change the name.

 + 99/08/08 Ver 2.0.2
   - Modify around gettext.

 + 99/07/01 Ver 2.0.1b
   - Uses `int' instead of `void' as return type in main function
     in the sample program.

 + 99/06/29 Ver 2.0.1a
   - Divide documents.

 + 99/06/09 Ver 2.0.1
   - The overrun bug is fixed.

 + 99/06/02 Ver 2.0.0
   - Change the name.
   - Rewrite from scratch.
   - Comment begins '#' instead of ';'.

 + 99/04/03 Ver 1.0.1
   - The overrun bug is fixed.

 + 99/04/02 Ver 1.0.0
   - Initial release.

