commit 5a7806184b99b6b647e28d67a658f0881359fa99
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 2 22:14:11 2014 +0200

    3.13.91

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

commit b82ccc86ce6690e59348b5cb685be5f4f90ad2f3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 2 22:17:17 2014 +0200

    data: Fix distcheck
    
    Following D-Bus service file addition

 data/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5be27ddba70adf8262b1d01dfd541be03d3f3b8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 25 18:48:15 2014 +0200

    main: Fetch missing thumbnails
    
    When populating the icon view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727748

 src/icon-helpers.c | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

commit 56e20afd04fa001c608504f4ee8f417998fa93df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 25 18:08:20 2014 +0200

    main: Port thumbnail fetcher to GTask
    
    And make sure we don't simply return from a failed icon fetch!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727748

 src/icon-helpers.c | 73 ++++++++++++++++++++++++------------------------------
 src/icon-helpers.h |  5 ++--
 src/totem-grilo.c  |  2 +-
 3 files changed, 37 insertions(+), 43 deletions(-)

commit 87afdef288e273214484528257e101c74ac2d226
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 25 18:03:03 2014 +0200

    main: Add async thumbnailing helper
    
    To thumbnail videos using totem-video-thumbnailer through gnome-desktop,
    using a GThreadPool to make sure we don't request more than 5 thumbnails
    at a time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727748

 configure.ac       |  2 +-
 src/icon-helpers.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 1 deletion(-)

commit 5657d6de7fd2ebb2e5149255b69b3a949f5baade
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Aug 28 17:38:09 2014 +0300

    Updated Hebrew translation

 po/he.po | 376 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 185 insertions(+), 191 deletions(-)

commit 929aa8c60fd5fcc89226726e49185a04e04e8fbf
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Aug 26 10:09:19 2014 +0000

    Updated French translation

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

commit 0d86e3169b7f76176d634d1aa05cff86b94016d4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Aug 25 22:39:42 2014 +0200

    Updated Galician translations

 po/gl.po | 276 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 138 insertions(+), 138 deletions(-)

commit 655a9e6c04862e966fd40395339ad230591b2250
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Aug 23 17:52:35 2014 +0200

    Updated POTFILES.in and POTFILES.skip

 po/POTFILES.in   | 14 +++++++-------
 po/POTFILES.skip | 12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

commit 44d89416c87bbdde54f740e5b916fbf030a54dd9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Aug 23 12:04:34 2014 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 71 +++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 32 deletions(-)

commit a50d09d937ef9702a78f826ff97dbf81da9e345b
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Fri Aug 22 15:47:48 2014 +0000

    Updated Chinese (Taiwan) translation

 po/zh_TW.po | 81 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 44 deletions(-)

commit b29c3375e2db53dd0b97e0d9bc06ee2207948d86
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Aug 22 08:00:31 2014 +0200

    Updated Czech translation

 po/cs.po | 160 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 68 insertions(+), 92 deletions(-)

commit 267f43b4526463c252ec3d2c7cb7d59403993b6e
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Thu Aug 21 16:33:09 2014 +0200

    data: Rename the appdata file after the desktop file name change
    
    Our tooling expects that the names match.

 data/appdata/Makefile.am                    |  2 +-
 data/appdata/org.gnome.Totem.appdata.xml.in | 31 +++++++++++++++++++++++++++++
 data/appdata/totem.appdata.xml.in           | 31 -----------------------------
 po/POTFILES.in                              |  2 +-
 4 files changed, 33 insertions(+), 33 deletions(-)

commit d86decb94aa90e6ff7aa590a02ba4c7fb57f3862
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 18 18:03:11 2014 +0200

    data: Make Totem a D-Bus service
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734999

 data/Makefile.am                      | 10 +++++++++-
 data/org.gnome.Totem.desktop.in.in.in |  1 +
 data/org.gnome.Totem.service.in       |  3 +++
 3 files changed, 13 insertions(+), 1 deletion(-)

commit 84609acc53abb82a3b4afdc961b84758fe415d6b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 18 17:29:40 2014 +0200

    data: Rename totem's desktop file
    
    So that its name matches the application-id
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734999

 configure.ac                          |  4 ++--
 data/Makefile.am                      | 14 +++++++-------
 data/org.gnome.Totem.desktop.in.in.in | 17 +++++++++++++++++
 data/totem.desktop.in.in.in           | 17 -----------------
 po/POTFILES.in                        |  2 +-
 5 files changed, 27 insertions(+), 27 deletions(-)

commit 8445bb8b794df9e78a01a4f48f4a0648e8fcfee3
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Wed Aug 20 01:17:44 2014 +0900

    l10n: Update Japanese translation

 po/ja.po | 1322 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 678 insertions(+), 644 deletions(-)

commit f22db384faa24b675dd708a605289d4944e16c2f
Author: ngoswami <ngoswami@redhat.com>
Date:   Mon Aug 18 15:02:54 2014 +0000

    Updated Assamese translation

 po/as.po | 946 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 469 insertions(+), 477 deletions(-)