
========================================
 NEWS: glibmm-2.10.1
========================================

2.10.1

* Windows Build:
 - Define GLIBMM_DLL when building with mingw32 or cygwin, 
   because it is needed by gtkmm. Bug #309030
 (Cedric Gustin)
* OptionGroup: Allow default values, by not initializing them all.
  (Armin Burgmeier)
* Slight code size reduction by marking private functions as static.
  (Murray Cumming)


========================================
 NEWS: gnome-python-2.15.1
========================================

Overview of Changes from gnome-python 2.12.4 to gnome-python 2.15.1
===================================================================
* gnomevfs
 - Add missing permission and priority constants (Gustavo, Mystilleef)
* gnome.ui
 - Fix gnome.ui.AppBar constructor (Gustavo)
* gnome vfs python methods
 - Allow vfs python methods to be loaded from user home dir (Sidnei da Silva)


========================================
 NEWS: gtkmm-2.8.5
========================================

2.8.5:

* Removed an unnecessary file from gmmproc.

2.8.4:

* IconTheme: Avoid crash in get_search_path(). Bug #337874, #337875, and 
  #332437. This wins a prize for the most errors in one function.
  (Jonathon Jongsma, Rob Page, Maxim Udushlivy)
* Some code size reduction by using more static functions instead of 
  anonymous namespaces, and by avoiding some code duplication.
  (Murray Cumming)
* Windows Build:
  - MSVC++ build: Use the new /vd2 compiler option to get the new unbroken 
  dynamic_cast<> with MSVC++. There are now no known problems with 
  the MSVC++ build. Bug #158040.
  - mingw32 and cygwin builds: Correct some API export/import problems.
  Bug #309030.
  (Cedric Gustin, Toralf Lund)


========================================
 UPDATED: libgconf-java-2.12.2
========================================

libgconf-java was updated without a NEWS entry.


========================================
 UPDATED: libglade-java-2.12.3
========================================

libglade-java was updated without a NEWS entry.


========================================
 UPDATED: libgnome-java-2.12.2
========================================

libgnome-java was updated without a NEWS entry.


========================================
 UPDATED: libgtk-java-2.8.4
========================================

libgtk-java was updated without a NEWS entry.


========================================
 NEWS: pygobject-2.10.1
========================================

2.10.1 11-april-2006
      - uint64 property bug fix (Andy Wingo)
      - Hard code path to 2.0 (Gustavo)
      - Allow only tuples and lists in strv to value (Gustavo)
      - Include dsextras.py in the dist (Gustavo)

========================================
 NEWS: pygtk-2.9.0
========================================

pygtk-2.9.0 04-april-2006
    - Remove gobject, pygobject is now a hard dependency
    - Set encoding in pango instead of gtk (328031)
    - Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual (328996,
      Marco Cabizza)
    - Remove private gtk wrappers (321476)
    - Add a bunch of missing wrappers (316881, John Finlay)
    - Add inout support in reverse wrappers (335964, Gustavo)
    - Update h2defs to allow whitespace before parenthesis (317124)
    - Make it possible to reimplement interfaces (334986, Gustavo)
    - Allow log_handler to be called when python is not initialized
      (334188, Gustavo)
    - Support for const object args (wollny@cbs.mpg.de, Gustavo)
    - Export pygtk tree model api (318021, Gustavo)
    - Allow overrides to be in base classes (327715, Gustavo)
    - Wrap a pango cairo font options acecssors (328108,
      Rauli Ruohonen)
    - Add GDK_PARENT_RELATIVE relative handling (320248, Johan,
      Nikos Kouremenos)
    - Improve pixbuf demo (327931, Ben Caradoc-Davies)
    - Set default markup accel marker to \x00
      (329658, Johan, Johan Svedberg)
    - Set 1 as default argument to SpinButton.spin() (325452,
      Sebastian Rittau)
    - Wrap gdk.Drawable.gdk_draw_indexed_image (333431,
      Johan, Hamish Moffatt)
    - Mark rowreference.free() as deprecated (309811, Gustavo)
    - Rename name of first keyword argument to pango.LayoutLine.index_to_x
      (316581, Gustavo, John Finlay)
    - Run reindent on all python code (325320, Johan)
    - Improve generictreemodel example (311459, Steven Kennedy)
    - Wrap gdk.Pixbuf.rotate_simple (314164, Karel Vervaeke)
    - Use in argument in gtk.TreeView.cell_get_size (326357, John Ehresman)

