commit f954dbf3d9dd44e22d15bb516c4882554fed812b
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-09-05

    Release version 3.1.91

 NEWS           |    4 ++++
 configure.ac   |    2 +-
 po/POTFILES.in |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 11b1b7f50b4d34752cf92a1ee1aaad7150254810
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-08-02

    Remove GNOME_DOC_INIT from configure.ac
    
     * No longer needed

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

commit 8b0b1a3a0449c541077b3f61390161706517e0fc
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-07-28

    Port to Glib GSettings
    
     * Remove some unused code in the process, and cleanup some
       related code.

 .gitignore                                     |    1 +
 configure.ac                                   |    7 +-
 daemon/Makefile.am                             |    2 -
 daemon/seahorse-context.c                      |  113 ------
 daemon/seahorse-daemon.c                       |    5 -
 daemon/seahorse-gconf.c                        |  439 ------------------------
 daemon/seahorse-gconf.h                        |   80 -----
 daemon/seahorse-pgp-keysets.c                  |   79 -----
 daemon/seahorse-pgp-keysets.h                  |   33 --
 daemon/seahorse-service-crypto.c               |   24 +-
 daemon/seahorse-set.c                          |    1 -
 daemon/seahorse-util.c                         |    1 -
 daemon/seahorse-widget.c                       |   70 ----
 data/Makefile.am                               |   29 +-
 data/cryptui.schemas.in                        |  211 ------------
 data/org.gnome.seahorse.recipients.convert     |    6 +
 data/org.gnome.seahorse.recipients.gschema.xml |    9 +
 libcryptui/cryptui-key-chooser.c               |  130 ++++----
 libcryptui/cryptui-key-store.c                 |   15 +-
 libcryptui/cryptui-priv.h                      |   23 --
 libcryptui/cryptui.c                           |  199 -----------
 reference/Makefile.am                          |    2 +-
 22 files changed, 116 insertions(+), 1363 deletions(-)

commit af96725589fabe41b348c6f5473122b7b0771184
Author: Alexandre Rostovtsev <tetromino@gmail.com>
Date:   2011-07-25

    Prevent file collisions between libcryptui and seahorse (#655291)
    
    To prevent file collisions between seahorse and libcryptui:
    * install pixmaps in /usr/share/pixmaps/cryptui (and set pixmapsdir
      to the correct value, so daemon/seahorse-gtkstock.c can actually
      load them);
    * install ui files in /usr/share/cryptui/ui;
    * rename seahorse.schemas to cryptui.schemas;
    * use "cryptui" as the gettext translation domain.
    
    Addresses Gnome bug #655291.

 configure.ac                 |    2 +-
 daemon/Makefile.am           |    4 +-
 data/.gitignore              |    2 +-
 data/Makefile.am             |    2 +-
 data/cryptui.schemas.in      |  211 ++++++++++++++++++++++++++++++++++++++++++
 data/seahorse.schemas.in     |  211 ------------------------------------------
 pixmaps/22x22/Makefile.am    |    2 +-
 pixmaps/48x48/Makefile.am    |    2 +-
 pixmaps/scalable/Makefile.am |    2 +-
 po/POTFILES.in               |    2 +-
 10 files changed, 220 insertions(+), 220 deletions(-)

commit 7b2f48d78e3977a0b261af433ecdd919e38a10f9
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-07-27

    Bump version number

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