
========================================
 NEWS: gconfmm-2.14.1
========================================

2.14.1:

* Fixed build when using --enable-api-exceptions=no with glibmm.
  (Murray Cumming)


========================================
 NEWS: glibmm-2.10.4
========================================

2.10.4:

* Convert functions: Do not try to throw null exceptions when using 
  --enable-api-exceptions=no.
  (Murray Cumming) 

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)
 

========================================
 NEWS: gnome-python-2.15.2
========================================

Overview of Changes from gnome-python 2.15.1 to gnome-python 2.15.2
===================================================================
* gnomevfs
 - Fix FileInfo.valid_fields computation (Sidnei da Silva)
 - Add some missing permission constants (Sidnei)
 - Add new FileInfo.access field (Gustavo)
 - Add sync variant of "file control" method (Gustavo)
* gnome
 - gnome.program_init changes process name on Linux with prctl (Gustavo)


========================================
 NEWS: gtkmm-2.9.4
========================================

2.9.4:

Gtk:
* PrintContext:
  - Added set_track_print_status() and cancel(), paginate signal.
  (Marko Anastasov)
  - get_cairo() renamed to get_cairo_context(), 
  - get_fontmap() renamed to get_pango_fontmap(), 
  - create_context() renamed to create_pango_context(), 
  - create_layout() renamed to create_pango_layout().
  (Murray Cumming)
* PrintJob:
  - Added set/get_track_print_status().
  (Marko Anastasov)

Pango:
* Added CairoFontMap. (Might be removed later)
* Context: Added update_from_cairo_context(), 
  set_cairo_font_options(), set_cairo_font_options(), get_font_options(), 
  set_resolution(), get_resolution().
* Layout: Added create(Cairo::Context), update_from_cairo_context(), 
  add_to_cairo_context().
* LayoutLine: Added show_in_cairo_context(), add_to_cairo_context().
  (Murray Cumming)

2.9.3:

* 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)
* Added Printer, PrintJob, PageSetupUnixDialog, PrintUnixDialog
  (Marko Anastasov)
* Table: Fix crash in Table_Helpers::TableList.erase(). Bug #341962
  (Paul Davis)
* Documentation:
  - Fix stylesheet installation.
  - Fix some links
  (Jonathon Jongsma)


========================================
 NEWS: pygtk-2.9.1
========================================

pygtk-2.9.0 13-june-2006
    - Allow gtk.TreeSortable.set_default_sort_func callback to be None
      (Johan, Patrick O'Brien)
    - Add API to unset the g_log handlers (#323786, Johan)
    - Allow the gtk module to be imported without DISPLAY (#316877, Johan)
    - Code cleanup and fixes considering Coverity reports (Johan)
    - Add codegen support for const-Object return type (#169204, Gustavo)
    - Add codgen support for unblocking threads around method calls (Gustavo)
    - Wrap gdk_event_handler_set (Johan)
    - Codegen reverse wrapper bug fix (#340162, Yevgen Muntyan)
    - Wrap GdkRegion (John Ehresman)
    - Add codegen support for ignore-type statement in override (Johan)
    - Add conditional support for gtk+ 2.10 API, especially printing
      (Johan, Finlay, Gustavo)
    - Complete the support for gtk.Container virtual methods (#341641, Gustavo)
    - Fix misc. reference leaks (Finlay, Gustavo)
    - Allow None parameter in pangocairo.CairoContext.set_font_options (Finlay)
    - Complete the support for gtk.CellRenderer virtual methods (#339431, Gustavo)
    - IconView.set_cursor method params 'cell' and 'start_editing'
      made optional (#343039, Ross Burton, Finlay)
    - Wrap a few more gdk_cairo_* methods (Finlay)
    - Add a 'selection' field to gdk.OWNER_CHANGE events (Finlay)
    - Allow None in gtk.Entry.set_inner_border() (Finlay)
    - gtk.Clipboard rich text methods (Finlay)
    - Add gtk.MessageDialog.set_image() (Finlay)
    - Wrap gtk_link_button_set_uri_hook() (Finlay)
    - Allow None in gtk.Widget.input_shape_combine_mask() (Finlay)
    - Allow gtk.LinkButton() constructor to optionally receive a label (Finlay)
    - Allow None in gtk.Label.set_mnemonic_widget() (Johan)
    - Wrap a bunch of X11 specific gdk methods (Gustavo)
    - Add gtk.SizeGroup.get_widgets() (Finlay)
    - Wrap gtk_style_lookup_color() (Finlay)
    - Wrap a bunch of gtk treeview grid lines methods (Finlay)
    - Better Drag and drop API support (Finlay)
    - Add -I option to codegen (defs search path) (Gustavo)


========================================
 NEWS: pyorbit-2.14.1
========================================

pyorbit-2.14.1:  11-Jnue-2006
        - Fix build problem on cygwin
        - Fix segmentation fault on orb.shutdown()
        - Make it work on Python 2.5 and 64-bit platforms

