commit f9c127ea13a9329027bf8b805a2320ad9cc3eee2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jun 6 16:13:12 2011 -0400

    Updates

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

commit f1453862f10c5ec257fe1363c66c5b24f8b99133
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 16 19:03:23 2011 -0400

    Hacky support for combo boxes

    This extends the current hacks in gailmenuitem to not only
    recognize menuitems with labels in them, but also menuitems
    which contain a GtkCellView, since those are used by GtkComboBox
    nowadays.

    Some of the AtkText apis are not fully supported.

    https://bugzilla.gnome.org/show_bug.cgi?id=650302

 modules/other/gail/gailmenuitem.c |  164
 +++++++++++++++++++++---------------
 1 files changed, 96 insertions(+), 68 deletions(-)

commit 6f1fecf4442432fb796c9c491e24aae2d66681c2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jun 2 23:26:09 2011 -0400

    gail: Add back get_name for menu items

    This was lost when GailItem was nuked. Not having it is leading
    to problems, even though randomly poking strings out of your children
    seems to be a less than perfect approach to naming...

 modules/other/gail/gailmenuitem.c |   35
 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 deletions(-)

commit 5c8a647a00e18b55dba869758d08d82a6fb80e7d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jun 1 21:44:22 2011 -0400

    gtk-demo: Add an app chooser button demo

    Add a 'Mail' app chooser to the 'Pickers' example.

 demos/gtk-demo/pickers.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit 0c2ee426403fdc7bf9c3b476170862445f09e9ed
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jun 1 21:36:50 2011 -0400

    GtkCustomUnixPaperDialog: use an inline toolbar

    This makes the dialog more similar to similar patterns,
    e.g. in the file chooser.

 gtk/gtkcustompaperunixdialog.c |   82
 +++++++++++++++++++++++++++-------------
 1 files changed, 55 insertions(+), 27 deletions(-)

commit 2c79e57333680a950524fca3579d44fa72c9672b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Feb 19 19:08:10 2011 +0100

    gtksearchenginetracker: Use non-case sensitive search for non-fts
    search

    https://bugzilla.gnome.org/show_bug.cgi?id=642773

 gtk/gtksearchenginetracker.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit eadc05b2ce0133cd02849f889a924e4d41f30f56
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Jun 3 22:18:25 2011 +0200

    Updated Slovenian translation

 po-properties/sl.po | 1014
 ++++++++++++++++++---------------------------------
 1 files changed, 361 insertions(+), 653 deletions(-)

commit 8f4352ca532fcb8c6f63a334e34444aa1ad2f75e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Jun 3 14:38:59 2011 -0300

    Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT
    properties"

    Added G_PARAM_CONSTRUCT flag in gtk_builder_get_parameters() checks
    as suggested by Johan Dahlin.

 gtk/gtkbuilder.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c6d42841209b5891807b7a53ebd91eefb82d1406
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 14:12:45 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f77884d092f201b524a58c6d903057f13f71a679
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 14:09:13 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 1958
 +++++++++++++++++++++++++++++------------------------
 1 files changed, 1087 insertions(+), 871 deletions(-)

commit 43956f4eab2b5439e29940ec2020c46cbd41cc2a
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 14:08:53 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po-properties/ca@valencia.po | 6006
 +++++++++++++++++++++++-------------------
 1 files changed, 3344 insertions(+), 2662 deletions(-)

commit b7e777e7fa3c1c4c46b297ffe4a17948e5df23a6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri May 27 23:00:28 2011 +0200

    Updated Slovenian translation

 po-properties/sl.po | 5946
 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 3265 insertions(+), 2681 deletions(-)

commit 219e82c9e7089fe45ec5f3f117651d5b7fcd577e
Author: Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
Date:   Mon May 23 15:02:00 2011 -0500

    bgo#642929 - Don't infinite-loop in
    GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER

    If the user pressed Enter to confirm the file chooser while the
    filename entry
    was empty, then gtk_file_chooser_default_should_respond() would go
    back and forth
    between the cases for handling the filename entry and the file list.

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

commit 847df205ede7f624c2bc4c4498495352cc865423
Author: Benjamin Otte <otte@redhat.com>
Date:   Mon May 23 15:46:59 2011 +0200

    window: Only draw resize grip if its window exists

    Don't rely on priv->resize_grip_visible as the code comment in the
    variable declaration indicates.
    This fixes warnings with GtkPlug, which can cause resize_grip_visible
    to
    be TRUE but grid_window to be NULL - running tests/teststatusicon
    reproduces this.

    This broke with 0cf31b35eb10cb5bc08048ecdc141c949efec4cc

 gtk/gtkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 750aca05ff55b9ff38c253befe1aca6941b74d1e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun May 22 23:11:57 2011 -0400

    bump version

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