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

	* extconf.rb, src/rbatk.h, rbatkobject.c: 
	Fix compiling warning under atk-1.0.3.

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

	* src/rbatktextrectangle.c, rbatktextrange.c: Added.

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

	* src/rbatkrelation.c: Added Atk::Relation::Type.for_name.
	* src/rbatkstate.c: Moved Atk::StateType to Atk::State. 
	Added Atk::State.for_name.
	* src/rbatkobject.c: Added Gtk::Atk::Object#localized_name, 
	.for_name, #notify_state_change, 
	* src/rbatkhyperlink.c: Added Atk::Hyperlink#selected_link?.
	Fixed to use wrong macro for Atk::Hyperlink#inline?.

2004-10-17  Vincent Isambart <isambart@netcourrier.com>

	* extconf.rb: Changed add_uniq_to_objs to add_obj.

2004-10-17  Vincent Isambart <isambart@netcourrier.com>

	* extconf.rb: Fixed a bug under ruby-1.9.

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

	* extconf.rb: Fix a bug under ruby-1.6.x.

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

	* extconf.rb: Remove src/rbatkinits.c when run "make distclean".

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

	* src/rbatkcomponent.c: Fix a compilation error on MinGW.

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

	* README, src/rbatktext.c rbatkstate.c rbatktable.c rbatkselection.c 
	rbatkimage.c rbatkcomponent.c rbatkutil.c rbatkaction.c rbatkhyperlink.c 
	rbatkobject.c: Update Copyright.

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

	* README, extconf.rb, src/rbatkaction.c, rbatkhyperlink.c, 
	rbatkobject.c: Support ATK-1.0.x. 

2004-02-20  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbatkutil.c: Added. 
	* src/rbatkcomponent.c: Fix a return value of Atk::Component#set_extents,
	#set_position, #set_size.
	* src/rbatkimage.c: Fix a return value of Atk::Image#set_image_description. 
	* src/rbatkselection.c: Fix return values of Atk::Selection#add_selection,
	#clear_selection, #remove_selection.
	* src/rbatktable.c: Fix return values of Atk::Table#add_column_selection,
	#add_row_selection, #remove_column_selection, #remove_row_selection
	* src/rbatkstate.c: Fix a bug of Atk::StateType. 
	* src/rbatktext.c: Added. 

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

	* src/rbatktable.c: Added.

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

	* src/rbatkstreamablecontent.c, rbatkstateset.c: Added. 
	* src/rbatkeditabletext.c: Fix a typo. 

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

	* src/rbatkstate.c, src/rbatkselection.c, 
	src/rbatkrelationset.c: Added. 

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

	* src/rbatknoopobjectfactory.c: Fix a wrong definition. 
	* src/rbatkimage.c, src/rbatkhypertext.c, rbatkhyperlink.c, 
	rbatkeditabletext.c, rbatkimplementor.c, rbatkobject.c,
	rbatkrelation.c, rbatkregistry.c, rbatkobjectfactory.c: Added. 

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

	* atk/rbatkcomponent.c: Added.

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

	* atk/*: Initial import. Added Atk::Action, Atk::Document, 
	Atk::GObjectAccessible, Atk::NoOpObject, Atk::NoOpObjectFactory, Atk::Value. 
