commit f5848bc499a0506e7479bc5120b55e44763558bb Author: Rui Matos Date: Tue Oct 15 19:08:35 2013 +0200 3.10.1 M NEWS M configure.ac commit 613f2268968e4275d725dd9fad69b0fd0cfd56f3 Author: Rui Matos Date: Fri Oct 11 14:08:06 2013 +0200 default-input-sources: Add a default for Bulgaria Thanks to Alexander Todorov. M libgnome-desktop/default-input-sources.h commit 3d6eb06b9e9bc30170f58f1a6dc48bef35ccc72e Author: Akom Chotiphantawanon Date: Mon Oct 14 21:46:54 2013 +0700 Updated Thai translation. M po/th.po commit b2d6cc3542b8b2fa787253bb45c22b5a151ac164 Author: Philip Withnall Date: Thu Oct 10 14:22:35 2013 +0100 thumbnailer: Bail if no pixbuf loader could be created This prevents gdk_pixbuf_loader_close() from emitting a critical error due to being called with a NULL loader. The loader can be NULL if there was an error in the first read from the input stream. https://bugzilla.gnome.org/show_bug.cgi?id=709819 M libgnome-desktop/gnome-desktop-thumbnail.c commit 40ecc92f964540d4475febd96a7663f68fbdc3b1 Author: Philip Withnall Date: Thu Oct 10 14:21:46 2013 +0100 thumbnailer: Fix a signed/unsigned comparison This shuts up a gcc warning but shouldn’t result in functional changes. https://bugzilla.gnome.org/show_bug.cgi?id=709819 M libgnome-desktop/gnome-desktop-thumbnail.c commit 29c1bc757f34f1d0b32bc12fcc682faba05b8509 Author: Philip Withnall Date: Thu Oct 10 14:20:54 2013 +0100 thumbnailer: Remove duplicate function declarations This shuts up a gcc warning. https://bugzilla.gnome.org/show_bug.cgi?id=709819 M libgnome-desktop/gnome-desktop-thumbnail.c commit 856ffc037552a50859d65470486c1a9467862c2f Author: Carles Ferrando Date: Sun Oct 13 23:57:35 2013 +0200 [l10n] Updated Catalan (Valencian) translation M po/ca@valencia.po commit 15aef5ebbee65d7eb8cc2aa1bd6a7ed31cf749d8 Author: Arash Mousavi Date: Fri Oct 11 16:28:35 2013 +0330 L10N: Updated Persian translations M po/fa.po commit 6ba6ef3691d30ec0ade61be3578d774b97a5a788 Author: Stefan Sperling Date: Wed Oct 2 18:59:11 2013 +0200 languages: Remove unused struct "nameent" This struct was a left-over from the libc locale archive parsing code removed in commit 91082e8d0ef7dc3fe372fb5228fd3bb5a26efa81. M libgnome-desktop/gnome-languages.c commit 682348997ebf8c94699dd19e44da40d5214c3d94 Author: Stefan Sperling Date: Wed Oct 2 18:58:17 2013 +0200 languages: Style fix in collect_locales_from_localebin() Use spare-before-paren syntax for function calls. M libgnome-desktop/gnome-languages.c commit dfc4ecac06eed41cd655e48ba01a7842409c3ad1 Author: Bastien Nocera Date: Wed Oct 2 16:36:32 2013 +0200 gnome-bg-slideshow: Fix memory leak of a filename https://bugzilla.gnome.org/show_bug.cgi?id=709271 M libgnome-desktop/gnome-bg-slide-show.c commit af0f0fbb835e5bb22b7bce4581d3f081462b5f5b Author: Bastien Nocera Date: Wed Oct 2 16:35:44 2013 +0200 gnome-bg: Fix memory leaks when using get_as_slideshow() get_as_slideshow() returns a reference to the slideshow, which we need to get rid of when we're not using it anymore. https://bugzilla.gnome.org/show_bug.cgi?id=709271 M libgnome-desktop/gnome-bg.c commit 91082e8d0ef7dc3fe372fb5228fd3bb5a26efa81 Author: Stefan Sperling Date: Wed Aug 28 18:25:34 2013 +0200 Obtain supported locales from "locale -a" output. Instead of parsing the locale archive file which is private to glibc (see https://bugzilla.redhat.com/show_bug.cgi?id=956993), run the "locale -a" command to obtain the list of supported locales. "locale -a" is specified in POSIX and should thus exist on most UNIX-like systems (e.g. on OpenBSD, which triggered the related bugzilla entry because GNOME was unable to find a list of supported locales). Keep scanning the /usr/share/locale directory as a fallback. Remove code wrapped in #ifdef WITH_INCOMPLETE_LOCALES. This code was inherited from gdm but is now unused. https://bugzilla.gnome.org/show_bug.cgi?id=698383 M libgnome-desktop/gnome-languages.c commit af5574a745a50d7cb7c5d300836fc073f5326c82 Author: Muhammet Kara Date: Sun Sep 29 20:22:00 2013 +0300 [l10n]Updated Turkish translation M po/tr.po commit 9936b0b01fbc687cbe3bfcc4c5abae679fea386a Author: Gökhan Gurbetoğlu Date: Sun Sep 29 20:15:17 2013 +0300 [l10n]Updated Turkish translation M po/tr.po commit 0df46b7d6171c81dfed61e6a173c4b43ef1f676a Author: Alexander Larsson Date: Fri Sep 27 09:49:01 2013 +0200 thumbnail loader: Support loading thumbnails from remote locations This broke with the previous addition of gs_file_read_noatime(). https://bugzilla.gnome.org/show_bug.cgi?id=708824 M libgnome-desktop/gnome-desktop-thumbnail.c commit 5e3ac2bc0c789f3b7c02fc98787d242c1b601fdd Author: Ray Strode Date: Thu Sep 26 17:04:54 2013 -0400 gnome-bg: set error when parsing XML file that's not a slide show While trying to reproduce a background handling bug in the shell I decided to run: while true; do for f in ~/Pictures/*; do gsettings set org.gnome.desktop.background picture-uri "file:///$f" sleep .4; done; done I noticed spew coming from gnome-shell: G_CRITICAL: g_task_return_error: assertion 'error != NULL' failed Turns out I had a non-slideshow XML file in there, and it was failing because there were 0 slides, but not setting an error. This commit fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=708877 M libgnome-desktop/gnome-bg-slide-show.c