2003-04-40  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* include/penknife++/list.h:
	Reorder member initializations in list::listElm c-tor,
	to get rid of compiler warning.

2003-04-25  Vee Satayamas <virasj@users.sourceforge.net>

	* include/penknife++/Makefile.am:
	Remove dependency to booltype.h and add macros.h.
    
	* include/penknife++/fileutil.h:
	Insert #include <string>.

2003-04-25  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* -include/booltype.h, include/typedefs.h:
	Remove booltype.h, as it's already covered in typedefs.h.

	* +include/macros.h, include/typedefs.h:
	Add macros.h to contain necessary macros.
	Move ASSERT/VERIFY macros from typedefs.h to macros.h.

	* include/*:
	Use common convention of macros that prevent duplicated includes.
	Use common convention for namespace writing style.
	Polish some coding style.

	* src/fileutil.cxx, src/hash.cxx, src/hexmanip.cxx, src/idcount.cxx,
	* src/porting.cxx:
	Polish coding style.

2003-04-24  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* include/penknife++/typedefs.h:
	Move unrelated stuffs out of PenKnife namespace.

2003-04-23  Vee Satayamas <virasj@users.sourceforge.net>

	* configure.ac:
	Clean configure.ac for enabling make distcheck

2003-04-17  Vee Satayamas <virasj@users.sourceforge.net>

	* split libpanknife from midatrie

