
========================================
 NEWS: Glib-1.191
========================================

Overview of changes in Glib 1.191
=================================

* Make overloaded Glib::Flags operators more robust.
* Handle unset GParamSpecs gracefully.

Overview of changes in Glib 1.190
=================================

* Add Glib::Flags::new, a constructor for flags objects.
* Add Glib::strerror and Glib::strsignal.


========================================
 NEWS: glibmm-2.17.2
========================================

2.17.2 (unstable):

 * Changes to API that was added in this unstable series:
   * Glib::Tree (wrapper around GNode) renamed to Glib::NodeTree  to avoid
     confusion with GTree
   * pass the node to the traversal the callback (Szilárd Pfeiffer)
   * Move TraverseFlags inside the NodeTree class (Murray Cumming)
 * New API:
   * Added the drive_eject_button signal (Murray Cumming)
 * Bug Fixes:
   * #423990: glibmm et al don't recognize new GNU m4 (Damien Carbery)
   * #529496: Gio::Error::HOST_NOT_FOUND clashes with a netdb.h #define (Murray
     Cumming)
   * #523043: Initialization of Glib::ObjectBase for derived types should be
     mentioned in documentation (Moritz Ulrich)
   * #506410: Call of overloaded Stringify is ambiguous (Szilárd Pfeiffer,
     Murray Cumming)


========================================
 NEWS: Gtk2-1.191
========================================

Overview of changes in Gtk2 1.191
=================================

* Wrap a lot of new API from gtk+ 2.14, among which:
  - gtk_builder_add_objects_from_file and gtk_builder_add_objects_from_string
  - gtk_calendar_set_detail_func
  - gtk_clipboard_request_uris, gtk_clipboard_wait_for_uris, and
    gtk_clipboard_wait_is_uris_available
  - gtk_icon_info_new_for_pixbuf
  - gtk_page_setup_load_file and gtk_page_setup_load_key_file
  - gtk_print_settings_load_file and gtk_print_settings_load_key_file
  - gtk_widget_get_snapshot
  - gtk_show_uri
  - gdk_screen_get_monitor_height_mm, gdk_screen_get_monitor_width_mm, and
    gdk_screen_get_monitor_plug_name
  - gdk_window_redirect_to_drawable and gdk_window_remove_redirection
* Improve the documentation in many places.
* For Gtk2::CellRenderer subclasses, use a more robust approach for chaining up
  in the fallback implementations of interface functions.
* Correctly marshal the push_in return value of Gtk2::Menu position callback.
* Fix marshaling of the rows-reordered signal for custom Perl tree models.
* Fix the gtk_plug_new_for_display wrapper so it is callable as
  Gtk2::Plug->new_for_display(display, socket_id).
* Provide Gtk2::TreeIter::set for custom model implementations to set the
  contents of an iter.
* Wrap gtk_widget_hide_on_delete.

Overview of changes in Gtk2 1.190
=================================

* Add exportable constants: GTK_PRIORITY_RESIZE, GDK_PRIORITY_EVENTS,
  GDK_PRIORITY_REDRAW, and GDK_CURRENT_TIME.
* Automatically handle releasing of GCs returned by Gtk2::GC->get.
* Provide Gtk2::Gdk::Event::GrabBroken::implicit and grab_window accessors.
* Fix the marshalling of modify callbacks in Gtk2::TreeModelFilter.
  Technically, this is an API change since an input argument turned into a
  return value.  The previous version was not usable, however, so nothing
  should be affected by this.  If this change does break your code, please let
  us know.
* Improve the documentation in a few places.
* Fix some test failures.


========================================
 NEWS: gtkmm-2.13.7
========================================

2.13.7 (unstable):

* ComboBox: Added get/set_button_sensitivity().
* FileChooser: Added set_file(), select_file(), unselect_file(), 
  taking a Gio::File. Added get_files(), set_current_folder_file(), 
  get_current_folder_file(), get_file(), gtk_file_chooser_get_file()
  get_file(), get_preview_file().
* LinkButton: Added get/set_visited() and the property.
* StatusIcon: Added set() taking a Gio::Icon. Added get_icon() 
  and gicon property. Added constructor taking a Gio::Icon.
* Adjustment, StatusIcon: Reimplement some get_*() functions with 
  new C functions instead of direct struct access.
  (Murray Cumming)
* Build: Updated the MS Visual Studio 2005 build 
  and added a script to create an installer.
  (Armin Burgmeier)


========================================
 UPDATED: gtk-sharp-2.12.2
========================================

gtk-sharp was updated without a NEWS entry.


========================================
 NEWS: libxml++-2.23.3
========================================

2.23.3:

* Attribute: Return the correct value even when using a namespace.
  (Murray Cumming) Bug #547689 (Sergei Fedorov)
* Fixed MSVC++ Windows build.
  (Armin Burgmeier)

