2006-06-17  Masao Mutoh  <mutoh@highway.ne.jp>

	* sample/test-gtkhtml.rb: Remove Gtk.init.

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

	* extconf.rb, src/rbgtkhtmlcontext.c: Added Gtk::HtmlContext::BUILD_VERSION.

2005-02-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, COPYING.LIB: Replace "GNU LIBRARY GENERAL PUBLIC LICENSE"
	to "GNU LESSER GENERAL PUBLIC LICENSE".

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

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

2004-09-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/lib/gtkhtml2.rb: Support GLib::Log.set_log_domain.
	Define Gtk::Html::LOG_DOMAIN,Gtk::HtmlView::LOG_DOMAIN,
	Gtk::HtmlDocument::LOG_DOMAIN.

2004-03-06  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, src/rbgtkhtmlview.c: Update Copyright

2004-03-04  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb, src/rbgtkhtmlview.c: check exsitence of 
	Gtk::HtmlView#scroll_to_node, Gtk::HtmlView::SCROLL_TO_TOP, 
	Gtk::HtmlView::SCROLL_TO_BOTTOM.

2004-02-14  Vincent Isambart  <isambart@netcourrier.com>

	* extconf.rb: replaced PLATFORM with RUBY_PLATFORM.

2003-12-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlstream.c: Add  Gtk::HtmlStream#written, #cancel, 
	#set_cancel_func, #mime_type, #set_mime_type.

2003-11-17  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb, src/rbgtkhtmlboxblock.c, src/rbgtkhtmlboxembedded.c,
	src/rbgtkhtmlboxtable.c: check existence of
	html_box_block_get_containing_width(), html_box_embedded_new(),
	html_box_table_get_top_offset() and html_box_table_get_bottom_offset().
	Because libgtkhtml-2.4.1 doesn't have implementations of
	these function.

2003-11-16  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlboxtabtablerow, src/rbgtkhtmlboxform.c: Added.

2003-11-10  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: remove nasty hack.

2003-11-10  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlparser.c, rbgtkhtmlembedded.c, rbgtkhtmlboxembedded.c, 
	rbgtkhtmlboxtext.c, rbgtkhtmlboxtablerowgroup.c, 
	rbgtkhtmlboxtablecaption.c, rbgtkhtmlboxtable.c, 
	rbgtkhtmlcontext.c, rbgtkhtmlbox.c, rbgtkhtmlboxblock.c: Added.
	* src/rbgtkhtmldocument.c: Add Gtk::HtmlDocument#update_hover_node,
	#update_active_node, #update_focus_element, #find_anchor, 
	HtmlDocumentState.
	* src/rbgtkhtmlview.c: Add Gtk::HtmlView#jump_to_anchor, #magnification,
	#set_magnification, #zoom_in, #zoom_out, #zoom_reset, #find_layout_box,
	#scroll_to_node, #selection_start, #selection_end, #selection_update,
	#selection_set, HtmlViewScrollToType.

2003-09-04  Martin Povolny <xpovolny@fi.muni.cz>
	* src/rbgtkhtmlstream.c: Changed rb_html_stream_write as Masao suggested.
	* src/rbgtkhtmlview.c: Removed 'original' set_html method.
	* src/sample/test-gtkhtml.rb: Added sample 'request_url' handler.
	* README: added a note on sigsegvs with earlier versions of gtkhtml

2003-09-02  Martin Povolny <xpovolny@fi.muni.cz>
	* src/rbgtkhtmlstream.c: Added minimalistic wrapper for HtmlStream to
                             allow handling of 'request_url' signal in
                             HtmlDocument.

2003-08-28  Masao Mutoh  <mutoh@highway.ne.jp>
                                                                                
	* src/lib/gtkhtml2.rb: Added(sorry, but this is the first import).

2003-08-28  Masao Mutoh  <mutoh@highway.ne.jp>
                                                                                
	* extconf.rb: Exit with 1 when the package is not found.

2003-08-22  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/lib/gtkhtml2.rb: Added.

2003-08-09  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlview.c: Fix segfault for Gtk::HtmlView#document.
	* sample/test-gtkhtml.rb: Define default size of the window. 

2003-08-08  Martin Povolny <xpovolny@fi.muni.cz>

	* Initial import.
