1.3.17:

* DateEdit:
  - Fixed the constructor so that these widgets are properly initialized.
  - Wrapped the DateEditFlags enum as C++.
  (Bryan Forbes, Murray Cumming)

1.3.16:

* Fixed XPM UI items to work with included .xpm files
  (Gergo Erdi)
* Entry::gtk_entry() is now get_gtk_entry() and returns a 
  Gtk::Entry* instead of a Gtk::Widget*. (Gergo Erdi)

1.3.15:

* libbonobouimm requirement increased.

1.3.14:

* UI::Items::fill() is now correctly defined and returns the filled-in array of
  UI::Items::Info elements so it can be used to access the underlying
  Gtk::Widgets directly. (Gergo Erdi)
* FileEntry inherits from Gtk::VBox instead of Gtk::HBox, as it does in the C API.
  (Murray Cumming)

1.3.13:

* Gnome::UI::Items API and code cleaned up. The invisible/duplicated toolbar icons bug has been solved.
  (Murray Cumming)
* Fixed memory errors detected by Valgrind
  (Matthew Tuck)
* Gnome::UI::Items::fill() properly implemented.
  (Tassos Bassoukos)
* examples fixed for gcc 3.2 (Murray Cumming)
