commit a1ac414a84449b95af0ba68d93da3b8376fe92bf (HEAD, master) Author: Ray Strode Date: Fri Jul 18 16:53:20 2014 -0400 configure: bump to 3.13.3 M configure.ac commit 5636431a6058abf931f43875fa89b86999a98e13 Author: Ray Strode Date: Fri Jul 18 16:53:08 2014 -0400 NEWS: update for release M NEWS commit 050686830c13b541b3e86a4477ff1c35a70f21a4 (origin/master, origin/HEAD) Author: Ray Strode Date: Fri Jul 18 16:50:54 2014 -0400 NEWS: restore NEWS file I accidentally truncated it last release. M NEWS commit 14701e7536db60d20a5413f7bfb3709b69795017 Author: Tom Tryfonidis Date: Wed Jul 9 23:15:29 2014 +0000 Updated Greek translation M po/el.po commit ae971a3f237fdd6682613530fad1bdceff925421 Author: Alexander Shopov Date: Sat Jun 28 07:59:38 2014 +0300 Updated Bulgarian translation M po/bg.po commit bc89c695b4b97bb282369913965d75ab6e7a3dda Author: Muhammet Kara Date: Sat Jun 7 21:38:36 2014 +0000 Updated Turkish translation M po/tr.po commit cc4e6190b632087ae0eee4b2875d6210953a04fd Author: Anders Jonsson Date: Sat Jun 7 20:33:21 2014 +0000 Updated Swedish translation M po/sv.po commit 1db085ce7e5197b28ab24a3ec54d888efe98fcb4 Author: Owen W. Taylor Date: Mon May 19 13:01:12 2014 -0400 Set XDG_CURRENT_DESKTOP if unset From 3.14 GDM sets XDG_CURRENT_DESKTOP. For compatibility with older versions of GDM, other display managers, and startx, set a fallback value if we don't find it set. https://bugzilla.gnome.org/show_bug.cgi?id=729575 M gnome-session/main.c commit 8c73ddc660703ed80207469aea6b64b845ba657d Author: Florian Müllner Date: Fri May 9 12:42:22 2014 +0200 autostart: Replace should_show() with get_show_in() again GDesktopAppInfo's should_show() implementation also considers the NoDisplay flag, which is generally used by core components like window managers. Return to use get_show_in(), which just checks ShowOnlyIn and friends based on XDG_CURRENT_DESKTOP to get the session back working. https://bugzilla.gnome.org/show_bug.cgi?id=729575 M gnome-session/gsm-autostart-app.c commit 35044a5cbc3b066b1dcee27a28ab576241e16dcf Author: Florian Müllner Date: Tue May 6 16:22:07 2014 +0200 autostart: Stop messing with XDG_CURRENT_DESKTOP The use of the XDG_CURRENT_DESKTOP variable predates the actual standardization that only happened recently, and indeed does not work when the variable contains a colon-separated list as allowed by the new standard. Stop using it altogether, so GIO can handle it for us (which it will soon). https://bugzilla.gnome.org/show_bug.cgi?id=729575 M gnome-session/gsm-autostart-app.c M gnome-session/gsm-util.c M gnome-session/gsm-util.h commit b5a73657f883ac2e2461f0063e1d36e301f9124a (tag: 3.12.1)