commit 3df3b3894626d63c951b833b0a94a16edbaf44f8
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Jun 21 10:30:41 2009 +0200

    Update NEWS with one last minute change and really release
    PyGTK-2.15.2

 NEWS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6562cd8fb5e0d930463c98ab29a209bd33db7f60
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Sat Jun 20 22:46:19 2009 +0300

    Add backward compatibility to gtk.gdk.Pixbuf.add_alpha

    Accept chars in addition to integers to avoid breaking existing uses.
    Noticed while testing bug #583658.

 gtk/gdkpixbuf.override |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

commit 727ce3bc0050ac5021a1b824e17c8443f385fbc0
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Jun 20 10:30:36 2009 +0200

    Update NEWS, release PyGTK-2.15.2

 NEWS |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit ae3d093c4d97114d2a632193792f28470d51da07
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sat Jun 20 00:17:09 2009 +0200

    pango.Context is now instantiable, remove the test

 tests/test_pango.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 3c400cf3b775b0fe0fd32b0e680afb3123a1f5c6
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Sat May 2 18:38:10 2009 +0300

    Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message()

    Avoids hiding gtk.Container method with the same name.  It is still
    possible to use remove() to operate on messages, but in this case
    there will be a deprecation warning.  Fixes bug #564587.

 docs/reference/pygtk-gtkstatusbar.xml |   35 +++++++++++++++---
 gtk/Makefile.am                       |    1 +
 gtk/gtk-base.defs                     |   13 +++++++
 gtk/gtk.override                      |    1 +
 gtk/gtkstatusbar.override             |   65
 +++++++++++++++++++++++++++++++++
 5 files changed, 110 insertions(+), 5 deletions(-)

commit 8383c5ef563e9fae6d13d026402776210ed5e90e
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Thu Jun 18 23:19:05 2009 +0300

    Allow pango.Context creation

    Wrap and document pango.Context constructor, set_font_map() and
    pango.FontMap.create_context() methods.  Bug #550855.

 docs/reference/pygtk-pangocontext.xml |   88
 +++++++++++++++++++++++++++++++++
 docs/reference/pygtk-pangofontmap.xml |   38 ++++++++++++++
 pango.defs                            |    7 +++
 pango.override                        |    9 ---
 4 files changed, 133 insertions(+), 9 deletions(-)

commit 9a7cd2f9654680b74d2795b94f47da5b8c82243c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Thu Jun 18 13:17:12 2009 +0200

    Bug 586217 – gtk.gdk.2BUTTON_PRESS should be gtk.gdk._2BUTTON_PRESS
    in docs

 docs/reference/pygtk-gdkevent.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 88dfa818d5ccc4f9d570f94eea6f14814cd67ace
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Thu Jun 18 01:06:28 2009 +0300

    Make gtk.gdk.Pixbuf.add_alpha accept integers, not strings

    Bug #586094.

 gtk/gdk-base.defs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit e955848c108b37fea4825c3ca539e931b87e6bca
Author: Gustavo Carneiro <gjc@inescporto.pt>
Date:   Thu Jun 18 00:26:25 2009 +0300

    Protect window objects from GC in gtk.window_get_toplevels()

    Fixes bug #574259.

 gtk/gtkwindow.override |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit fdbda760740db172f8ea36f13563d895fbd00343
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Mon Jun 15 21:44:51 2009 +0300

    Plug huge number of memory leaks in Pango wrappers

    Also hopefully fixes bug #583658.

 pango.defs |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 35ffbf91536c3005b9d5b7e234c716e4ed173e8b
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Wed Jun 17 23:57:44 2009 +0300

    Add gtk.gdk.WINDOWING constant

    Value is determined using GDK_WINDOWING_* C macros.  Add
    documentation.  Suggested in bug #555112.

 docs/reference/pygtk-gdk-constants.xml |   48
 ++++++++++++++++++++++++++++++++
 gtk/gtkmodule.c                        |   12 ++++++++
 2 files changed, 60 insertions(+), 0 deletions(-)

commit 2cbe29235d28a87d0d7faa6a18ada322867e6c63
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Sun Jun 14 11:47:12 2009 +0200

    Add docs for gtk.gdk.Pixbuf.apply_embedded_orientation

 docs/reference/pygtk-gdkpixbuf.xml |   36
 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit 6e94f5240496a9587d478bb7be5ccc71ba0680e8
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Apr 28 13:06:39 2009 +0100

    Wrap gdk_pixbuf_apply_embedded_orientation

 gtk/gdk-base.defs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit fbb3e653ab1c4f467d7aae61e8444fab8c839af1
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Sun May 31 19:10:08 2009 +0300

    Modernize constructors of seven more types

    Make and/or just mark constructors of gtk.ImageMenuItem,
    gtk.LinkButton, gtk.TreeViewColumn, gtk.ListStore, gtk.TreeStore,
    gtk.TextMark and gtk.MountOperation new-style.  Part of bug #583777.

 gtk/gtk-2.10.defs        |    6 +++---
 gtk/gtk-2.12.defs        |    6 +++---
 gtk/gtk-2.14.defs        |    4 ++--
 gtk/gtk.override         |   22 ++++++++++------------
 gtk/gtktreeview.override |   27 ++++++++++++++++-----------
 5 files changed, 34 insertions(+), 31 deletions(-)

commit 956592c614c567623510dccf5fc1edaee9c766c1
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:   Thu Jun 11 21:53:51 2009 +0300

    Don't free a string we don't own

    Fixes bug #585458.

 gtk/gtk.override |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c7dcdb4ba2ff55584a4ae92160badb44dc375b1e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:   Mon May 25 00:32:54 2009 +0200

    Post release version bump 2.15.2

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)