
========================================
 NEWS: Glib-1.104
========================================

Overview of changes in Glib 1.104
=================================

* Don't use threading stuff if perl wasn't build with threading support.
  [Wim Lewis]
* Don't create unique package names for types that have an ancestor which has
  the "don't warn about unregistered subclasses" bit set.  Use this ancestor's
  package name to represent affected types.  [muppet]

Overview of changes in Glib 1.103
=================================

* Fix a crash that occured when properties of undead objects were modified.
  [muppet]
* Fix the undead object macros to work on 64-bit platforms.  [Rafael
  Garcia-Suarez]
* Completely redo the way GObject types are mapped to package names.  This
  fixes the problem uncovered by the recent GInitiallyUnowned issue.  See the
  ChangeLog for a detailed description of the changes.  [muppet, Torsten]
* Allow undef for some arguments in the Glib::KeyFile API.  [Emmanuele]


========================================
 NEWS: glibmm-2.8.4
========================================

2.8.4:

OptionGroup: Fix memory leaks. (Murray Cumming)
Documentation: Fix link in reference documentation header. (Rob Page)

2.8.3:

* filename_display_name(): Correct the declaration to fix 
  the linker error.
* Build: For reduced-resources devices, optionally allow deprecated 
  API to be left out of the library.
* Documentation:
  - Show Since and Deprecated lists of API.


========================================
 NEWS: gnome-python-2.12.3
========================================

Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3
===================================================================
* python gnomevfs methods
 - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson)
 - Don't map VFS method check_same_fs to move_func python method (Eitan)

Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2
===================================================================
* gnomecanvas
 - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo)
* gnome.ui
 - Make 'custom_icon' arg of icon_lookup optional (Gustavo)
* python gnomevfs methods
 - Fix handling of VFS errors from python vfs methods (Eitan Isaacson)


========================================
 NEWS: Gtk2-1.104
========================================

Overview of changes in Gtk2 1.104
=================================

* Allow undef for the adjustment parameters of
  Gtk2::Widget::set_scroll_adjustments.  [muppet]
* Fix a memory handling bug in Gtk2::Gdk::Region::get_rectangles.
  [Marc Lehmann]

Overview of changes in Gtk2 1.103
=================================

* Depend on Glib 1.103 for the new object registration semantics.  Make use of
  them.  [Torsten]


========================================
 NEWS: gtkmm-2.8.3
========================================

2.8.3:

* gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h.
  (Michael J M Thomson)
* Container: Avoid crash when connecting to the remove signal.
  (bug #315874 from Philip Langdale.)
* TreeView: Commented-out uses of g_assert() in header to avoid 
  warning that the statement has no effect. (Murray Cumming)
* Win32: Enable Plug and Socket classes. (Cedric Gustin)
* Documentation:
  - Reference: Correct mentions of free() or NULL.
    (Murray Cumming)
  - Tutorial: Improved appearance of HTML and updated screenshots.
    (Jonathan Jongsma)

2.8.2:

* Gdk::Window::set_cursor(): 
  Avoid leaking an extra Cursor instance.
  (Philip Langdale)
* Build:
  - Correctly find gmmproc on 64-bit systems.
    (Jonathon Jongsma)
  - Optionally don't build the documentation, for 
  people in a hurry. (Jonathon Jongsma)
  - Windows: Check for mkifofs(). (Murray Cumming)
  - For reduced-resources devices, optionally allow deprecated 
    API to be left out of the library.
* Documentation:
  - Generated Since and Deprecated lists of API.
  - Improved Expander documentation.
    (Murray Cumming)
  - Corrections to DrawArea chapter in book.
    (Jonathon Jongsma)


========================================
 NEWS: libgnomemm-2.12.2
========================================

2.12.2:

* init: Fix an out-of-bounds error. Bug #
  (JP Rosevear)
* Build from cvs: Look for gmmproc in generic libdir 
  directory, fixing the build on some 64-bit systems.
  (Jonathon Jongsma)


========================================
 NEWS: libsigc++-2.0.17
========================================

2.0.17:

* slot::disconnect(): Make this work.
  sigc::connection::disconnect() already worked.
  (James Lin, Murray Cumming)
* visit_each compilation problem fixed.
  (Philipp Berndt)


========================================
 NEWS: pygtk-2.8.4
========================================

pygtk-2.8.4:  11-january-2006
	- Re-include gobject wrappers if pygobject is not found (Gustavo, Johan)
	- gtk.IconView should implement GtkCellLayout (Johan)
	- Always install pygtk-2.0.pc

pygtk-2.8.3:  09-january-2006
	- Split out gobject wrappers into a separate module and
          depend on pygobject 2.9.0 (Johan)
        - Bug fixes (Bob Gibbs, Johan, Gustavo)
	- Size group example (Johan)
	- Plug mem leaks (Gustavo)
	- Build cairo on win32 (Cedric) 

