commit 347d286e8db2787d26a26ab2336fb9a2884257c9
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    Release 3.3.5

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

commit e05601b4f136ff9a6baf698c8260bf6cca8c69cb
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    gcr: More checks and docs for GcrPrompt

 gcr/gcr-mock-prompter.c                            |   21 +++++++------------
 gcr/gcr-prompt.c                                   |   10 +++++++++
 .../files/prompt-tests/password-choice.prompt      |    1 +
 3 files changed, 19 insertions(+), 13 deletions(-)

commit 5ef12d63fed8037151bdcbe904abe7c88ce5e507
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    gcr: Add gcr_prompt_reset() function
    
     * Resets all properties of the prompt to the defaults in the
       interface

 docs/reference/gcr/gcr-sections.txt |    1 +
 docs/reference/gcr/gcr.interfaces   |   43 -------------------------
 gcr/gcr-base.symbols                |    1 +
 gcr/gcr-prompt.c                    |   54 ++++++++++++++++++++++++++++---
 gcr/gcr-prompt.h                    |    2 +
 gcr/tests/test-system-prompt.c      |   60 +++++++++++++++++++++++++++++++++--
 6 files changed, 109 insertions(+), 52 deletions(-)

commit 5306b977d1764adf2965baf17aaf4cd19de7935b
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    gcr: Add way to set the labels for the prompt buttons
    
     * Add continue-label and cancel-label properties to GcrPrompt
     * Implement in GcrSystemPrompt and in the mock prompter
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669793

 docs/reference/gcr/gcr-sections.txt          |    4 +
 gcr/gcr-base.symbols                         |    4 +
 gcr/gcr-mock-prompter.c                      |   14 +++-
 gcr/gcr-prompt-dialog.c                      |   37 ++++++++--
 gcr/gcr-prompt.c                             |   96 +++++++++++++++++++++++++-
 gcr/gcr-prompt.h                             |   12 +++-
 gcr/gcr-system-prompt.c                      |   22 +++++-
 gcr/gcr-system-prompter.c                    |    2 +-
 gcr/tests/files/prompt-tests/multiple.prompt |    2 +
 gcr/tests/test-system-prompt.c               |   10 +++
 po/POTFILES.in                               |    1 +
 11 files changed, 190 insertions(+), 14 deletions(-)

commit 85ee40b4d5c573ed239214fc227611c7936c9c88
Author: Stef Walter <stefw@gnome.org>
Date:   2012-02-10

    gcr: Reenable grabs for password prompts
    
     * Disable them when configure is passed --enable-debug

 configure.ac            |    1 +
 gcr/gcr-prompt-dialog.c |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)