
========================================
 NEWS: Glib-1.183
========================================

Overview of changes in Glib 1.183
=================================

* Make Glib::signal_add_emission_hook work even if called before any object of
  the concerned type has been created.
* Overload '!=' for Glib::Flags.
* Avoid prematurely destroying callback user data in certain cases.
* Improve the documentation of Glib::Object::Subclass' GET_PROPERTY and
  SET_PROPERTY.

Overview of changes in Glib 1.182
=================================

* Fix build and test suite issues, especially on MSWin32 and cygwin.

Overview of changes in Glib 1.181
=================================

* Fix Makefile.PL problems encountered by CPAN testers.


========================================
 NEWS: glibmm-2.17.1
========================================

2.17.1 (unstable):

  * New API: (Murray Cumming)
    * Gio::File: make_directory_with_parents(), query_file_type(), monitor().
    * Gio::FileEnumerator: get_container().
    * Gio::Mount: guess_content_type() and guess_content_type_finish().
    * Gio:ThemedIcon: prepend_name().
    * Gio::Volume: get_activation_root().
  * Bug Fixes:
    * #512348: provide documentation about threadsafety of
      Glib::Thread::create() when the slot object is of type sigc::trackable (Chris Vine)
    * #538803: minor fixes to Glib::Tree (Levi Bard)
    * #540656: Pass NULL in a couple functions instead of an empty string allow
      files to be overwritten (Armin Burgmeier)
    * #540875: add documentation for Glib::OwnershipType (Johannes Schmid)
    * #542929: Fix some compiler warnings (Benjamin Herr)
    * Fix AppLaunchContext::get_display(),
      AppLaunchContext::get_startup_notify_id() to use a list of Gio::File, not
      filepath string.  properly documented we know that this is correct. It's an
      API break but this function could nothave worked before. (Murray)
    * Bug #543292: Fix visual studio project file (Jens Georg)
  * Added Keyfile example (Murray Cumming)


========================================
 NEWS: Gnome2-GConf-1.044
========================================

Overview of changes since 1.043
===============================

* Make it possible for other bindings to use symbols from Gnome2::GConf's API.


========================================
 NEWS: Gtk2-1.183
========================================

Overview of changes in Gtk2 1.183
=================================

* Overload '!=' for Gtk2::Gdk::Atom.
* Accept all the usual values for booleans in a few places.
* Allow undef for the display name parameter of Gtk2::Gdk::Display::open.
* Improve the documentation in many places.
* Fix some test failures.

Overview of changes in Gtk2 1.182
=================================

* Correct memory management in Gtk2::ScaleButton::new() and set_icons().
* Fix many build and test suite issues, especially on MSWin32 and cygwin.

Overview of changes in Gtk2 1.181
=================================

* Fix a test failure.
* Fix a Makefile.PL problem encountered by CPAN testers.


========================================
 NEWS: gtkmm-2.13.5
========================================

2.13.5 (unstable):

Gtk:
* FileChooser: get_preview_widget(): Avoid an endless loop.
  Bug #543288 (Jens Georg)

Build:
* pangomm is now in its own tarball.
* MSVC_Net2003 project files: Mention new source files 
  for builder, scalebutton, tooltip, and volumebutton.
  Bug #543294.

2.13.4 (unstable):

Gtk:
* Added the ToolShell interface, though it is not used yet, 
  to avoid breaking ABI.
* AccelGroup: Added get_is_locked() and  get_modifier_mask().
* CellRendererPixbuf: Added gicon property.
* Clipboard: Added request_uris(), wait_for_uris(), 
  wait_is_uris_available().
* Entry: Added get/set_overwrite_mode().
  Added overwrite_mode and text_length properties.
* Dialog: Reimplemented get_action_area() and 
  get_content_area() with the new accessor functions.
* Entry: Reimplemented get_text_length() with the new accessor 
  functions.
* HandleBox: Reimplemented is_child_detached() with 
* IconInfo: Added IconInfo(icon_theme, pixbuf) constructor
* Image: Added a set() overload that takes a Gio::Icon.
  Added get_gicon() and gicon property.
* Layout: Reimplemented get_bin_window() with the new accessor 
  function.
* Menu: Added get_accel_path() and get_monitor() and many 
  new properties.
* MenuItem: Added get_accel_path(). 
  Added right-justified and submenu properties.
* MessageDialog: Added get_image().
* Printer: Added get_default_page_size().
* PageSetup: Added load_from_file() and  load_from_key_file().
  Added create_from_file() and create_from_key_file()
* Plug: Added get_embedded() and get_socket_window().
  Added embedded and socket_window properties.
* PrinterSettings: Added load_from_file() and 
  load_from_key_file(). Added create_from_file() and 
  create_from_key_file().
* ScaleButton: Added set/get_orientation(), 
  get_plus_button(), get_minus_button(), get_popup().
  Added orientation property.
* SelectionData: Reimplemented get_data(), get_data_type(), 
  get_format(), and get_display() with the new accessor functions.
* ScaleButton: Added set/get_orientation(), 
  get_plus_button(), get_minus_button(), get_popup().
  Added orientation property.
* Settings: Added many properties.
* Socket: Added get_plug_window().
* StatusIcon: Added get_x11_window_id().
* Stock: Added PAGE_SETUP, PRINT_ERROR, PRINT_REPORT, 
  PRINT_WARNING.
* ToolItem: Added toolbar_reconfigured().
* Tooltip: Added set_icon_from_icon_name().
* TreeViewColumn: Added get_tree_view().
  Deprecated the existing cell_get_size() and added another, 
  because the cell_area parameter has changed to a const in 
  gtk_tree_view_column_cell_get_size().
* Widget: Added damage_event signal.
  Added window property.
  Added get_snapshot().
  Reimplemented get_allocation() and get_window() with the new C 
  accessor functions instead of direct struct field access.


(Skipped the other version numbers, to be in sync with the GTK+ version number.)


========================================
 NEWS: pygobject-2.15.1
========================================

2.15.1 15-jul-2008
        - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
          conflicting with PyGTK (Paul Pogonyshev)

2.15.0 15-jul-2008
        - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
	- Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
	- Add more variables to the .pc files (Damien Carbery, Paul, 
          Dan Winship, #486876)
	- Add pyg_option_group_new to the public API (Johan)
	- Add g_get_application_anme and g_get_progname (Sebastian Rittau)
	- Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
	  Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
	- Only link against libffi when found (Ed Catmur, #496006)
	- Improve gobject.property (Tomeu Vizoso, #523352)
	- Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
	- Many gobject.Source improvements (Bryan Silverthorn)
	- Apply some fixes to make pylint happier (Johan, Simon Schampijer,
	  #523821)
	- Fix error message in pyg_io_add_watch (Juha Sahkangas)
	- Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
