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

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

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

	* src/rbpango.h: Remove definition of CBOOL2RVAL(merged to Ruby/GLib).

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

	* src/rbpangologattr.c, src/rbpangoanalysis.c: Added. 

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

	* src/depend: Added.

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

	* src/rbpangoattribute.c: Remove debug code. 

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

	* src/rbpangolayout.c: Add Pango::Layout#index_to_pos, get_cursor_pos. 
	Move Pango::Layout#line to Pango::Layout#get_line.

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

	* src/rbpangocontext.c, rbpangofontdescription.c, rbpangotabarray.c
	rbpangoattribute.c, rbpangolayout.c: Apply enum/flags.
	* sample/attribute.rb: ditto.
	* sample/gdk_layout.rb: Fix warning for ruby-1.8.x.

2003-08-30  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: add set_output_lib call.

	* extconf.rb: fix to allow building in a foreign directory.

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

2003-08-21  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* rbpangofontdescription.c: new method Pango::FontDescription#to_s
	(alias to Pango::FontDescription#to_str).

	* src/*.c: define enum/flags classes.

2003-08-17  Vincent Isambart <vincent.isambart@laposte.net>

	* src/rbpangofont.c: Pango::Font#metrics accept no parameter.
	
2003-08-16  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* src/rbpangolanguage.c: implement Pango::Language#to_s

	* src/rbpangolanguage.c (language_to_str): use
	pango_language_to_string()

	* src/rbpangofontmap.c: implment Pango::FontMap#list_families

	* src/rbpangofontfamily.c: implement Pango::FontFamily#list_faces

	* src/pango/rbpangocontext.c: implement Pango::Context#list_families

	* src/pango/rbpangofont.c: fix Pango::Font.metrics

2003-08-15  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* src/*: use G_DEF_CONSTANTS() for defining enum/flags constants.

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

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

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

	* src/rbpangoattribute.c:  Move Pango::Attribute::UNDERLINE_... 
	to Pango::AttrUnderline::...
	Move Pango::Attribute::SCALE_... to Pango::AttrScale::...
	* sample/attribute.rb: Move Pango::Attribute::UNDERLINE_... 
	to Pango::AttrUnderline::...

2003-03-19  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* src/pango.def: Add a file

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

	* src/rbpangomain.c: Add Pango.pixels 

2003-03-07  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: append "-DRUBY_PANGO_COMPILATION" to $defs.
	* src/rbpango.h: define RUBY_PANGO_VAR macro for exporting variables
	on some win32 platforms.

2003-02-14  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: Use ../mkmf-gnome2.rb

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

	* README: Revise documents.
	Pointed out by Jeremy Henty <jeremy@chaos.org.uk>

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

	* sample/*.rb: Fix to work under Ruby-1.6.x.

2003-02-02  Geoff Youngs <g@intersect-uk.co.uk>

	* src/rbpangolayout.c: Fix a couple of the returned arrays in Pango::Layout 
	used the wrong macros (ie. NUM2INT instead of INT2NUM)
	* src/rbpangomain.c: Add Pango::SCALE.

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

	* sample/gdk_layout.rb: Add a file. 
	* src/rbpangofontmap.c: Comment out test code.
 	* All files: Update copyright.

2003-01-29  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbpangocontext.c: Fix segfault when Pango::Context#layout, #font_description 
	are return NULL. 
	* src/rbpangolayout.c: Fix wrong arguments of  Pango::Layout#set_mark.

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

	* sample/attribute.rb: Add a file. 
	* src/rbpangocolor.c: Add accessor for the struct PangoColor.
	* src/rbpangofontdescription.c: Remove Pango::FontDescription#to_s.
	* src/rbpangoattribute.c: Improve Gtk::Attribute and children. Add initialize methods.
	* src/rbpangolanguage.c: Add Pango::Language#to_str.

2003-01-04  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbpango.h, src/rbpangoattribute.c: 
	Add RBPANGO_ADD_ATTRIBUTE for other libs(rbgdkpango.c).
	Add extern declaration for accessing to pattr, pattrstring, 
	pattrint, pattrfloat, pattrcolor.

2003-01-03  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbpangoattribute.c: Add accessor methods to attributes.
	* src/rbpango.c: Add Pango.parse_markup. 
	* src/rbpango.h: Add a file.
	* src/rbpangoinits.c: Remove a file. This file is auto-generated.
	* src/rbpangomain.c: Add Pango.parse_markup.
	* src/lib/pango.rb: Add AttrList#each.
	* sample/label.rb, parse.rb, sample.txt: Add files.

2002-12-31  Masao Mutoh  <mutoh@highway.ne.jp>

	* Initial import. 

