2002-02-20 22:51  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.c,
	src/parsecfg.h: Remove free(NULL). Released 3.6.9.

2002-02-14 01:31  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.h: Fixed a
	spelling mistake in the documents.  Released 3.6.8a.

2002-02-13 18:09  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg.sgml: Oops! Date format in the document has been
	fixed.

2002-02-13 18:01  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, po/fr.po, po/ja.po,
	po/parsecfg.pot, po/pl.po, src/intl.h, src/parsecfg.c,
	src/parsecfg.h, src/sample.c: cfgFree and cfgStrError are added. 
	Free unused memories in sample code.

2001-08-07 00:07  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/: parsecfg.c, parsecfg.h: Wrong variable type is fixed.

2001-07-30 02:16  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: For suppressing warning with -pedantic option.

2001-07-30 02:10  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, src/parsecfg.c: proceed even if there is
	unrecognized parameter

2001-07-19 23:16  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: New funtion fetch_value() : abstract common
	procedure from fetch_simple() and fetch_ini().

2001-07-15 23:56  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.c: A memory
	leak was fixed.

2001-07-14 21:35  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/: parsecfg.c, parsecfg.h: Oops! Twice free()!

2001-06-28 00:24  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.c,
	src/sample.ini: parsecfg-3.6.7 has been released.

2001-03-30 23:38  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: add newline

2001-03-09 17:52  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: Using &lsqb; and &rsqb;
	instead of [ and ].

2001-03-07 00:00  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/sample.c: Apply indent to sample code.

2001-02-22 21:33  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: add acknowledgement

2001-02-22 21:28  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.h: Release
	3.6.6

2001-02-22 21:24  Yuuki NINOMIYA <gm@debian.or.jp>

	* po/: fr.po, pl.po: Remove CR in fr.po. Add e-mail address.

2001-02-22 19:45  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.h: support for linking with C++ code

2001-02-15 21:55  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, po/ja.po,
	src/parsecfg.h: history add mail address to ja.po

2001-02-15 21:30  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, po/ja.po,
	po/parsecfg.pot, src/intl.h, src/parsecfg.c, src/parsecfg.h,
	src/sample.c: modify message and translation

2001-02-09 23:02  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: fix wrong indent

2001-02-09 02:26  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.h: Remove comma at last item of enum.  Modify
	declaration of struct.

2001-01-24 05:14  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: fixed memory leak

2001-01-16 08:35  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.h: Release
	3.6.4.

2001-01-16 08:16  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.h: update version

2001-01-16 08:13  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: modify indent

2001-01-05 02:52  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.c: add
	static declaration

2000-12-19 15:47  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/: parsecfg.c, parsecfg.h: bugfix for it never return release
	3.6.3

2000-12-19 15:21  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: The bug is fixed that file stream closes twice on
	error.	The bug is fixed that reading file fails in rare cases.

2000-12-18 16:00  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile: remove CVS directory in tar ball

2000-12-18 15:49  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.c,
	src/parsecfg.h: Add const qualifier to some arguments.	Change
	indent.  Release 3.6.2.

2000-12-15 17:13  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/parsecfg.h: release
	3.6.1

2000-12-15 17:04  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: bugfix for wrong variable name

2000-12-06 03:53  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile: bugfix

2000-12-06 03:39  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, src/sample.c: update
	documents

2000-12-06 02:45  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/: parsecfg.c, parsecfg.h, sample.c: Add new two functions,
	cfgAllocForNewSection and cfgStoreValue.

2000-12-06 00:24  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.c: add static declaration

2000-12-06 00:23  Yuuki NINOMIYA <gm@debian.or.jp>

	* src/parsecfg.h: modified copyright information

2000-11-23 15:23  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile: bugfix for building tar ball

2000-11-23 15:12  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile: proceed on remove error in make

2000-11-23 14:59  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile, doc/parsecfg-ja.sgml, doc/parsecfg.sgml: update
	documents for 3.5.0

2000-11-23 14:30  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile, distribute.sh, src/intl.h, src/parsecfg.c,
	src/parsecfg.h, src/sample.c, src/sample.cfg, src/sample.ini:
	support double type

2000-11-08 22:45  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: update acknowledgement

2000-11-08 22:33  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg-ja.sgml, doc/parsecfg.sgml, po/fr.po: add French
	translations

2000-10-25 23:58  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/parsecfg.sgml: fix a typo

2000-10-25 22:59  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: update tested OS

2000-10-25 21:38  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile, po/ja.po, po/pl.po, src/intl.h, src/parsecfg.c,
	src/parsecfg.h, src/sample.c, src/sample.cfg, src/sample.ini: add
	ID

2000-10-25 21:12  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: fix a broken link

2000-10-17 15:57  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: Add Related Links

2000-10-17 13:50  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: .cvsignore, README, README.ja: changelog

2000-10-17 01:11  Yuuki NINOMIYA <gm@debian.or.jp>

	* doc/: parsecfg-ja.sgml, parsecfg.sgml: Add information about
	getting the latest source code with anonymous CVS.

2000-10-17 00:22  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile, doc/.cvsignore, doc/COPYING, doc/COPYING.ja,
	doc/README, doc/README.ja, doc/parsecfg-ja.sgml, doc/parsecfg.sgml,
	po/ja.po, po/parsecfg.pot, po/pl.po, src/intl.h, src/parsecfg.c,
	src/parsecfg.h, src/sample.c, src/sample.cfg, src/sample.ini:
	Initial revision

2000-10-17 00:22  Yuuki NINOMIYA <gm@debian.or.jp>

	* Makefile, doc/.cvsignore, doc/COPYING, doc/COPYING.ja,
	doc/README, doc/README.ja, doc/parsecfg-ja.sgml, doc/parsecfg.sgml,
	po/ja.po, po/parsecfg.pot, po/pl.po, src/intl.h, src/parsecfg.c,
	src/parsecfg.h, src/sample.c, src/sample.cfg, src/sample.ini:
	Initial import into CVS.

