
========================================
 NEWS: glibmm-2.10.3
========================================

2.10.3:

* gmmproc: Corrections to code generation, to prevent some methods from being empty.
  This was a regression introduced by the addition of the --enable-api-* options.
  (Murray Cumming, Philip Langdale)
 
2.10.2:

* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions.
  When using these, the API, and any API generated by gmmproc, will be 
  changed. This allows users of embedded platforms to reduce the code size of *mm 
  libraries and *mm-using applications, at the small cost of losing some rarely-used 
  API. Alternatives exist for that API, as show in the examples.

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: Gtk2-1.122
========================================

Overview of changes in Gtk2 1.122
=================================

* Allow pasing undef to the Gtk2::Widget::modify_* methods.  [muppet]
* Fix multiple test suite issues.  [Torsten]


========================================
 NEWS: gtkmm-2.8.8
========================================

2.8.8:

* Fixed regressions from 2.9.1 and 2.8.6:
  - Regenerated with latest glibmm to fix several empty methods.
  - ActionGroup:add(): Fix crash in alternate property get.
  - Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
  (Murray Cumming)
* Table: Fix crash in Table_Helpers::TableList.erase(). Bug #341962
  (Paul Davis)

2.8.7:

* Fixed a typo to fix the build when not disabling exceptions.

2.8.6:

* Fix the build when using --enable-api-properties, --enable-api-vfuncs, or 
  --enable-api-exceptions when configuring glibmm.
  When using these, the API, and any API generated by gmmproc, will be 
  changed. This allows users of embedded platforms to reduce the code size of *mm 
  libraries and *mm-using applications, at the small cost of losing some rarely-used 
  API. Alternatives exist for that API, as show in the examples.

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)


========================================
 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.8.6
========================================

pygtk-2.8.6:  12-april-2006
	- Allow None to be set in gtk.TreeSortable.set_default_sort_func()
        (Johan, Patrick O'Brien)
	- 327778: Increase property size limit to G_MAXLONG 
        (Gustavo, Wander Boessenkool)
	- 334027: Fix leaks in enum/flags (Michael Smith)
	- 334188: Call g_log_default_handler when python isn't initialized. 
        (Gustavo)

