2002-09-12  Takehiro Yonekura  <ceramic@heart.104.net>

	* pie_sample.rb: Change method names.

	* gdchart.c: Fixed method name illegal mapping bug.
	Method names are changed from '_3d_xxx' to 'xxx_3d' and from
	'_0Shelf' to 'Shelf0'.

2002-09-05  Takehiro Yonekura  <ceramic@heart.104.net>

	* extconf.rb: Add library checks.

	* gdchart.c: Fixed stack_type bug.

2002-08-05  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart0.11.2dev/makefile: Fixed makefile. Now can compile if
	you don't have libfreetype or libjpeg.

2002-08-05  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c (gdc_pie_set_params): Fixed parameter name typo.

2002-08-05  Takehiro Yonekura  <ceramic@heart.104.net>

	* pie_sample.rb: Use v.0.11 functions.

	* gdchart.c: GDChart 0.11.2dev was supported.

2002-07-30  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c: GDC_xaxis_angle was supported.

2002-07-26  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c: Function name changed. ('set_annotation' ->
	'value_to_annotation_t')
	(set_param): Modified ANNOTATION_T method.

2002-07-24  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart0.11.2dev/makefile: Fixed gdchart's "BAD makefile" to be
	able to compile using gmake.
	
	* extconf.rb: Fixed make target.

	* bar_sample.rb: Created.

	* pie_sample.rb: Improve demo chart.

	* gdchart.c (set_param): Fixed INT_ARRAY bug.
	(Free_alloc_t): Fixed preprocessor misuse.

	* extconf.rb: Modified to use gdchart0.11.2dev.

	* Include gdchart0.11.2dev.

2002-07-22  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c (gdc_set_params): Fixed parameter name typo.

2002-07-21  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c: Fixed some bugs.
	Rewrote variable convert (Ruby to C) functions.

2002-07-19  Takehiro Yonekura  <ceramic@heart.104.net>

	* gdchart.c: Ruby/GDChart can draw all chart now.

