2005-10-10  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbrsvg.c:
	- Added RSVG::VERSION, RSVG::MAJOR_VERSION, RSVG::MINOR_VERSION
	  and RSVG::MICRO_VERSION.
	- Revised copyright information.
	- Fixed indentation.

2005-09-30  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbrsvg.c: Support 2.9, 2.11 and 2.12.
	* src/lib/rsvg2.rb: ditto.

2005-07-24  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbrsvg.c: Fix compiling warnings.

2005-07-17  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: check system has librsvg/rsvg-gz.h header or not.

	* src/rbrsvg.c: include librsvg/rsvg.h instead of
	librsvg/rsvg-gz.h if librsvg/rsvg-gz.h is not exist.

	* src/rbrsvg.c (rb_rsvg_handle_new): use rsvg_handle_new for
	fallback if librsvg/rsvg-gz.h is not exist and we are required
	gz handling.

2005-06-13  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbrsvg.c: fixed macro name. (HAVE_LIBRSVG_LIBRSVG_ENUM_TYPES_H)

2005-06-12  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: added librsvg/ prefix to "#{enum_type_prefix}.h".

2005-06-11  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbrsvg.c: removed `_ex' suffix.

2005-03-09  Kouhei Sutou  <kou@cozmixng.org>

	* README: fixed dependencies.

2005-03-05  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb: extconf.rb uses PKGConfig.cflags_only_I instead of
	calling pkg-config directly.

2005-02-23  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb (mkenums): added dummy $makefile_created setup code
	  for inhibiting failed message of mkmf.rb in ruby 1.9.

2005-01-30  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb: Follow mkmf-gnome2.rb changes. 

2004-11-21  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: added librsvg-enum-types.{c,h} generation code.

	* src/rbrsvg.c: used G_DEF_ERROR and RAISE_GERROR.

2004-11-14  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbrsvg.c: Fixed warnings under rsvg-2.6.x. 

2004-11-13  Kouhei Sutou  <kou@cozmixng.org>

	* README: Fixed requirements.

	* rsvg: imported.

