commit 927246221eea55a18aadbe0150ce8e288af06dd3
Author: Christian Persch <chpe@gnome.org>
Date:   Sun Aug 28 23:42:41 2011 +0200

    Version 0.29.0

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

commit 9d9c902e3e1ad4da1fcddf554988c49a4a03b6c8
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Aug 17 19:10:23 2011 +0200

    Remove gtk2 python bindings

 acinclude.m4        |   32 --
 configure.in        |   87 ------
 python/Makefile.am  |   43 ---
 python/cat.py       |   57 ----
 python/pyvte.pc.in  |   11 -
 python/unrealize.py |   51 ----
 python/vte-demo.py  |   98 ------
 python/vte.defs     |  818 ---------------------------------------------------
 python/vte.override |  657 -----------------------------------------
 python/vtemodule.c  |   50 ---
 10 files changed, 0 insertions(+), 1904 deletions(-)

commit 3bdb0639aa26ce1dcd745bab71a6bd5dddca6019
Author: Mike Gorse <mgorse@novell.com>
Date:   Tue Aug 16 16:13:30 2011 -0500

    BGO#654630: Fix accessibility with gtk+ 3.1
    
    The gtk+ accessibility code was reworked in the 3.1 cycle, and the code
    to fetch the accessibility type associated with GtkWidget no longer
    works.  At present, third-party ATK implementations for GTK widgets are
    expected to derive from GtkAccessible, which implements none of the
    accessibility code for standard gtk+ widgets, so copied/adapted much of
    this code from the GtkWidgetAccessible implementation.

 Makefile.am     |    4 -
 configure.in    |   43 +----
 src/vte.c       |   31 +++-
 src/vteaccess.c |  499 +++++++++++++++++++++++++++++++++++++++++++------------
 4 files changed, 425 insertions(+), 152 deletions(-)

commit fea853b153bbf166854850e4e22df6702fe709df
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Aug 16 23:54:13 2011 +0200

    Version 0.29.0

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