2011-06-30  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: bind g_io_channel_win32_new_socket() as
	GLib::IOChannelWin32Socket.

2011-06-23  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Document: updated deprecated list in README.
	Reported by Michal Suchanek. Thanks!!!

	* README: update deprecated package list.
	Reported by Michal Suchanek. Thanks!!!

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

	* NEWS: Ruby/GLib2: [#3312572] added missing parentheses.
	Patch by Evan Phoenix. Thanks!!!

	* Rakefile: add pkg/ and vendor/ to needless path list.

	* NEWS: fill 0.90.9 release note.

2011-06-05  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: Support cairo related samples in Ruby 1.9.
	Reported by Jon. Thanks!!!

2011-06-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: All: support 'bundle install'.

	* NEWS: Ruby/GLib2: GLib::IOChannel#write returns written byte not
	self. [backward incompatible]

2011-06-03  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: support GLib::IOChannel.new(fd) and
	GLib::IOChannel#fd on Windows.

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

	* NEWS: Ruby/GtkSourceView2: support Windows.
	Reported by S.Kitagawa. Thanks!!

2011-05-22  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: [#3305589] fix Gtk::Window#add_accel_group misses
	a reference to accel group.
	Reported by Piotr Korzuszek. Thanks!!!

2011-05-06  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Popper: [#3292118] don't run needless tests.
	Reported by Mamoru Tasaka. Thanks!!!

2011-03-03  Vincent Carmona

	* NEWS: All: Fix a bug in version numbers.
	[ruby-gnome2-devel-en] reported by Grant Schoep. Thanks!!!

2011-03-07  Vincent Carmona

	* NEWS: Ruby/GStreamer: add Gst::Registry.update method.

2011-03-06  Vincent Carmona

	* NEWS: Ruby/GTK2: fix misc/bindings.rb sample (ruby 1.9).

2011-03-04  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: Ruby/VTE: fix pc install. #3199587
	Reported by OBATA Akio. Thanks!!!

2011-03-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add 0.90.9 entry.

2011-03-03  Vincent Carmona

	* NEWS: Ruby/GStreamer: support install plugins.

	* NEWS: fix 'make distclean' does not removed pkg-config files.

2011-02-28  Vincent Carmona

	* NEWS: Ruby/GTK2: gtk-demo samples work with ruby 1.9.
	Cairo ones were not tested.

2011-02-26  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Pango: fix 'make distclean' cleans needed a file.
	Patch by Vincent Carmona. Thanks!!!

	* NEWS: Ruby/ATK: fix 'make distclean' cleans needed a file.
	Patch by Vincent Carmona. Thanks!!!

2011-02-25  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GStreamer: [#3188442] don't use rbgprivate.h.
	Reported by Mamoru Tasaka. Thanks!!!

	* NEWS: Ruby/GTK2: [#3046538] fix crash by GC at exit.
	Reported by Vincent Carmona. Thanks!!!

	* NEWS: Ruby/GTK2: fix require order.
	Patch by id:kenhys. Thanks!!!

2011-02-17  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GStreamer: improve missing mesage.
	Patch by Vincent Carmona. Thanks!!!

2011-02-12  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GooCanvas, Ruby/GStreamer, Ruby/GtkMozEmbed,
	Ruby/GtkSourceView2: fix pc install. #3178294
	Reported by OBATA Akio. Thanks!!!

	* NEWS: Ruby/GLib2: fix non-gem rcairo detection.
	Patch by OBATA Akio. Thanks!!!

2011-02-02  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: fill 0.90.7 entry.

	* NEWS: Ruby/GLib2: force remove "-Wl,--noundefined" linker option
	because Ruby-GNOME2 packages doesn't support the option.
	Reported by Dobai-Pataky Bálint. Thanks!!!

2011-01-31  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: use "MS-Windows" GTK+ theme by default on
	Windows.
	Reported by ashbb. Thanks!!!

2011-01-30  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: fix a typo.

	* NEWS: update 0.90.6 description.

2011-01-29  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: follow variable name change.

	* Rakefile: add gem:build and gem:push tasks.

	* Rakefile: remove deprecated packages.

	* NEWS: update 0.90.6 entry.

2011-01-02  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: support "2.0b7" style module
	version. #3141244
	Reported by reandr. Thanks!!!

2010-12-22  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Pango: rename Pango::LayoutIter#at_last_line! to
	at_last_line? because at_last_line is a predicate
	method. (at_last_line! still exists for backward compatibility.)
	Reported by mrkn. Thanks!!!

2010-11-19  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GStreamer: add Gst::MissingURISourceMessage.
	Suggested by Vincent Carmona. Thanks!!!

2010-10-28  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: All: add --with-pkg-config-dir option to extconf.rb for *.pc.

2010-10-27  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: add 0.90.5 entry.

	* NEWS: Ruby/GLib2: glib-mkenums.rb can work with Ruby 1.9 on LANG=C.

	* NEWS: Ruby/GLib2: fix pkg-config gem dependency.

2010-10-24  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: fill 0.90.4 release note.

2010-10-24  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: Ruby/GLib2: add missing '*' for String type
	conversion. [#3093789]
	Reported by tmtms. Thanks!!!

2010-10-23  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: Ruby/GIO2: Remove needless cairo dependency.
	Reported by OBATA Akio. Thanks!!!

	* NEWS: Ruby/Libglade2: Don't install *.pc by default.
	Reported by OBATA Akio. Thanks!!!

2010-10-23  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GdkPixbuf2: change .pc filename from ruby-gdkpixbuf2 to
	ruby-gdk-pixbuf2.

	* NEWS: All: Don't install *.pc by default. Set pkgconfigdir make
	varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.

	* NEWS: RVAL2CSTR2 and CSTR2RVAL2 are deprecated.

	* NEWS: Ruby/GIO2: Imported as an experimental library.
	Implemented by Nikolai Weibull. Thanks!!!

	* Rakefile: enable Ruby/GIO2.

	* NEWS: Ruby/GLib2: support String encoding.
	Patch by Guillaume Cottenceau. Thanks!!!
	Suggested by Neil Roberts. Thanks!!!

2010-10-21  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: declare argument types.
	Reported by Nobuyoshi Nakada. Thanks!!!

2010-10-17  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2, Ruby/GdkPixbuf2: move gdk-pixbuf and cairo
	related methods to Ruby/GTK2 from Ruby/GdkPixbuf2.
	"[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
	Patch by Andrea Dallera. Thanks!!!

2010-10-12  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: fix GType conversion in Gtk::ItemFactory.new on
	64bit platform.
	Reported by Grant McLean and Steve Wills. Thanks!!!

	* NEWS: All: Support String encoding.
	Work by Guillaume Cottenceau.

	* NEWS: Ruby/GTK2: keep backward compatibility around GDK key
	symbols introduced at GTK+ 2.20.
	"[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
	Patch by Vincent Carmona. Thanks!!!

2010-10-03  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Poppler: support Popper 0.15.0. [#3079667]
	Reported by Mamoru Tasaka. Thanks!!!

2010-10-03  Kouhei Sutou  <kou@clear-code.com>

	* NEWS: Ruby/Poppler: fix installed Ruby/GLib2 gem can't be
	detected.
	Reported by kdmsnr. Thanks!!!

	* */ext/*/extconf.rb: support tiny version.

2010-10-02  Kouhei Sutou  <kou@cozmixng.org>

	* */Rakefile: fix gem dependencies.

2010-09-29  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/RSVG2: add missing libcroco dependency on Windows.
	Reported by U.Nakamura. Thanks!!!

	* NEWS: Ruby/Poppler: add missing libjpeg dependency on Windows.
	Reported by U.Nakamura. Thanks!!!

2010-09-28  Kouhei Sutou  <kou@cozmixng.org>

	* run-test.rb: support ext/MODULE_NAME path.

	* NEWS: All: fix path.

	* gnomeprint/test/run-test.rb, gstreamer/test/run-test.rb,
	gtkmozembed/test/run-test.rb, gtksourceview2/test/run-test.rb,
	pango/test/run-test.rb, poppler/test/run-test.rb,
	gtk2/test/run-test.rb: follow directory name changes.
	Reported by kimura wataru. Thanks!!!

2010-09-27  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: fix version detection in gem:win32:push task.

2010-09-26 Guillaume Cottenceau

        * README: fix example for compiling only selected sub bindings

2010-09-26  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: fix version detection in gem:win32:push task.

	* NEWS: Ruby/GIO2: fix a typo in .pc name. [#3075619]
	Reported by O01eg. Thanks!!!

	* NEWS: Ruby/RSVG2: also check rb_cairo.h availability. [#3075617]
	Reported by O01eg. Thanks!!!

2010-09-25  Kouhei Sutou  <kou@cozmixng.org>

	* etconf.rb: follow directory name changes.

	* NEWS: fill 0.90.2 release note.

	* */Rakefile, */ext/*/extconf.rb: follow directory name changes.

	* glib/: -> glib2/
	* gtk/: -> gtk2/
	* rsvgb/: -> rsvg2/
	* gdkpixbuf/: -> gdk_pixbuf2/
	* gio/: -> gio2/

	* */ext/extconf.rb: require "glib2" if mkmf-gnome2 doesn't exist.

	* */Rakefile: include lib/**/*.rb into gems.

2010-09-24  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add 0.90.2 entry.

	* NEWS: Ruby/GTK2: fix gtk2/base.rb is missing in gem.
	Reported by S.Kitagawa. Thanks!!!

2010-09-23  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: fill 0.90.1 entry.

	* NEWS: add 0.90.1 entry.

	* */ext/*/depend: fix .pc position.
	Reported by OBATA Akio. Thanks!!!

	* Rakefile: add more gem:win32:* tasks.

	* Rakefile: add gem:win32:build task.

	* NEWS: add 0.90.0 entry.

	* libgda/, README: drop Ruby/Libgda.

	* */ext/*/extconf.rb: pass top build directory to add_depend_package.

	* */ext/*/extconf.rb: create version header in the current directory.

	* extconf.rb: don't specify --srcdir.

	* */extconf.rb: make other build dir support.

	* extconf.rb: just use top-level extconf.rb.

	* Rakefile (#guess_version): follow Ruby/GLib2 directory structure
	chagne.

	* Rakefile: add description to all tasks.

2010-06-02  Nikolai Weibull

	* gio/: add.

2010-05-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: add Gtk::Buildable#builder_name/set_builder_name.
	Suggested by Simon Arnaud. Thanks!!!

2010-04-17  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add 0.20.0 place holder.

	* NEWS: Ruby/GTK2: fix Gtk::RecentInfo#application_info's double
	free bug.

	* NEWS: add release note for 0.19.4.

2010-04-09  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2:
	- fixed wrong conversion in Gtk::TreePath#<=>.
	- add Gtk::TreePath#==.
	Reported by Takeuchi Yusuke. Thanks!!!

	* NEWS: Ruby/GLIb2: fixed memory leak in GC.

2010-03-19  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: support XULRunner 1.9.2.
	Reported by OBATA Akio. Thanks!!!

2010-02-28  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: [#2925285] Gtk::MozEmbed#chrome_mask
	fails. [#2925285]
	Reported by tobi. Thanks!!!

	* NEWS: Ruby/GStreamer: [#2924886] implement
	Gst::MessageTag#parse.
	Patch by Vincent Carmona. Thanks!!!

2010-02-12  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: Gtk::Clipbord#request_text sets UTF-8 encoding
	in Ruby 1.9.
	Suggested by Rg Rg. Thanks!!!

2010-01-17  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Pango: add Pango::Gravity.
	Patch by Hiroyuki Ito. Thanks!!!

2010-01-16  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: Gdk::Window#invalidate accepts nil as 'area'
	argument. It means 'invalidates whole window'.
	Patch by Hiroyuki Ito. Thanks!!!

2010-01-02  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: fix -Wl,-rpath syntax. [#2924766]
	Reported by OBATA Akio. Thanks!!!

2009-12-25  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GStreamer: fix argument type.
	Patch by Johan Kiviniemi. Thanks!!!

2009-12-19  Kouhei Sutou  <kou@cozmixng.org>

	* gio/: remove.

2009-12-15  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: Gtk::MenuItem.new accepts nil as a label.
	Reported by Kazuhiro NISHIYAMA. Thanks!!!

2009-10-11  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: fix type_register on Ruby 1.9.
	Reported by Simon Arnaud. Thanks!!!

	* NEWS: Ruby/GdkPixbuf: add Gdk::Pixbuf#pixels=.
	Patch by Michal Suchanek. Thanks!!!

2009-10-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: mark GTK+ 2.18.0 as unsupported GTK+ version.

2009-09-27  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: ignore GdkWindow's cursor property. [#2865895]
	Reported by Guillaume Cottenceau. Thanks!!!
	Reported by Mamoru Tasaka. Thanks!!!

2009-09-24  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add a 0.19.4 entry.

	* NEWS: Ruby/GLib2: really fix
	'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
	Reported by Simon Arnaud. Thanks!!!

2009-09-23  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add a 0.19.3 entry.

	* Rakefile: fix a typo.

	* NEWS: fix a typo.

	* Rakefile: follow the recent misc/release.rb changes.

	* NEWS: set 0.19.2 release date.

2009-09-22  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: fix a typo:
	Gtk::Widget#set_scroll_adjustments ->
	Gtk::Widget#set_scroll_adjustment. [#2679744]
	Reported by Kentaro Fukuchi. Thanks!!!

	* NEWS: Ruby/GLib2: work Ruby thread with GTK+. [Debian #502262]
	Reported by Johan Walles. Thanks!!!

	* NEWS: Ruby/GLib2: fix multi thread blocking with Ruby
	1.8.6-p368 or later and 1.8.7-p173 or later. [#2862022]
	Reported by Roy Wright. Thanks!!!
	Reported by Andrea Dallera. Thanks!!!

2009-08-15  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: empty $(vendorarchdir) related build problem
	on CentOS 5.3 x86_64.
	Reported by Toshiyuki Suzumura. Thanks!!!

2009-08-09  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

	* NEWS: Ruby/*: Changed pkg-config file names to ruby-MODULE.pc.

2009-08-04  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

	* FIX: Ruby/Libglade2: fix pkg-config file installation here also.

2009-08-02  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

	* FIX: Ruby/*: fixed pkg-config file installation.

2009-08-02  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: fix .pc detection.
	Reported by OBATA Akio. Thanks!!!

2009-07-28  Kouhei Sutou  <kou@cozmixng.org>

	* README: update.
	Reported by kimura wataru. Thanks!!!

2009-07-26  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: follow the misc/recent.rb changes.

	* NEWS: Ruby/Libglade2: fix GC related SEGV when a widget in
	glade is removed by hand. [Debian#519786]
	Reported by Arnaud Cornet. Thanks!!!

2009-07-01  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2: install missing headers. [#2814953]
	Patch by Mamoru Tasaka. Thanks!!!

	* NEWS: Ruby/PanelApplet: re-support Ruby 1.8.6. [#2815036]
	Reported by Mamoru Tasaka. Thanks!!!

2009-06-28  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: support VTE 0.20.

2009-06-03  Detlef Reichl  <detlef.reichl@gmx.org>

	* NEWS: Ruby/*: add pkg-config file generation

	* NEWS: Ruby/Bonobo, Ruby/Bonoboui: add version information

2009-05-31  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GTK2, Ruby/GLib2, Ruby/ATK, Ruby/Pango, Ruby/Libart:
	use RUBYARCHDIR.
	Patch by OBATA Akio. Thanks!!!

	* NEWS: Ruby/Pango, Ruby/GdkPixbuf: use gem version rcairo as fallback.
	Patch by OBATA Akio. Thanks!!!

	* NEWS: Ruby/GnomePrint: install rblibgnomeprintversion.h.
	Suggested by OBATA Akio. Thanks!!!

	* NEWS: Ruby/GLib2: mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
	Suggested by OBATA Akio. Thanks!!!

	* NEWS: Ruby/GtkMozembed: fix header generation error caused by
	missing file.
	Patch by OBATA Akio. Thanks!!!

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

	* NEWS: add a note for 0.19.x series.

	* NEWS: add an entry for 0.19.1.

	* NEWS: Ruby/GLib2: avoid object allocation while GC.
	Reported by OBATA Akio. Thanks!!!

2009-05-27  Detlef Reichl  <detlef.reichl@gmx.org>

	* FIX: Ruby/Poppler/test/test_page: honore if Cairo is available

2009-05-26  Detlef Reichl  <detlef.reichl@gmx.org>

	* FIX: Ruby/PanelApplet: fixed build problem
	Reported by Grant McLean. Thanks!!
	* NEWS: Ruby/PanelApplet: added request_focus method

2009-05-23  Detlef Reichl  <detlef.reichl@gmx.org>

	* NEWS: Ruby/PanelApplet: added set_menu method

2009-05-21  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/PanelApplet: fixed incomplete install.
	Reported by Pascal Terjan. Thanks!!!

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

	* NEWS: Ruby/GnomeVFS: format security error.
	Patch by Pascal Terjan. Thanks!!!

2009-04-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: add 'const' to name argument of
	rbgerr_define_gerror().
	Suggested by Nikolai Weibull. Thanks!!!

2009-03-21  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Bonobo2: moved Bonobo.setup_x_error_handler to
	Ruby/BonoboUI2.
	Reported by id:luna_8bit. Thanks!!!

	* NEWS: Ruby/BonoboUI2: moved Bonobo.setup_x_error_handler from
	Ruby/Bonobo2.
	Reported by id:luna_8bit. Thanks!!!

	* NEWS: Ruby/GNOME2: support MinGW.
	Reported by id:luna_8bit. Thanks!!!

	* NEWS: Ruby/GLib2: wrong priority conversion in GLib::Timeout.add
	and GLib::Timeout.add_seconds.
	Reported by Nikolai Weibull. Thanks!!!

2009-03-07  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GtkMozEmbed: supported XULRunner 1.9.0.
	Suggested by Arnaud Cornet. Thanks!!!

	* NEWS: Ruby/Pango:
	Pango::Attribute#start_index= and Pango::Attribute#end_index=.
	Suggested by Geoff Youngs. Thanks!!!

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

	* README: partially work with Ruby 1.9.1.

2009-01-11  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2: #2493874: glib/rbglib_maincontext.c
	error in "RUBY_UBF_IO".
	Reported by boo. Thanks!!!

2008-12-26  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/PanelApplet: #2466921: fixed build failure with
	libpanel-applet >= 2.25.
	Reported by Mamoru Tasaka. Thanks!!!

	BTW, can we continue supporting Ruby/PanelApplet?

	* README: update Ruby/PanelApplet dependency.

2008-12-12  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/GLib2, Ruby/GTK2: #2420281: Failed to build.
	Reported by troels knak-nielsen. Thanks!!!

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

	* NEWS: Ruby/GTK2: #2318481: gtkselectiondata_set Drag and Drop
	API problem.
	Reported by dave foster. Thanks!!!

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

	* NEWS: Ruby/RSVG2: fixed broken cairo integration.
	Reported by James Healy. Thanks!!!

2008-11-03  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: Ruby/Poppler: removed 0.6.x support. 0.8.0 or later is
	required.

2008-11-01  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add an entry for '#2195432: Gtk::RCStyle.set_color_flags
	wrong conversion'.
	Reported by Jesse van den Kieboom. Thanks!!!

2008-10-23  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add an entry for 'fixed GC problems.'
	Reported by Andrew S. Townley. Thanks!!!

	* Rakefile: guess release source repository's URI from the current
	working copy.

2008-10-04  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add a entry for 'checked GTK_FILE_SYSTEM_ERROR
	availability. GTK+ 2.15.x doesn't have it.' reported by Philipp
	Götzinger. Thanks!!!

2008-10-03  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add a 0.19.0 entry.

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

	* NEWS: add a entry for [#2113491] Incorrect initialize order
	(compiling with mingw)

	* NEWS: add a entry for [#2106938] Install glib-enum-types.h.

	* run-test.rb: use /usr/bin/env ruby instead of /usr/bin/ruby.

	* misc/release.rb: add for releasing.

	* NEWS: add release note for 0.18.0.

	* Rakefile: add release task.

	* README: use RD.

	* NEWS: update 0.18.0 entry.

	* Rakefile: add gtksourceview2 to Ruby-GNOME2 package.

	* run-tests.rb: rename to ...
	* run-test.rb: ... this.

2008-09-14  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS:
	- fixed [#2110165] Gdk::Pixbuf memory leak
	- add Ricky Zheng to Thanks section.

	* NEWS: add James Healy to Thanks section.

	* Rakefile: remove libgda and add goocanvas.

2008-09-13  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS:
	- add a Ruby/GLib entry.
	- add OBATA Akio to Thanks section.

	* NEWS: add a 0.18.0 entry.

	* README: add a Ruby/GooCanvas entry.

	* NEWS: format as RD.

2008-09-07  Kouhei Sutou  <kou@cozmixng.org>

	* Rakefile: add tag task.

	* NEWS: add 0.17.0 entry.

	* Rakefile: add build related tasks.

	* Rakefile: add for releasing.

2008-09-06  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add [#2060606].

2008-08-20  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add [#2043970].

2008-08-10  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: add [#2025651] and [#2043970].

2008-06-08  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: don't use exec_make.rb to pass make flags to sub make.

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

	* run-tests.rb: don't use open3, just output to stdout and stderr.

2008-05-16  Kouhei Sutou  <kou@cozmixng.org>

	* run-tests.rb: use '-' instead of '_' for filename.

2008-05-15  Kouhei Sutou  <kou@cozmixng.org>

	* run_tests.rb: set include path.

2008-05-13  Kouhei Sutou  <kou@cozmixng.org>

	* run_tests.rb: cleanup.

2008-04-14  Kouhei Sutou  <kou@cozmixng.org>

	* NEWS: update.

2008-04-04  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: don't use "\" as path separator.

2007-12-28  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: used fileutils instead of ftools.

2007-10-23  Kouhei Sutou  <kou@cozmixng.org>

	* .: set ignore files for Subversion.

2007-10-22  Kouhei Sutou  <kou@cozmixng.org>

	* extconf.rb: supported arguments for --ruby option for cross
	compiling. [#1817067]
	Thanks to Kero van Gelder!

2007-08-31  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* extconf.rb: re-supported build in no-source directory.

2006-12-28  Masao Mutoh  <mutoh@highway.ne.jp>

	* AUTHORS, NEWS, README: Updated.

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

	* exec_make.rb, extconf.rb: Work MinGW again.

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

	* AUTHORS: Updated.

2006-06-13  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* AUTHORS: Updated.

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

	* NEWS: Added 0.14.1 informaiton.

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

	* NEWS: Added 0.14.0 information.
	* README: Revised.
	* COPYING.LIB: Added.

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

	* AUTHORS: Updated.

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

	* README: fixed dependencies.

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

	* README, NEWS, AUTHORS: Updated.

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

	* extconf.rb: added dummy $makefile_created = true for mkmf.rb in
	  ruby 1.9.

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

	* extconf.rb, exec_make.rb: Support MSVC++(nmake).

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

	* README, NEWS: Updated.

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

	* AUTHORS: Modified.

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

	* README: Added Ruby/GnomePrint
	* AUTHORS: Updated.

2004-08-16  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, NEWS: Revised.
	* extconf.rb, exec_make.rb: Add --strict option. 
	If you don't give this option, it doesn't exit with 1
	(exit(1)) because it doesn't mean failure of compilation
	and instalation of almost of all libraries.

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

	* README: Revised.
	* NEWS: Updated.

2004-08-07  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Revised.

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

	* README: Updated dependencies for Ruby/Libgda.
	* NEWS: Updated.

2004-03-14  Dafydd Harries <daf@muse.19inch.net>

	* exec_make.rb: exit with 1 when failure occurred.

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

	* NEWS: Updated.
	* extconf.rb: Remove debug code.

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

	* extconf.rb: Add atk as prior library.
	* README: Update Copyright.

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

	* README: Modified.
	
2004-02-29  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Add information of Ruby/ATK.
	* AUTHORS: ditto.

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

	* extconf.rb: Correct ruby path.

2003-12-09  Laurent Sansonetti  <lrz@gnome.org>

	* README: Ruby/Libgda needs libgda 1.1.1 (development branch).

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

	* NEWS: Updated.

2003-11-22  Laurent Sansonetti  <lrz@gnome.org>
                                                                                
	* README: libgda 1.0.2 or newer is needed for Ruby/Libgda.

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

	* AUTHORS: Modified.

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

	* README: Revised.
	* AUTHORS: Modified.

2003-09-06  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* exec_make.rb: don't use parenthesis in the argument of system()
	for mingw32 support.

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

	* README: Revised.
	* AUTHORS: Modified.
	* exec_make.rb: Added
	* extconf.rb: Improved. 
	If the libraries are not found, they're ignored.
	And you can specify to target libraries.

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

	* README: Updated.
	* AUTHORS: Modified.

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

	* README: Updated.

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

	* AUTHORS: Modified.

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

	* extconf.rb: Follow bellow changes. And indicate compiling order.
	* mkmf-gnome2.rb: Move to glib/src/lib/mkmf-gnome2.rb.

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

	* README: Modified.

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

	* AUTHORS: Modified.

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

	* AUTHORS: Modified.

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

	* README: Fix dependencies. Pointed out by Vee Satayamas <veetai@yahoo.com>

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

	* AUTHORS: Modified.

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

	* mkmf-gnome2.rb (check_win32): Check G_PLATFORM_WIN32 first.
	* mkmf-gnome2.rb (check_win32): Use -mms-bitfields unless gcc is 2.x.

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

	* mkmf-gnome2.rb: Stop checking G_OS_WIN32 automatically.
	Thus you need to call check_win32() explicitly.

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

	* mkmf-gnome2.rb: Added.

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

	* pango: Added.

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

	* libbonobo, libbonoboui: Added.

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

	* AUTHORS: Modified.

2002-11-20  Masao Mutoh  <mutoh@highway.ne.jp>

	* AUTHORS: Modified.

2002-11-17  Masao Mutoh  <mutoh@highway.ne.jp>

	* AUTHORS: Modified.

2002-11-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: Modified.

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

	* README: Modified.
	* AUTHORS: Modified.
	* NEWS: File Added.

2002-09-18  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: File added.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* gdkimlib/: the package was removed.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* README: Modified.

2002-02-05  Neil Conway <neilconway@rogers.com>

	* rbpanel-applet.c: Major changes, additions and improvements.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

2001-05-22  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* import panel-applet binding.
2002-11-17  Masao Mutoh  <mutoh@highway.ne.jp>

	* AUTHORS: Modified.

2002-11-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: Modified.

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

	* README: Modified.
	* AUTHORS: Modified.
	* NEWS: File Added.

2002-09-18  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: File added.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* gdkimlib/: the package was removed.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* README: Modified.

2002-02-05  Neil Conway <neilconway@rogers.com>

	* rbpanel-applet.c: Major changes, additions and improvements.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

2001-05-22  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* import panel-applet binding.
2002-11-17  Masao Mutoh  <mutoh@highway.ne.jp>

	* AUTHORS: Modified.

2002-11-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: Modified.

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

	* README: Modified.
	* AUTHORS: Modified.
	* NEWS: File Added.

2002-09-18  Masao Mutoh  <mutoh@highway.ne.jp>

	* README: Modified.
	* AUTHORS: File added.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* gdkimlib/: the package was removed.

2002-05-29  Masao Mutoh <mutoh@highway.ne.jp>

	* README: Modified.

2002-02-05  Neil Conway <neilconway@rogers.com>

	* rbpanel-applet.c: Major changes, additions and improvements.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

2001-05-22  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* import panel-applet binding.
