2006-06-27  Kouhei Sutou  <kou@cozmixng.org>

	* README: required 0.5.2 or later poppler-glib.
	* extconf.rb: ditto.

2006-06-17  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbpoppler-document.c: use GLIST2ARYF.
	* src/rbpoppler-page.c: use GLIST2ARY2F.

	* src/: worked without any patches for poppler-glib.

	* extconf.rb: check whether
	  poppler_page_render_selection_to_pixbuf() and
	  PopplerActionAny are available or not.

	* src/rbpoppler-page.c: check whether
	  poppler_render_selection_to_pixbuf() is available or not.

	* src/rbpoppler-document.c: disable Poppler::FontInfo and related
	  methods when POPPLER_TYPE_FONT_INFO is not
	  available. (POPPLER_TYPE_FONT_INFO is not available means
	  PopplerFontInfo is not GObjectize.)

	* src/rbpoppler-action.c: disable Poppler::Action* and related
	  stuffs when PopplerActionAny is available. (PopplerActionAry is
	  available means PopplerAction* are not GObjectize.)
	* src/rbpoppler-document.c: ditto.
	* src/rbpoppler.h.c: ditto.

2006-05-30  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbpoppler-document.c: fixed memory leaks.
	* src/rbpoppler-page.c: ditto.

2006-05-27  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbpoppler-page.c:
	- made Poppler::Page#render generic method.
	- removed Poppler::Page#render_to_pixbuf.
	- removed Poppler::Page#render_to_ps.
	- made Poppler::Page#render_selection generic method.

	* src/lib/poppler.rb: added convenience method
	Cairo::Context#render_poppler_page_selection.

	* sample/pdf2.rb: use Poppler::Page#render instead of
	Poppler::Page#render_to_pixbuf.

2006-05-26  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbpoppler.h: added extern modifier.

2006-05-23  Kouhei Sutou  <kou@cozmixng.org>

	* src/rbpoppler-document.c: fixed some memory leaks.

2006-05-19  Kouhei Sutou  <kou@cozmixng.org>

	* sample/pdf2text.rb: added a sample which extract text from PDF.

	* src/rbpoppler-document.c (index_iter_initialize): added NULL
	check.
	(Poppler::Layout): fixed type.

2006-05-18  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: make src/rbpopplerversion.h.

	* src/rbpoppler.h: include src/rbpopplerversion.h.

	* src/rbpoppler.c (Poppler::BUILD_VERSION): added.

	* src/lib/poppler.rb (Poppler::VERSION): added.

2006-05-14  Kouhei Sutou  <kou@cozmixng.org>

	* .: imported.
