commit d21a7a389c42e8f204b90066d7d62134802e38e6
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-04

    Release version 3.7.91

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit a77a3d8012452aef17eb8eca8697b5819ab7296d
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-04

    pgp: Fix build issues with prefs refactoring

 pgp/seahorse-keyserver-search.c | 1 -
 pgp/seahorse-keyserver-sync.c   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 8ca95133cfe701a74227f7487a5c6052beb7a608
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-26

    prefs: Don't show preferences when no preferences are available
    
    If seahorse is built without GnuPG support (not recommended, but
    possible) then there are currently no preferences available.
    
    Hide the Preferences menu item in these cases, so it doesn't show
    a confusing empty window.
    
    In addition fix some assertions and cleanup some unused code
    related to this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694678

 libseahorse/Makefile.am                  |  1 -
 libseahorse/seahorse-catalog.c           |  7 ++--
 libseahorse/seahorse-key-manager-store.c |  2 +-
 libseahorse/seahorse-preferences.c       | 44 ------------------------
 libseahorse/seahorse-preferences.h       | 36 --------------------
 libseahorse/seahorse-prefs.c             | 58 ++++++++++++++++++++++++++++++--
 libseahorse/seahorse-prefs.h             |  5 +++
 src/seahorse-key-manager.c               |  1 -
 8 files changed, 66 insertions(+), 88 deletions(-)

commit 91141bdb1c25ea875b87e8123e4eccec444006cf
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   2013-03-03

    Updated Greek translation

 po/el.po | 60 +++++++++---------------------------------------------------
 1 file changed, 9 insertions(+), 51 deletions(-)

commit bb0650c876f9dad0f75c038ccf08bc2994150b15
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   2013-03-02

    Updated Lithunian translation

 po/lt.po | 359 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 186 insertions(+), 173 deletions(-)

commit ee54753fc62c415d74f1ce2697eadcf2e2869f8e
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   2013-03-02

    Updated Vietnamese translation

 po/vi.po | 178 ++++++++++++++++-----------------------------------------------
 1 file changed, 44 insertions(+), 134 deletions(-)

commit 088e416b1b70e245abfb3a1a4b6e09e23f95f025
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   2013-03-02

    po/vi: import from Damned Lies

 po/vi.po | 456 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 298 insertions(+), 158 deletions(-)

commit a94f2f9383c74ae60dc142522ea691e1c05ae19c
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   2013-02-26

    Updated Russian translation

 po/ru.po | 459 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 276 insertions(+), 183 deletions(-)

commit 187684a15f345ad9ba0368c83011ad68272da924
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-24

    Remove libcryptui tests that were stranded here

 tests/dbus-crypto-test.py               | 28 ---------------------
 tests/dbus-discover-test.py             | 21 ----------------
 tests/dbus-display-notification-test.py | 17 -------------
 tests/dbus-import.py                    | 24 ------------------
 tests/dbus-listen-keyset.py             | 44 ---------------------------------
 tests/dbus-match-test.py                | 23 -----------------
 tests/dbus-test.py                      | 39 -----------------------------
 7 files changed, 196 deletions(-)

commit 8416076d88510db89ef6b9267d649ac4693d8cc4
Author: Marek Černocký <marek@manet.cz>
Date:   2013-02-22

    Updated Czech translation

 po/cs.po | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit d542817ea8482d1ac274410ffe274fe5cae06b02
Author: Marek Černocký <marek@manet.cz>
Date:   2013-02-22

    Updated Czech translation

 po/cs.po | 387 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 201 insertions(+), 186 deletions(-)

commit c2d16ef34b6599ac25fc95c56d9b060bace94dfe
Author: A S Alam <aalam@users.sf.net>
Date:   2013-02-22

    Punjabi: Translation updated (aalam)

 po/pa.po | 467 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 283 insertions(+), 184 deletions(-)

commit 1c261ba1c34b1b4471f503619a16e957c32a1380
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   2013-02-20

    Update French translation

 po/fr.po | 402 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 229 insertions(+), 173 deletions(-)

commit 81b22ff5357c3e3edd95bee1bf2d2fcd4bb1db68
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   2013-02-20

    Fix tags for French translation

 help/fr/fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 986c44842c064c6fa4f6b9a31b601b5f575b6a55
Author: Nuno Araujo <nuno.araujo@russo79.com>
Date:   2013-02-18

    Fix command line options parsing
    
    Enable --help command line option.
    Display an error message if a unknown command line option is passed to the application.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686980

 libseahorse/seahorse-application.c | 2 --
 1 file changed, 2 deletions(-)

commit a6a772e04769b8e4209361f8ec5f012d36efb219
Author: Stef Walter <stefw@gnome.org>
Date:   2013-02-18

    Change the dbus name that the seahorse application claims
    
    This is so it doesn't conflict with the seahorse-daemon dbus name
    owned by libcryptui
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694053

 libseahorse/seahorse-application.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1578741c69b55dce9d099509572803782b608e75
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   2013-02-17

    Updated Polish translation

 po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bfae511285be7b244f40a80ef5233f56cf70f746
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   2013-02-15

    Updated Serbian translation

 po/sr.po       | 58 ++++++++--------------------------------------------------
 po/sr@latin.po | 58 ++++++++--------------------------------------------------
 2 files changed, 16 insertions(+), 100 deletions(-)

commit fde9a88dcb4ec02f61a3073da5908187d76e5995
Author: Anish A <aneesh.nl@gmail.com>
Date:   2013-02-15

    Updated Malayalam Localization

 po/ml.po | 379 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 217 insertions(+), 162 deletions(-)

commit 2a3a3edf04e6ee4531b3df284ab9610811f72b28
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   2013-02-07

    Updated Galician translations

 po/gl.po | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)