Overview of Changes in Ruby/GTK 0.31

* Fix some bugs.

Overview of Changes in Ruby/GTK 0.30

* Fix some bugs.
* Add Gtk::MenuBar#set_shadow_type
* Enhanced Gtk::Entry.new(accept a "max_length" as optionnal argument).
* Add Gtk::Socket#xwindow.
* Add sample for Gtk::Socket, Gtk::Plug.

Overview of Changes in Ruby/GTK 0.29

* Implement Gdk::Window#copy_area, #register_dnd, 
	#override_redirect, #shape_combine_mask, #set_child_shapes, 
	#merge_child_shapes, #set_static_gravities, #set_hints, #set_title, 
	#set_colormap, #position, #visual, #colormap, #window_type, #origin, 
	#deskrelative_origin, #parent, #toplevel, #children, 
	#set_transient_for, #set_role, #set_group, #toplevels,
   #property_change, #propery_get, #propery_delete.
* Minor improvements Gtk::CTreeNode#==.
* Fix bug in extconf.rb.

Overview of Changes in Ruby/GTK 0.28

* Maintainer has been changed.
* Fix bug in Gtk::ItemFactory#create_item
* Fix bug in Gtk::Menu#popup
* Fix bug in Gtk::Notebook#append_page/append_page_menu
* Fix bug in Gtk::Layout#vadjustment
* Implement Gdk::Drawable#draw_rgb_image, #draw_rgb_image_dithalign,
                         #draw_gray_image, draw_rgb_32_image
* Implement Gtk::Tree#select_child
* Minor improvements to Gtk::Style
* Add 1 new sample

Overview of Changes in Ruby/GTK 0.27

* Add support for Drag and Drop (DND)
* Implement Gtk::Socket
* Implement Gtk::Plug
* Refactor Gdk::Font, add more methods (text_*)
* Implement more Gdk::Window methods
* Make Gdk::Cursor work properly
* testgtk.rb works again
* Implement Gtk::AccelLabel widget
* Add 5 new sample files
* Code cleanup; remove deprecated, commented-out code
* Update the Ruby/GTK version number (forgot this for 0.26)
* Update my email address (@home no longer works; it's now
  neilconway@rogers.com ; my klamath@users.sourceforge.net
  address will always work)

Overview of Changes in Ruby/GTK 0.26

* Add widgets Gtk::FontSelection and Gtk::FontSelectionDialog
* The default name of the application is the ruby script filename
* Add module Gdk::Keyval which implements keyval related functions
* Fix all compiler warnings with "-Wall"
* Lots of code cleanup and refactoring
* Add a lot of missing methods
* Lots of improvements to Gtk::ItemFactory
* Rename Gtk.signal_emit_stop to Gtk.signal_emit_stop_by_name -- this
  is BACKWARDS INCOMPATIBLE (sorry). Implemented Gtk.signal_emit_stop
  properly -- this is done in the same way as GTK+ now, and makes
  more sense.
