# Generated by Makefile. Do not edit.

commit ba42d26bd97ad94fd03a07f5af03031bb07edb0d
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jul 19 12:49:58 2017 -0400

    configure: bump to 3.25.4

M	configure.ac

commit 4496bfafc7e4b815e5ed43f0877472011cc8f282
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jul 19 12:49:19 2017 -0400

    NEWS: update for release

M	NEWS

commit 97d1cf5360c0bbf213c8037918c7b14582e7791d
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jul 19 10:43:04 2017 -0400

    manager: restart user bus if last graphical session
    
    There are desktop services (such as goa-daemon, e-d-s, etc)
    that don't open the display, but rely on dbus-daemon to scope
    the session. These days dbus-daemon is a user bus, not a sesssion,
    bus which leaves these services alive after log out.
    
    This commit checks to see if we're the last desktop session for the
    user at log out time, and if so, restarts the dbus daemon. This
    will lead to existing clients getting booted and die, but allow user
    bus clients that want to outlive a session to stick around if they so
    desire.
    
    Longer term, clients should stop relying on the session bus to define
    their lifetime.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/gsm-manager.c

commit 1dd8905df25332b6a689b9da09750c9b1c796d76
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jul 19 10:25:15 2017 -0400

    Revert "manager: add bus daemon dbus api xml file"
    
    This reverts commit 1e3b5a2f4c6cb65dfa94b65a84d1f6c2c9dd61fe.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/Makefile.am
D	gnome-session/org.freedesktop.DBus.xml

commit 0f1adb121721676269df3461726738329b0bd47f
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jul 19 10:24:39 2017 -0400

    Revert "manager: kill off bus clients at log out"
    
    This reverts commit e7a650b88b92c3381eccef7bf4765fa814389aaa.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/gsm-manager.c

commit 570794f72d96ae998f5d6e27ee808f57c6aa81bf
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue May 2 19:16:05 2017 +0200

    data: Adjust to g-s-d's plugin removals
    
    The orientation and xrandr plugins have been removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782232

M	data/gnome.session.desktop.in.in

commit 3030e11da9cccf9869eaeee4d9c605f7dde352c7
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Thu Jul 13 14:39:29 2017 +0000

    Update Slovak translation

M	po/sk.po

commit e52b486453efc245d4aabcf80dd6db95ecf46e91
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Wed Jul 12 18:20:45 2017 +0000

    Update Indonesian translation

M	po/id.po

commit 32c697f0dbea1a3090374653b23f6b0a56daefbe
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Jul 10 23:16:46 2017 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 8da1a83d1f4bbf926add310a2c5dd03d413920e2
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Mon Jul 10 08:23:56 2017 -0400

    Fix Spanish translation header
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=771765

M	po/es.po

commit 0bb2338d126f16c6ceee87825f3fc08d6b8b1c83
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Jul 6 23:09:57 2017 +0000

    Update Friulian translation

M	po/fur.po

commit b3007753f1c4c454c6d4a267a3539f5eae01c2af
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jul 6 08:11:19 2017 +0000

    Update Spanish translation

M	po/es.po

commit 26fa5a636fcc03174981945b3409b68b37e95798
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Mon Jul 3 18:11:14 2017 +0000

    Update German translation

M	po/de.po

commit d26654e79750fd436d618e15bc04cc2e26e6b80f
Author: Balázs Meskó <meskobalazs@fedoraproject.org>
Date:   Sun Jul 2 13:47:10 2017 +0000

    Update Hungarian translation

M	po/hu.po

commit 3b216d8bb303eedc01c0a8a317b616a4e6e9e816
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Thu Jun 29 17:10:25 2017 +0200

    client: Prevent the GDBusMethodInvocation from being unref-ed twice
    
    GsmExportedClientPrivate::handle-end-session-response, like every
    other gdbus-codegen-ed signal for handling methods on the server-side,
    expects a boolean return value from the callback. The lack of a return
    value might confuse the generated glue code into thinking that FALSE
    was returned and the call wasn't acknowledged. That inserts a call to
    g_dbus_method_invocation_return_error. Since we have already called
    g_dbus_method_invocation_return_value (via
    gsm_exported_client_private_complete_end_session_response), and both
    these methods drop GDBus' internal reference on the
    GDBusMethodInvocation we may up with a memory error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784349

M	gnome-session/gsm-dbus-client.c

commit bc90e8679f9c6bf8af33125586da213cab5dcc59
Author: Tomas Popela <tpopela@redhat.com>
Date:   Thu Jun 29 14:30:16 2017 +0200

    Fix use-after-free in initialize_gio()
    
    Don't use already freed use_vfs variable in the fuse code, but use the
    disable_fuse one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784339

M	gnome-session/main.c

commit 4bb8872e57f1fbf2beece71197303ad4b2975d68
Author: Tomas Popela <tpopela@redhat.com>
Date:   Thu Jun 29 14:26:52 2017 +0200

    Fix use of uninitialised variable in get_session_keyfile_if_valid()
    
    The length variable is not set before it's used. Remove the check
    for it as it's not needed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784339

M	gnome-session/gsm-session-fill.c

commit 7a6e898efbfddfbe6dac126f3c502224f7f23d56
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:   Wed Jun 28 17:25:29 2017 +0000

    Update Belarusian translation

M	po/be.po

commit 453b18dffc83435ce22d76e909d68e75ea35febb
Author: Marvin Schmidt <marv@exherbo.org>
Date:   Sat May 20 22:12:54 2017 +0200

    build: Don't link against libgconf when --disable-gconf was passed
    
    Calling `PKG_CHECK_MODULES([GCONF], ...)` unconditionally lead to
    GCONF_{CFLAGS,LIBS} being set whenever GConf was present. This had the
    effect that gnome-session-binary was linked against libgconf even when
    `--disable-gconf` was passed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783007

M	configure.ac

commit 37ecfc7b76250ad109339c3318a7e67a1c5d506c
Author: Marvin Schmidt <marv@exherbo.org>
Date:   Tue May 23 18:42:16 2017 +0200

    build: Remove obsolete defines
    
    The use of gconftool and gconf-sanity-check was removed a long time ago
    in 2011 (commit 093d319757e6131734622103f70f46687ac1a625)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783007

M	gnome-session/Makefile.am

commit a69061c3e07e8d2ec725616184a2df97b4da619e
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Jun 22 14:40:47 2017 +0000

    Update Kazakh translation

M	po/kk.po

commit 818266a898b803960ce8dd6d330c1ef6934bba46
Author: Evan Klitzke <evan@eklitzke.org>
Date:   Mon Jun 19 15:28:25 2017 -0700

    remove hack for #738205
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772919

M	gnome-session/main.c

commit c37b7b53b5961ad674de70ff572dedae1deb1976
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jun 21 18:09:28 2017 -0400

    configure: bump to 3.25.3

M	configure.ac

commit c91d138b33a96cf9ccc36893899db9abb8f272bb
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jun 21 18:11:45 2017 -0400

    NEWS: update for release

M	NEWS

commit 445aa5e10e0d3e5a20800bfcb2ac4b267977bcdf
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Sun May 28 05:48:54 2017 +0300

    gsm-consolekit: add support for ConsoleKit2
    
    This patch adds support for ConsoleKit2's suspend, hibernate, and
    inhibit calls. In doing this, gsm-consolekit.c has been rebased
    from the gsm-systemd.c file so that consolekit uses GDBus instead
    of dbus-glib. Additionally, this continues to support ConsoleKit
     + HAVE_OLD_UPOWER code paths for any systems that haven't migrated
    to ConsoleKit2.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783313

M	gnome-session/gsm-consolekit.c

commit 9bbc9c156629037532f33da9d7dc311bb49470cb
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 29 23:06:36 2016 +0200

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772206

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/main.c
M	tools/gnome-session-inhibit.c
M	tools/gnome-session-quit.c
M	tools/gnome-session-selector.c

commit e7a650b88b92c3381eccef7bf4765fa814389aaa
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jun 20 16:28:10 2017 -0400

    manager: kill off bus clients at log out
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/gsm-manager.c

commit f708bbbf2df41ea9683f7667c745d0297e584968
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jun 20 16:51:00 2017 -0400

    system: add api for detecting if this is the last session for a user
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c

commit 1e3b5a2f4c6cb65dfa94b65a84d1f6c2c9dd61fe
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jun 20 15:32:11 2017 -0400

    manager: add bus daemon dbus api xml file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764029

M	gnome-session/Makefile.am
A	gnome-session/org.freedesktop.DBus.xml

commit ea42881e71ee1a50da2c4ecd94abc4ed641a737d
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jun 20 15:27:16 2017 -0400

    shell-extension: fix warning when iterating over extension list
    
    This should fix this warning:
    
    gnome-session/gnome-session/gsm-shell-extensions.c: In function ‘gsm_shell_extensions_scan’:
    gnome-session/gnome-session/gsm-shell-extensions.c:145:30: warning: comparison between pointer and zero character constant [-Wpointer-compare]
       while ((*system_data_dirs) != '\0')
                                  ^~
    gnome-session/gnome-session/gsm-shell-extensions.c:145:10: note: did you mean to dereference the pointer?
       while ((*system_data_dirs) != '\0')
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783237

M	gnome-session/gsm-shell-extensions.c

commit 15e00232ae29f29a5e9636ccbe0a5794b6c5b4a8
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue May 30 12:46:19 2017 -0400

    fail-whale: handle X server dying before startup
    
    This commit deals with gtk_init_with_args failing,
    without setting an error (which it does if it can't
    connect to the X server).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775463

M	gnome-session/gsm-fail-whale-dialog.c

commit 220e70c8bb9dbcab5a961b1048ab0af42ed90855
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun Jun 11 13:40:38 2017 +0200

    Updated Esperanto translation

M	po/eo.po

commit fd122eda5318dc5dd45bf8b77afe9de333bef952
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 30 12:01:44 2017 +0200

    systemd: Add more details to systemd setup error
    
    By adding the contents of the error reported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781173

M	gnome-session/gsm-systemd.c

commit 015c14282f78dc9748d878cf5da79506eb510af3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 11 12:09:57 2017 +0200

    systemd: Throw a descriptive warning if badly setup
    
    Instead of throwing:
    GLib-GIO-CRITICAL: g_dbus_connection_call_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
    Throw a warning explaining why we got into this situation.
    
    Experienced while working on gnome-settings-daemon's power test suite.
    The new error message is more descriptive than the original
    warning/assertion.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781173

M	gnome-session/gsm-systemd.c

commit 6fec14cb8802105e68116e167ad10ca68548767f
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Apr 12 10:46:26 2017 -0400

    configure: bump to 3.24.1

M	configure.ac

commit c62a8304754774625787e757c6e89bf1389b47ca
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Apr 12 10:43:46 2017 -0400

    NEWS: update for release

M	NEWS

commit 34dbc87f9df014e0232be8bc25aaf1e8928c91dc
Author: Mario Sanchez Prada <mario@endlessm.com>
Date:   Tue Mar 28 20:08:13 2017 +0100

    data: Don't clean $(wayland_session_in_files) in DISTCLEANFILES
    
    This variable references gnome.desktop.in now, which is not generated,
    and so cleaning this up is not correct.

M	data/Makefile.am

commit 076d2e7e0b54a46980b8ff770e93d26c1aec2555
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Mar 22 15:58:43 2017 +0100

    main: Start the manager only after we're sure we own the DBus name
    
    This closes a race where the clients we spawn wouldn't be able to
    reach us on the well known DBus name because they'd attempt to do so
    before we own it.
    
    By registering DBus APIs on the bus acquired callback but only
    starting the GsmManager on name acquired we guarantee that clients
    will be able to reach us.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780405

M	gnome-session/main.c

commit 9148aad95de0683ccf857978efe80dce4111d128
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 20 16:39:45 2017 -0400

    configure: bump to 3.24.0

M	configure.ac

commit e51f5ea42093b184f507098b67871284fe352f47
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 20 16:39:28 2017 -0400

    NEWS: update for release

M	NEWS

commit 32e2b7e0fd80c1444c15c8f1c2949d71a08ab8b5
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 13 14:46:49 2017 -0400

    configure: bump to 3.23.92

M	configure.ac

commit 2d09c437e04eea0c66191ff2a0d795c1942b5f0e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 13 14:46:24 2017 -0400

    NEWS: update for release

M	NEWS

commit bd06b039d10e3ff5e141d75be33d296830963e80
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Tue Mar 7 12:05:56 2017 +0000

    Update Scottish Gaelic translation
    
    (cherry picked from commit afaeb61f91a1be973bb3788f618ed7ea7e96236a)

M	po/gd.po

commit 9ae1947b2c9436e46e0b9e5614efcee6dbafc074
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Mar 2 18:29:17 2017 +0000

    Update Icelandic translation
    
    (cherry picked from commit 315541a0e8ffc461815d831a3243bc0596d1401d)

M	po/is.po

commit ac1610072036c7f567258ceab124bf829a1265d9
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:   Thu Mar 2 16:44:26 2017 +0000

    Update Belarusian translation

M	po/be.po

commit fea22281ccd617993ddd20466ba7d9b979049ed2
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 27 16:57:42 2017 -0500

    configure: bump to 3.23.91

M	configure.ac

commit dc0c306a16550d859b370d82ec197e51e95379f8
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 27 16:56:57 2017 -0500

    NEWS: update for release

M	NEWS

commit 66da4b5a179a37f40e0e88bc90ecb098bd3ae9e2
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Thu Feb 16 14:23:47 2017 +0100

    Updated Danish translation

M	po/da.po

commit 72486b581c1dde855ec22a9addbd52ac9d2bcbf8
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Dec 15 02:10:11 2015 +0100

    shell-extensions: Use kill-switch to disable extensions ...
    
    ... instead of clearing the user-defined list of enabled extensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778665

M	gnome-session/gsm-shell-extensions.c

commit 21690a7f09bd477ecdefe31f547081d3b1bb1d99
Author: Mario Sanchez Prada <mario@endlessm.com>
Date:   Fri Feb 3 14:36:36 2017 +0000

    autostart-app: Add support for absolute paths on AutostartCondition
    
    This allows specifying in AutostartCondition paths to files that
    we would like to monitor outside the user's config directory by
    using absolute paths.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777994

M	gnome-session/gsm-autostart-app.c

commit a9e980566d4c6b37dbcfbd0fd5098d1ed8bd1f42
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Thu Feb 2 13:03:20 2017 -0500

    gsm-systemd.c: Restrict the login monitor to the "session" category
    
    We only are interested in changes to sd_session_get_active(), so only
    listen for changes in the "session" category. This reduces overhead
    by a small amount, and also reduces the amount of /var/run/systemd
    that needs to be read. (Bug 772537 is a failure because of a SELinux
    policy preventint reading /var/run/systemd/machines - which we don't
    need to monitor anyways.)

M	gnome-session/gsm-systemd.c

commit 1a841aa5574d24b650197c72e81049931252c622
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 16 09:38:24 2017 -0500

    configure: bump to 3.23.4.1

M	configure.ac

commit 748faea3eac96eddd71a6d07917a3a492f887b4f
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 16 09:38:02 2017 -0500

    NEWS: Update for release

M	NEWS

commit 7e307f8ddb91db5d4051c4c792519a660ba67f35
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 5 10:02:58 2017 -0500

    gnome-session: make sure wayland sessions get a login shell
    
    Users expect their shell profiles to get sourced at startup, which
    doesn't happen with wayland sessions.
    
    This commit brings back that feature, by making the gnome-session
    wrapper script run a login shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736660

M	gnome-session/gnome-session.in

commit 0af8ef83205fcb4ee52a9f66121d20177b050f65
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 16 13:48:24 2015 -0400

    gsm-util: export environment to systemd
    
    If we get passed an environment variable, send it along to the
    systemd --user session so things running in that context can pick it
    up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736660

M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h
M	gnome-session/main.c

commit 52a3c15a1d756c559402cc9505926a9b9d6cf3a7
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jan 13 10:23:35 2017 -0500

    gnome-session: update activation environment from C code, instead of shell script
    
    dbus-update-activation-environment excepts certain environment
    variables, that systemd won't.  We're going to want to eventually send
    the environment to systemd, too, so we shouldn't make sure the same set
    of variables get sent to both.
    
    This commit takes the dbus-update-activation-environment call out of the
    gnome-session shell script wrapper, and instead changes the C code to do
    the export explicitly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736660

M	gnome-session/gnome-session.in
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h
M	gnome-session/main.c

commit 1930c63890fa1f844f6cd6e9b4b454856363fe82
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jan 6 16:31:57 2017 -0500

    Revert "gnome-session: make sure wayland sessions get a login shell"
    
    This reverts commit 5e36cd63e71520f829bbd77c102b64179e08992a.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736660

M	gnome-session/gnome-session.in

commit 6a2a30bf588dce9f60cc4e45a7c0dd4fe98c37e6
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 5 13:33:48 2017 -0500

    configure: bump to 3.23.4

M	configure.ac

commit 8befa97912e32875a258c07527ea829f563cd0e4
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 5 13:33:31 2017 -0500

    NEWS: update for release

M	NEWS

commit 5e36cd63e71520f829bbd77c102b64179e08992a
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 5 10:02:58 2017 -0500

    gnome-session: make sure wayland sessions get a login shell
    
    Users expect their shell profiles to get sourced at startup, which
    doesn't happen with wayland sessions.
    
    This commit brings back that feature, by making the gnome-shell
    wrapper script run a login shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736660

M	gnome-session/gnome-session.in

commit 66b9e934640e2b0f34ca45c6201d55f681eae914
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 24 11:41:45 2016 +0200

    tools: Better error checking when gdk/GL fails
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1387898
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773412

M	tools/gnome-session-check-accelerated.c

commit d4b0699e8d42269c14aa25aad17a5af816a4d0ef
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Oct 24 09:56:43 2016 -0400

    Revert "main: tell Qt applications to look like GNOME"
    
    This reverts commits:
    
    971baf2e225abc5a67bd0c149f4cbfdb0ef8c549
    e833cd1b88ca2107d9ff41f452518934556a5427
    ce4208add3b49d440e0c418229774dd802ee6b87
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762681

M	gnome-session/main.c

commit a3aeacf39b463f489686cd05478761f943bf146d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 19 13:31:20 2016 +0200

    tools: Don't read cached info about 1st GPU when 2nd one is requested
    
    This avoids both GPUs having the name of the first one when running the
    Details settings panel under X.org.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773216

M	tools/gnome-session-check-accelerated.c

commit 6e474f979da2f6502f820ec652da11bc683ff344
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 11 12:53:11 2016 +0200

    check-accelerated: Print the renderer under Wayland as well
    
    Based on sample code by Matthias Clasen <mclasen@redhat.com>
    
    We'll use this in gnome-control-center when gnome-session cannot provide
    a renderer, under Wayland, as the Wayland compositor runs after
    gnome-session's startup.
    
    If OpenGL 3 is not supported (which is required for GTK+'s GL support),
    then nothing is output.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756914

M	configure.ac
M	tools/Makefile.am
M	tools/gnome-session-check-accelerated.c

commit 9055c1118b6a526344a4a0dc3a05baa1d6c00272
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 11 12:49:42 2016 +0200

    check-accelerated: Fix warnings on startup
    
    The Wayland session is now named "gnome" not "gnome-wayland", so don't
    try to run the X11-specific code when under Wayland.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756914

M	tools/gnome-session-check-accelerated.c

commit c7d39ace0011eafb9418f26eccc80d42db808ac7
Author: YunQiang Su <yqsu@src.gnome.org>
Date:   Tue Oct 18 17:25:25 2016 +0800

    Update zh_CN translation

M	po/zh_CN.po

commit 2fddc5e6d6ac883d98e8cae814e17a8088ac280f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 4 19:33:46 2016 +0200

    configure: 3.23.2

M	NEWS
M	configure.ac

commit 18b6e567e1a5aaf3d647b49bf6d1ef703bc87dee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 4 15:33:46 2016 +0200

    data: Update session desktop files for g-s-d changes
    
    gnome-settings-daemon has been split up into separate daemons, which
    means we'll need to invoke those separately.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=772370
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772408

M	data/gnome.session.desktop.in.in
M	gnome-session/README

commit 96968bdba31dfe738744468a9aaa7a6e2556a479
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 7 13:36:00 2016 +0200

    main: Don't set locale information again
    
    It is already done in the wrapper script, and needs to stay there.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=756324
    See https://bugzilla.gnome.org/show_bug.cgi?id=766176
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772562

M	gnome-session/main.c

commit fa8b1e7153d7928c46af6bf29c2e7eee5e4efba4
Author: gogo <trebelnik2@gmail.com>
Date:   Tue Oct 4 18:07:30 2016 +0000

    Updated Croatian translation

M	po/hr.po

commit ab2f4c857763ca2cb610d381c327a1884d20b055
Author: gogo <trebelnik2@gmail.com>
Date:   Thu Sep 22 21:07:36 2016 +0000

    Updated Croatian translation

M	po/hr.po

commit b3b6d74fd1c916d013fa9cc9f1d61970504da1a7
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Fri Sep 16 12:48:01 2016 -0500

    manager: set phase to running before clearing inhibitors
    
    e83da6fb3c9307895226ae4812ac27b782a57600 introduced a regression where
    clicking cancel on the power off dialog causes the dialog to reopen
    itself in case any JIT inhibitor has been taken, since the inhibitors
    are removed here and removing the inhibitor causing the dialog to reopen
    to support functionality that was removed from gnome-shell three years
    ago. To fix this, set the manager phase to running before removing the
    inhibitors to ensure the power off dialog does not reopen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728151

M	gnome-session/gsm-manager.c

commit 57db34d0f7db84bac795cca47c1b52339ae0503c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Sep 19 13:35:34 2016 +0200

    Update Basque language

M	po/eu.po

commit 807c9538a1b762e7d9acc1ade118d4a89d474b5d
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 19 15:02:38 2016 -0400

    configure: bump to 3.22.0

M	configure.ac

commit b8b3778d3f1d54b12be750135bc531ea2704e704
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 19 15:02:16 2016 -0400

    NEWS: update for release

M	NEWS

commit b3350fbf3a3729197bf480f7bb63580a9d90eb28
Author: David King <amigadave@amigadave.com>
Date:   Sun Sep 18 12:50:12 2016 +0200

    Update British English translation

M	po/en_GB.po

commit 90ff5f611f58bb4747806a1f97bcd7951dbc934e
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Tue Sep 13 01:57:30 2016 +0200

    Updated Danish translation

M	po/da.po

commit 31320e32277f01b090021a58e1db74d7cb27c3ed
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Mon Sep 12 11:18:33 2016 +0000

    Updated Scottish Gaelic translation
    (cherry picked from commit 92772626adfa039e46646dd6f28be8115a41d185)

M	po/gd.po

commit 1b0148a2f065f68b21e62072f671a8525c6f1020
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Sep 9 18:38:57 2016 +0430

    [l10n] update Persian translations

M	po/fa.po

commit af312a4c69af34edd76f22bcab90401589e64322
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Wed Sep 7 14:42:27 2016 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

M	po/vi.po

commit f7c10db93e4f422815c33f613650706a7b4d52d1
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Sep 4 04:15:37 2016 +0000

    Updated Kazakh translation

M	po/kk.po

commit 4ffefffdb62899ceab7866ff78a09f0221b085cf
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 3 14:07:04 2016 +0000

    Updated Korean translation

M	po/ko.po

commit bb0023d466bfd7257d110385dfa2b513b03bad21
Author: Милош Поповић <gpopac@gmail.com>
Date:   Fri Sep 2 09:41:29 2016 +0000

    Updated Serbian Latin translation

M	po/sr@latin.po

commit c2802b1aba1e299e4f002f0ca47202418bc7677f
Author: Марко Костић <marko.m.kostic@gmail.com>
Date:   Fri Sep 2 09:40:41 2016 +0000

    Updated Serbian translation

M	po/sr.po

commit 08125eddf19832b69c090ff094a178d4f630a643
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Aug 25 12:55:48 2016 -0400

    gnome-session: drop bashism from shell script
    
    Apparently dash doesn't support >& and some people use dash.
    
    This commit changes it to the more wordy form > ... 2>&1 .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770363

M	gnome-session/gnome-session.in

commit 7781004c9c3c346853d87da9dc461abb29955430
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Mon Aug 22 09:49:17 2016 +0000

    Updated Indonesian translation

M	po/id.po

commit de0ba4d2ec23eef29586ebd18e8db3ba9f79d254
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Aug 22 08:45:46 2016 +0000

    Updated French translation

M	po/fr.po

commit 8a569e4bf84a95a305b88c385f6394c15d1abc62
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 18 22:18:14 2016 +0200

    Updated Polish translation

M	po/pl.po

commit e6ff4e96a3fb48a71fd5bafd1e0fc3eb00349382
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Aug 18 14:13:44 2016 -0400

    configure: bump to 3.21.90

M	configure.ac

commit 67d93220092b15b46f6db44354780df4d25091c1
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Aug 18 14:13:21 2016 -0400

    NEWS: update for release

M	NEWS

commit bf47f850a9611045c22d4a85319c0956ca16ca7a
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Sun Apr 24 16:08:20 2016 +0800

    gl-helper: Support reading gnome.fallback value from FreeBSD kenv
    
    This feature is the same as gnome.fallback kernel argument on Linux.
    FreeBSD users can force the check result of gl-helper to be accelerated
    or non-accelerated by setting gnome.fallback kernel environment variable
    with the bootloader or kenv system call.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765491

M	tools/gnome-session-check-accelerated-gl-helper.c

commit 7060744ab857d867d74d553db4878df126211d56
Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
Date:   Sat Aug 13 21:32:00 2016 -0400

    main: Don't override IM variables
    
    To give a user the option to use some other input method framework but
    IBus, gnome-session should not override the QT_IM_MODULE and XMODIFIERS
    environment variables if they are already set. The desired approach has
    been implemented in gnome-settings-daemon:
    
    https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=21a16d25d981f3ce34b764dbc8005dbf8edfbe97
    
    It would be consistent to change gnome-session in a similar way.

M	gnome-session/main.c

commit 4abdb7925c3bf91e0802e42bab6c90d9a3086b2e
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Tue Aug 16 16:15:21 2016 +0200

    Do not report errors in absence of dbus-update-activation-environment
    
    dbus-update-activation-environment was introduced with dbus 1.10.4
    gnome-session by itself does not depend on any specific version of
    dbus at all - but on dbus-glib-1 (DBUS_GLIB_REQUIRED=0.76)
    
    The latest version of dbus-glib (ver 106) requires dbus-1 1.8: it is
    thus a valid setup to run not have dbus-update-activation-environment
    on the system. Warning the user about its absence is alerting users
    for not reason.

M	gnome-session/gnome-session.in

commit 7c9e0a5bbd70c95966201f17f8d1453163f470cd
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Fri Aug 12 12:38:13 2016 +0000

    Updated Finnish translation

M	po/fi.po

commit 96368b2ee740e55e09f11ffda381501849c647c3
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Thu Aug 4 08:30:06 2016 +0000

    Updated Slovak translation

M	po/sk.po

commit ab5d746903cb2f2a53ff8ec99b0704117259fe82
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Aug 3 21:53:16 2016 +0300

    Updated Lithuanian translation

M	po/lt.po

commit edbe6a37f4be79b08ca5619170bf1907c0f54e21
Author: વિશાલ ભલાણી <vishalbhalani89@gmail.com>
Date:   Wed Aug 3 12:16:06 2016 +0000

    Updated Gujarati translation

M	po/gu.po

commit a032b02a67634d6f415799d161e68aaf63553bc6
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Tue Aug 2 22:03:35 2016 +0000

    Updated Swedish translation

M	po/sv.po

commit 0531fbb72a1ee9f9bc5c25cdb67dbecdab75de76
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Jul 23 15:53:55 2016 +0000

    Updated Friulian translation

M	po/fur.po

commit 9d3b97ca973f7ab8ea0358b223a1d47685677425
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jul 22 13:31:38 2016 -0400

    configure: bump to 3.21.4

M	configure.ac

commit 91f8ea1fa458a87a394b2ee953736e8d987b6bed
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jul 22 13:31:11 2016 -0400

    NEWS: Update for release

M	NEWS

commit 7ee3571c79ea202a8309f64f3cb235119178d080
Author: Hanno Boeck <hanno@hboeck.de>
Date:   Mon Jul 11 10:37:03 2016 -0400

    main: fix heap overflow in dbus-launch wrapping
    
    I have discovered a heap overflow with the help of an address sanitizer.
    
    The require_dbus_session() function has this code:
    
            new_argv = g_malloc (argc + 3 * sizeof (*argv));
    
    The intention is to allocate space for (argc + 3) pointers. However obviously a
    parenthesis is missing, therefore only argc bytes + 3 * pointer size gets
    allocated, which is insufficient space. This leads to invalid memory writes.
    
    The fix is trivial: Parentheses around argc + 3.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768441

M	gnome-session/main.c

commit a3af0469e59f77ee14b3d4e5930b9e1ad56f1ea0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jul 21 02:29:12 2016 +0200

    Add Language headers to po files
    
    Future versions of gettext will fail if this header is missing.

M	po/am.po
M	po/ast.po
M	po/az.po
M	po/be@latin.po
M	po/bn.po
M	po/bn_IN.po
M	po/br.po
M	po/ca@valencia.po
M	po/crh.po
M	po/cy.po
M	po/dz.po
M	po/en@shaw.po
M	po/en_CA.po
M	po/es.po
M	po/fa.po
M	po/fr.po
M	po/ga.po
M	po/gu.po
M	po/ha.po
M	po/hr.po
M	po/hy.po
M	po/ig.po
M	po/ka.po
M	po/km.po
M	po/ku.po
M	po/mai.po
M	po/mg.po
M	po/mi.po
M	po/mk.po
M	po/mn.po
M	po/ms.po
M	po/nb.po
M	po/nds.po
M	po/nn.po
M	po/nso.po
M	po/ps.po
M	po/rw.po
M	po/si.po
M	po/sl.po
M	po/sq.po
M	po/sr@latin.po
M	po/ta.po
M	po/tk.po
M	po/tr.po
M	po/ug.po
M	po/uz.po
M	po/uz@cyrillic.po
M	po/wa.po
M	po/xh.po
M	po/yo.po
M	po/zh_CN.po
M	po/zh_HK.po
M	po/zu.po

commit 80db9b51f6aea90bde3fc8f2523f12d07f9d84fc
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Fri Jul 1 12:23:37 2016 -0500

    fail-whale-dialog: Fix -Wmaybe-uninitialized warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768294

M	gnome-session/gsm-fail-whale-dialog.c

commit 51d1e18193f74a53e32667cf1b550f889027fdf1
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Thu Jun 30 14:17:30 2016 -0500

    check-accelerated: export renderer string also for llvmpipe
    
    Since the renderer string is now used to display the graphics label in
    gnome-control-center, we need to make sure it gets set even if software
    rendering is in use, else we wind up showing an empty string to the
    user.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768292

M	tools/gnome-session-check-accelerated-gl-helper.c
M	tools/gnome-session-check-accelerated.c

commit 4bc7406ead4b434d1dd01e0262fe3eea556bc63c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jun 29 23:38:29 2016 -0700

    client: fix GCC warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766836

M	gnome-session/gsm-dbus-client.c

commit 0c6fe6ca14b65cdfc1cd039a5cc9cb83ea346d6b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jun 29 23:36:03 2016 -0700

    Remove all references to gnome-session-properties
    
    This tool does not exist anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766836

M	configure.ac
M	data/Makefile.am
D	data/icons/16x16/Makefile.am
D	data/icons/16x16/session-properties.png
D	data/icons/16x16/session-properties.svg
D	data/icons/22x22/Makefile.am
D	data/icons/22x22/session-properties.png
D	data/icons/22x22/session-properties.svg
D	data/icons/24x24/Makefile.am
D	data/icons/24x24/session-properties.png
D	data/icons/32x32/Makefile.am
D	data/icons/32x32/session-properties.png
D	data/icons/32x32/session-properties.svg
D	data/icons/48x48/Makefile.am
D	data/icons/48x48/session-properties.png
D	data/icons/Makefile.am
D	data/icons/scalable/Makefile.am
D	data/icons/scalable/session-properties.svg
D	data/icons/symbolic/Makefile.am
D	data/icons/symbolic/session-properties-symbolic.svg
D	data/session-properties.ui
M	doc/man/gnome-session.1
M	po/POTFILES.in

commit f7d881b7f19bb76784532f5eca812dd8bf2e5e40
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jun 20 15:43:43 2016 -0400

    configure: bump to 3.21.3

M	configure.ac

commit dee186f218cdf331b12aedbebe3ed3b75cf101fe
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jun 20 15:42:08 2016 -0400

    NEWS: update for release

M	NEWS

commit 1ff8c0d8f5d89fc24232e38adf29adb6a5424f7a
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Tue Jun 14 00:58:14 2016 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit dade349fdc32cc59188dc0caa9cb92f859a49a67
Author: Flo H <emailtoflorian@gmail.com>
Date:   Thu Jun 2 17:10:20 2016 +0000

    Updated German translation

M	po/de.po

commit b8051e31ea0c768199e97445bea707d9fc18433f
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 30 18:45:22 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit a56e1c0a00405e2b6415449cd1d6d5cf59c19f03
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu May 26 17:09:24 2016 -0400

    configure: bump to 3.21.2

M	configure.ac

commit 11fbbc04a7fd9be6e6497d0f1cd62f28715f6bc8
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu May 26 17:09:00 2016 -0400

    NEWS: update for release

M	NEWS

commit 4d522bdcd3c5d30308504d5d4acb9a1d99ca3348
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu May 26 17:04:47 2016 -0400

    NEWS: sync from gnome-3-20 branch

M	NEWS

commit 77c110b510047f6f79cd3cd8cc78e02a22bcb96b
Author: Friedrich Herbst <fherbst@opmbx.org>
Date:   Wed May 25 09:04:15 2016 +0000

    Updated German translation

M	po/de.po

commit 7198a55e6dd8e4ba3694f27a7ef1ecc7025f3034
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Sun Apr 24 12:47:31 2016 +0800

    tools: Call setlocale in gl-helper and gles-helper
    
    It is required to correctly show translated messages on some locales.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765487

M	tools/gnome-session-check-accelerated-gl-helper.c
M	tools/gnome-session-check-accelerated-gles-helper.c

commit e5d5692fe4728227021c561c92c05ab6a6c3c519
Author: Roddy Shuler <roddy@endlessm.com>
Date:   Wed May 4 11:03:53 2016 -0700

    Initialize fail whale translations
    
    Without this, the fail whale dialog displayed upon desktop crashes
    is always in English.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765999

M	gnome-session/gsm-fail-whale-dialog.c

commit c61be57c771a696325633c35fc3b9500811846fc
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Mon May 9 18:24:16 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit d8184cf6bcde3d7b0fb9068831361281e740be55
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon May 9 11:13:19 2016 -0400

    gnome-session: move update-activation-environment call down
    
    I had a think-o and where it should be placed in the script.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766176

M	gnome-session/gnome-session.in

commit d14f6db15e9e042cf20799010f31b4ec6b45ed9e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon May 9 09:59:20 2016 -0400

    gnome-session: update activation environment at startup
    
    The dbus daemon gets started before some environment variables
    are set at start up.
    
    This commit makes sure the dbus daemon is given a clean snapshot
    of the environment at the time the session is started.
    
    This is a near-term workaround for
    
    https://github.com/alexlarsson/xdg-app/issues/147
    
    and will probably go away when we figure out a story for bug 736660
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766176

M	gnome-session/gnome-session.in

commit 66c049f44259a822e9f0a93274531fbd1f7be9ab
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Thu Apr 28 13:41:57 2016 +0000

    Updated Portuguese translation

M	po/pt.po

commit 61289427507f554f1346fdefdf49ab31e6e375dc
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Apr 27 21:03:57 2016 +0200

    Updated Spanish translation

M	po/es.po

commit 83e1594599650098b5cb3209e32d2ba46df0b0bb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Apr 9 10:01:58 2016 -0700

    main: always initialize variable

M	gnome-session/main.c

commit a5ea71ace4b6ec838565936edd194db054cea5e1
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sat Apr 9 07:36:41 2016 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 122fa5731be915c6a8f02114f3422f0c3bb4e5a7
Author: Cosimo Cecchi <cosimo@endlessm.com>
Date:   Fri Apr 8 12:50:38 2016 -0700

    Export GL/GLES renderer string over DBus
    
    This is useful to avoid repeating the same code e.g. in the Details
    settings panel.
    
    Note that it's possible that both the display manager and the user
    session run gnome-session, and that they both share the same X server.
    In that case, we need to store the renderer string as an X property on
    the root window (like the helper already does for other properties).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/main.c
M	gnome-session/org.gnome.SessionManager.xml
M	tools/gnome-session-check-accelerated.c

commit f144cd28e7cc2425c9df8e8c44ef70041f2d6404
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Apr 3 19:44:20 2016 -0700

    Check for GLES support when determining if session is accelerated
    
    Connect the new GLES helper to the code that determines if the session
    is accelerated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	tools/gnome-session-check-accelerated.c

commit 101aa216894f254733ec2f4bad41c956f844f0a2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Apr 3 19:34:23 2016 -0700

    gl-helper: add a --print-renderer option
    
    This can be useful for other programs (e.g. gnome-control-center) to
    display the renderer string in an UI.
    The GLES version of this already has the same option.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	tools/gnome-session-check-accelerated-gl-helper.c

commit 143dfdcc3999ef861978bdb0c34ec04ae6ea5aca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Apr 3 19:08:41 2016 -0700

    Add a helper to check if session can run on GLES
    
    This is needed on platforms where GLX is not typically available, such
    as when running on an ARM Mali chipset.
    The helper is currently not wired, but it will be in a later commit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	configure.ac
M	tools/Makefile.am
A	tools/gnome-session-check-accelerated-gles-helper.c

commit 00b382c5d3b81a7412352cfcdff7fabd5f1b38a8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Apr 3 19:45:15 2016 -0700

    tools: remove unused code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	tools/gnome-session-check-accelerated.c

commit cac547e69bce00824f806f64d111c863926a61cf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sun Apr 3 12:28:21 2016 -0700

    tools: rename GL check helper
    
    Since we're going to add another one based on gles.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686806

M	tools/Makefile.am
R100	tools/gnome-session-check-accelerated-helper.c	tools/gnome-session-check-accelerated-gl-helper.c
M	tools/gnome-session-check-accelerated.c

commit 478e0c3ffd24165a3c9b47e573ce78f9788811a2
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Apr 8 09:37:35 2016 +0000

    Updated Friulian translation
    (cherry picked from commit 1d532bed525262baa3d051ebbcbd07a1027fff7e)

M	po/fur.po

commit ce4208add3b49d440e0c418229774dd802ee6b87
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 31 21:55:55 2016 -0400

    main: allow users to override QT_QPA_PLATFORMTHEME
    
    commit 971baf2e225abc5a67bd0c149f4cbfdb0ef8c549 added
    code to make Qt applications look like GNOME ones.
    
    That makes it impossible for users to use custom
    platform themes though.
    
    This commit addresses the problem by only setting
    QT_QPA_PLATFORMTHEME if it isn't already set.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762681

M	gnome-session/main.c

commit 890a797a2b6c26e752fa74a09d9521bea913c621
Author: Andreas Henriksson <andreas@fatal.se>
Date:   Wed Mar 30 18:49:15 2016 +0200

    main: fix starting gnome session via startx
    
    The changes related to gsm_util_setenv during 3.19.x seems to have
    broken starting a gnome desktop the old fashioned way, eg. via startx.
    
    The gnome.session required components has OnlyShowIn=GNOME; which
    disqualifies them from being started unless XDG_CURRENT_DESKTOP is also
    set to GNOME (by the gio utility function used to look up info).
    
    Currently gnome-session already carries code to catch the case of
    XDG_CURRENT_DESKTOP being unset and set it to GNOME as a fallback.
    Unfortunately the changes to gsm_util_setenv seems to have made it only
    set the values in the (dbus activated) child environment, rather than
    the current environment which g_desktop_app_info_get_show_in is looking
    at.
    
    Make the fallback code set XDG_CURRENT_DESKTOP in both current
    and child environment fixes it.
    Also move the entire hunk of code before initializing gio to
    prevent potential thread issues, now that is uses g_setenv.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764379

M	gnome-session/main.c

commit 7a804254efa14940712c76155d4904059b148746
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Mar 21 07:52:45 2016 +0000

    Updated Friulian translation
    (cherry picked from commit ce6301355826d271da0e50be85ec515f3750c8f0)

M	po/fur.po

commit d0a7e6df5287888c367a4f62437ed8cbf19e07ae
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Mar 20 20:16:25 2016 +0100

    Updated Danish translation

M	po/da.po

commit 9293fc8a3d25286dc8cba1c6bb5a82d22bf78b14
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Mar 17 20:17:17 2016 +0000

    Updated Italian translation

M	po/it.po

commit 865a6da78d23bee85f3c7bd72157974a3a918c86
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Mar 17 03:39:03 2016 +0000

    Updated Kazakh translation
    (cherry picked from commit af3f680d95bc7e4857421c379cc8605a8ae2d9ae)

M	po/kk.po

commit d0b97beb26ea923143e2253ace0f4afc87b17308
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 14 15:42:45 2016 -0400

    client: track client disconnection for dbus clients
    
    We currently don't notice when dbus clients go away
    (well we notice, but ignore it).
    
    This commit fixes that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763169

M	gnome-session/gsm-manager.c

commit a8be66fa51e5fe76161f69f2085b6b22192ad451
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 9 13:47:16 2016 -0500

    client: don't try to access client after it's vanished
    
    After we emit the disconnected signal on the client it's likely
    to get freed, so don't try to use it from that point forward.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763169

M	gnome-session/gsm-dbus-client.c

commit c3484fb5bca41533ce33b77e16ace1713ea8eb07
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Mar 13 21:18:54 2016 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 6feb4ea3b2f79667e9feacefbaad8de465e7db02
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sun Mar 13 10:29:58 2016 +0000

    Updated Finnish translation
    (cherry picked from commit 772deff2b898c2487a099c07f2104899de088120)

M	po/fi.po

commit fb26e69adbeecd5c72ea73258986698e6d2d2770
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Mar 11 23:32:12 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 19f568979e2deeebc21cee29d19e0b19dec54d67
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Mar 11 21:58:03 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 3c17586d6afdc7b017f6c72c34097b56a99efb60
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Mar 11 15:31:49 2016 +0000

    Updated Spanish translation
    (cherry picked from commit f291b2ed8bdd190bbdb9c3bec921c927f8a5307b)

M	po/es.po

commit 1c21124d3d4271eb1b8bd9be4ec297f1e4ec49d5
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 9 15:14:09 2016 -0500

    gsm-shell: make sure dialog_is_open is set to false when appropriate

M	gnome-session/gsm-shell.c

commit bd7592dfb38dc2c3046e1c5cee2f70cfe65f9c13
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 9 13:47:16 2016 -0500

    inhibitor: don't try to access inhibitor after it's vanished
    
    After we emit the vanished signal on the inhibitor it's likely
    to get freed, so don't try to use it from that point forward.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763169

M	gnome-session/gsm-inhibitor.c

commit 8b70a2e2db61efe7fe7343f565f225d69cb4f029
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Mar 8 18:43:36 2016 +0000

    Updated French translation
    (cherry picked from commit 81b4a4651845e74791909e6971231fb763e69146)

M	po/fr.po

commit 7ab76a71dd70497f3f70164a673a5d0315b02aeb
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Tue Mar 8 12:38:17 2016 +0000

    Updated Brazilian Portuguese translation
    (cherry picked from commit d943e0a9fa9cbfaf36332e006a68415143c56f9b)

M	po/pt_BR.po

commit 26a397175b87900d8eb820447febfd6ec43b347a
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Mar 8 10:28:25 2016 +0100

    Updated German translation

M	po/de.po

commit 9c442edf30aedc33ed3836abebf3afc2f856677c
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon Mar 7 22:40:58 2016 +0000

    Updated Swedish translation
    (cherry picked from commit ed0bb57a97213edddaf0cbfc948dad5f5e3eddbf)

M	po/sv.po

commit f44db069fb495e903aea0147d557ee3f0a40e011
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 7 17:20:49 2016 -0500

    util: fix bug leading to cleared child environment
    
    The code was trying to initialize the environment with g_listenv
    the first time it was run, but instead, ended up using a cleared
    environment everytime.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754941

M	gnome-session/gsm-util.c

commit 97d413f2182971248cef28f949ca787194e677b8
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 7 15:54:46 2016 -0500

    autostart-app: initialize i from previous commit
    
    We weren't initializing it to 0.
    
    This commit changes the while loop to a for loop to
    make room for  a natural place to initialize i.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754941

M	gnome-session/gsm-autostart-app.c

commit 759b2b597196574444f85e99b16331bd0acb1510
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 7 15:41:10 2016 -0500

    main: don't use g_setenv after start up
    
    It's not threadsafe and gettext makes us crash, so maintain child
    environment separate from process environment.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754951

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-fail-whale.c
M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h

commit 3f4b96b76d6444f6bf7c0bc0a342b30a4cdcba24
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Mar 7 20:39:03 2016 +0000

    Updated Slovak translation
    (cherry picked from commit 0b9d80393469e2c9fedc19fb9267cc5e7f0d50f5)

M	po/sk.po

commit e4ed5b44571ec146825b2b5e2d3248cb7c25ca18
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 7 14:57:22 2016 -0500

    configure: prerelease bump to 3.21.1
    
    We branched gnome-3-20 early to accomodate switching the default
    session back to Xorg.
    
    This commit bumps configure 3.21.1 to minimize confusion on
    which branch is for what purpose.

M	configure.ac

commit 47f7cbda9b4135ab59e2efa4e4294588c3f9dd51
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:   Sun Mar 6 11:46:07 2016 +0000

    Updated Greek translation

M	po/el.po

commit ec028787ce705acd23de027abac742cd0b063920
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Mar 5 17:50:51 2016 +0000

    Updated Finnish translation

M	po/fi.po

commit fd7e9fda189e333686ed9e3a78ad3bc56cb864fe
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 4 14:57:42 2016 -0500

    configure: bump to 3.19.91

M	configure.ac

commit 15e5ba8386f00e2f8a804dddc65423a514c0e685
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 4 14:59:37 2016 -0500

    NEWS: update for release

M	NEWS

commit 58c9323ea7b8e51f19449f596bb6826e7600c020
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 4 14:43:15 2016 -0500

    manager: don't wait for all clients to exit before exiting
    
    If a client gets hung up, we shouldn't hold up going to login screen.
    It means making a bug in a single client break the desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750508

M	gnome-session/gsm-manager.c

commit 58ce163d2c2b6167e7dbebf9215cee8f8dfddbc5
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 4 14:11:30 2016 -0500

    manager: don't allow inhibitors to block forced logout
    
    If logout is forced, inhibitors shouldn't stop it !
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750508

M	gnome-session/gsm-manager.c

commit c2fafac76fd8c5516e98521705734544099ec368
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 16:00:13 2016 -0500

    manager: fix app id check for gnome-shell
    
    Its app id was updated a while ago.

M	gnome-session/gsm-manager.c

commit 9f400f13c7563d5abca4f591d063fd436e4095af
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 15:55:11 2016 -0500

    gsm-autostart-app: get app id from g_app_info_get_id
    
    Right now we're trying to munge the filename, which is
    silly since there's api to get the id.

M	gnome-session/gsm-autostart-app.c

commit e83da6fb3c9307895226ae4812ac27b782a57600
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 15:18:39 2016 -0500

    manager: retry end session when inhibitor goes away
    
    If an inhibitor goes away, we should try to end the session again,
    since that inhibitor may have been the reason that the session
    hasn't ended yet.
    
    Also, we should reshow the dialog if relevant, so the user can pick
    a different inhibiting app from the list.

M	gnome-session/gsm-manager.c

commit 7ab626392233b7fde5f33bd5298d5515358d1290
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 13:38:51 2016 -0500

    manager: show dialog again if user requests logout again
    
    Right now we ignore requests to show the logout dialog if we're
    already shutting down.  This can make the desktop seem broken in
    some situations.
    
    Always show the dialog if the user asks for it.

M	gnome-session/gsm-manager.c

commit afa21fb4f0749c62dc625d1f709984234e220d89
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 10:00:51 2016 -0500

    shell: deduplicate shell signal logic
    
    Anytime the shell sends us a signal about the end session dialog
    we need to do the same things:
    
    1) stop listening for new inhibitor updates
    2) stop any queued operations for redisplaying the inhibitor dialog
    3) emit the signal to on the gsm-shell object so other parts of the
    code can listen for.
    
    We currently have a separate signal handler for every signal, and
    they all do they same thing.  Well, they're supposed to anyway, some
    bits are erroneously missing from some of the handlers.
    
    This commit consolidates all the code, so we don't have it reimplemently
    badly in several places.

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell.c

commit 3254e1138a2b7f0e95f0c25f1ffdc70302b44d86
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Mar 4 00:22:19 2016 +0100

    Updated Polish translation

M	po/pl.po

commit 79ab4f2fe0f36dc86e96d19dd10ff14b47b04050
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Mar 3 10:50:45 2016 -0500

    manager: get rid of global NameOwnerChanged handler
    
    Listening for NameOwnerChanged on the bus is costly, since it means
    waking up basically any time any program is started or exists.
    
    This commit changes the code to instead create individual watches,
    instead of one global watch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753309

M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-inhibitor.c
M	gnome-session/gsm-manager.c

commit 837f237c51308a15b4c7dd61c122a4a70af5a6c9
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Thu Mar 3 21:56:22 2016 +0200

    Update Latvian translation

M	po/lv.po

commit 50f09c9f90ff83fe3662996971579fe05de99fd3
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sat Feb 27 17:56:40 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit e833cd1b88ca2107d9ff41f452518934556a5427
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 25 10:05:17 2016 -0500

    main: eek uppercase Ts

M	gnome-session/main.c

commit 971baf2e225abc5a67bd0c149f4cbfdb0ef8c549
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 25 10:02:16 2016 -0500

    main: tell Qt applications to look like GNOME
    
    If the user is logging into GNOME then QT applications run in the
    session should integrate as good as possible.
    
    According to KDE folks, the best way to achieve that is to set
    
    QT_QPA_PLATFORMTHEME="qgnomeplatform"
    
    This commit does that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762681

M	gnome-session/main.c

commit dc76055447bdff788060e0f59e5e19781c57a1ac
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 23 20:27:46 2016 +0100

    Updated Galician translations

M	po/gl.po

commit 37e9c07206f8796a226039e14a1263e5755071f4
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Feb 23 13:11:14 2016 +0200

    Updated Ukrainian translation

M	po/uk.po

commit 6de471c3bf8040ebbc59fa500e1073559565c20f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Feb 19 20:14:35 2016 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit fa79d79d4a4357b4160a540c69f884b744f99a24
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Feb 19 18:40:09 2016 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 8feda25e836de5ed54069e23dac449716a482085
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Feb 18 12:26:37 2016 +0000

    Updated Italian translation

M	po/it.po

commit 0dcc72508d57301f4a039395775a2524119c27cf
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Feb 13 06:28:41 2016 +0000

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit 11c7b983b11bc0686586e845ebc0adf2086654dd
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Mon Feb 8 09:00:20 2016 +0000

    Updated Kazakh translation

M	po/kk.po

commit 05141701238805e7b464ea79f1046d570b313349
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Feb 8 07:08:34 2016 +0000

    Updated French translation

M	po/fr.po

commit c399f80444559e23fa9112843c227c2e5e970c2b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 6 16:10:17 2016 +0100

    Updated Polish translation

M	po/pl.po

commit 3cf8ff4b1578198f2664649a60edd0f0e4772724
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Feb 2 17:52:45 2016 +0100

    Updated Slovenian translation

M	po/sl.po

commit 638071ae61761dac65e8b9741e30ab4456c9cff4
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Wed Jan 27 10:17:35 2016 +0000

    Updated Friulian translation

M	po/fur.po

commit 6af1c52ad87901837c9c7a5ca8d94ca4c5bac35f
Author: Balázs Meskó <meskobalazs@gmail.com>
Date:   Mon Jan 25 11:13:35 2016 +0000

    Updated Hungarian translation

M	po/hu.po

commit caf6f52b795dc0928be0188015a8427dc1366887
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Fri Jan 22 07:44:03 2016 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 2c40efd9123e30ea56563e9a47073b633c596bb2
Author: Javier Jardón <jjardon@gnome.org>
Date:   Thu Dec 10 14:30:02 2015 +0000

    configure.ac: Remove EggSMClient leftover
    
    EggSMClient has been removed in commit
    ed6cca527eaac201d6eb4ba49839811e7764c97e
    
    https://bugzilla.gnome.org/show_bug.cgi?id=591690

M	configure.ac

commit dfd1076bff17ad12f6431e78492d7c73fe98808d
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 21 10:07:15 2016 -0500

    configure: bump to 3.19.4

M	configure.ac

commit 043ab3e3921d2cc9dd2d584d39b8ab88f5d47c4a
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 21 10:11:00 2016 -0500

    NEWS: update for release

M	NEWS

commit 6277bd5d94f94f6be38bc2ff54e290ecae209e79
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 21 10:05:22 2016 -0500

    main: add #include <locale.h> one more time
    
    Fixes build.

M	tools/gnome-session-quit.c

commit 73e9a246b52fd3287fac613ebe17dea5b9435c41
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 21 10:05:22 2016 -0500

    main: add #include <locale.h>
    
    Fixes build.

M	gnome-session/main.c

commit 788b64a7d99355e2b2c561dfb05ebf317a07a1e0
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Mon Jan 11 14:03:39 2016 +0800

    Call setlocale in main function of gnome-session-binary and gnome-session-quit
    
    It is required to correctly show translated messages on some locales.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760425

M	gnome-session/main.c
M	tools/gnome-session-quit.c

commit 91e74ccf2e6a28f53e181b18c59f4474b00ab483
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Jan 13 16:19:05 2016 -0500

    manager: restart gnome-shell on X11 if it crashes
    
    gnome-shell calls itself a DisplayServer for ordering reasons,
    and because we share one file between wayland an X11.
    
    gnome-session currently doesn't try to restart a DisplayServer if
    it crashes, since the presumption is the old session will come down
    with it.
    
    This commit restarts "display server" applications on anything but
    wayland, because they can't actually be a display server in other
    cases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760332

M	gnome-session/gsm-manager.c

commit e9d6bfe09e02134b36a01b88cc4c88489e1128ca
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Jan 16 15:24:38 2016 +0000

    Updated Slovak translation

M	po/sk.po

commit 1fb3a9fb2cde3e91d49fd7b2fb93af697c2b1173
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Jan 16 03:30:16 2016 +0000

    Updated Japanese translation

M	po/ja.po

commit 38a26f524a915ea149422769111e844d1f3afa9a
Author: Stas Solovey <whats_up@tut.by>
Date:   Fri Jan 15 10:04:52 2016 +0000

    Updated Russian translation

M	po/ru.po

commit 84626d82f709cd147b6c206d08136af4661ae8e4
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Jan 10 18:09:56 2016 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 7c55affe1098e7c56c2ddd35bac50f9e3d2b847c
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jan 4 12:27:30 2016 +0700

    Correct Akom's copyright years in header

M	po/th.po

commit 89869c2d9618622dac6bbda52d203a095bb5973a
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Mon Jan 4 11:34:08 2016 +0700

    Updated Thai translation.

M	po/th.po

commit dc3e0d7eabf158053fedfc923c4a78a6edc7f9ff
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Dec 31 17:38:59 2015 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 0c3b6508023d63d508cd15966817f6572166244c
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Dec 29 14:44:51 2015 +0100

    Updated German translation

M	po/de.po

commit 99ff5bb6685f344fae92696602e8663aca9755b6
Author: Michael Catanzaro <mcatanzaro@igalia.com>
Date:   Sun Dec 27 14:23:09 2015 -0600

    gnome-session-quit: Fix extra unref when power off is cancelled
    
    GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed
    
    The logout code already accounted for this, but it was missed for power
    off.

M	tools/gnome-session-quit.c

commit 695dc292219b42824f6e50aa74687d09cf60fd68
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:   Sun Dec 27 19:13:11 2015 +0100

    Update Aragonese translation

M	po/an.po

commit 2949a93251a50e1f6a14d17f4a3d22ba09b62fca
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Dec 20 14:56:13 2015 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 69deab283c96f5ed7ad5509c1f24489189fd3b14
Author: Sebastian Rasmussen <sebras@gmail.com>
Date:   Fri Dec 11 06:58:00 2015 +0000

    Updated Swedish translation

M	po/sv.po

commit a9d97fa64583dd40710438042595a692344aec1b
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sat Dec 5 23:31:12 2015 +0000

    Updated Turkish translation

M	po/tr.po

commit b4927603c0293e7128752e68eb872fbef92ad9c3
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Nov 23 07:12:29 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 38df03d3118f54c7f5ce68f7e09ed4154c698250
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Nov 18 14:59:45 2015 +0000

    Updated Finnish translation

M	po/fi.po

commit fe941863415740ec2b4544b0672408d1766f23b3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 17 18:52:34 2015 +0100

    Updated Spanish translation

M	po/es.po

commit 993f44e443d19251e5c6fe819f656df31d89c835
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Mon Nov 16 15:29:54 2015 +0000

    Updated Scottish Gaelic translation

M	po/gd.po

commit 33dbcfb9ac6191865bc8d00fcc8b16c50529b874
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Nov 15 19:59:03 2015 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 54e8e518010b16593994f712cb6c4aa209c6fb3f
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Nov 15 12:36:23 2015 +0100

    Updated Czech translation

M	po/cs.po

commit 6ea794c30dc8cafc5088a6de62afee0b9ab1f452
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sat Nov 14 07:56:44 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 73823c2afac20f12c94b1b34df7d78ac607a5226
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Fri Nov 13 12:01:18 2015 +0200

    Updated Hebrew translation

M	po/he.po

commit 858812a7ca0c582f4e8ff3705b97cf2643d5b5ea
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Nov 11 18:36:00 2015 -0500

    data: add GNOME on Xorg session
    
    Dave Airlie feels strongly that there should be a way
    to choose Xorg without editing config files.
    
    This commit adds back an Xorg entry.

M	data/Makefile.am
A	data/gnome-xorg.desktop.in
M	po/POTFILES.in

commit 9bbaf36dd8c8cf2bd2f6cd60eee493fe04e96edc
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Nov 10 10:52:20 2015 -0500

    configure: bump to 3.19.2
    
    We're not releasing yet, but I never did a 3.19.1,
    and I want to do a git snapshot with reasonable
    tarball version.

M	configure.ac

commit 9742cb9e9ffb2e5c6467130f064664b5ffc4abd9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Nov 10 01:24:12 2015 +0100

    Updated POTFILES.skip

M	po/POTFILES.skip

commit ac89373e4afdcfecbe06c7fe0a99b2d583b3effc
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Nov 6 10:22:01 2015 -0500

    Revert "Revert "autostart-app: give ever app its own journal id""
    
    Nice.  I didn't mean to revert the patch I was pushing.
    
    This reverts commit a8f8c4fd1382c97215a216abfee6c250535416b4.

M	gnome-session/gsm-autostart-app.c

commit 88584e96f306aea22c79e1fd770aebf0eaed7b0e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Nov 9 10:41:52 2015 -0500

    data: merge wayland and X11 session files
    
    The files are basically identical now, so just merge them
    together.

M	data/Makefile.am
D	data/gnome-wayland.desktop.in
D	data/gnome-wayland.session.desktop.in.in
M	po/POTFILES.in

commit 95cc97920b5701563921d61d9ce2fd90b9b887c6
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Nov 6 23:34:34 2015 -0500

    data: rename gnome-shell required component to org.gnome.Shell
    
    gnome-shell and gnome-shell-wayland have been consolidated, and
    now get dbus activated.  The new name is org.gnome.Shell.
    
    This commit changes the session files to reference org.gnome.Shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741666

M	data/gnome-wayland.session.desktop.in.in
M	data/gnome.session.desktop.in.in

commit 1526e965f68fe8e644b85be5f8e068a6818a4c13
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Fri Oct 9 14:37:04 2015 -0700

    Support PreDisplayServer phase
    
    To run gnome-keyring before gnome-shell is set up, so that
    gnome-shell can pick up it's own variables.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit 771dc6c12c051048fdb386703813081954e56492
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Wed Nov 4 09:36:44 2015 -0800

    gsm-util: avoid overwriting a env variable with itself
    
    This avoids a potentially thread-safety issue in our use of
    gsm_util_setenv() to push locale variables to DBus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	gnome-session/gsm-util.c

commit a8f8c4fd1382c97215a216abfee6c250535416b4
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Nov 6 10:18:24 2015 -0500

    Revert "autostart-app: give ever app its own journal id"
    
    This reverts commit 5449174a1618cc7637f8c3a96c0eeae679c55248.

M	gnome-session/gsm-autostart-app.c

commit 5449174a1618cc7637f8c3a96c0eeae679c55248
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Nov 5 09:41:16 2015 -0500

    autostart-app: give ever app its own journal id
    
    Right now all session output gets attributed to
    gnome-session which isn't very useful.
    
    This commit makes sure launched apps each get
    their own journal identifier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757571

M	gnome-session/gsm-autostart-app.c

commit 4ab09c39738adaaf16116b3bd82e47188b5483cd
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Oct 15 16:45:33 2015 -0400

    configure: bump to 3.18.1.2

M	configure.ac

commit bd446274e638754c947702d2ee06f704c4a075b3
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Oct 15 08:40:51 2015 -0400

    build-goo: generate shell script wrapper in different way
    
    Using configure to generate the wrapper doesn't work unless
    we switch to AS_AC_EXPAND or something since the libexecdir
    won't fully expand to an absolute path by default.
    
    This commit drops the idea of using configure to generate
    the wrapper and instead falls back to good old sed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756633

M	configure.ac
M	gnome-session/Makefile.am

commit 445b9075115ecd5b6d20170f1fc0435e05beadfa
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 15:32:59 2015 -0400

    configure: bump to 3.18.1.1

M	configure.ac

commit 85626385ff8617fca32f8828145588dd45683126
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 15:32:44 2015 -0400

    NEWS: update for release

M	NEWS

commit c9eec29ea4228de8f90f94e9a2124a6cbc1ebf00
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 14:32:03 2015 -0400

    main: fix typos I introduced
    
    I reworked some of Giovanni's code and introduced
    a few typos in commit 6b8d94ae13b2bec1db1bcff4ab4cc67bf63fda9f
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	gnome-session/main.c

commit b0001177c828db2331c03c74a97e87780ba37a8e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 11:51:14 2015 -0400

    configure: bump to 3.18.1

M	configure.ac

commit a121230380eddccbe4473b4b559d254f76745e4f
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 11:50:47 2015 -0400

    Version 3.18.1
    
    * No longer stash environment in $XDG_RUNTIME_DIR/gnome/environment
    * Set SSH_AUTH_SOCK explicitly for wayland sessions
    * Set LC environment variables up front, so g-s-d doesn't have to do
      it and hand it back to us later
    * Set IBus environment variables too
    * Translation updates

M	NEWS

commit 6b8d94ae13b2bec1db1bcff4ab4cc67bf63fda9f
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Fri Oct 9 14:54:42 2015 -0700

    Make sure we use the local gio vfs in gnome-settings
    
    So that we don't accidentally start gvfsd too early
    
    Patch slightly modified by Ray Strode to preserve
    original glib environment variable values.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	gnome-session/main.c

commit 39f146e6c5727105a3c88c2290654c6ef83102c5
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Fri Oct 9 14:49:04 2015 -0700

    Read and apply LC_* environment variables from GSettings
    
    Before anything else runs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	configure.ac
M	gnome-session/Makefile.am
A	gnome-session/gnome-session.in
M	gnome-session/main.c

commit a8896ccad65583885735a04205351f48a42f29ae
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 10:53:39 2015 -0400

    main: set SSH_AUTH_SOCK explicitly in wayland sessions
    
    Until we can get a more complete environment variable
    propagation story figured, implement a quick hack
    for the most pressing one, SSH_AUTH_SOCK.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738205

M	gnome-session/main.c

commit 3c26d87bd89128a1bd5859f90adc028fcbee5e8e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 10:06:35 2015 -0400

    Revert "gsm-util: save environment to $XDG_RUNTIME_DIR/gnome/environment"
    
    This reverts commit db7ce81e9acd5859cb929496e39880d8b4fdc1bf and
    commit a50a182ef66c58896ba6d8a5d393fb898ece2bbf.
    
    We're probably going to solve this problem a different way.

M	gnome-session/gsm-util.c

commit 8c277825f106f051f806f496a944534342410a4e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 09:43:15 2015 -0400

    configure: bump minimum library requires to 3.18 ones
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756546

M	configure.ac

commit 9af8474a027edecf7c73827964fd88bc960266d6
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Wed Oct 7 05:31:40 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit aacfb5d64b7cc4910f858cf8efb2eafdf2b404ac
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Mon Oct 5 17:08:32 2015 +0000

    Updated Finnish translation

M	po/fi.po

commit a50a182ef66c58896ba6d8a5d393fb898ece2bbf
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Sep 17 08:03:10 2015 -0400

    gsm-util: fix leak in new gsm_util_save_environment function
    
    gsm_util_save_environment calls g_get_environ() without calling
    g_strfreev() on the result.
    
    This commit addresses the problem by using the environ external
    variable, directly, instead, and avoiding the allocation
    altogether.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738205

M	gnome-session/gsm-util.c

commit e5c28ee81c91d659e592de55e0fc42e8e936d128
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 16 22:23:29 2015 -0400

    configure: bump to 3.17.92

M	configure.ac

commit b91bc6dff940348b12273abbaf6c77574871904d
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 16 22:23:17 2015 -0400

    NEWS: update for release

M	NEWS

commit db7ce81e9acd5859cb929496e39880d8b4fdc1bf
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 16 14:51:20 2015 -0400

    gsm-util: save environment to $XDG_RUNTIME_DIR/gnome/environment
    
    Environment variables are problematic because they require a parent
    child inheritance model, but they're often used in a per-session scope.
    
    gnome-session provides a mechanism for children to affect the
    environment of future siblings via the SetEnv dbus method call.
    Unfortunately that change does not affect existing siblings, or their
    offspring.
    
    This commit centralizes gnome-session's environment into a file,
    
         $XDG_RUNTIME_DIR/gnome/environment
    
    so other components in the session can ensure their children get the
    most up to date environment possible.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738205

M	gnome-session/gsm-util.c

commit e9310040c25d7e8eb4dc43b7fc7dcff71dbc7cab
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Sep 11 23:55:06 2015 +0430

    Updated Persian translation

M	po/fa.po

commit e2e566ce08bb4bc4a595be24038fdab47fb4e7fb
Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
Date:   Mon Aug 24 18:03:21 2015 +0200

    Updated Dutch translation Master 3.18

M	po/nl.po

commit 2feb84095cd8f078ca159a1e7a8737f96b011c09
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 24 16:15:36 2015 +0200

    Updated Polish translation

M	po/pl.po

commit 89a0b1673dbb9487cfc1cc350bedc2f06dd3e66c
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sun Jul 26 08:52:40 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 8d6ddd71f4871686ec54d204650fb08a89c7be38
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Jul 5 12:51:13 2015 +0000

    Updated Friulian translation

M	po/fur.po

commit 455fa5eb5700f6aa96f5e0f247fcd1f0031aa106
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Jun 29 22:26:33 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit 6c839246cfa021afc3a8bcb328b41801743da6a0
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Mon Jun 22 17:52:39 2015 +0200

    Updated Romanian Translation

M	po/ro.po

commit 6e306120ff06db8bda370a9c971cf1f042076fd9
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Thu May 21 14:56:42 2015 +0700

    Updated Thai translation

M	po/th.po

commit ab6dc4640901e04a25771a95324fc9dea04cad47
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun May 10 13:03:07 2015 +0000

    Updated Occitan translation

M	po/oc.po

commit 4ecce19f432a781a27d2a90528577275e8f26585
Author: laurent Soleil <contact@laurent-soleil.com>
Date:   Tue Apr 28 13:19:08 2015 +0000

    Updated Occitan translation

M	po/oc.po

commit a3c0ac9134b4dd6712faa4c6424d4c64f0e6410e
Author: Jakub Steiner <jimmac@gmail.com>
Date:   Thu Mar 26 14:35:18 2015 +0100

    icon: provide a symbolic variant of the app icon
    
    Since 3.16 the high contrast accessible theme is
    covered by the recolorable symbolic variant of the app icon.
    
    The symbolic size has been introduced to hicolor to cope with
    the nominal size of 16x16 rather than the backward compatible
    128x128.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746811

M	configure.ac
M	data/icons/Makefile.am
A	data/icons/symbolic/Makefile.am
A	data/icons/symbolic/session-properties-symbolic.svg

commit e0e53710ebae47d41f2454ca8895395d1cc788d0
Author: Hajime Taira <htaira@redhat.com>
Date:   Sun Mar 29 19:57:53 2015 +0900

    l10n: Update Japanese translation

M	po/ja.po

commit cf4083afd4533fffb59e46d2bdc47f6c3fac06f7
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 23 13:27:29 2015 -0400

    configure: bump to 3.16.0

M	configure.ac

commit 4869fafdf2073b396dfe9739a32ea2def59dd468
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 23 13:27:20 2015 -0400

    NEWS: update for release

M	NEWS

commit 9ae7a269ee0fc39aaeaa408044837c3d8f9f5b85
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 18 07:45:13 2015 -0400

    configure: bump to 3.15.92

M	configure.ac

commit d393009004328093a21651d4f1f517d00024a97d
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 18 07:44:52 2015 -0400

    NEWS: update for release

M	NEWS

commit bbb3eb1cf80e051a12d3677507c7dbde119ce4dc
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Mar 15 16:54:59 2015 +0100

    Updated Danish translation

M	po/da.po

commit 4d0d1f5b6b5df1d1e2cf340ee4ad50c1b8843acf
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sun Mar 15 08:57:27 2015 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

M	po/vi.po

commit fc9d5244ef0da2858cd870884f29c27167451d93
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Mar 13 21:49:04 2015 -0500

    Translation pa updated for Gnome

M	po/pa.po

commit 7bbd3b917e4711cab924836386fecd02b30659f1
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Mar 13 21:38:26 2015 -0500

    Translation pa updated for Gnome

M	po/pa.po

commit 2decad166a41029731addcd362b1b2d039edf1db
Author: Samir Ribic <samir.ribic@etf.unsa.ba>
Date:   Fri Mar 13 15:46:21 2015 +0000

    Updated Bosnian translation

M	po/bs.po

commit 6aceafae9bd59210571c781e252df0a893724866
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Fri Mar 13 14:34:44 2015 +0200

    Updated Latvian translation

M	po/lv.po

commit 7a3f55e4eb7d9b2c011f4457c5f05c94a22dbd6b
Author: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>
Date:   Wed Mar 11 17:01:13 2015 +0200

    Finnish translation update

M	po/fi.po

commit f976a597890ba08d693f1c1190352244b7820bec
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Tue Mar 10 20:34:45 2015 +0000

    Updated Italian translation

M	po/it.po

commit 79662d2e7e210ff1f3541e571f254b7e2fa9f606
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Mar 10 06:03:16 2015 +0000

    Updated Tajik translation

M	po/tg.po

commit 635d6f641afc0ad4e983d61afe0967bd1e9209b3
Author: Tim Lunn <tim@feathertop.org>
Date:   Tue Mar 10 08:26:12 2015 +1100

    fail-whale: use correct gspawn flags
    
    without this the GChildWatchFunc callback never fires
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745707

M	gnome-session/gsm-fail-whale.c

commit 5925f9c8fcb3d79651103ae4538e99477cd7027c
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Mon Mar 9 19:03:54 2015 +0200

    Updated Bulgarian translation

M	po/bg.po

commit cd84c507fc692536562d3f1934d01f00612b6be8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 6 18:13:40 2015 -0500

    manager: don't connect to systemd until exported on bus
    
    We now properly resync our active state after being exported
    over the bus, but we still have a signal connection set up
    prematurely.  If it did get called, it would lead to scary
    messages on the console.
    
    This commit moves the signal connection down to the same place
    we test our active state at startup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745762

M	gnome-session/gsm-manager.c

commit cf408335c891b41824f2071ec8433490d735e399
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 6 18:13:40 2015 -0500

    Fix SessionIsActive property
    
    GsmSystemd emits its cold-plug notify::active signal out of
    init(), giving GsmManager no chance to connect its signal handler
    in time to catch the initial emission. And even if we did,
    the GsmManager handler can only operate once the skeleton object
    exists.
    Therefore, do our own cold-plug after creating the skeleton.
    
    This is fallout from the GDBus port.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745762

M	gnome-session/gsm-manager.c

commit 355d1ca947c219d2d87d30b60b0690f474a7adb7
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 9 10:48:18 2015 -0400

    fail-whale: fail if the fail whale fails
    
    If we don't have a wayland session then we don't have a way
    to show the fail whale.  If we don't have a way to show the
    fail whale, then we should just die.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745707

M	gnome-session/gsm-fail-whale.c

commit e30fa72ef3f0fb92182882d1a68237447c24e40b
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Mar 7 08:05:29 2015 -0500

    Update Catalan translation

M	po/ca.po

commit 5ec79fdb2c5c999363598a06ea7d4c7d3675582e
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Mar 5 22:22:11 2015 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 9e4f4df2b101335e523f1d41ea1cd72eecbe0961
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Thu Mar 5 18:24:05 2015 +0900

    Updated Korean translation

M	po/ko.po

commit 4af3f8739cc6d6a607e59415ee55cf0f09b5b1b2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 4 22:58:02 2015 +0100

    Updated Polish translation

M	po/pl.po

commit 9f40b2c3e3d51ae7a5fd10a42f5c7377046d8e11
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Mar 4 19:41:40 2015 +0100

    Updated Czech translation

M	po/cs.po

commit 5be1fafc4958fe1ff00af206a2498b7d86574515
Author: Tong Hui <tonghuix@gmail.com>
Date:   Wed Mar 4 17:07:24 2015 +0800

    Update simplified Chinese translation

M	po/zh_CN.po

commit 9b225c48b00649a99ea3ece1b04a52a164cb4d4a
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Feb 24 22:44:13 2015 +0200

    Updated Ukrainian translation

M	po/uk.po

commit d4b969f949511f4993ba498341f3653084de4939
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Feb 23 23:00:24 2015 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 0968b9f747edee6751d17e838b143847187953ac
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Feb 21 10:17:21 2015 +0000

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit 23a3153dccc16023ae9dbfad1da152a1028dbc5e
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Feb 19 11:05:43 2015 +0000

    Updated French translation

M	po/fr.po

commit b472f84e4c6901d9a2c4fe3eb96dd5db9b23a28c
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:   Thu Feb 19 10:56:57 2015 +0100

    Updated Galician translations

M	po/gl.po

commit 8e9dbe653ceab0de0d6858ab4e6d17c573942f3a
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Feb 18 21:03:19 2015 -0500

    configure: bump to 3.15.90

M	configure.ac

commit 45d9ea33651a8c6922af67b9fcd60f1db5225668
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Feb 18 21:06:54 2015 -0500

    NEWS: update for release

M	NEWS

commit 51c36a170eeae28a5093c0d8f55793fee22ac283
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Feb 18 13:44:33 2015 -0500

    manager: handle autorestart app death before registration
    
    Right now we rely on autorestart apps to get their death
    handled when they disconnect from the bus.  This only works
    if they've registered, though.
    
    This commit makes sure the restart_app codepath gets called for
    autorestart apps even if they haven't registered yet.
    
    (This commit makes gnome-session exit if the display server couldn't
     be started)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744752

M	gnome-session/gsm-manager.c

commit fdaa1e72d87486c2bf4448f6d7145497b8400a8e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Feb 18 13:42:46 2015 -0500

    app: changed registered from signal to property
    
    This will let us query it after the fact.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744752

M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-manager.c

commit b88aa0a9b2b97eddf0cf73f67c650baf96d78710
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Feb 18 13:42:04 2015 -0500

    app: drop unused variable from state struct
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744752

M	gnome-session/gsm-app.c

commit 55ac8648c3ab407964cb4dd2599c9507e5c1454d
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Wed Feb 18 15:55:38 2015 +0000

    Updated Swedish translation

M	po/sv.po

commit b150f649973edca8b22fb5e42e733e1ca4f95b4d
Author: Efstathios Iosifidis <iefstathios@gmail.com>
Date:   Sat Feb 14 17:31:37 2015 +0200

    Updated Greek translation

M	po/el.po

commit 3474df12baedcdf09743cdff60e59b4b78539601
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Feb 10 16:34:38 2015 +0000

    configure.ac: Add support for new versions of systemd

M	configure.ac

commit 511986798d0803879d87f298c796d2593cc03ddf
Author: David King <amigadave@amigadave.com>
Date:   Thu Jan 29 22:01:48 2015 +0000

    manager: Drop unnecessary dbus-glib include
    
    Fix the build when dbus-glib is not available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743718

M	gnome-session/gsm-manager.h

commit aa7b8ab724ef4fb110d19e197bfc9396b541f55a
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun Feb 1 14:21:40 2015 +0100

    Updated Esperanto translation

M	po/eo.po

commit 04ca9240ecfe8bb215cd34b7253de110d2269973
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 29 10:53:20 2015 -0500

    configure: bump to 3.15.4

M	configure.ac

commit f7951ac4ffd4671ad552fb5714f5c9e178ca3670
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jan 29 10:53:02 2015 -0500

    NEWS: update for release

M	NEWS

commit 6c31020ee9cdc2304fc20cc1267cd1afb63c8d7a
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:   Thu Jan 22 19:18:14 2015 +0100

    Update Aragonese translation

M	po/an.po

commit 0f61180752dfc3b929c853f17a9cc1457d7d373e
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Thu Jan 22 14:20:01 2015 +0000

    Updated Icelandic translation

M	po/is.po

commit 8fe2c7f56871845ef988dd6ef8a572217fc5807b
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Jan 20 21:34:31 2015 +0000

    Updated Friulian translation

M	po/fur.po

commit 8e6cecaa16f870bfd843acc1fc3a75b1214c6ebb
Author: Bernd Homuth <dev@hmt.im>
Date:   Sat Jan 10 20:39:07 2015 +0000

    Updated German translation

M	po/de.po

commit 837a0bfcc44d104ff48285077f3a3e8e01ecc29a
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 5 13:41:47 2015 -0500

    manager: add back session-name property
    
    It got stripped out in the gdbus port, but it's used internally.
    
    Fixes memory corruption crasher
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/gsm-manager.c

commit 68b5097c5c31ee69b7234104d976676cf9b9e534
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 26 18:25:37 2014 +0100

    Updated Slovenian translation

M	po/sl.po

commit 0befc0140f994928b6bb76793f93db417402f4b9
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Dec 24 04:50:06 2014 +0000

    Updated Indonesian translation

M	po/id.po

commit 322e753593c7453874892af63115806fdf8c396b
Author: Stas Solovey <whats_up@tut.by>
Date:   Tue Dec 23 13:52:27 2014 +0000

    Updated Russian translation

M	po/ru.po

commit 297a4232f51a3f584389cfc4a4e0e6880cc769d1
Author: Ricardo  Barbosa <barbosa.cisco@gmail.com>
Date:   Tue Dec 23 02:34:00 2014 +0000

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 2138d5d9c5fb1728ade9ef182ff5d1df4bb5efa3
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Dec 17 15:42:03 2014 -0500

    main: support GNOME_SESSION_DEBUG=0 and GNOME_SESSION_DEBUG=1
    
    rpmatch curiously doesn't grok 0 and 1 as no and yes.  This commit
    throws atoi into the mix to cover those cases.

M	gnome-session/main.c

commit c3c3f2b97897784d6268653cb1d46d29688ac3bd
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Dec 17 15:14:05 2014 -0500

    autostart: don't set DISPLAY in autostarted apps for wayland sessions
    
    DISPLAY is an X11-ism, and is unset for wayland.  This was leading to
    log spew.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741679

M	gnome-session/gsm-autostart-app.c

commit 41d7c84c5c6f9c2c3e152664b4adb82bc9d1f078
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Dec 17 15:06:24 2014 -0500

    main: allow turning on debugging from environment variable
    
    having to pass --debug is pretty onerous for the user given the
    user doesn't normally run gnome-session directly.
    
    This commit lets users throw GNOME_SESSION_DEBUG=yes into
    /etc/environment

M	gnome-session/main.c

commit e95bbf6394a5a53181953c12c5800fbd79f25370
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Dec 17 16:30:11 2014 +0100

    Updated Basque language

M	po/eu.po

commit 383fdeb77183a18544e476569ec10feca09ac7d2
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Dec 15 16:21:21 2014 -0500

    configure: bump to 3.15.3

M	configure.ac

commit 50aa7836fa73d323fdbd7039af8be5d7a6eb9814
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Dec 15 16:21:12 2014 -0500

    NEWS: update for release

M	NEWS

commit 5d1b175b9898a507daf73c3d90f8939c93f74ef1
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Dec 14 14:05:46 2014 +0000

    Updated Kazakh translation

M	po/kk.po

commit db77b3ef67acf651aafdb950db6a1f0ce506cd46
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Dec 12 10:35:54 2014 -0500

    fail-whale: clean up some deprecations

M	gnome-session/gsm-fail-whale-dialog.c

commit d8428e2bb6b53c240cadae5b1a9a68ba2daef01f
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Dec 12 10:23:55 2014 -0500

    whitespace clean up
    
    Removes tabs everywhere

M	gnome-session/gsm-app.c
M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-presence.c
M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-xsmp-client.c
M	gnome-session/main.c

commit 24ba982d88c108da186593da729a9e67e0f83441
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 20:51:20 2014 -0700

    build: don't depend anymore on dbus-glib
    
    All the code with the exception of the ConsoleKit helper is now ported
    to GDBus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	configure.ac

commit b47a3a3c4001dbc8743880c27dab371ba0494c5d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 19:55:33 2014 -0700

    tests: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/test-client-dbus.c
M	gnome-session/test-inhibit.c

commit d638df1f2f049655bc71cbbf351bcd06686ed953
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 20:48:44 2014 -0700

    gsm-system: allow disabling ConsoleKit backend
    
    This allows a dbus-glib-free compilation of gnome-session when the
    ConsoleKit backend is not in use.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	configure.ac
M	gnome-session/Makefile.am
M	gnome-session/gsm-system.c

commit 083a4a46e7cf0aa2c7fe35ca379b6c58adb14245
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 21:56:45 2014 -0700

    gnome-session-quit: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	tools/gnome-session-quit.c

commit 1a10239eb76cce3226819e0bdb70c5b9e91cfa34
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 21:50:22 2014 -0700

    gsm-util: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/gsm-util.c

commit ff0eae6cbf5f520001415ef7b684ec7be5433e51
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 21:35:37 2014 -0700

    gsm-autostart-app: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/gsm-autostart-app.c

commit 687e6931361140560280724fe8b13290fce0cfa3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 20:46:52 2014 -0700

    gsm-shell: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/gsm-shell.c

commit 45299eba6686f621b6796ab1df510a7364839d9d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 19:31:42 2014 -0700

    gsm-presence: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-presence.c
M	gnome-session/gsm-presence.h

commit f91274d2274344cdf4a18a59ec2647fa5755e66f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 18:52:54 2014 -0700

    gsm-inhibitor: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-inhibitor.c
M	gnome-session/gsm-inhibitor.h

commit dfd907801332a96d8673ebbc75a5a126e4f61ac4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 18:30:11 2014 -0700

    gsm-app: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h

commit 96ce81a479cbd7f8c42c34b9eef7b05913844726
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 17:12:45 2014 -0700

    gsm-dbus-client: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-dbus-client.h

commit 8ce2bbb46aca488c3e63eba1504d08115d66b464
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 16:19:56 2014 -0700

    gsm-client: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-client.c
M	gnome-session/gsm-client.h

commit a7c3b0208c37cbebd99cba3b8598b8b91bdc212d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 15:54:31 2014 -0700

    gsm-manager: port to GDBus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/Makefile.am
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/main.c
M	gnome-session/org.gnome.SessionManager.xml

commit 82fde2ab09c3f1ccb1875eb084154f9248a57acd
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Dec 11 14:00:16 2014 -0500

    gsm-manager: drop unused variable

M	gnome-session/gsm-manager.c

commit d742b07691788d52c640a42bb9b2ded7a8643489
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Dec 12 10:09:24 2014 -0500

    gsm-util: detabify

M	gnome-session/gsm-util.c

commit 4418042cf5cf91b5d23fe13912c8e7939b44f62a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 19:32:40 2014 -0700

    build: remove old EggSMClient leftover
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	configure.ac

commit 42111b2261ef199aea1ddf1a227dcc50659072a3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Oct 25 15:54:17 2014 -0700

    gsm-consolekit: fix GCC warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622924

M	gnome-session/gsm-consolekit.c

commit 1429d700ac3fbe96922689ac53866c5c171a1025
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Thu Dec 4 09:01:55 2014 +0000

    Updated Turkish translation

M	po/tr.po

commit 9626362217dd4aac1af7234cc18644b6cb09514e
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Sun Nov 30 15:22:51 2014 +0000

    Updated Hungarian translation

M	po/hu.po

commit 377af74fdc7c1c1a6fbb93a5dceb5ce20761292e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Nov 26 13:16:20 2014 +0100

    Updated Spanish translation

M	po/es.po

commit ffa66d6ac0a4cf4504820202378e827b1fe10d1b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 25 23:28:35 2014 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 41a3c580f038c73c97f20cbba2421b6c01472669
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Nov 24 17:14:21 2014 +0000

    Updated Slovak translation

M	po/sk.po

commit f8843cdfa027f745cce654b2014717605cc29395
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Mon Nov 24 19:07:09 2014 +0200

    Update Hebrew translation

M	po/he.po

commit d44fe3181c82f4739fc37b745f6f0ac7b6f36efa
Author: Mike DePaulo <mikedep333@gmail.com>
Date:   Sun Nov 9 10:53:49 2014 -0500

    Add new commandline option - disable-acceleration-check
    
    Some other lines were moved around so that debug logging will work
    at the time of acceleration check.

M	gnome-session/main.c

commit 3442740ad4808f91fb857fb2dda3c24992f0bbdf
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 14 09:49:21 2014 -0500

    autostart: validate autostart condition gsettings key
    
    gnome-session will crash if fed a desktop file with an
    autostart condition that references an invalid key for
    a given schema.
    
    This commit validates that the key associated with the
    autostart condition is defined in the schema and defined
    to have a boolean type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740119

M	gnome-session/gsm-autostart-app.c

commit 331ed06ea0a396dfafd3c6e773eecd17e2b89b9d
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Fri Nov 14 08:56:01 2014 +0700

    Update Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

M	po/vi.po

commit b49225ec5ec1eb9871e06b5775bc0e8c28bbe666
Author: Saibal Ray <sray@redhat.com>
Date:   Wed Sep 24 07:52:41 2014 +0000

    Updated Bengali (India) translation

M	po/bn_IN.po

commit 8cc363ff9263d64dcf0f15c6ef6e9dcd778ee980
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 22 10:21:21 2014 -0400

    configure: bump to 3.14.0

M	configure.ac

commit 2c5e95a2105b785a8fb7c5836674a3371a6f9fed
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 22 10:21:06 2014 -0400

    NEWS: update for release

M	NEWS

commit 2d19843f83401d3c100c1aa2fbe0d370223aa787
Author: Rajesh Ranjan <rajeshkajha@yahoo.com>
Date:   Sat Sep 20 16:41:40 2014 +0000

    Updated Hindi translation

M	po/hi.po

commit 816bf198f43954e229aa924764e27a47c1be7072
Author: Shankar Prasad <prasad.mvs@gmail.com>
Date:   Thu Sep 18 11:18:38 2014 +0000

    Updated Kannada translation

M	po/kn.po

commit bd42a09c51321d985db465ca305c6b9b4dbbe432
Author: Saibal Ray <sray@redhat.com>
Date:   Wed Sep 17 05:56:51 2014 +0000

    Updated Bengali (India) translation

M	po/bn_IN.po

commit 0353b5854ce00b513dd39b2be35df1ca241f52e8
Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
Date:   Tue Sep 16 06:47:51 2014 +0000

    Updated Malay translation

M	po/ms.po

commit d51a34a6918b327d90a09b8fdad144008da4436c
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Sun Sep 14 17:55:00 2014 +0000

    Updated Nepali translation

M	po/ne.po

commit c1c3d1a39746730e18b57653d9dd97f50a5e452a
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Fri Sep 12 09:43:42 2014 +0530

    Updated Marathi Translations

M	po/mr.po

commit 137319663c8b46678e2d951d64ccda01845cd281
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Sep 4 09:38:47 2014 +0300

    Update Hebrew translation

M	po/he.po

commit c95cae7c05b06d98f8209db5cec642291df1aea2
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Wed Aug 27 09:32:01 2014 +0530

    Updated Telugu Translation

M	po/te.po

commit 1c8fa0ac0e01c44e7026939772ac86fd9e2a706a
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Aug 26 16:44:03 2014 +0530

    committed file

M	po/gu.po

commit aa74ea96b75f982d7dfde881752485562c7ef8cc
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Mon Aug 25 11:35:55 2014 +0000

    Updated Oriya translation

M	po/or.po

commit be269439de90fc174f2d47a5105ddf45e896ad2f
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Aug 14 05:46:04 2014 +0200

    Updated Friulian translation

M	po/fur.po

commit a7c955c8a07890c69021065e9c336f451aef918e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jul 31 19:14:38 2014 +0200

    doap: add <programming-language>

M	gnome-session.doap

commit 75c1a8d0d91d8d5c768bf530ef4228679b875f39
Author: Olav Vitters <olav@vitters.nl>
Date:   Wed Jul 30 16:31:04 2014 +0200

    doap category core

M	gnome-session.doap

commit a1ac414a84449b95af0ba68d93da3b8376fe92bf
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jul 18 16:53:20 2014 -0400

    configure: bump to 3.13.3

M	configure.ac

commit 5636431a6058abf931f43875fa89b86999a98e13
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jul 18 16:53:08 2014 -0400

    NEWS: update for release

M	NEWS

commit 050686830c13b541b3e86a4477ff1c35a70f21a4
Author: Ray Strode <rstrode@redhat.com>
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 <tomtryf@gmail.com>
Date:   Wed Jul 9 23:15:29 2014 +0000

    Updated Greek translation

M	po/el.po

commit ae971a3f237fdd6682613530fad1bdceff925421
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sat Jun 28 07:59:38 2014 +0300

    Updated Bulgarian translation

M	po/bg.po

commit bc89c695b4b97bb282369913965d75ab6e7a3dda
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sat Jun 7 21:38:36 2014 +0000

    Updated Turkish translation

M	po/tr.po

commit cc4e6190b632087ae0eee4b2875d6210953a04fd
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Sat Jun 7 20:33:21 2014 +0000

    Updated Swedish translation

M	po/sv.po

commit 1db085ce7e5197b28ab24a3ec54d888efe98fcb4
Author: Owen W. Taylor <otaylor@fishsoup.net>
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 <fmuellner@gnome.org>
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 <fmuellner@gnome.org>
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
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Apr 15 08:55:48 2014 -0400

    configure: bump to 3.12.1

M	configure.ac

commit 252798ff40f03ba605144f7d0c4d1fc2a57555d1
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Apr 15 08:55:28 2014 -0400

    NEWS: update for release

M	NEWS

commit ad66350c85280c2131409a058aba3e4fc306536d
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Mar 26 12:04:14 2014 -0400

    Don't disable ConsoleKit with new upower
    
    ConsoleKit is still useful, even if we can't suspend/hibernate using
    upower anymore.  Don't disable the whole thing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727099

M	gnome-session/Makefile.am
M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-system.c

commit e96cdd4650bfee891b8ea051210ac86fe503a49e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 15 14:24:35 2014 +0200

    Updated Spanish translation

M	po/es.po

commit 89ef9cd07a24a2794b783ec69a7a3532dca0af03
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 3 22:11:45 2014 +0200

    data: Add DesktopNames to the session files
    
    So that GDM can export the XDG_CURRENT_DESKTOP environment variable.
    
    See also  https://bugzilla.gnome.org/show_bug.cgi?id=727546
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727565

M	data/gnome-wayland.desktop.in
M	data/gnome.desktop.in

commit e0f152ab3c0bb73fabf816e99003bb7494b2a240
Author: Dirgita <dirgitadevina@gmail.com>
Date:   Thu Apr 10 03:48:12 2014 +0000

    Updated Indonesian translation

M	po/id.po

commit fa6f386ab9345934d6a4b25c88d58b59c332df53
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Apr 4 19:21:49 2014 +0200

    doap: update URLs

M	HACKING
M	README
M	gnome-session.doap

commit 2656156bdacef8b98df9a24c48666431044e6bdf
Author: Khoem Sokhem <sokhem@open.org.kh>
Date:   Thu Apr 3 08:29:17 2014 +0000

    Updated Khmer translation

M	po/km.po

commit 15351e90a735e249d2c2817c6d9591cdd1c5f192
Author: Khoem Sokhem <sokhem@open.org.kh>
Date:   Wed Apr 2 09:36:23 2014 +0000

    Updated Khmer translation

M	po/km.po

commit eae46ba9f18be8d17ce7aee92ab3d9a80a8eaef8
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 25 09:36:40 2014 -0400

    configure: bump to 3.12.0

M	configure.ac

commit 436b50af25e0b2e2a42066757d2ea7b5ca02240e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 25 09:36:15 2014 -0400

    NEWS: update for release

M	NEWS

commit 3723d3125cc4c984e036f901a9e3f64c2626d23e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 24 14:38:29 2014 -0400

    check-accelerated: always return success if wayland
    
    This command does a lot of things that assumes X is going to be around.
    It won't be in the wayland case.  For now, just assume the best
    and short-circuit to success.

M	tools/gnome-session-check-accelerated.c

commit 7be4b7c3044e0e1589dc907be7f0e2338855d0cd
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 19 18:26:21 2014 -0400

    configure: bump to 3.11.92

M	configure.ac

commit 5df77f91728fa6ec8e574cf64b546ef33aed5dc0
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 19 18:28:28 2014 -0400

    NEWS: update for release

M	NEWS

commit 3ff4d07f483cfb4c557ceb4e3f3014330d64f45e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 18 23:36:29 2014 -0400

    Revert "data: add X-GDM-NeedsVT=true to wayland xsession file"
    
    This reverts commit 16204920178d80c412c15230c26cf3cd8078a42f.
    
    The latest cut of wayland support in GDM doesn't have X-GDM-NeedsVT,
    it just "does the right thing" for files in /usr/share/wayland-sessions
    (versus files in /usr/share/xsessions)

M	data/gnome-wayland.desktop.in

commit cdca6393d524cb5c00aa106ae67fba81d0582fbc
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Mon Mar 3 12:01:43 2014 +0100

    Updated Friulian translation

M	po/fur.po

commit 05999faf3a842bc59950eec22fc30b9d8feeef89
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Feb 28 23:26:47 2014 +0200

    Update Arabic translation

M	po/ar.po

commit aa4c9d125012ae94154ce075d62342b63b41a7d9
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Tue Feb 25 19:28:16 2014 +0100

    Check stricter for presence of xtrans (with option to disable)
    
    Not having xtrans available during build results in gnome-sessions
    listening on remote TCP sockets (although not acting upon them).
    
    We strongly encourage the use of xtrans to minimize this surface. If
    using xtrans is not an option, it can be overruled by --without-xtrans.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725100

M	configure.ac
M	gnome-session/gsm-xsmp-server.c

commit f0779e688bab7c85ce34bfcf44ef2807807320fc
Author: Shankar Prasad <prasad.mvs@gmail.com>
Date:   Mon Feb 3 12:52:08 2014 +0530

    updated kn.po

M	po/kn.po

commit 7d455fdc1686d32d7e5628d26af1ac21bdaf2ddf
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 23 12:56:36 2014 +0100

    Updated FSF's address

M	gnome-session/gdm-log.c
M	gnome-session/gdm-log.h
M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-autostart-app.h
M	gnome-session/gsm-client.c
M	gnome-session/gsm-client.h
M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h
M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-dbus-client.h
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-fail-whale.c
M	gnome-session/gsm-fail-whale.h
M	gnome-session/gsm-icon-names.h
M	gnome-session/gsm-inhibitor-flag.h
M	gnome-session/gsm-inhibitor.c
M	gnome-session/gsm-inhibitor.h
M	gnome-session/gsm-manager-logout-mode.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/gsm-presence-flag.h
M	gnome-session/gsm-presence.c
M	gnome-session/gsm-presence.h
M	gnome-session/gsm-process-helper.c
M	gnome-session/gsm-process-helper.h
M	gnome-session/gsm-session-fill.c
M	gnome-session/gsm-session-fill.h
M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-session-save.h
M	gnome-session/gsm-shell-extensions.c
M	gnome-session/gsm-shell-extensions.h
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-shell.h
M	gnome-session/gsm-store.c
M	gnome-session/gsm-store.h
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c
M	gnome-session/gsm-systemd.h
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h
M	gnome-session/gsm-xsmp-client.c
M	gnome-session/gsm-xsmp-client.h
M	gnome-session/gsm-xsmp-server.c
M	gnome-session/gsm-xsmp-server.h
M	gnome-session/main.c
M	gnome-session/test-client-dbus.c
M	gnome-session/test-inhibit.c
M	gnome-session/test-process-helper.c
M	tools/gnome-session-inhibit.c
M	tools/gnome-session-quit.c
M	tools/gnome-session-selector.c

commit 75f8bada84ce504c1071d0ea40d788c2e863195a
Author: GunChleoc <fios@foramnagaidhlig.net>
Date:   Wed Jan 22 20:22:44 2014 +0100

    Added Scottish Gaelic translation

M	po/LINGUAS
A	po/gd.po

commit 8b4c691b02eb1c41e31e108e64d32988de2fb819
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jan 14 19:08:52 2014 -0500

    configure: bump to 3.11.4

M	configure.ac

commit d109f5e3338f9560d04f3f158fd6e4d8bbd23ab2
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Jan 14 19:08:36 2014 -0500

    NEWS: update for release

M	NEWS

commit 1504a2ab3edfd8d807200d3f3cd880431af7252f
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Mon Jan 6 17:32:03 2014 +0530

    Assamese translation updated

M	po/as.po

commit bf3f8922203552ce79a0c422ad4f306c01829c18
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Fri Jan 3 02:00:49 2014 -0500

    gsm-system: add a null backend
    
    Add a 'null' backend for gsm-system to deal with the case where we don't
    have systemd and our version of upower is too new.
    
    Without this fallback case, gnome-session segfaults on startup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721380

M	gnome-session/gsm-system.c

commit 3ca99fe9eda1c288d8f9c64ef61af6f1c3fe6a6c
Author: Jorge Pérez Pérez <jorgtum@gmail.com>
Date:   Sun Dec 22 21:15:50 2013 +0100

    Updated Aragonese translation

M	po/an.po

commit 6c715c7cf5af501d5f677ab704da2f8ac8929496
Merge: b6563e78 9cd64798
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 17 10:51:21 2013 -0500

    Version 3.11.3
    
            * Warning fixes
            * Use modern methods for finding gsettings schemas
            * fail whale size request fixes
            * Translation updates

commit 9cd64798234c26a8feb497ec98777cd57be0ff94
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 17 10:19:54 2013 -0500

    configure: bump for release

M	configure.ac

commit 5b00629e0617b6c5ce0b25d2ca8979e264e62709
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 17 10:19:39 2013 -0500

    NEWS: update for release

M	NEWS

commit b6563e7886709dc972b60552038502fb197eab7c
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Dec 11 01:29:23 2013 -0500

    shell-extensions: stop using g_settings_list_schemas()
    
    This commit drops another use of g_settings_list_schemas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720232

M	gnome-session/gsm-shell-extensions.c

commit a1136a42ea98d63645fdece63b1c1898c6d44686
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Dec 11 01:30:50 2013 -0500

    Add some G_GNUC_PRINTF annotations
    
    Fix clang build with -Werror=format-nonliteral.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720231

M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-util.h

commit 880379a8dd7181351ba49c579a5278d19eadc6b3
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Dec 11 01:29:23 2013 -0500

    gsettings: stop using g_settings_list_schemas()
    
    Stop using the old deprecated trick of listing and iterating over all
    the schemas.  Use g_settings_schema_source_lookup() instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720232

M	gnome-session/gsm-autostart-app.c

commit e6ed366240ee55d35d3c8f9deec32429bbefa811
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Thu Dec 5 12:46:48 2013 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit ec4e99ab4d4ee8aee6be4d822149d923328632cb
Author: Benjamin Otte <otte@redhat.com>
Date:   Wed Dec 4 03:35:45 2013 +0100

    fail-whale: Sanitize size request code
    
    Code that implements get_preferred_width/height should always also
    implement the height-for-width versions.

M	gnome-session/gsm-fail-whale-dialog.c

commit 272cf29a194e1131b6d3e8d9fe6e7c2ea018b85a
Author: Shantha kumar <shkumar@redhat.com>
Date:   Mon Nov 25 12:31:31 2013 +0530

    Tamil Translations Updated

M	po/ta.po

commit 4742352c5cb45a793bf4e8879c451dd51eba18e5
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Nov 18 14:18:41 2013 -0500

    configure: bump to 3.11.2

M	configure.ac

commit 49e3c0bcc5b2b0e047527aab664625d6270dce42
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Nov 18 14:18:18 2013 -0500

    NEWS: update for release

M	NEWS

commit f11f157d507495589b0f4930f4fcc431c87bc121
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Nov 12 08:32:45 2013 -0500

    data: blacklist nv25
    
    It doesn't work very well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711347

M	data/hardware-compatibility

commit bee8fa320a129499313e00d3bfa96defe5cf4a2a
Author: Colin Walters <walters@verbum.org>
Date:   Sat Nov 2 15:40:18 2013 -0400

    GsmProcessHelper: Port to GSubprocess
    
    Just decided to do this to help demo/test GSubprocess.  I think the
    code gets a *lot* better.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711304

M	gnome-session/Makefile.am
M	gnome-session/gsm-process-helper.c

commit 45a8a7488090f66a8ba30f54de279e018e7a46c4
Author: Efstathios Iosifidis <iosifidis@opensuse.org>
Date:   Tue Nov 5 15:16:46 2013 +0200

    Updated Greek translation

M	po/el.po

commit a6e3182d26344e8ce702c81a1fbdd6d631136488
Author: Javier Jardón <javier.jardon@codethink.co.uk>
Date:   Sun Nov 3 23:06:13 2013 +0000

    3.11.1

M	NEWS
M	configure.ac

commit 8995ac5ab232276774b326d6b36c15c6d3d9eaba
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 1 16:30:06 2013 -0400

    Fix a possible crash in the presence interface
    
    Improper error handling in gsm_presence_set_status_text() would
    lead to a double free on the next call to that function.
    Found using the dfuzzer tool,
    https://github.com/matusmarhefka/dfuzzer

M	gnome-session/gsm-presence.c

commit e68cf253511af579f935055dd6a7af1ec1db2abe
Author: eternalhui <www.eternalhui@gmail.com>
Date:   Fri Nov 1 23:06:35 2013 +0800

    Update Chinese simplified translation

M	po/zh_CN.po

commit 33de44f12f5ba60c1509ea82e37a4bba5ff6c043
Author: Anish A <aneesh.nl@gmail.com>
Date:   Fri Oct 25 20:50:39 2013 +0530

    Updated Malayalam Translation

M	po/ml.po

commit 6e203f466118daf9941fb9c8dd64f1488dea14e7
Author: Colin Walters <walters@verbum.org>
Date:   Fri Oct 18 18:15:14 2013 -0400

    gsm-manager: Don't abort when all clients exit
    
    If all of our clients exit, remove_clients_for_connection()
    calls end_phase() which in turn invokes gsm_manager_quit() that
    checks the logout type.
    
    But at this point we only have _LOGOUT_NONE, so we end up aborting.
    It's fine to just call _quit() in this case, and this avoids us
    dumping core.
    
    This was happening to me when session startup failed for other
    reasons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710480

M	gnome-session/gsm-manager.c

commit c9fd5b00cbf5b0b7820325e21dfcbe8f251cf7d2
Author: Colin Walters <walters@verbum.org>
Date:   Mon Oct 21 16:11:28 2013 -0400

    gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
    
    This way we don't emit a critical with newer glibs.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=704593
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710582

M	gnome-session/gsm-util.c

commit a609551bc0059a427b82bd7248ede0c3a97abdff
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 21 13:35:00 2013 +0200

    build: Bump requirements for upower-glib
    
    The new API is in 0.99.0 (as yet unreleased). Furthermore, 0.9.23
    got released and still uses the old API. So bump the requirements
    to < 0.99.0.

M	configure.ac

commit 3b518cadecf07f3885b2207152fff92e4f4aaff1
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 17 08:41:51 2013 -0400

    Only support UPower 0.9
    
    Newer UPower drops support for APIs that duplicate systemd/logind, so
    if we detect it, then require consumers to use the systemd backend.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710383

M	configure.ac
M	gnome-session/Makefile.am
M	gnome-session/gsm-system.c

commit a34a2cc86541520af9ee17fb50cfa85e7a1695b7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 09:00:33 2013 -0400

    Clean up more egg leftovers

M	Makefile.am
M	gnome-session/Makefile.am

commit eacf2268fcb9ffcdb3d6e13a4566739b0a27798d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 08:51:51 2013 -0400

    Drop egg from POTFILES.in

M	po/POTFILES.in

commit ed6cca527eaac201d6eb4ba49839811e7764c97e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 08:34:11 2013 -0400

    Drop EggSMClient
    
    Nothing is using it anymore.

M	configure.ac
D	egg/Makefile.am
D	egg/eggdesktopfile.c
D	egg/eggdesktopfile.h
D	egg/eggsmclient-private.h
D	egg/eggsmclient-xsmp.c
D	egg/eggsmclient.c
D	egg/eggsmclient.h

commit ea285af9962313ee2675fff27d3a852bb61e936a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 08:22:51 2013 -0400

    Remove gnome-session-properties
    
    This tool was not really maintained, and the autostart
    configuration is not provided by gnome-tweak-tool.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708923

M	Makefile.am
D	capplet/Makefile.am
D	capplet/gsm-app-dialog.c
D	capplet/gsm-app-dialog.h
D	capplet/gsm-properties-dialog.c
D	capplet/gsm-properties-dialog.h
D	capplet/gsp-app-manager.c
D	capplet/gsp-app-manager.h
D	capplet/gsp-app.c
D	capplet/gsp-app.h
D	capplet/gsp-keyfile.c
D	capplet/gsp-keyfile.h
D	capplet/main.c
M	configure.ac
M	data/Makefile.am
D	data/gnome-session-properties.desktop.in.in
M	doc/man/Makefile.am
D	doc/man/gnome-session-properties.1
M	po/POTFILES.in

commit b0955ebfb731caaf215e7f1b45de617612f25dc5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 08:13:00 2013 -0400

    3.10.1

M	configure.ac

commit 848a9a96c59452e8709bad5d430434be8c921c0a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 11 08:02:31 2013 -0400

    Updates

M	NEWS

commit 5c1d00a0237be9839cf1eb15861d47fe8f688adb
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Oct 6 21:58:30 2013 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 9feba5fd4d0af08edfa6a147a219d29294819a14
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Sat Oct 5 18:11:38 2013 +0330

    L10N: Updated Persian translations

M	po/fa.po

commit ac63470bfabee526851f27e8d20a493275fad8a4
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Sat Oct 5 18:10:10 2013 +0330

    L10N: Updated Persian translations

M	po/fa.po

commit 638b5b7b8a6801e72eafb690cf181a1cc79d8278
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Oct 5 06:21:06 2013 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 15e263a678f733bb74601aa883b0830f8f0ac00c
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Oct 1 14:25:55 2013 -0400

    shell: unref correct proxy on destroy
    
    gsm-shell.c tries to automatically clear it's reference to the
    EndSessionDialog proxy when the proxy is destroyed.
    
    It accidentally unrefs the wrong object though.  This commit
    fixes that by changing the open coded unref+nullify to g_clear_object
    
    I believe this will address this crasher:
    
    https://retrace.fedoraproject.org/faf/problems/1214348/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709221

M	gnome-session/gsm-shell.c

commit c3b3d687b2ce310199fd59482b6ab23c69a002e5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Sep 24 19:36:59 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 562a010899b564950eec26ec68db6dedb2dc00e1
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Tue Sep 24 12:25:45 2013 +0200

    Updated translation for Afrikaans (af)

M	po/af.po

commit b6f5152fb7dba3ea7eea80cdc5fd0839e53e160a
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 23 17:31:04 2013 -0400

    configure: bump to 3.10.0

M	configure.ac

commit c0c38910daab357649ad9d5b201d207b774b94fe
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 23 17:28:22 2013 -0400

    NEWS: update for release

M	NEWS

commit c3434d502b247aba002cd1751b1df725121e77ff
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 23 12:20:14 2013 -0400

    data: put wayland session in its own directory
    
    Right now, display managers look for sessions in /usr/share/xsessions.
    
    We stuff gnome-shell-wayland.desktop there and then that entry shows up
    in the display manager session list.  It won't work, since the display
    manager doesn't support launching wayland, though.
    
    This commit moves it to /usr/share/wayland-sessions so that display
    managers can 'opt in' to showing wayland sessions, once they support
    them.
    
    This breaks hardcode freeze.
    
    Approved-By: Matthias Clasen <mclasen@redhat.com>
    Approved-By: Javier Jardón <jjardon@gnome.org>

M	data/Makefile.am

commit 929b13eddcdec1048474e81bd334009134fb671f
Author: António Lima <amrlima@gmail.com>
Date:   Sun Sep 22 23:48:12 2013 +0100

    Updated Portuguese translation

M	po/pt.po

commit 206a8e020370d0ba50f72b99938c20e3c8c6bcaa
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Sep 22 20:14:50 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 01cd6a0d4b143da082358b2c5888644cf99c79f2
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sun Sep 22 00:12:11 2013 +0200

    Updated Dutch translation

M	po/nl.po

commit 38b06c8424711ea201828fe823568d24f8d2c9f9
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Sep 21 11:38:42 2013 +0300

    Updated Ukrainian

M	po/uk.po

commit 5966d9130a90bdd91739b2d44d99f8238ebc5870
Author: Timo Jyrinki <timo@debian.org>
Date:   Fri Sep 20 21:32:41 2013 +0300

    Finnish translation update

M	po/fi.po

commit fd35929d652b030a96d5c5a0e4d8929b853bdb2f
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Thu Sep 19 04:46:08 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit c1555d3001c1f950927da4f7a95b680cfffe1133
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 18 10:23:40 2013 -0400

    3.9.92

M	NEWS
M	configure.ac

commit 6041ab49c6d99b380feab60617c280c9879576fb
Author: A S Alam <apreet.alam@gmail.com>
Date:   Tue Sep 17 22:18:24 2013 -0500

    Punjabi Translation updated by Aman

M	po/pa.po

commit 0dd2a08e8b1d3647ee9402a4736540442fd3ce64
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Wed Sep 18 03:36:36 2013 +0300

    Updated Hebrew translation

M	po/he.po

commit b8557b4476b4066364165ed8cf000e8785d48447
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Sep 17 19:40:30 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 8d608924303c146987077d58d134469620978915
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Sep 2 20:48:26 2013 +0200

    GsmPresence: don't check the idletime after adding an idle watch
    
    Mutter now does it internally. And this way we avoid a sync dbus
    call (which can happen at bad times, such as when mutter is blocking
    on us to reply XSMP or DBus)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707274

M	gnome-session/gsm-presence.c

commit a230aa3546f17dcb3ccd905e989f8f2921d7b897
Author: Josep Sànchez <papapep@gmx.com>
Date:   Mon Sep 16 22:35:13 2013 +0200

    [l10n] Update Catalan translation

M	po/ca.po

commit 16204920178d80c412c15230c26cf3cd8078a42f
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Sep 16 11:38:34 2013 -0400

    data: add X-GDM-NeedsVT=true to wayland xsession file
    
    This key is required to let the display-manager know that
    this program needs its own VT to work, and will supply its
    own display on that VT.

M	data/gnome-wayland.desktop.in

commit 92709dc6266e0cd0b890f1f01f2ac1f5b9335257
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Mon Sep 16 14:24:46 2013 +0200

    [l10n] Updated Italian translation.

M	po/it.po

commit 2c9176bb948c9e5024e349f5253269121c6e55c4
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Mon Sep 16 09:16:43 2013 +0900

    l10n: Update Japanese translation

M	po/ja.po

commit 79d5fd6bf90b23e76646b8f4e60e7dba8568ced6
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Sep 15 14:00:09 2013 +0600

    Update Kazakh translation

M	po/kk.po

commit cfbcfda7f29c3dce8d5305ce4535916bcf59c712
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 14 18:15:53 2013 +0200

    Updated Basque language

M	po/eu.po

commit 3f547adf4f5ce10560c34ed15c93a704a6453acd
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Sat Sep 14 15:55:19 2013 +0200

    Updated Danish translation

M	po/da.po

commit f56bb981e80927b3a63cdc68b2db3f7fa6e0069b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 14 04:16:57 2013 +0900

    Updated Korean translation

M	po/ko.po

commit 758c52970171a13a3a6457b497f274c57a850f6d
Author: Benjamin Steinwender <b@stbe.at>
Date:   Fri Sep 13 19:26:59 2013 +0200

    Updated German translation

M	po/de.po

commit 4305afc1fea6848336a43a058912d7bc28189a98
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Fri Sep 13 17:58:23 2013 +0200

    Updated slovak translation

M	po/sk.po

commit 3348d9cc8642da4f62a326f998db215a8fa0a92d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Sep 12 22:39:41 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 957ce2bc02fb3ba257866dc06ec00622818ebace
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Sep 12 18:08:38 2013 +0200

    Update French translation

M	po/fr.po

commit c6fb3f719d83de80aa82f84c5d537215a2bb3a14
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 12 13:53:40 2013 +0200

    Updated Hungarian translation

M	po/hu.po

commit b432a77f04756d6717f8728ec9e673d05fde734f
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Thu Sep 12 14:19:16 2013 +0500

    Tajik translation updated

M	po/tg.po

commit d900dfadf94a4d0cc5275b9ccc1f6aa93e81830e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 10 21:19:54 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit 279a256928d89646d09ee33da6229cf06c920f24
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Tue Sep 10 21:39:22 2013 +0300

    Updated Latvian translation

M	po/lv.po

commit b7cea69a9f0e1f01adb2f789164598e1b0a369d5
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Sep 10 20:15:13 2013 +0200

    Updated Czech translation

M	po/cs.po

commit fc9f8bae2deb34d0847838b4e553e4f747ae3420
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Sep 10 20:01:42 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit b4113f51aa2be2952247fd29fc98bdb364099ab8
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Tue Sep 10 20:07:52 2013 +0530

    Assamese Translation Updated

M	po/as.po

commit 83aeb0d2c74793b54a284b665ba954dab172ff8d
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Sep 10 15:37:29 2013 +0200

    Updated Galician translations

M	po/gl.po

commit f9e24e4c1fe66fbfc611c27bb80b81d55708e37c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Sep 10 14:26:25 2013 +0200

    Updated Spanish translation

M	po/es.po

commit 1653d77ed18eb353ccb0e9975f18cddacb73cda2
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Sep 10 13:08:57 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit d37d74d7a7983b6763d567d0d038687cb716b1ca
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Mon Sep 9 20:25:57 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 54a2da3965f14b38b6bf0af114655c569c288747
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 10 01:11:34 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 3484ec63ea1e3a6899f39a367bcccb2dc4a9f00e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 10 01:10:02 2013 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit d4188a8482b62eec0a03f7eff9de37b72360142c
Author: Nathan Maxson <joyfulmantis@gmail.com>
Date:   Mon Sep 9 12:47:54 2013 -0700

    Updated gnome-desktop dependency from 3.7.90 to 3.9.91
    
    gnome-session will segfault when run with gnome-desktop versions earlier than 3.9.91 see bug 707533

M	configure.ac

commit 054a53890e26643eaa8b5dd37bcf0858824722ff
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Mon Sep 9 22:55:16 2013 +0200

    Update Arabic translation

M	po/ar.po

commit cdeedf650e4db5337172b3015af9e0cd368d365a
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Jul 30 18:29:12 2013 +0200

    Add basic support for running in wayland
    
    Add gnome-wayland, a session running gnome-shell-wayland and
    gnome-settings-daemon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

M	data/Makefile.am
A	data/gnome-wayland.desktop.in
M	data/gnome-wayland.session.desktop.in.in

commit ffc845b6ff1727952b3c0a276da97caf98feb69d
Author: A S Alam <apreet.alam@gmail.com>
Date:   Mon Sep 9 14:26:04 2013 -0500

    Punjabi Translation updated by Aman

M	po/pa.po

commit f5de8f55d5407447ab90a9c700be21d5674167fd
Author: Benjamin Steinwender <b@stbe.at>
Date:   Mon Sep 9 06:28:14 2013 +0200

    Updated German translation

M	po/de.po

commit e0be1cad0795f44d47e9e5776974f555c569b095
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Sun Sep 8 16:30:41 2013 +0500

    Tajik translation updated

M	po/tg.po

commit d327d23e14df5016122cf21b4ac9b890189d6883
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Sep 8 11:22:06 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit ddc7c2dfc666a6c31a922d798df95d1242215562
Author: Dmitriy S. Seregin <dseregin@59.ru>
Date:   Sat Sep 7 23:02:03 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 8898a2440a821d42f60112b844761742f0d8b722
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Sat Sep 7 20:26:26 2013 +0300

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit 38feaf5f40861bcc192337472dc3f9e5e59904e8
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Sep 5 12:22:23 2013 +0200

    Updated Czech translation

M	po/cs.po

commit 1792bfa0e66e9f7e03f3fc673510eb1a0543a4f9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Sep 5 10:10:01 2013 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit e2effacd0f2b5b96a2182036f10a58cbf99681c9
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 4 17:30:25 2013 +0200

    Updated Spanish translation

M	po/es.po

commit 02d2c01303914e6891acdb1ea18fb981b376af27
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Sep 4 17:06:42 2013 +0200

    Updated Galician translations

M	po/gl.po

commit 222efcc7fb4f8bc0ddba7e493bd3b36a8a1c3a2d
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Sep 4 15:05:35 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit fb7fa889056f3c3e8366a2a44bfba67dc980b335
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Sep 4 02:06:20 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 0b20dc4d2634acc8798e369215732732a13f7fce
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Sep 4 00:32:22 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 8f8b65b4bbeba93081a7e29651bd3a3364f1e1af
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 3 22:45:27 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit 7a75a73049f786df60ff123db9dd06b1bafa49a7
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Sep 3 20:28:58 2013 +0200

    Update French translation

M	po/fr.po

commit 2f19a970844cb406e766711ba7256f13141a7fa3
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Tue Sep 3 14:45:58 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit d6bce5f254f16808d28e1da3f4fa9fbdbf6eb4e3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 3 19:03:59 2013 +0200

    Updated POTFILES.in and POTFILES.skip

M	po/POTFILES.in
M	po/POTFILES.skip

commit 2917d5effef9b87ba815a973fb81111b6e01f654
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 3 10:23:36 2013 -0400

    configure: bump to 3.9.91

M	configure.ac

commit 9c469494941cc15c5d266ebeb3052178c91c7689
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 3 10:25:49 2013 -0400

    NEWS: update for release

M	NEWS

commit e2fb2ef71c89fe85e510f4a823797f2808990fee
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Wed Aug 21 10:25:27 2013 +0200

    GsmManager: don't attempt to restart a wayland compositor
    
    There is no point in restarting it, the session is already gone.
    And we can't show a fail whale either, so just log a message to
    the journal and die.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

M	gnome-session/gsm-manager.c

commit 705699b2799a3434d1a8f35c9a92868a5057f73e
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 11:10:52 2013 +0200

    Stop connecting to the X11 server
    
    Remove all GTK+ code from the main gnome-session binary (including
    the two fallback mode dialogs), so that gnome-session can run
    when X is not available.
    
    These dialogs are no longer used anymore, so it's not a UI freeze
    break.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

M	configure.ac
M	data/Makefile.am
D	data/gsm-inhibit-dialog.ui
M	gnome-session/Makefile.am
D	gnome-session/gsm-inhibit-dialog.c
D	gnome-session/gsm-inhibit-dialog.h
D	gnome-session/gsm-logout-dialog.c
D	gnome-session/gsm-logout-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-util.h
M	gnome-session/main.c
M	po/POTFILES.in

commit 672cb149b846597e7d3cb66692d31a7df5450ee2
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 15:11:08 2013 +0200

    Add a new autostart phase, DisplayServer, that runs before Initialization
    
    This way, the wayland compositor can initialize (and spawn XWayland)
    before gnome-settings-daemon starts.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit c12678b59ccc3f03ea4886345b6676a6b92ca304
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 11:24:07 2013 +0200

    fail-whale: don't rely on the x11 GTK backend
    
    This way, we can run as a wayland client, in case XWayland crashed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

M	gnome-session/gsm-fail-whale-dialog.c

commit d19cf2d981811e32640a89ce7af7c9202f95d1d5
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 11:09:01 2013 +0200

    GsmManager: remove obsolete code for talking with GDM
    
    These days shutdown and reboot is handled by logind everywhere, no
    need for this ancient code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706420

A	data/gnome-wayland.session.desktop.in.in
M	gnome-session/Makefile.am
D	gnome-session/gdm.c
D	gnome-session/gdm.h
M	gnome-session/gsm-manager.c

commit 3e8f8d083686d49fd866a582a5895ba834227685
Author: Alban Crequy <alban.crequy@collabora.co.uk>
Date:   Mon Aug 19 21:13:45 2013 +0100

    add new phase: GSM_MANAGER_PHASE_EARLY_INITIALIZATION
    
    gnome-initial-setup-copy-worker and gnome-keyring (and others) used to be
    started automatically by the session manager during the
    GSM_MANAGER_PHASE_INITIALIZATION phase. This is racy because gnome-keyring
    could read its file ~/.local/share/keyrings/login.keyring before it is written
    by gnome-initial-setup-copy-worker. The correct solution is to wait
    gnome-initial-setup-copy-worker finishes before starting other components in
    the initialization phase.
    
    I want to enforce this order without adding knowledge of gnome-initial-setup in
    gnome-keyring and others. It must also work on systems which don't use
    gnome-initial-setup. So I don't use a flag file in gnome-keyring's
    AutostartCondition to delay its startup.
    
    Instead, I add a new phase GSM_MANAGER_PHASE_EARLY_INITIALIZATION before the
    initialization phase. If no autostart desktop files use that phase,
    gnome-session will just go on to the next phase. But if
    gnome-initial-setup-copy-worker uses this new phase, it will ensure
    gnome-initial-setup-copy-worker finishes before the newly installed files in
    $HOME are read by anyone.
    
    Relevent documentation:
    https://wiki.gnome.org/SessionManagement
    http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
    http://lists.freedesktop.org/archives/xdg/2007-January/007436.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706692

M	gnome-session/README
M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit 3523fb28bda0396fd87c409d4c310d5680f0837f
Author: Alban Crequy <alban.crequy@collabora.co.uk>
Date:   Mon Aug 19 20:38:53 2013 +0100

    gnome-session/README: rename enum to match the code

M	gnome-session/README

commit 6c24fcc915019ebb93fa25866ba17cd668656338
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Sep 2 02:16:34 2013 -0700

    manager: fix deadlock when registering XSMP clients at login
    
    gnome-session will switch to the next phase whenever the list of
    applications pending registration is emptied.
    Previously, for XSMP clients, the code in GsmXSMPClient would signal
    that an application was registered before sending the reply through
    SmsRegisterClientReply().
    As GnomeIdleMonitor will now call into Mutter through DBus, and the
    RUNNING phase of the session will initialize its presence component that
    uses the monitor, we will end up in a situation where Mutter is waiting
    for the XSMP reply from gnome-session, and gnome-session is waiting for
    a synchronous DBus reply from Mutter, effectively locking up the login
    process until the DBus timeout occurs.
    
    This commit fixes the bug by signalling XSMP app registration only after
    the reply has been sent over the wire.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707274

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-xsmp-client.c
M	gnome-session/gsm-xsmp-client.h

commit 2040b88847ed1ee11182caac96b0f09c553c646e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Aug 27 17:24:48 2013 -0400

    manager: make Shutdown/Reboot D-Bus APIs failable
    
    Right now Shutdown and Reboot return as soon as the
    operations are initiated.  This means we get no notification
    if the operation is cancelled by the user later.
    
    This commit defers returning unless it's clear whether or not
    the operation will go through.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706676

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/org.gnome.SessionManager.xml

commit ac9fd0dc97a17674cb082f80df0b1fcc45bc92bf
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Thu Aug 22 19:58:32 2013 +0200

    Rename the desktop file to gnome-session-properties.desktop
    
    ... so that it matches up with the executable gnome-session-properties
    name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706611

M	configure.ac
M	data/Makefile.am
R100	data/session-properties.desktop.in.in	data/gnome-session-properties.desktop.in.in
M	po/POTFILES.in
M	po/POTFILES.skip

commit 7f0d2ad091e8591b4a810fe1d8d7dd3bfd740f5c
Author: Maxime Villard <max@m00nbsd.net>
Date:   Wed Aug 21 09:27:52 2013 -0400

    Drop dead code

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-save.c
M	tools/gnome-session-check-accelerated.c

commit 6bb078e856b7cf95e2cbd3518e18d6b875c2ce2b
Author: Maxime Villard <max@m00nbsd.net>
Date:   Wed Aug 21 09:27:09 2013 -0400

    gnome-session: fix uninitialzed variable warnings

M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-logout-dialog.c

commit 6de7237806146e7042ba093cd190f17f7c019267
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Aug 20 10:46:00 2013 -0400

    configure: bump to 3.9.90

M	configure.ac

commit a607d658a1b1fd72cb3f8f37d99a6dcd5bf2caa0
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Aug 20 10:45:10 2013 -0400

    NEWS: update for release

M	NEWS

commit 529956f42562bbe685690c12dbeb11c6d7b9ec3d
Author: Frederic Crozat <fcrozat@suse.com>
Date:   Wed Jul 24 15:14:16 2013 +0200

    check-accelerated: check for llvmpipe
    
    Check if running under llvmpipe and set Atom
    _GNOME_IS_SOFTWARE_RENDERING to 1 in that case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704402

M	tools/gnome-session-check-accelerated-common.h
M	tools/gnome-session-check-accelerated-helper.c
M	tools/gnome-session-check-accelerated.c

commit 2b5a5b9854b46993c15f69e1839ee236cf1bfd4a
Author: Frederic Crozat <fcrozat@suse.com>
Date:   Wed Jul 24 15:23:57 2013 +0200

    check-accelerated: fix indentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704402

M	tools/gnome-session-check-accelerated.c

commit 74c0294078f7cc6d304ea61b4b2fe4fc1e14cca6
Author: Frederic Crozat <fcrozat@suse.com>
Date:   Wed Jul 24 15:10:59 2013 +0200

    check-accelerated: move exit code for helper to separate header
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704402

M	tools/Makefile.am
A	tools/gnome-session-check-accelerated-common.h
M	tools/gnome-session-check-accelerated-helper.c
M	tools/gnome-session-check-accelerated.c

commit 5d407a3c8a07c9c1b05db295aa5a70f77a50627b
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Mon Aug 12 00:17:31 2013 +0200

    Update Esperanto translation

M	po/eo.po

commit 8322b59f1f5845b43aa85c7be05b8f7da1d1b84e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Aug 6 15:25:59 2013 -0400

    data: black list a poulsbo driver
    
    The Lenovo Ideapad S10-3t gets abysmal performance using the
    Intel IGD poulsbo driver.
    
    Blacklist it and rely on the much better performing llvmpipe..
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705402

M	data/hardware-compatibility

commit 1c29c97b54641156548a4dcb067737a494499caa
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jul 30 14:27:28 2013 -0400

    3.9.5

M	NEWS
M	configure.ac

commit 7648a6158c9ab2ccf1e8e9918522a8e7acb96261
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jul 30 14:15:32 2013 -0400

    systemd: Check errors on all D-Bus calls
    
    A somewhat common crash in F19 happens when one of these calls
    fails, and we end up freeing a wild pointer. See
    https://bugzilla.redhat.com/show_bug.cgi?id=977575
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705163

M	gnome-session/gsm-systemd.c

commit df37a8325364081b8cbcb378145bcf4cdd1e806d
Author: Colin Walters <walters@verbum.org>
Date:   Fri Jul 5 17:14:49 2013 -0400

    Set up systemd journal redirection after early option processing
    
    And don't do it if --debug is passed.  This makes --help work, and
    avoiding it with --debug should help gnome-settings-daemon's test
    suite.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703661

M	gnome-session/main.c

commit 7b15205dc7e0be6a7d4e8936be7470f09e7777e9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jun 18 15:19:40 2013 -0400

    Re-show the end session dialog when an inhibitor disappears
    
    The current code shows the dialog again when a client disappears.
    If we don't show the dialog again on inhibitor changes, we can get
    stuck in the query-end-session phase when applications take inhibitors
    without registering as a client. gedit does this, for example.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702575

M	gnome-session/gsm-manager.c

commit 711d5068daecb23ccec2dc0fa88fef936b0470e5
Author: Colin Walters <walters@verbum.org>
Date:   Fri Jun 7 15:18:33 2013 -0400

    manager: Warn on abnormal exit codes
    
    This should make it a bit easier to debug things.  Some code
    archaeology here doesn't reveal a reason we weren't doing so before.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701807

M	gnome-session/gsm-manager.c

commit 55fab9dc066875641cffbab966ca20e35821afdf
Author: Michael Terry <michael.terry@canonical.com>
Date:   Wed May 29 10:31:30 2013 -0400

    capplet: Don't show desktop files with NoDisplay=true
    
    https://bugzilla.gnome.org/show_bug.cgi?id=556459

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app.c
M	capplet/gsp-app.h

commit c0e628fcf495770d4e01ec99ce78fe2c9112c215
Author: Ozan Çağlayan <ozancag@gmail.com>
Date:   Fri May 24 19:15:24 2013 +0300

    [l10n] Updated Turkish translation

M	po/tr.po

commit ccc427be6401299f352bf9c19765bb19aba32d7d
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date:   Fri May 24 08:27:01 2013 +0200

    Don't unconditionally use LC_* GNU extensions.
    
    Several LC_* definitions are GNU extensions.
    Unconditional use of them causes compiler errors on non-GNU systems.

M	gnome-session/gsm-manager.c

commit 7fcc0f0b21d4ab03e9d12e4f820eed0530576ac2
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date:   Fri May 24 07:57:35 2013 +0200

    consolekit: fix SessionIsActive
    
    IsActive is handled by the Session interface and not the Manager one.
    This fixes querying for the IsActive property.

M	gnome-session/gsm-consolekit.c

commit ea24f81f8611d1ac54dd87ea317ea50f0aa03247
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Thu May 23 17:09:35 2013 +0500

    gnome-session updated for Tajik

M	po/tg.po

commit 072bf1d2a7524f30f6f5c0120357fcdcb3bfa53f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed May 15 06:47:46 2013 -0400

    Some forgotten files
    
    It is too easy to forget --enable-session-selector when making
    a release, so always distribute the files that are only relevant
    for the session selector.
    https://bugzilla.gnome.org/show_bug.cgi?id=700363

M	data/Makefile.am

commit ec5ca6da156c232b44a8ab16c7a1a2e8d81a6f82
Author: Colin Walters <walters@verbum.org>
Date:   Mon May 6 16:17:47 2013 -0400

    main: If we have systemd, initialize journal here
    
    If gdm has been configured with the systemd journal, then the normal
    output has "/etc/X11/gdm/Xsession" as the program name.  That's fugly.
    As a purely cosmetic thing, let's reinitialize the journal here with
    "gnome-session" as the program name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699785

M	gnome-session/main.c

commit 6e14faf9138dbbffd1e63e177e53d88963c379e5
Author: Colin Walters <walters@verbum.org>
Date:   Wed Apr 24 16:40:25 2013 -0400

    GsmAutostartApp: Don't return NULL from constructor, use GInitable
    
    Recent GObject changes break this; it was never a supported operation.
    GInitable is the way to return errors to callers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698798

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-autostart-app.h
M	gnome-session/gsm-manager.c

commit 43b9c06de0bb8ad81851d42378c514a7e94db9d4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 15 13:49:10 2013 -0400

    3.8.1

M	NEWS
M	configure.ac

commit 610e76491ac6308929203b412b7aa35960d93b25
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 15 15:11:50 2013 -0400

    Fix distcheck

M	data/icons/16x16/Makefile.am
M	data/icons/22x22/Makefile.am
M	data/icons/24x24/Makefile.am
M	data/icons/32x32/Makefile.am
M	data/icons/48x48/Makefile.am
M	data/icons/scalable/Makefile.am

commit 972751ac1ed274889662ed5894bb26fa0ef60829
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sat Apr 13 17:51:28 2013 +1000

    Updated Vietnamese translation

M	po/vi.po

commit 00e0e8bf906a03d18ea466b19931186717d1c2d1
Author: Muhammet Kara <muhammetk@acikkaynak.name.tr>
Date:   Wed Apr 10 00:23:04 2013 +0300

    [l10n] Updated Turkish translation

M	po/tr.po

commit 4e469ffb20a8bbff9c6af24446aa1936a39cbeed
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Sat Apr 6 17:43:51 2013 +0100

    Updated British English translation

M	po/en_GB.po

commit dc7e507bebcb8a1ab7ae1cc7aa545fff6e419520
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Apr 6 18:54:00 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 48f8b29c1b815a6bbbf7ce5414e7dafaf8bdb9b9
Author: Wylmer Wang <wantinghard@gmail.com>
Date:   Sat Apr 6 16:50:28 2013 +0800

    update Simplified Chinese (zh_CN) translation

M	po/zh_CN.po

commit 1b23718b67a3785c73b56ebcde47b2ee9d6b1470
Author: Colin Walters <walters@verbum.org>
Date:   Mon Apr 1 09:25:24 2013 -0400

    build: Link against libsystemd-daemon again
    
    At least some toolchains generate a libsystemd-login.so which doesn't
    have a DT_NEEDED on libsystemd-daemon, but it does actually need it.
    
    While this is either a systemd or toolchain bug, it's easy enough to
    work around here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696262

M	configure.ac

commit 31935cfb29097aebf9de04677c52e89d797a28dd
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Sat Mar 30 12:09:33 2013 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit f11fde2c8ddc7ce361a62fc47aea68b114c0df17
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Thu Mar 21 11:06:03 2013 +0100

    gsm_systemd_new: Check for logind, not for systemd
    
    It is possible to build systemd without logind or run logind without systemd
    init, in both cases testing for systemd init with sd_booted() is wrong. Check
    for /run/systemd/seats instead, as recommended by systemd upstream.
    
    For details, see:
    <https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html>
    
    Drop the now unnecessary linking against libsystemd-daemon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696262

M	configure.ac
M	gnome-session/gsm-systemd.c

commit 1c3e3ca2720570eef59b7cb2b95fe7a33697bfb0
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 25 21:49:21 2013 -0400

    configure: bump to 3.8.0

M	configure.ac

commit 656a39bf1ecae9294ac2a281ad2a23333c00428e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 25 21:48:46 2013 -0400

    NEWS: update to 3.8.0

M	NEWS

commit 3a3ffe646e6710e7ccef93af93ec26bad10f6b10
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 19 13:19:04 2013 -0400

    configure: bumpt to 3.7.92

M	configure.ac

commit 0c68224c61cd0a3ca6032b2a1a7f804717e64b8b
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 19 13:18:43 2013 -0400

    NEWS: update for release

M	NEWS

commit ceab9635e5d62902416ec1fec6f18489557a5a4f
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Mon Mar 25 16:03:12 2013 +0530

    Updated Telugu Translations

M	po/te.po

commit 92cac653a826a6f8725e5dba513771174e76e46c
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Mon Mar 25 12:20:50 2013 +0530

    hindi translation by chandan kumar

M	po/hi.po

commit fcfd54f1203738f832718d4cb205207548a4be03
Author: Ani Peter <apeter@redhat.com>
Date:   Mon Mar 25 10:55:04 2013 +0530

    Completed  for Malayalam

M	po/ml.po

commit ffa9343b8b361fcacad94fa6f33de557083ff506
Author: Petr Kovar <pkovar@redhat.com>
Date:   Sun Mar 24 18:14:44 2013 +0100

    Update Czech translation

M	po/cs.po

commit 029c54204a6221b9aedb052b7209d80cc1827f07
Author: Jorge Pérez Pérez <jorgtum@gmail com>
Date:   Sun Mar 24 00:51:47 2013 +0100

    Updated Aragonese translation

M	po/an.po

commit 50797fb49fb06b2dca95c17cf650482fd8c18817
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   Sat Mar 23 23:31:04 2013 +0100

    Updated Dutch translation

M	po/nl.po

commit 672d38cbccd10efd77d5940b6ce22a54f53f455b
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sat Mar 23 22:51:01 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit 20d40f021b434eeb0f3687d6195664b7875d5058
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Mar 23 18:21:18 2013 +0200

    Update Arabic translation

M	po/ar.po

commit c28751035dca5019852f1a74de3d2a37946bd0be
Author: Yasin <Yasin.Ghannam@gmail.com>
Date:   Sat Mar 23 18:17:16 2013 +0200

    Update Arabic translation

M	po/ar.po

commit 3444222451d162cd3365da88f9cfc7f54bbb1d19
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 23 13:21:42 2013 +0200

    Uploaded Ukranian

M	po/uk.po

commit e87497bc59d3ae602680bd498d8b51f36d39aeac
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 23 13:17:30 2013 +0200

    Uploaded Ukranian

M	po/uk.po

commit 38c622ef17164928da746612af17530f802ba319
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Mar 22 21:50:54 2013 +0530

    Updated kn translations

M	po/kn.po

commit a0a53e8c618472e9783633f1eaf0e9bd041a49f5
Author: Shantha kumar <shkumar@redhat.com>
Date:   Fri Mar 22 16:29:23 2013 +0530

    Tamil Translations Updated

M	po/ta.po

commit 5ef18d0bf305fcb4ca123db46b714130f4aff2f4
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Mar 21 14:33:59 2013 +0530

    Updated Marathi Translations

M	po/mr.po

commit 0f7302741e9b24491667cf0339644da29df9b23d
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Mar 21 14:13:30 2013 +0530

    Updated Marathi Translations

M	po/mr.po

commit 4d7bc1c47a4dcb66c9b0a2780e21c5123809492b
Author: Kai Takahashi <www.carrotsoft@gmail.com>
Date:   Wed Mar 20 23:57:17 2013 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit b6692a1e95cce136c4b1a2a509afd6f6c807dfd7
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Wed Mar 20 18:08:57 2013 +0530

    Updated Odia Translation.

M	po/or.po

commit ff44628a6b6fdff10bf9a9069f9291d3519c7016
Author: Danial Behzadi <dani.behzi@gmail.com>
Date:   Wed Mar 20 10:30:30 2013 +0330

    l10n: Updated Persian translation

M	po/fa.po

commit 7aba4bb76ac266524e8338be8e75188c28dd673f
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Mar 19 15:06:23 2013 -0300

    Updated Tajik translation

M	po/LINGUAS
A	po/tg.po

commit 8ead8ddb18695c2325216755c1b5d7652fee5e51
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Mar 19 17:49:55 2013 +0100

    Updated Hungarian translation

M	po/hu.po

commit 71874a55ba6fb4604df00b1436607f53b44dd7a5
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Mar 17 16:46:02 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit 8ce3ed7f8c3980af726d1d4e701168283d7c5a81
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 16 23:07:22 2013 +0900

    Updated Korean translation

M	po/ko.po

commit 143d08631c52a711b82a287afc8415acd07942cc
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Fri Mar 15 14:59:47 2013 +0100

    Update French translation

M	po/fr.po

commit 17f89bd67c42f00e9e688c3a7319568d8aa9b369
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Mar 12 22:53:40 2013 +0100

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit f3694ce05f57d515369963e37c59fc059195c3ac
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Mar 12 22:53:35 2013 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit d29d0194a0f739b854b450124a4008d3f9feca69
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Tue Mar 12 17:56:20 2013 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit dc08b132d75711b95f84dbc124f65d3f6114f8d8
Author: Colin Walters <walters@verbum.org>
Date:   Mon Mar 11 20:56:40 2013 -0400

    Increase phase timeout to 90 seconds
    
    This matches what systemd is using presently.  Also, it will hopefully
    make automated testing more reliable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695668

M	gnome-session/gsm-manager.c

commit 2bc6b4e4341566b15163268981df218e8fae5608
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 12 13:31:38 2013 +0000

    Updated Portuguese translation

M	po/pt.po

commit e567bf24e20ee50d5911e20ca2298830c54fdeb6
Author: KennethNielsen <k.nielsen81@gmail.com>
Date:   Mon Mar 11 23:28:46 2013 +0100

    Updated Danish translation

M	po/da.po

commit 18685f678291ba4e71b6d506677aa5719d7be5ec
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Mar 11 16:33:56 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit 0165b0f4a60248387ea6e69783f0417f3cd12d7f
Author: Bonaventura Aditya Perdana <bonaditya@about.me>
Date:   Mon Mar 11 16:23:25 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit 605669fe976be1c1d28d93deefd2323a42f742a9
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Mon Mar 11 09:18:54 2013 +0100

    [l10n] Updated German translation

M	po/de.po

commit 5b257fe69f8d625b728912160249ade2493be9b9
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Mar 9 21:17:09 2013 +0600

    Updated Kazakh translation.

M	po/kk.po

commit 690f6aa40822a27880ec826e74229c7d5a6bac59
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Thu Mar 7 21:00:01 2013 +0200

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit ba03b82ef59ee3f7091c51ed4330dbe2a4b258f3
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 23:41:53 2013 -0500

    configure: bump to 3.7.91

M	configure.ac

commit 4093e9422a1964ff0410e611b63d76ae4c1d6c87
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 23:43:36 2013 -0500

    NEWS: update for release

M	NEWS

commit d7abfce0a92a4d69a01839e2e8e4480b5239235d
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 23:36:26 2013 -0500

    fail-whale: fix positioning of window
    
    The fail whale wasn't always getting positioned right.
    
    This commit seems to fix it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695265

M	gnome-session/gsm-fail-whale-dialog.c

commit 51d5b07a1a74b153604b47f47fec3783c30e3511
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 23:08:58 2013 -0500

    main: automatically fallback to software gl
    
    Now that we have working software GL available, use it if
    hardware GL isn't up to muster.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672943

M	gnome-session/main.c

commit 8a253eb715a3fe496bc8b51041dfa4b0fecbf2bd
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 22:38:24 2013 -0500

    check-accelerated: only cache result if successful
    
    If it's unsuccessful it may be successful in a subsequent run,
    so caching it can cause problems.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672943

M	tools/gnome-session-check-accelerated.c

commit 024c0fb04e075aaab4b75fc4340076abd06e0e41
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 5 22:33:02 2013 -0500

    gnome.session: don't have IsRunnableHelper
    
    We now have no fallback mode, so there's no point in running
    the IsRunnableHelper.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672943

M	data/gnome.session.desktop.in.in

commit 130721b7b26eb865a8ab6c72fa3fac1be1eb4a4d
Author: Colin Walters <walters@verbum.org>
Date:   Tue Mar 5 14:23:11 2013 -0500

    gsm-autostart-app: Remove unused GError
    
    The call to g_error_free (NULL) triggers a g_critical() when booting
    gnome-ostree which doesn't have Orca and thus triggers the TryExec
    notification.

M	gnome-session/gsm-autostart-app.c

commit fa130ef30aa7b4f8e4f10e980592affed8533ce7
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Tue Mar 5 18:58:36 2013 +0530

    Assamese translation updated for gnome 3.8

M	po/as.po

commit b9a1a836f2aa7201ec111f405979826dc39cbef9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Mar 4 23:05:33 2013 +0100

    Updated Basque language

M	po/eu.po

commit 015b4df95da8b08905bedfbdad57b14282dea5c0
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Sun Mar 3 01:38:24 2013 +0100

    l10n: Updated Italian translation

M	po/it.po

commit 853efdf1f16d840115584f9f5a66e553a7687a1c
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Mar 2 09:45:03 2013 +0700

    Updated Vietnamese translation

M	po/vi.po

commit e7f6e74debb4bedd7e3f2c3d49465ea898348b8d
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Mar 2 09:39:18 2013 +0700

    po/vi: import from Damned Lies

M	po/vi.po

commit 5df4e4169f4cf8a4311b6261bf1df1d1f435d0c0
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Fri Mar 1 18:22:36 2013 -0300

    Updated Brazilian Portuguese translation proofread by Rafael Ferreira

M	po/pt_BR.po

commit 46d311c54d5e1948d7102d2c26041028ba13480f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Mar 1 10:38:26 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit f0063b9d876a946de3c944612e1bf4f26054f582
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date:   Wed Feb 27 11:35:25 2013 +0100

    Use pkg-config to check for X11 libraries
    
    As a side effect, we stop checking for pangox, which
    gnome-session doesn't use and which is deprecated
    upstream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694792

M	configure.ac
M	gnome-session/Makefile.am
M	tools/Makefile.am

commit 3864e7b0341df18fa26168a20ffa8d9402ac114b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Feb 27 22:55:23 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit e47f26a8d76727c33924c3a4ff4e00d153b401f9
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Feb 27 16:50:43 2013 +0530

    Updated gujarati file

M	po/gu.po

commit 749655289c6ca033408780f78f3da4199dfbebe1
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Feb 26 23:03:09 2013 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 1d0138843c2b9390ef5f5ba0436d5587ff6fddb8
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Feb 26 00:28:49 2013 +0100

    Updated German translation

M	po/de.po

commit 141b0584ed4f654144cdbb7153926ff759bfc271
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 25 18:38:29 2013 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 353fbff284476a82ef45f154721c94b4fb00b0f8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Feb 24 21:34:27 2013 +0100

    Updated Slovenian translation

M	po/sl.po

commit d87b56db663c6d0a83fe9eca3aca6740b5dc82e2
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sun Feb 24 13:28:22 2013 +0200

    Updated Greek translation

M	po/el.po

commit f29429096cfae063c1158f66b7114a5d865143e6
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Feb 24 01:50:31 2013 +0100

    Updated Polish translation

M	po/pl.po

commit a1a1c78695acffc49083e0899d8150250fdba993
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sat Feb 23 08:03:14 2013 +0100

    Updated slovak translation

M	po/sk.po

commit 5715856a682eee3bb59a0901ed9634d3dbf5b783
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Feb 22 00:01:43 2013 +0200

    Updated Hebrew translation.

M	po/he.po

commit 0eefde51742aa559e6626ddd37e78f3df51b98d1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Feb 21 16:55:47 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 82ab10f52b9af2948f71da30990a9a0a2636366a
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Feb 21 10:42:00 2013 +0400

    Updated Russian translation

M	po/ru.po

commit bb62a56264c7d087261cbc1c09a870080afa86d6
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Tue Feb 19 21:07:36 2013 +0100

    Require gnome-desktop-3.0 >= 3.7.90
    
    gnome_idle_monitor_add_user_active_watch did not exist in previous versions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694209

M	configure.ac

commit 5323b26beecf802c2c1ad7854e3d5f4469dcf9e6
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Wed Feb 20 12:08:13 2013 +0200

    Updated Latvian translation

M	po/lv.po

commit b3516a30739b496860815020c89f460e156ed6d5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Feb 20 11:06:55 2013 +0100

    Updated Galician translations

M	po/gl.po

commit 6d1f9f597fc5d558d7f0b7538bdc5258ec4f7217
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Feb 20 01:42:18 2013 +0000

    Punjabi: Translation updated (aalam)

M	po/pa.po

commit f3ab180c4b1a9034fe88cc4eed6f1163778b91be
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Feb 19 13:49:46 2013 -0500

    configure: bump to 3.7.90

M	configure.ac

commit 0daf559defd3578918182fd94cca0628d1f77cc8
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Feb 19 13:49:24 2013 -0500

    NEWS: update for release

M	NEWS

commit a0741c829c315669d131ac704047ba4e20b13048
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 12 07:49:51 2012 -0500

    Drop use of EggDesktopfile in GsmAutostartApp
    
    This requires a few additions to the GDesktopAppInfo API,
    which have landed in GLib 2.35.3.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688499

M	gnome-session/Makefile.am
M	gnome-session/gsm-app.h
M	gnome-session/gsm-autostart-app.c

commit 42356904ef974ca8376158dddd3d36f913f793a0
Author: Michael Chapman <gnome-bugzilla@very.puzzling.org>
Date:   Wed Feb 6 00:22:00 2013 +0000

    xsmp: Re-accept clients if session shutdown is cancelled
    
    This commit makes sure that gnome-session will accept XSMP
    clients again after a user cancels shutdown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691513

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-xsmp-server.c
M	gnome-session/gsm-xsmp-server.h

commit 4c7e1c862c54d0c34023b4bc536c5c9c9f56eb78
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Wed Jan 23 14:11:48 2013 +0100

    provide a dummy session
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690866
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

M	data/Makefile.am
A	data/gnome-dummy.session.desktop.in.in
M	po/POTFILES.in

commit 796e1a8717d1f571b51c5c1f6846c72c923370b8
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Tue Feb 19 16:13:24 2013 +0100

    presence: Don't connect to 'became-active' signal
    
    The signal was removed from GnomeIdleMonitor a while ago. Commit
    377e02494ab0e9 updated to the new API, but left the outdated
    signal connection in place.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694178

M	gnome-session/gsm-presence.c

commit f993279015372fe1d9d73193104966fddd20d938
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Feb 15 19:28:23 2013 -0500

    Update git.mk

M	git.mk

commit 6d7c73177858c3aeb2e65553b30dc536d4f1667d
Author: Florian Müllner <fmuellner@gnome.org>
Date:   Thu Oct 18 16:53:12 2012 +0200

    main: Set XDG_MENU_PREFIX
    
    gnome-menus now installs a prefixed applications.menu, so adapt to
    this change.

M	gnome-session/main.c

commit 16a2f5d9931ea1abf45aca41494c2627dd68280f
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Feb 16 12:22:33 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit cb06f9b6de1c10e3d3d1d1a41438d88ce0546e46
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Feb 15 10:27:19 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 87a4042d300cd58268a7c6e5d6c0908ba34e9fa5
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Feb 15 01:22:12 2013 +0100

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 4c1ab2068a352df9d18bd6bc27ba7029fa8c7536
Author: Gil Forcada <gforcada@gnome.org>
Date:   Fri Feb 15 01:21:56 2013 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit 38923d6b356335bc0a0dcfff2a5f51f4f7d87315
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:   Thu Feb 14 19:58:08 2013 +0100

    Updated Aragonese translation

M	po/an.po

commit 6a5b5e727272fcf027468bbf4de9895c079b44e1
Author: Anish A <aneesh.nl@gmail.com>
Date:   Thu Feb 14 22:13:50 2013 +0400

    Updated Malayalam Localization

M	po/ml.po

commit 377e02494ab0e9d6b928f4872776a209e91019a8
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Jan 18 00:20:55 2013 -0500

    gsm-presence: Update to new GnomeIdleMonitor API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	gnome-session/gsm-presence.c

commit b88481ed12c6d36e59d52ed66b24ca58ee262735
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 14 09:23:44 2013 -0500

    Use symbolic fail icon

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-icon-names.h

commit 9646cc98b6a204f08c1ed06d75404610251e30e7
Author: Colin Walters <walters@verbum.org>
Date:   Wed Feb 13 10:28:36 2013 -0500

    Define UPOWER_ENABLE_DEPRECATED
    
    See http://cgit.freedesktop.org/upower/commit/?id=9843589d2d80e6dc2b3f51338e64bd1da1c53860

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-logout-dialog.c

commit 45b8a286b5cc45161344296e3992ba8a78eb8a4d
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Feb 10 23:46:53 2013 +0000

    Punjabi: Translation updated (aalam)

M	po/pa.po

commit aaf55164a7226eefa9bb8b06d4be39241e07dc65
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Feb 9 22:38:26 2013 +0200

    Updated Lithuanian translation

M	po/lt.po

commit e9764e3db2696e282521c7f01dd460416f8e6ee0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Feb 9 13:15:57 2013 -0500

    Hide non-working help button
    
    gnome-session-properties has a help button that points to
    no-longer-exising docs. Hide it until new docs are
    available.
    https://bugzilla.gnome.org/show_bug.cgi?id=658712

M	capplet/gsm-properties-dialog.c

commit 0abc8e8780cf64325f745218ffceb78d65049545
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Wed Feb 6 19:45:32 2013 +0100

    gnome-session-selector: 'Port' to Gtk3.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693210

M	configure.ac

commit 307e72370b157dece4bfb6c62e2f2d3d4e9fe733
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Tue Feb 5 17:01:31 2013 +0100

    gnome-session-selector: only install .ui and man pages when building with --enable-session-selector.
    
    Fixes bug 693210.

M	data/Makefile.am
M	doc/man/Makefile.am

commit 16bb28964ae409562584bcf2a7b4b82d1cdd54f2
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Feb 6 17:42:10 2013 +0100

    Updated Galician translations

M	po/gl.po

commit 718a16972c7a35ab2d197eeb75cb87af1e4e0569
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 4 14:21:05 2013 -0500

    3.7.4

M	NEWS
M	configure.ac

commit 0aaea386275fd718b3fba39548b8ba120b9557af
Author: Luca Ferretti <lferret@gnome.org>
Date:   Mon Feb 4 18:21:48 2013 +0100

    [l10n] Updated Italian translation.

M	po/it.po

commit 79fed32b51ebe7716ee4cc8c7e167fd45479055b
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Sun Feb 3 14:37:59 2013 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit 9e888b17efd5ce59c6ca53e6ed25eebb6d58e12e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 2 22:17:07 2013 +0100

    Updated Polish translation

M	po/pl.po

commit 50a0ed60558be49b6ad8d14fdf490028979d3486
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Feb 2 12:07:10 2013 +0100

    Updated Basque language

M	po/eu.po

commit 384ce165ee4b06fee4a65e506d2a6532d59db9c7
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Feb 2 18:38:26 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 0505aea2b43cca86afbffcda02853995228af3f4
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Feb 2 11:53:19 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 6e8c5a1c6787a7d3e66e22dadb5f509606b71c35
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Feb 1 10:48:39 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 6186a4a6f1fc1a34e188db4fe6d6e8035afea36d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 31 16:55:14 2013 -0500

    Add a custom session selector
    
    This allows the user to define and switch between separate saved
    sessions.
    https://bugzilla.gnome.org/show_bug.cgi?id=613270

M	configure.ac
M	data/Makefile.am
A	data/gnome-custom-session.desktop.in
A	data/session-selector.ui
M	doc/man/Makefile.am
A	doc/man/gnome-session-selector.xml
M	po/POTFILES.in
M	tools/Makefile.am
A	tools/gnome-session-custom-session
A	tools/gnome-session-selector.c

commit cb5bddf092fb50272b10b76a4d0190a9afa88c7b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 31 15:51:07 2013 -0500

    Add a save-session-one-shot key
    
    This key is interpreted like save-session, except that it
    will be set from within the session, and reset after each use.
    https://bugzilla.gnome.org/show_bug.cgi?id=613270

M	data/org.gnome.SessionManager.gschema.xml.in
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-save.c

commit b733c2ee519b65c3c4eab0d0e93056412f995f3f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 31 15:36:04 2013 -0500

    Allow saved-session to be a symlink
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613270

M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-util.c

commit 86cf902bedc410810d083289f269c395d2e66fd6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 31 22:55:27 2013 +0100

    Revert "systemd: Inhibit the lid as well when suspend is inhibited"
    
    This reverts commit 9540eff45540ba2ce985be0c02af73a14e41d43f.

M	gnome-session/gsm-systemd.c

commit 9540eff45540ba2ce985be0c02af73a14e41d43f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 31 18:09:33 2013 +0100

    systemd: Inhibit the lid as well when suspend is inhibited
    
    Otherwise, even though we shouldn't suspend, we'll still do
    it when closing the lid, as gnome-session fails to tell systemd
    not to handle the lid switch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692954

M	gnome-session/gsm-systemd.c

commit 0faa2d0be2d6768ee25e70acd7709b66397274de
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jan 31 19:57:35 2013 +0100

    Updated Polish translation

M	po/pl.po

commit c22633484be3dc0dd8ca6f06713d4ec41ca7575b
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 30 21:49:51 2013 +0100

    Updated Basque language

M	po/eu.po

commit 471dbaadee4585df1e93b287c3d0b5edae4e1b5c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Jan 30 21:40:36 2013 +0100

    Updated Basque language

M	po/eu.po

commit 7592606c1363d09068e09a6c458f6540c7fbd359
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 27 18:12:33 2013 +0100

    Updated Galician translations

M	po/gl.po

commit 08dd0d00f0475da623693b7772a2de2be21aa5d8
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Wed Jan 23 14:11:12 2013 +0100

    support empty session
    
    This will be useful for a better systemd integration
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690866
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

M	gnome-session/gsm-session-fill.c

commit b617a7f12d233c1372ea4c4fd2c05da83b750286
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sun Jan 27 02:55:28 2013 +0100

    Updated Friulian translation

M	po/fur.po

commit 0af6a7492853c862e5b6d3dda5ccf4bb443385f8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Jan 26 23:26:49 2013 +0100

    Updated POTFILES.in

M	po/POTFILES.in

commit 38df8327be77b907ead4cc70b0c127aee90cfd4c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 26 20:08:26 2013 +0100

    Updated Slovenian translation

M	po/sl.po

commit bb8baf27048221e31e2034f20f05c4e736eee10a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jan 25 16:51:05 2013 -0500

    Show the fail whale if gnome-shell can't run
    
    With software rendering, gnome-shell can run on most machines.
    If gnome-shell really can't run, show a fail whale dialog during
    session startup.
    
    https://bugzilla.gnome.org/review?bug=687586

M	gnome-session/main.c

commit bef001f9b0fe41ef731810e6520dcead5bd55334
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jan 25 16:49:59 2013 -0500

    Remove the fallback session
    
    We no longer support fallback mode in 3.8, so we don't need this
    session definition anymore. We are keeping the runnable helper,
    since it sets some X properties that we need.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687586

M	data/Makefile.am
D	data/gnome-fallback.session.desktop.in.in
M	data/gnome.session.desktop.in.in

commit 495ee7c32525d853537121eb9d8033c7859b8a7c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 25 17:34:09 2013 +0100

    manager: Fix notification for inhibited-actions property

M	gnome-session/gsm-manager.c

commit a0057debeccdc5331bca9bc23daa2ddedcbc6b38
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 25 09:34:38 2013 +0100

    manager: Add InhibitedActions D-Bus property
    
    This makes it easier for system-level applications to check
    whether a particular action is inhibited without calling
    "IsInhibited" for each action separately.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692517

M	gnome-session/gsm-manager.c
M	gnome-session/org.gnome.SessionManager.xml

commit aecdecb19dea81119327e1815182be3b020d70fb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 25 09:03:11 2013 +0100

    manager: Fix typo in XML definition

M	gnome-session/org.gnome.SessionManager.xml

commit 9ab1de3a1c049c567e53941e1ecdbc44642d6818
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 25 09:00:38 2013 +0100

    manager: Separate the Properties section in XML definition

M	gnome-session/org.gnome.SessionManager.xml

commit 68005e5a93ce80d2742d8a7e8cfe2efaea10c7d4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 24 09:34:08 2013 +0100

    manager: Split off GsmManagerLogoutMode enum
    
    For use in gnome-settings-daemon through cut'n'paste.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692430

M	gnome-session/Makefile.am
A	gnome-session/gsm-manager-logout-mode.h
M	gnome-session/gsm-manager.h

commit 9d8b8000f5a69c4cba35ac3ae7fb157605517726
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 24 09:28:09 2013 +0100

    client: Use the correct GsmClientEndSessionFlag type for flags
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692429

M	gnome-session/gsm-client.c
M	gnome-session/gsm-client.h
M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-xsmp-client.c

commit 4a2c33203840bc48dec1e9478872d677c908e394
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:54:26 2013 +0100

    presence: Handle really short idle delays
    
    We wouldn't end up idle in the following scenario:
    idle-delay = 10 secs
    we've been idle for 7 secs
    idle-delay = 5 secs
    idle time is 7 secs, but our idle watch is for 5 seconds.
    
    We handle this by manually checking for the idle time. In the case of a
    race where the idle time might be triggered twice, it would not have
    any adverse effects as set_session_idle() knows we're already idle.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692395

M	gnome-session/gsm-presence.c

commit abf405834d12d845910e3c732b0c815a92fb2e1d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:53:07 2013 +0100

    presence: Try to keep the same idle watch
    
    There's no reason for us to destroy and re-create idle watches
    with the same values if the length of the idle timeout, or the
    fact that we're inhibited doesn't change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692395

M	gnome-session/gsm-presence.c

commit a64d01db925f5b444aaf1fe6b9c5f977b59db7a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:50:59 2013 +0100

    presence: Add better debug
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692395

M	gnome-session/gsm-presence.c

commit 784163cec6883107d07c3e51ac57140b18f17d10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:20:12 2013 +0100

    presence: Simplify finalize function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692393

M	gnome-session/gsm-presence.c

commit bea1d1674c6a0b3c3ce7a565595c3f8e36c8ccca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:19:58 2013 +0100

    manager: Remove chained-up finalize function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692393

M	gnome-session/gsm-manager.c

commit 8b2b17d88322c7da9a170cdf2528d6179822ccdb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:19:38 2013 +0100

    inhibit-dialog: Remove chained-up finalize function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692393

M	gnome-session/gsm-inhibit-dialog.c

commit 036144714f80e81b8197ec22561282aa6be6ffa4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:19:10 2013 +0100

    fail-whale-dialog: Remove chained-up finalize function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692393

M	gnome-session/gsm-fail-whale-dialog.c

commit a1e961c7de92734747096c6d0680362bf7f98b00
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 15:15:37 2013 +0100

    presence: Remove impossible check
    
    The idle-monitor will always exist, even if XSync isn't available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692392

M	gnome-session/gsm-presence.c

commit 89f6c9d82e7fb2f76e667f78dae4ec0447dae666
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 13:18:05 2013 +0100

    manager: Remove unused quit_request_completed() function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692377

M	gnome-session/gsm-manager.c

commit 8489852dd4e659257a4746d0a1be6b8a45787567
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jan 19 15:03:13 2013 +0100

    presence: Update default idle-timeout to match gsettings-desktop-schemas

M	gnome-session/gsm-presence.c

commit ddd49c70496bbd843cdd001ac5fab34c237f455e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 13:11:08 2013 +0100

    Revert "Support automatic logout after a maximum period of idleness"
    
    This reverts commit 7d0e8aed1590eaa8caa7666a388eadb8182ac244.
    
    The functionality should be implemented in gnome-settings-daemon
    instead, using the already present "sleep-inactive-*-timeout" as the max
    idle value, with GSD_POWER_ACTION_INTERACTIVE as the
    "sleep-inactive-*-type".
    
    Notification is still missing compared to the gnome-session feature.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=597030

M	configure.ac
M	data/org.gnome.SessionManager.gschema.xml.in
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit d8a1586f67d6500bc084bd499bdf25bec378cebf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 22 10:28:53 2013 +0100

    presence: Don't reconnect to became-active every time
    
    With GnomeIdleMonitor, the became-active signal is not depending
    on the watches used, or their timeout. There is no need to disconnect
    from the signal to reconnect to it later.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692262

M	gnome-session/gsm-presence.c

commit e9198a010233eeea90d08a652d21125cb903db9b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 21 22:45:52 2013 +0100

    main: Make SIGUSR2 print a line in the debug output
    
    To make it easier to find specific events in the debug output.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692241

M	gnome-session/main.c

commit 71b5aa81dfda97e5e696e57b657d980c16d8ade8
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   Sat Jan 19 15:22:19 2013 +0100

    Updated Dutch translation

M	po/nl.po

commit a2d8fe280154c644b5ce8fb107808b782ca80ad0
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   Sat Jan 19 15:16:06 2013 +0100

    Updated Dutch translation

M	po/nl.po

commit b5c12badb7c30ae6319e1a18f376490850250b0a
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Fri Jan 18 05:35:48 2013 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 71ca75aaacad5a7dd143b07453e3232f675d755c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Jan 17 23:39:27 2013 +0000

    Updated Portuguese translation and converted to New Spelling (Novo AO)

M	po/pt.po

commit 20366cb6c32ab2f7af079b31768f6cbe51788cb6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Jan 17 12:00:23 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 52e6bf4ce6ec7b7075694a06c6e43c926975a7ec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 16 13:32:45 2013 +0100

    session: Move GsmPresenceStatus into its own file
    
    So that it can be copy/pasted in gnome-settings-daemon's power plugin
    amongst other things.
    
    The file is call -flag.h to match the gsm-inhibitor-flag.h file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691844

M	gnome-session/Makefile.am
A	gnome-session/gsm-presence-flag.h
M	gnome-session/gsm-presence.h

commit 9ec4deede968ad55d18340109c5aa9f6416de13d
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jan 15 08:08:08 2013 -0500

    Use sd_journal_send to log key events with MESSAGE_ID
    
    The important part about this use of the journal is that we include
    MESSAGE_ID, which allows the gnome-ostree test scripts (and others) to
    look for these.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691785

M	configure.ac
M	gnome-session/Makefile.am
M	gnome-session/gsm-manager.c

commit f97a51017939347a64ac902fa68c9cc47953ba11
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Wed Jan 16 13:05:18 2013 +0530

    Assamese translation updated

M	po/as.po

commit f6c39b3c63e085b815904332e9ab8e54cf0ab01c
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jan 15 08:35:21 2013 -0500

    configure: Fix with/have systemd confusion
    
    This was harmless before since nothing was using the conditional, but
    a later patch will.

M	configure.ac

commit 71e027ad061966888dcd038a85c1cd9636610692
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Jan 15 20:33:01 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit 379c53875d08b57d75fcbf60bea80ad0cdcb1a3d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jan 15 14:34:50 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 62c32425698e9524d8900e0d4adf3f5a9842c6d6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 14 11:12:40 2013 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 8c266685b4e61158b89dcd0e1b17890cb64f6fca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 13 19:32:06 2013 +0100

    tools: Use GRegex in _parse_kcmdline()
    
    Makes the parsing code easier to understand.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688269

M	tools/gnome-session-check-accelerated-helper.c

commit 644259516fc82ec7eb0746032496627da8c8e65e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 13 19:56:59 2013 +0100

    session: Remove double-space in string
    
    And mark the .ui file's string as not translatable as it will
    be replaced by code anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686694

M	data/gsm-inhibit-dialog.ui
M	gnome-session/gsm-inhibit-dialog.c

commit 098fad4ea1be6953f66fc457df1943a31247611a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 13 18:30:25 2013 +0100

    session: Remove RequiredProviders support
    
    This is only needed when we have interchangeable system components
    to handle particular features, such as using a specific notification
    daemon. We don't need that any more, as those should be provided by
    RequiredComponents already, and not changeable.
    
    If a non-GNOME desktop uses gnome-session, they will most likely have
    their preferred provider for that feature.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691663

M	doc/man/gnome-session.1
M	gnome-session/gsm-session-fill.c

commit 60c02f419214af9416d58e039c6ce75b2297d6d7
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Jan 12 14:21:11 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit e1abe2dbaa3d110e0f6403942da51351dd34223b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jan 9 15:26:31 2013 +0100

    Updated Slovenian translation

M	po/sl.po

commit db74698ba328d7e3d9edb55e7d540cbaa343e8ff
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Jan 6 20:27:36 2013 +0600

    Added Kazakh language code to LINGUAS file

M	po/LINGUAS

commit 4341dc1239aef90aeabd4529c9ff59ab8d1a3120
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sun Jan 6 20:24:50 2013 +0600

    Added Kazakh translation

A	po/kk.po

commit b78ce4d28d5222d2d9c8c87ea9185077a381ba7e
Author: Jorge Perez Perez <jorgtum@gmail.com>
Date:   Thu Jan 3 16:52:55 2013 +0100

    Added Aragonese translation

M	po/LINGUAS
A	po/an.po

commit 446ceb662f6c0c85222f4a91c8d30460c13fd5b2
Author: Sina Sheikholeslami <ssheikholeslami@live.com>
Date:   Wed Dec 26 20:56:41 2012 +0330

    l10n: Updated Persian translation

M	po/fa.po

commit 079bbf454b136bcc4cbbf1c5ceb12c9de63e4002
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Dec 23 23:03:09 2012 +0100

    Updated Slovak translation

M	po/sk.po

commit 238535c451a8ad18603f34fd3025fbb0c6aaca78
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Dec 23 23:01:50 2012 +0100

    Updated Slovak translation

M	po/sk.po

commit 065e47a1b0f07ec13f7118fced8f5c0b4417b8f4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Dec 21 16:35:39 2012 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 396915ea2f613365d87a32ad3c137423e0487897
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Dec 20 23:41:18 2012 +0200

    Updated Lithuanian translation

M	po/lt.po

commit eb48fbaa7ae32dd3f9bd148b40ed34624d3e5e8f
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 20 16:26:04 2012 +0200

    Updated Hebrew translation.

M	po/he.po

commit eb198d1d79aeddbcab6361f8d121e4eb15037132
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 18 15:00:27 2012 -0500

    NEWS: update for release

M	NEWS

commit f13f43f5b2673e923fd8111c9964e4fc91052cc4
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Tue Dec 18 17:56:24 2012 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit 0406cc5b61fe42266a227a3a4bff6bfc835e7ae5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Dec 16 20:47:50 2012 +0100

    Updated Spanish translation

M	po/es.po

commit 92ed38f9fbb75072cf707818edcfc334a13a0c4a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Dec 16 04:18:28 2012 +0100

    Updated Polish translation

M	po/pl.po

commit f18652d38f5b739dbb2086c5e6fe9629a0a49295
Author: Janne Haapsaari <haaja@iki.fi>
Date:   Sat Dec 15 22:53:46 2012 +0200

    main: change exit value of --version from 1 to 0
    
    gnome-session --version prints version string and gave 1 as a
    exit value. This patch changes that exit value from 1 to 0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690273

M	gnome-session/main.c

commit b697d212887679142182ba47e950a9f8a9321458
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Dec 15 00:23:19 2012 +0100

    Updated Galician translations

M	po/gl.po

commit 37de4b359221d1e842aa5b3e75d0d2c818214c0f
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Fri Dec 14 20:07:04 2012 +0530

    Assamese translation updated

M	po/as.po

commit 7d0e8aed1590eaa8caa7666a388eadb8182ac244
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Dec 11 17:38:59 2012 -0500

    Support automatic logout after a maximum period of idleness
    
    This is very commonly requested in any situation with
    shared resources: servers, labs, etc.
    
    We simply start counting down once the session goes idle,
    and display a warning notification when we get close to the
    maximum allowed idle time.
    
    The feature is controlled by two new org.gnome.SessionManager
    settings: max-idle-time and max-idle-action. The time is specified
    in minutes, and the action can be 'none', 'logout' or 'force-logout',
    with 'none' being the default.
    
    This commit adds a libnotify dependency.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=597030

M	configure.ac
M	data/org.gnome.SessionManager.gschema.xml.in
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit 04185c19ab0dd17eff0ae7e969a9e6d92ba8fee0
Author: nick black <nick.black@sprezzatech.com>
Date:   Sat Nov 24 23:47:34 2012 -0500

    rename session-save to -quit in man page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689009

M	doc/man/gnome-session-properties.1

commit 8b187ec5177647ee9b2a78af27e538b078941f8c
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Dec 4 10:20:41 2012 -0500

    manager: call complete_shutdown in better place
    
    The code currently unconditionally calls complete_shutdown at the
    bottom of the END_SESSION phase. This means it gets called at logout
    time, and ConsoleKit users will get power off at logout time.
    
    This commit moves it to be called in place of the superfluous calls
    to attempt_stop/attempt_restart in gsm_manager_quit (which runs
    at the proper time, during the EXIT phase, and has checks to exclude
    the LOGOUT case)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689721

M	gnome-session/gsm-manager.c

commit 962df1a1a0a582c4ab6caa6d84d218ac548fafca
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Dec 5 10:50:40 2012 -0500

    manager: when system prepared, start next phase, don't re-end current phase
    
    We currently end_phase the QUERY_END_SESSION phase multiple times.
    
    The apparent intent of the code is to start the END_SESSION phase,
    not re-end the QUERY_END_SESSSION phase so this commit fixes that.
    
    The bug manifests as an infinite loop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689721

M	gnome-session/gsm-manager.c

commit 4075535c3a9e8b329119a954cb683cef5c3e495f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 5 20:08:45 2012 +0100

    Updated Spanish translation

M	po/es.po

commit 8a1d1d1579a8adc677f6d20f34e810f4e564a101
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Dec 4 13:15:12 2012 +0100

    Updated Galician translations

M	po/gl.po

commit 6b62168488398baab871f59a40c004abf4e75e09
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Nov 30 16:09:26 2012 -0500

    main: disconnect shutdown_cb when manager is destroyed
    
    shutdown_cb is supposed to be called when gnome-session is
    running and suddenly the bus is ripped away from it.  Unfortunately,
    it also gets run as part of the normal shutdown path, which it isn't
    designed for.
    
    This commit changes g_signal_connect_swapped to g_signal_connect_object
    to ensure the handler is disconnected when the manager object goes away,
    so the handler isn't called in the normal shutdown path.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688992

M	gnome-session/main.c

commit d1f88fbf42c315b73a69f16ed1c8285a06fb16c0
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Nov 30 17:55:12 2012 -0500

    presence: Fix a typo
    
    Fix a copy-paste error in the last commit. Thanks, Cosimo!

M	gnome-session/gsm-presence.c

commit 2a4bf476dc08e5c434c1cd11907fc46e0bb82986
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Nov 30 17:47:34 2012 -0500

    gsm-fail-whale: Stop a compiler warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689383

M	gnome-session/gsm-fail-whale.c

commit 254a835317b7eb41e3af03d25d7e11a94969493a
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Nov 30 17:27:13 2012 -0500

    Don't add gnome-session-inhibit.1 to the repo
    
    This is a generated file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689383

M	doc/man/Makefile.am
D	doc/man/gnome-session-inhibit.1

commit 92e0959782f048efc5a1fb8e9e049681cb984469
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Aug 20 00:13:45 2012 -0400

    Fix issues with the GnomeIdleMonitor port
    
    Bastien ported this incorrectly, relying on a "condition" argument
    to be passed to the callback function that never existed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689381

M	gnome-session/gsm-presence.c

commit e89a1832de1743f582cc1ef3f816d28c3d45e99d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Nov 30 14:25:31 2012 +0200

    Updated Hebrew translation.

M	po/he.po

commit 97f2d5e8a7c4707a51be71f5e288ff4661d9e75d
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Nov 30 17:52:45 2012 +0530

    Updated kn translation

M	po/kn.po

commit eaeb04bfb338050f492176f9e24644829d152ff7
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Wed Nov 28 20:45:16 2012 +0530

    Updated Odia Translation with FUEL implementation.

M	po/or.po

commit daa594a798031f7d23419635a0055e08ca87a935
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Nov 26 21:06:35 2012 +0100

    Updated Slovenian translation

M	po/sl.po

commit 1c84d28345289636aea23acaa24b0bd7660bbe09
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Nov 22 21:24:22 2012 -0500

    Systemd: Handle polkit dialog at session end more gracefully
    
    When there are multiple sessions, we may get a polkit dialog after
    the user confirms the power off dialog. Previously, we didn't handle
    this situation very nicely, since we were already in the EndSession
    phase when calling PowerOff, and there is no way back to the Running
    phase from there, even if the user cancels the polkit dialog.
    
    This commit rearranges things so that we call PowerOff before leaving
    the QueryEndSession phase. To prevent the system from going down
    right away, we take a delay inhibitor, and listen for the
    PrepareForShutdown signal to know when we can safely transition
    into EndSession. If the user cancels the polkit dialog, the PowerOff
    call fails with an AccessDenied error, which we handle and return
    to the Running phase. In order to tell gnome-shell that the session
    is back to running, we call a new Close() method on the EndSessionDialog
    interface.
    
    All of this only works with systemd. The ConsoleKit implementation
    works the same as before.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688076

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-shell.h
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c

commit 28dc2881afe0afdd0cdb3c34618c0593ed3ee47b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 23 13:19:35 2012 -0500

    Cosmetic change to debug output
    
    No newline required in g_debug().

M	gnome-session/gsm-manager.c

commit 777be736ee6e2b76c96804088b15d2e0f962347a
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Fri Nov 23 16:58:41 2012 +0530

    Assamese translation updated

M	po/as.po

commit 8464c4af2264b36b75665b52507bcf50acfa56da
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 23 02:52:49 2012 -0500

    Replace EggDesktopFile by GDesktopAppInfo in the inhibit dialog
    
    At the same time, drop a bunch of old copy-paste code for
    loading icons that does not really add anything over using
    GtkIconTheme directly.

M	configure.ac
M	gnome-session/Makefile.am
M	gnome-session/gsm-inhibit-dialog.c

commit 3a2d5fcad958be143b4189147d8cd3c6bad244ec
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 23 02:38:29 2012 -0500

    Drop the fallback dialog
    
    Since we are dropping fallback mode, we don't need this dialog
    anymore.

M	gnome-session/gsm-manager.c

commit 1c798d913f900047f04a47827116938c8346b098
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 23 02:40:52 2012 -0500

    Drop an unnecessary include

M	gnome-session/gsm-client.c

commit 7fb0e98606bdca0932b047f64ac4cedd6e1b763e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 23:33:05 2012 -0500

    Add some padding to the fallback inhibit dialog

M	data/gsm-inhibit-dialog.ui

commit f2ae6ebe04f7fe89acbb76ff61acbb4ef0c5c5e2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 23 01:59:07 2012 -0500

    Make the fail whale a separate program
    
    This makes it easier to test, and makes gnome-session itself
    a bit smaller.

M	gnome-session/Makefile.am
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
A	gnome-session/gsm-fail-whale.c
A	gnome-session/gsm-fail-whale.h
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit 9801185598cddbeafa2aefb04fcf0f722229c3bc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 12:13:30 2012 -0500

    Don't store the extensions object
    
    We just use one bit of information here. This is in preparation
    for making the fail whale a standalone binary.

M	gnome-session/gsm-fail-whale-dialog.c

commit e3e780642c4dff308b4162eecbd4442a26795539
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 12:11:29 2012 -0500

    Use gnome-session-quit to log out from the fail whale
    
    This is in preparation of turning it into a separate binary.

M	gnome-session/gsm-fail-whale-dialog.c

commit e9579206afc73d74dcefd6d8f9b39e73ded9da4c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 12:05:23 2012 -0500

    Move gsm_util_get_computer_fail_icon_size where it is used
    
    This is a preliminary step for moving the fail whale dialog
    out of process.

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h

commit 292475a0730d25e1ed6b1f5641900e95a95eab51
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 12:01:01 2012 -0500

    Use zenity for init errors

M	gnome-session/gsm-util.c

commit 26f6ff837dc09aab9d9cf83881abde3fa57d3869
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Nov 11 18:09:26 2012 -0500

    Don't initialize gtk in gnome-session-quit
    
    Its not needed at all.

M	tools/gnome-session-quit.c

commit c10274e4d32a1d8c473f8f628eaebf8a7f02446d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 21 22:32:19 2012 +0100

    GsmPresence: Use GnomeIdleMonitor
    
    As used by gnome-settings-daemon and gnome-shell, available
    in gnome-desktop >= 3.7.2.
    
    We use gnome-desktop 3.7.3 for a build fix.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688841

M	configure.ac
M	gnome-session/Makefile.am
D	gnome-session/gs-idle-monitor.c
D	gnome-session/gs-idle-monitor.h
M	gnome-session/gsm-presence.c

commit 1f7e41421e40b020d2e01c9688b85a205cdf931f
Author: Colin Walters <walters@verbum.org>
Date:   Wed Nov 21 09:19:13 2012 -0500

    GsmPresence: Don't g_warning() when screensaver goes away
    
    This happens on login normally when the greeter shell is terminated.
    
    Part of my crusade against g_warning() in default boot/login.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688810

M	gnome-session/gsm-presence.c

commit 854edad853880b285309259a79532bef5202514e
Author: Colin Walters <walters@verbum.org>
Date:   Tue Nov 20 19:43:53 2012 -0500

    main: Fix g_critical() on login
    
    Commit
    http://git.gnome.org/browse/gnome-session/commit/?id=34c380508516f8a2f81b68d189b24fedb05870ea
    caused us to emit a g_critical because we were passing NULL for the
    user data, when the callback expected a GsmManager.  Fixing this
    requires passing the user data later.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688774

M	gnome-session/main.c

commit a2ef87b3c5f88eb30c844eda5e2c9ba5841bd3a6
Author: Colin Walters <walters@verbum.org>
Date:   Tue Nov 20 18:20:55 2012 -0500

    hardware-compatibility: Enable llvmpipe
    
    It works in gnome-ostree now, and this patch has lived in the
    downstream ghetto for a while.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688766

M	data/hardware-compatibility

commit 6df67d290f5f598697b06848044080c3e25c81b7
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Nov 20 15:51:44 2012 +0100

    Updated Spanish translation

M	po/es.po

commit cd0002b9ebd4f430b226effe8b73fcd5e874f781
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 19 21:46:12 2012 -0500

    Post-release version bump

M	configure.ac

commit 8a6f00d6e5609ab4693c09bd3528673db95818d3
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 19 21:17:22 2012 -0500

    3.7.2

M	NEWS
M	configure.ac

commit 2cc0b7023b78e3bd9e111c8b0a719c4d10dde5cf
Author: Colin Walters <walters@verbum.org>
Date:   Tue Nov 13 13:05:55 2012 -0500

    build: Add --disable-man option
    
    1) For embedded systems, it makes no sense to include documentation
       of this kind on each image.  So we might as well not even build
       it.
    2) For people bootstrapping systems from source code, documentation
       is the source of many cyclical build loops.  Allowing it to
        be disabled helps cut these loops.
    3) The Docbook stylesheets and build system have no sane upstream,
       and so at the moment aren't included in gnome-ostree.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688271

M	configure.ac
M	doc/Makefile.am

commit 121067a005a1bb65bdb86534274a8a8658d57f09
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 15 13:13:21 2012 +0100

    Updated Slovenian translation

M	po/sl.po

commit 69ed18b716c73fef014086d86c038825d0724128
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 16:16:38 2012 +0100

    gnome-session-check-accelerated: Simplify _has_extension()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	tools/gnome-session-check-accelerated-helper.c

commit 313def1d1d20b684367c59d4b1f5b1b5ff1ea1c5
Author: Adam Jackson <ajax@redhat.com>
Date:   Thu Aug 23 10:27:11 2012 -0400

    gnome-session-check-accelerated: Set _GNOME_MAX_SCREEN_SIZE on the root window
    
    Compute this from the minimum of the maximum texture size and the
    maximum renderbuffer size.  gnome-settings-daemon may use this to avoid
    setting mode configurations that exceed the screen dimensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	tools/gnome-session-check-accelerated-helper.c

commit 63e765cf8da6fdfead08cd883ae903f13d8d1518
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 14:48:04 2012 +0100

    gnome-session-check-accelerated: Use constant for specific sizes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	tools/gnome-session-check-accelerated-helper.c

commit 97088bda14ca8f1c2fa52326e208593722931689
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 14:43:11 2012 +0100

    gnome-session-check-accelerated: Better kcmdline parsing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	tools/gnome-session-check-accelerated-helper.c

commit 269756ce8012a9d76e124f95b4e4dd7ff4ab5802
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 14:40:24 2012 +0100

    gnome-session-check-accelerated: Use gbooleans for retval
    
    Instead of ints, with zero sometimes for failure, sometimes
    for success.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	tools/gnome-session-check-accelerated-helper.c

commit 0a8a017aecdc771fa6729b12bd2c3876cc8e6374
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 14:15:55 2012 +0100

    gnome-session-check-accelerated: Use glib
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688252

M	configure.ac
M	tools/gnome-session-check-accelerated-helper.c

commit 59af0bd778e2a71b56d78f4b17517cbce16d2f74
Author: Daniel Drake <dsd@laptop.org>
Date:   Mon Nov 12 15:29:13 2012 -0600

    Reject new XSMP clients earlier in the shutdown path
    
    When we are ending the session, a new client connecting and trying to
    register causes things to get confused and long delays to happen.
    
    Move GsmXsmpServer to be managed by GsmManager, which can now tell the
    server at a much earlier time when we are shutting down. Now new clients
    are rejected much earlier and the confusion and delays are gone.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688209

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-xsmp-server.c
M	gnome-session/gsm-xsmp-server.h
M	gnome-session/main.c

commit e7cbff3fb381c6d1666d148889a5e485d5e2e418
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Tue Nov 13 11:02:35 2012 +0100

    GsmConsoleKit: Properly initialize upower client
    
    Move UPower client initialization from gsm_consolekit_on_name_owner_changed()
    (which is not actually called for UPower usually) into
    gsm_consolekit_ensure_ck_connection().
    
    This makes the UPower calls actually work, otherwise they fail on trying to
    pass a NULL client.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688229

M	gnome-session/gsm-consolekit.c

commit 27ded0935c16ac7c5889eeda751345db4a12ce80
Author: Colin Walters <walters@verbum.org>
Date:   Wed Nov 7 07:27:22 2012 -0500

    Add new SessionIsActive property
    
    Merge the code from gnome-settings-daemon to monitor session active
    state, unfortunately down-porting it to dbus-glib in the ConsoleKit
    case.  Even more unfortunately, we hand-roll a PropertiesChanged
    signal for GDBus consumers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687821

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c
M	gnome-session/org.gnome.SessionManager.xml

commit c95bb1335a8e6f56f85b3803b9d2427661c05639
Author: Colin Walters <walters@verbum.org>
Date:   Wed Nov 7 07:50:16 2012 -0500

    GsmSystemd: use free() on string returned from libsystemd, not g_free()
    
    Doesn't matter now, but it may sometime in the future.  Also, it's
    just good to stay on one's toes in C about what kinds of pointers need
    to be freed with which function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687821

M	gnome-session/gsm-systemd.c

commit edec3fc90f6ea0ffdb685367def56c6be73c5284
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Nov 9 12:57:45 2012 +0200

    Updated Hebrew translation.

M	po/he.po

commit 24bf7b626638c4d472a59a4221b5a47475eee7e4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 8 21:37:30 2012 +0100

    Updated Slovenian translation

M	po/sl.po

commit 35f66f19c3b228922de44f1cc7953deb7ad69141
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Nov 7 21:01:13 2012 +0100

    Updated POTFILES.in

M	po/POTFILES.in

commit f9ee9c6f4fa9bc749765eb06e41a13d08645e627
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 14:13:27 2012 +0100

    tools: Exit when gnome-session isn't available

M	tools/gnome-session-inhibit.c

commit 7b191be59cd66b958ff3137c1020c066223cd489
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 13:44:33 2012 +0100

    man: Update inhibit tool man page

M	doc/man/gnome-session-inhibit.1

commit c933724a6d7791bad4022f26a68259d747d8a14a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 13:44:13 2012 +0100

    man: Add rule to re-generate inhibit tool man page

M	doc/man/Makefile.am

commit f48f42429302c1f4702dec33d2f30bd9a3310059
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 13:38:29 2012 +0100

    tools: Add an inhibit-only mode
    
    It's better for some applications that want to integrate
    into GNOME without using D-Bus to launch the inhibitor
    directly when they need it, and stop it when they don't.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687404

M	doc/man/gnome-session-inhibit.xml
M	tools/gnome-session-inhibit.c

commit 579be2bd15d512d70b675c563cf60bd0ee998c88
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 13:15:06 2012 +0100

    tools: Split off waiting for the launched application

M	tools/gnome-session-inhibit.c

commit 0f86191608e8be52accf506cc4e5ae0366faae72
Author: Colin Walters <walters@verbum.org>
Date:   Wed Nov 7 07:06:03 2012 -0500

    Fix some compiler warnings
    
    A few from new gnome-common, others preexisting.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687838

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-util.c
M	gnome-session/main.c

commit 3b4b5c3c8aa96344b54e7a62157345ec220a576a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 13:00:08 2012 +0100

    tools: Fix build with srcdir != builddir

M	tools/Makefile.am

commit a2636d3fafc737679f485fd03d89261d46563010
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 12:50:41 2012 +0100

    tools: Use new inhibitor flags header

M	tools/gnome-session-inhibit.c

commit f6a9ab48d29a99a1d696035a085ed8a19c33bbb8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 12:50:12 2012 +0100

    tools: Fix inhibit tool build
    
    gnome-session-inhibit.c: In function ‘main’:
    gnome-session-inhibit.c:151:3: warning: implicit declaration of function ‘setlocale’ [-Wimplicit-function-declaration]
    gnome-session-inhibit.c:151:3: warning: nested extern declaration of ‘setlocale’ [-Wnested-externs]
    gnome-session-inhibit.c:151:14: error: ‘LC_ALL’ undeclared (first use in this function)
    gnome-session-inhibit.c:151:14: note: each undeclared identifier is reported only once for each function it appears in

M	tools/gnome-session-inhibit.c

commit 48fd7e6c0cea668c4378af869cfca1cee71afaf3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 7 12:45:01 2012 +0100

    Move inhibitor flags to a separate file

M	gnome-session/Makefile.am
A	gnome-session/gsm-inhibitor-flag.h
M	gnome-session/gsm-inhibitor.h

commit a696ccb00acf6bdcd168c23db2cc4e33bb1455e0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 10 11:03:04 2012 +0200

    Export locale categories through D-Bus
    
    Add GetLocale() function for System Settings to lookup the value
    of a particular locale setting, such as the session language.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685863

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/org.gnome.SessionManager.xml

commit fcdbf2b36b184f10239ac7a81cb3c88b4c5ed477
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Nov 3 01:51:14 2012 -0400

    Add a commandline wrapper to inhibit idle
    
    This is needed since 3rd party media players can't be bothered
    to make a D-Bus call.

M	doc/man/Makefile.am
A	doc/man/gnome-session-inhibit.1
A	doc/man/gnome-session-inhibit.xml
M	tools/Makefile.am
A	tools/gnome-session-inhibit.c

commit f293022393b559bb3e79eb0e2a7102cd5ef14149
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Nov 6 16:37:53 2012 -0500

    doap: add walters
    
    hopefully he won't notice

M	gnome-session.doap

commit 5aff5ed2e24146f16c6eabbd4f39e9c9fc28dbb9
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Nov 6 15:46:42 2012 -0500

    main: initialize gsm-system before acquring name
    
    gsm-systemd makes synchronous calls to logind.  These
    calls invoke a main loop.  If we've already acquired a name
    on the session bus when the main loop is running, then we'll
    service that bus name too early.
    
    This commit initializes gsm-system before acquiring a name to
    avoid that clash.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687804

M	gnome-session/main.c

commit 06c70656beb3fff1b3067f53e3ec5f23871d94b8
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 25 18:42:40 2012 -0400

    Drop gsm-marshal.list, use g_cclosure_marshal_generic
    
    We can just pass NULL everywhere nowadays.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687067

M	gnome-session/Makefile.am
M	gnome-session/gsm-app.c
M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-client.c
M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-manager.c
D	gnome-session/gsm-marshal.list
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-store.c
M	gnome-session/gsm-system.c
M	gnome-session/gsm-systemd.c
M	gnome-session/gsm-xsmp-client.c

commit 655d9bdb797a518ae4fe78ac3a427d2e8b5a2fe5
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 25 02:12:32 2012 -0400

    Use g_clear_object/g_clear_pointer
    
    Just makes the code feel more modern.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687067

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell-extensions.c
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-util.c
M	gnome-session/main.c
M	tools/gnome-session-quit.c

commit 76c7543dec2d8f4eefc6b8732c4e1d34fc39c4e0
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 25 01:47:15 2012 -0400

    Use g_unix_signal_add() instead of GdmSignalHandler
    
    Part of GLib, cleaner, better, faster, reverses male pattern baldness,
    etc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687067

M	gnome-session/Makefile.am
D	gnome-session/gdm-signal-handler.c
D	gnome-session/gdm-signal-handler.h
M	gnome-session/main.c

commit 436bb1525f8f067359584e7412fb1f1b916277ed
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 25 18:35:56 2012 -0400

    build: Require the latest GLib
    
    Needed to use SIGUSR1 with g_unix_signal_add().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687067

M	configure.ac
M	gnome-session/test-client-dbus.c

commit 8b7d76de1797ebba7dd4eaa26e73ab330e3d607f
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Oct 23 20:45:46 2012 +0200

    Updated slovak translation

M	po/sk.po

commit da2dbf76816e37fb7b3c15dc3d5990c920601949
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Oct 23 17:28:26 2012 +0300

    Updated Greek translation

M	po/el.po

commit c1d0790459b8d277fbde135b1653df84b79d5f22
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Oct 22 21:06:24 2012 -0400

    systemd: Drop system inhibitor when necessary
    
    We need to be careful here, since we are getting the system
    inhibitor with an async call. By the time we get the reply,
    the session inhibitor may have already been dropped again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685499

M	gnome-session/gsm-systemd.c

commit 82a48adf63f48f37dbc25a6d4b063c4ef2f5cc8a
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Oct 22 14:07:49 2012 -0400

    configure: bump to 3.7.1

M	configure.ac

commit 80595161deae1ce4f7d64ed210ba017c39593bef
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Oct 22 14:04:57 2012 -0400

    NEWS: update for release

M	NEWS

commit 10beb9d7603e4c9c2baef17def5bc610c42f19e2
Author: Tim Lunn <tim@feathertop.org>
Date:   Fri Oct 19 09:51:23 2012 +1100

    Add gnome-screensaver to the fallback session
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683060

M	data/gnome-fallback.session.desktop.in.in

commit 17823d20a83d960f1f3cc113cfcf31b78229bef7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Oct 22 10:24:00 2012 -0400

    dbus: Add SessionName property to introspection
    
    This fixes the GetAll call that gdbus clients automatically
    do and currently (harmlessly) error out on.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686546

M	gnome-session/org.gnome.SessionManager.xml

commit 6b11232fcc759786d04cf8a702bead3f54877342
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 25 13:43:59 2012 -0400

    configure: bump to 3.6.0

M	configure.ac

commit 2f976d593444e448438d0a55d663d837088cdb93
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 25 13:43:43 2012 -0400

    NEWS: update for release

M	NEWS

commit e2e38fc7902d1fe3d12053b446770f917c833b69
Author: Jürg Billeter <j@bitron.ch>
Date:   Mon Sep 10 20:10:17 2012 +0200

    gnome-session-check-accelerated: Support zaphod mode
    
    Mutter no longer crashes in zaphod mode.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665061

M	tools/gnome-session-check-accelerated-helper.c

commit 49d0ff885589380eb9ee300a8d377b7e597f8886
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Sun Oct 14 23:23:03 2012 +0530

    Updated Kannada Translations

M	po/kn.po

commit c3e7297112bef0bfc5a241329b24c49289061bf6
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Wed Oct 3 17:36:31 2012 +0200

    [l10n] Added Khmer translation

M	po/LINGUAS
A	po/km.po

commit 765827a72d276622fb41ce053582c730c71c48b4
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date:   Sun Sep 30 17:53:02 2012 +0200

    rename some generic names to prevent redeclaration on some OS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685121

M	tools/gnome-session-quit.c

commit c8253d1094b5ede0b3f23a59b3567193c7039341
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Sep 21 16:51:22 2012 -0400

    systemd: check for greeter by looking at class not service
    
    GDM calls its pam service file gdm-launch-environment not gdm-welcome,
    so the current login session detection code is broken. It's fragile anyway.
    
    A much better approach is to query if the session class is "greeter".
    
    This commit does that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684585

M	gnome-session/gsm-systemd.c

commit e3bfe89b46bc004cf830996ed1cbaae1cf6b0b61
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Sep 26 01:30:19 2012 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit cdaacc8c6863bfe592f55306be5819cf8749a1a0
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Sep 26 01:30:06 2012 +0200

    [l10n] Updated Catalan translation

M	po/ca.po

commit 17b0b11985e9cc4c0023ddab75966a7ba516c4bb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Sep 22 11:59:27 2012 -0400

    Make autostart overriding more flexible
    
    This patch changes the interpretation of --autostart.
    
    Previously, when specified on the commandline, no session file was
    loaded at all. With this patch, we make it just override the locations
    that we look for autostart files in, from the default
    /etc/xdg/autostart
    /usr/share/autostart
    /usr/share/gnome/autostart
    
    (we still consult those directories for fulfilling .session file
     requirements)
    
    The goal of this is to enable gdm to use autostart in the login
    session, so orca can be activated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663721

M	gnome-session/gsm-session-fill.c
M	gnome-session/gsm-session-fill.h
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h
M	gnome-session/main.c

commit e4847ac28409404502360319a9833f1c1d7c1078
Author: Petr Kovar <pkovar@redhat.com>
Date:   Mon Sep 24 17:41:29 2012 +0200

    Fix Czech translation

M	po/cs.po

commit dcf737b910bdefd5f35ba07af5652ac93708f2c6
Author: Petr Kovar <pkovar@redhat.com>
Date:   Mon Sep 24 17:39:49 2012 +0200

    Update Czech translation

M	po/cs.po

commit 099c8004dc244b4ab04f43e768f1f24a103cd97d
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Sep 24 10:46:02 2012 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit f7108eaa7ddcdea333d6b103e0e3f4eddad4f1df
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Sep 24 01:51:44 2012 +0300

    Updated Latvian translation

M	po/lv.po

commit 832e12299f8de8ba8720fef9edb0dc4bc14c4a92
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Sun Sep 23 20:53:17 2012 +0530

    hindi update

M	po/hi.po

commit 4ed4a391d1ded9c3668f3dfd0b015954146662cc
Author: tuhaihe <wangdianjin@linuxdeepin.com>
Date:   Sun Sep 23 02:12:39 2012 +0800

    update Simplified Chinese (zh_CN) translation

M	po/zh_CN.po

commit e977f1adddd557973a06b57cd229371549bfe868
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Sep 21 15:18:54 2012 +0530

    Updated Bengali India Translation

M	po/bn_IN.po

commit 68b36a3407bcddb24f535ab2f7b172df1affc981
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Sep 21 13:52:59 2012 +0530

    hindi update

M	po/hi.po

commit fffd01c1e4790174784009adb03eef3edc8c5106
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Sep 21 10:16:55 2012 +0300

    Uploaded Ukranian

M	po/uk.po

commit 97e3c1a0a72bbc6a85b8e0ab38a81e1a367876e6
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Sep 21 10:13:15 2012 +0300

    Uploaded Ukranian

M	po/uk.po

commit 6def5f741d174d4a22d8cac109f12565e38856ad
Author: Noriko Mizumoto <noriko@fedoraproject.org>
Date:   Thu Sep 20 14:47:39 2012 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit 21ecb0a25ce21c9bf4df7b4f9cde8f876624fba0
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Sep 20 05:56:31 2012 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 699d68b29775fa50576180cc2dea9619b5549167
Author: Ani Peter <apeter@redhat.com>
Date:   Tue Sep 18 21:14:10 2012 +0530

    Updated Malayalam file

M	po/ml.po

commit 0a577cfc61a97999c5e6d632d676eae0ec4127ad
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 16 13:29:06 2012 +0200

    Updated Danish translation

M	po/da.po

commit 0aeec2a0019f880172dbca69d5b40805ee5c48f8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Sep 15 17:18:27 2012 +0900

    Updated Korean translation

M	po/ko.po

commit 2eb8c15200986f0d00e4268cba8b11ced73d48a7
Author: Timo Jyrinki <timo@debian.org>
Date:   Wed Sep 12 18:49:43 2012 +0300

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit 8fb39e7a5e1dccea3019b2fb5d6adab8987e6bdd
Author: Ibrahim Saed <ibraheem5000@gmail.com>
Date:   Wed Sep 12 14:50:16 2012 +0100

    Updated Arabic translation

M	po/ar.po

commit 59bbf4c24e69da7e51abe6e72189dcbe21bbec92
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri Sep 7 18:03:33 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 078588b53387fc65819d2b90145a0acab4b45274
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Thu Sep 6 21:13:28 2012 +0430

    l10n: Updated Persian translation

M	po/fa.po

commit ce5a198b9c7df520bfbc043dfa9270310be482c3
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Sep 6 20:18:34 2012 +0700

    Updated Thai translation.

M	po/th.po

commit d65f83654bb917a67d6080572903f339db9d106e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 5 15:07:45 2012 -0400

    configure: bump to 3.5.91

M	configure.ac

commit 04977ba275e1416bd06151ad945bc82e3d99faef
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Sep 5 15:07:14 2012 -0400

    NEWS: update for release

M	NEWS

commit cd1a537e091e0df3d0a2f1a3783906df28f11622
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu Sep 6 01:53:32 2012 +0700

    Updated Indonesian translation

M	po/id.po

commit b0756cb3ff03df3e3e1c4c6db737bc0a01de65de
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Sep 5 19:34:32 2012 +0100

    Updated British English translation

M	po/en_GB.po

commit 5f926677209379a65188b65fad4d85b02c501821
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Sep 5 09:06:04 2012 +0200

    Updated French translation

M	po/fr.po

commit 384beeaaa6b13c0c7a3516d01e6a892a13556904
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 4 15:39:02 2012 +0200

    Updated Hungarian translation

M	po/hu.po

commit ad9b0d7c18f4dca08c84e0463c8a3bcc0f44a32f
Author: Fábio Nogueira <fnogueira@gnome.org>
Date:   Tue Sep 4 08:53:21 2012 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit 31f823850f63df1b16b3308f15871902ca2658bd
Author: Muhammet Kara <muhammetk@acikkaynak.name.tr>
Date:   Tue Sep 4 06:42:51 2012 +0300

    [l10n]Updated Turkish translation

M	po/tr.po

commit ea9b677b200c5da4b454df2ffc27b910aa7f1f2e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 4 00:14:45 2012 +0200

    Updated Polish translation

M	po/pl.po

commit ff4fd8b87201497516cc392edd483a6889dfb966
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Sun Sep 2 22:41:28 2012 +0200

    Updated Italian translation

M	po/it.po

commit 9974d55ced19a5a554a0c4712cacb367b5b12041
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Sep 2 20:54:05 2012 +0200

    Updated Swedish translation

M	po/sv.po

commit 412792b527dc76d6c5f121b0095f5b390194bc58
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Sep 2 17:06:34 2012 +0530

    updated Tamil translation

M	po/ta.po

commit a0ae37101c7547a2db865db826fd5e3994634ae9
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Sep 1 01:31:07 2012 +0100

    Updated Portuguese translation

M	po/pt.po

commit b83bedbcdad2800297e4816bb822d4c858fed77f
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Aug 29 23:32:13 2012 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 55732d72f4a723dd2d35d92438a4f44a285bccc7
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Tue Aug 28 00:15:37 2012 +0530

    Implemented FUEL entries to Assamese translation

M	po/as.po

commit 0e4680298326950b446b22425631988e687055f2
Author: Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
Date:   Thu Aug 23 19:32:04 2012 +0200

    Updated German translation

M	po/de.po

commit b4d262e9fceafd189d97e42634c6943e43a81243
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Aug 23 13:07:25 2012 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 87149e10edc25dc4485a0143d71bae175e9e7cb9
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Thu Aug 23 13:05:21 2012 +0700

    po/vi: imported from Damned Lies

M	po/vi.po

commit 94e1a04e24e6dff117d8c1d8666f18502e16d754
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 23 03:40:31 2012 +0200

    Updated Polish translation

M	po/pl.po

commit b89260cb9c2717fe7a91587155cfdee2a34b12cf
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Aug 22 08:52:01 2012 +0530

    update Punjabi Translation

M	po/pa.po

commit dfd0f98ffdc596d3e9f647e58a7e2ee5e39fce5c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Aug 17 23:29:43 2012 +0200

    Updated Galician translations

M	po/gl.po

commit ba3c50bd1807f146482431e290187d40745e18ef
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Thu Aug 16 12:39:35 2012 +0530

    Updated Marathi Translations

M	po/mr.po

commit 363ed60a71229ec1183cd89024ee3ade536ceef0
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Aug 6 17:36:14 2012 -0400

    configure: bump to 3.5.5

M	configure.ac

commit da62e812d0b1aa105129f3ea95204363562cc5a8
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Aug 6 17:37:49 2012 -0400

    NEWS: update for release

M	NEWS

commit 8baf35dcf989da7faa0dda48e0bbc5aa65ce4f07
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date:   Tue Jun 19 12:11:37 2012 +0200

    make gconf support optional
    
    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678394

M	configure.ac
M	gnome-session/gsm-autostart-app.c

commit 2c62fe1966a4f6e7b0f34e82b69792a2f7aa62d9
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Aug 3 15:14:55 2012 +0530

    Assamese translation updated

M	po/as.po

commit 4516732c856dc26e86957627693bd8810712cb69
Author: Aleksej Kabanov <ak099@mail.ru>
Date:   Thu Aug 2 00:02:13 2012 +0400

    Updated Russian translation

M	po/ru.po

commit 2925af8bdadda965ba964eb45c367e43e35fe11e
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jul 30 12:28:13 2012 +0530

    Updated gujarati file

M	po/gu.po

commit 680d6b83ef0aa7f4224d57178d5041742c7ceed0
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jul 30 03:22:19 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 997f49dbc4d3de7cb250f18508beb4466574a684
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jul 25 12:57:33 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 341f7fe04fbcdd1d1386d84532bade2c6258e760
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 24 22:34:38 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit eec0996fda7cbeaf9c6a6dc5f67f3bcf5e9f6239
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Jul 24 12:02:13 2012 +0300

    Updated Greek translation

M	po/el.po

commit f2dc1f1f775901073b4df82b9a874fa8939423d9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Jul 23 23:31:10 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 1f44781bec7251eb196eb141bf51b97cebbd66bf
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jul 19 17:35:34 2012 -0400

    systemd: be more careful when the login session fails to register

M	gnome-session/gsm-systemd.c

commit 1ca922c7c694ddf69ff08397bcb819453a18b41c
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Thu Jul 19 14:04:39 2012 +1200

    configure: Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680220

M	configure.ac

commit 3b89785c9de6ad169476cdb13a98dad2fcfc040b
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jul 19 14:32:22 2012 -0400

    xsmp-server: s/EEXIST/ENOENT/
    
    My brain was inverted

M	gnome-session/gsm-xsmp-server.c

commit dcd02a75d419247e2dd1b3dfc944f1ac15a0559b
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jul 19 13:48:07 2012 -0400

    xsmp-server: make error message more clear

M	gnome-session/gsm-xsmp-server.c

commit f0df8cc860d763133473f93a4f010b1c4fb9d481
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 19 10:10:40 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 7c48336f582ee6d7e17d1aa6cde8b1b898eb6f2b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Jul 18 19:32:17 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 3a7f77b6488b6c64ab5bbd4922976a245003a007
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
Date:   Tue Jul 17 17:37:57 2012 +0530

    Updated Telugu Translation

M	po/te.po

commit cf0ec291612e7173d19beb98cd567b4271b6edfc
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 17 12:04:31 2012 +0200

    Updated Spanish translation

M	po/es.po

commit c4e4b2f782d812138ed3a11f9cf6c86d040c1870
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Jul 17 15:07:31 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 3140a99798352a22a4928fea071867709dd19175
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jul 16 23:18:01 2012 -0400

    NEWS: update for release

M	NEWS

commit 6e3c00a7a9e3d73fadcf5fce1c7dd8d2fcd58070
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jul 16 23:11:40 2012 -0400

    configure: bump to 3.5.4

M	configure.ac

commit 0e7f6876c17c3b6737a3a7612446df08177c5680
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jul 16 22:59:14 2012 -0400

    shell: fix duplicate dialog issue
    
    The act of cancelling the dialog alters the inhibitor list.
    When the inhibitor list is changed, we reshow the dialog.
    
    This commit makes the code stop watching the inhibitor list
    before sending out the cancel signal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664508

M	gnome-session/gsm-shell.c

commit e79b73a308bb086f6ef9f95eeeebc211f1f70343
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jul 16 22:16:26 2012 -0400

    manager: treat non-0 exit status for required components as fail
    
    The only exit status that truely, definitely means 'success' is 0.
    
    Anything else is almostly certainly a failure of some sort.  For
    required components, we can be extra sure that's true, so enforce
    it there.
    
    This avoids cases where exec() fails in a subshell, and other cases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit ccc1f9326755c080b637b5379858ab7dfe8bfe51
Author: Nathan Williams <nathan@nathanewilliams.com>
Date:   Mon Jul 16 21:58:45 2012 -0400

    properties: fix typo in UI
    
    Remember Currently Running Application
    
    should be
    
    Remember Currently Running Applications
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676775

M	data/session-properties.ui

commit db422c67df5d6f428aaf56fd2832653b1fd6b2ff
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jul 10 11:41:49 2012 -0400

    process-helper: Use g_spawn_check_exit_status
    
    This removes a lot of redundant code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679713

M	configure.ac
M	gnome-session/gsm-process-helper.c

commit b6e93f46ed9c8d192f5f4816a13e825ff5e18c70
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 16 16:44:13 2012 +0200

    Updated Spanish translation

M	po/es.po

commit e5343a36e86346e78cb9cfd8573824d5b4c4f905
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Jul 15 11:38:16 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 043f0697cf6fa2ccf65fdf2c5560b08d2009ccbe
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Jul 13 18:18:20 2012 +0530

    Assamese translation updated

M	po/as.po

commit 026b16aa636b7cc4f6ec2e38b9416e40e3598aba
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Jul 12 09:17:28 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 3dd1c5a823376a2498fcd3d8a7b874c0a91e57f7
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
Date:   Wed Jul 11 12:50:36 2012 +0530

    Updated Telugu Translation

M	po/te.po

commit c7dd9e0777bb4224b0add7142988fcb750135151
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Tue Jul 10 19:19:32 2012 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit a115d46bd880f24e6bbb10ef15d1bb21194ca86e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 10 23:53:59 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit d69cb36189347af4955c2a6655b5bc67cc805108
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jul 10 09:36:44 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 6b4f329e44404a4227fd33495ec75b07cbe8359e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jul 10 09:35:44 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 07e69365a375456e1268c220d6b75f76fcc954e2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jul 10 08:39:00 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 55e9bb2348f0ab6bf94227deb25d91567fe9220a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 9 15:18:34 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 668b3162b430cfaf42459dc57e91275bb3b7b836
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jul 9 14:46:24 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 1e58e945280ea4a0285cd95fb011c8cd912fe9d9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 9 00:36:59 2012 -0400

    Minor man page updates
    
    Mention new commandline options in the synopses, and make sure
    they are all documented.

M	doc/man/gnome-session-quit.1
M	doc/man/gnome-session.1

commit 102f6b9deee8ab699f580c845dfe78b59a2cf738
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 9 00:28:06 2012 -0400

    Fix a reference in the gnome-session man page

M	doc/man/gnome-session.1

commit f043079e55c078ed63ef1589b93299ec8b841b71
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Jul 8 12:28:58 2012 +0200

    Updated French translation

M	po/fr.po

commit 3cc2619f53fb13a8ea2a32405ab3ad9476725572
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Jul 7 20:58:56 2012 -0400

    Add system inhibitors
    
    When we get a suspend inhibitor, we pass it on to the GsmSystem
    implementation, which may try to inhibit suspending system-wide.
    This is only implemented for systemd.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677265

M	configure.ac
M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c

commit 2e69a0cba171f6dfe762147f2c690f157664ad45
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jun 1 00:51:20 2012 -0400

    Move suspend API to GsmSystem
    
    This allows us to add a systemd-based suspend/hibernate
    implementation.

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-system.c
M	gnome-session/gsm-system.h
M	gnome-session/gsm-systemd.c

commit 634ea36389e95115e3588bdb4e3d4655feb64490
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Jul 7 20:58:26 2012 -0400

    Update systemd dependencies
    
    We no longer use polkit directly, but the systemd suspend and
    inhibit apis require a new version.

M	configure.ac

commit 9ab2645b2b2c6eac7bd194543d7f9d3f3ab6ebcd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jun 1 00:22:56 2012 -0400

    Simplify systemd implementation
    
    Don't use polkit ourselves, instead call the CanRestart and
    CanPowerOff D-Bus methods.

M	gnome-session/gsm-systemd.c

commit 03f69091b71ad66c1559701efce643b15d0eaed4
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Jun 3 17:25:38 2012 +0200

    GsmManager: add a command for showing a reboot dialog
    
    Before OS upgrades, applications may request a reboot. Add the
    necessary infrastructure for showing a confirmation dialog, both
    in fallback mode and in gnome-shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679084

M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-logout-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/org.gnome.SessionManager.xml
M	tools/gnome-session-quit.c

commit 70725a0c337e2be114631f6f77821c0aba3f0e74
Author: Hans de Goede <hdegoede@redhat.com>
Date:   Fri Jun 22 08:40:59 2012 +0200

    Add an automount-inhibit flag
    
    When connecting to virtual machines with usb-device redirection, such as
    Spice enabled vms, automount may get in the way. Specifically if auto-usbredir
    is enabled in the vm-viewer, then the usbredir code and the automount code
    race for who gets to the device first.
    
    If the automount code wins the race this is a problem, since usbredir causes
    a device-disconnect (iow the usb mass storage driver sees an unplug), so in
    the end usbredir always wins, and we end up with a non clean potentially
    corrupt filesystem. Also see:
    https://bugzilla.redhat.com/show_bug.cgi?id=812972
    
    There for the need exists to be able to inhibit gnome-shell's automounting,
    since all other inhibits run through gnome-session, it seems consistent to
    store the inhibit flag for automounting in gnome-session too. This has the
    added advantage that gnome-session already has all the necessary logic to
    automatically uninhibit if a client goes away.
    
    Another reason to do this through gnome-session is that all other inhibit
    flags are accessible through GtkApplication which relies on gnome-session,
    so storing this in gnome-session allows to add it to GtkApplication too.
    
    Note that gnome-session does not do anything with the flag, other then
    tracking it. The reason to still modify gnome-session is to reserve and
    document the flag.
    
    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678595

M	gnome-session/gsm-inhibitor.h
M	gnome-session/org.gnome.SessionManager.xml

commit 7691ebeb2e8a7e2182f9e338e95f9702f962d6ba
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Jun 29 01:27:24 2012 +0300

    Updated Greek translation

M	po/el.po

commit cb736d7cb746e89d0249bec2dcd39e89bb6e212a
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Wed Jun 27 21:53:20 2012 +0530

    Assamese translation reviewed

M	po/as.po

commit 5bfbd5c477b890bd792f7b058eff13815497d8bd
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jun 14 15:08:47 2012 -0400

    xsmp-server: guard against EINTR on IceLockAuthFile
    
    Matthias is seeing a mysterious, but very intermittent
    error dialog where IceLockAuthFile is apparently dying.  Looking at the
    libICE source, it doesn't protect itself against EINTR, which could
    possibly explain the failure.
    
    Gaurd against EINTR from our side in case that's the problem.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678122

M	gnome-session/gsm-xsmp-server.c

commit 31e505ad41ead9cd1b3338aeda05b09106b18cf4
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jun 4 18:45:24 2012 -0400

    configure: bump to 3.5.2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678122

M	configure.ac

commit 902c26941382b4c436572f7c5221ce5558a292c5
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jun 4 18:49:25 2012 -0400

    NEWS: update for release

M	NEWS

commit fea0dafe9a8db4fed50db0cf9a27db94d4fb45cd
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jun 4 18:27:39 2012 -0400

    main: fail if we can't get a connection to the session bus
    
    Right now we try to keep on chugging, but that's in vain.
    
    It's better to just fail whale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608409

M	gnome-session/main.c

commit 34c380508516f8a2f81b68d189b24fedb05870ea
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Jun 4 18:19:46 2012 -0400

    main: exit gracefully when disconnected from the session bus
    
    This fixes a problem where all hell breaks loose if we
    lose the bus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608409

M	gnome-session/main.c

commit c6e23f8783d229fbd0f845427f9c9c1965a03924
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 17:05:09 2012 +0100

    gsm: Consider that a required component that exits with 1 has crashed
    
    This way, we will attempt to restart it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit 67d74de13eb7bbceb6b0c22b653052a670119ea3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 4 17:29:06 2012 +0200

    misc: Remove myself from maintainers
    
    Now that we have Ray, I can stop pretending I'm a real maintainer :-)

M	MAINTAINERS
M	gnome-session.doap

commit 52bff5a6b0e609f3b59d92f85897113b970ae119
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 4 17:27:23 2012 +0200

    misc: Add Ray as co-maintainer
    
    He agreed to step up and be a even more amazing hero than he already is!

M	MAINTAINERS
M	gnome-session.doap

commit 12ffa57b4395bec23e4a2b6da0ad7d293d3304c3
Author: Colin Walters <walters@verbum.org>
Date:   Thu May 17 14:28:10 2012 -0400

    configure: Check for new enough version of systemd-login
    
    37 as shipped in Fedora 16 isn't.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676269

M	configure.ac

commit ce9e5da40aacfd6dc70dcdb3fc367cff746ded78
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu May 17 22:32:51 2012 +0700

    [l10n] Updated Indonesian translation

M	po/id.po

commit de1e5bb1d1624d28e9d9db3cd5fe62afb14b3bdb
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue May 15 19:23:28 2012 +0200

    Remove markup from translatable string in .ui file
    
    There is still markup in one string in gsm-manager.c file.

M	data/gsm-inhibit-dialog.ui

commit 4545b9dcbef088534d8122694bc5d5103525e6d6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 14 15:37:06 2012 +0200

    release: post-release bump to 3.4.3

M	configure.ac

commit 6c6cbd0d4ddd02b1778b57af806b8bcd534ee6df
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 14 15:36:58 2012 +0200

    release: 3.4.2

M	NEWS

commit 52d4195e209f8da4c162e9f37f790be58ba2f54f
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Sun May 6 20:50:27 2012 -0400

    capplet: Add Unity to OnlyShowIn in .desktop file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675580

M	data/session-properties.desktop.in.in

commit 6090e602477e3c139fadf234d95549211d390aa1
Author: Michael Biebl <biebl@debian.org>
Date:   Wed Apr 25 02:34:16 2012 +0200

    build: require stable libupower-glib API
    
    Remove obsolete I_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
    define, libupower-glib provides a stable API nowadays.

M	gnome-session/Makefile.am

commit fe6830287cc098ad93b26c295d002b7fd682df52
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Apr 24 01:02:13 2012 +0900

    Updated Japanese translation.

M	po/ja.po

commit d3a42e8c6e512ec8c1dcf387b13c620c733484bf
Author: Yurek Hinz <yurekh@yahoo.com>
Date:   Mon Apr 16 19:19:18 2012 +0200

    Added Kashubian translation

M	po/LINGUAS
A	po/csb.po

commit 0f9f7ae21378be221e814f6393cd11041d3b25d2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 16 13:48:18 2012 +0200

    release: post-release bump to 3.4.2

M	configure.ac

commit fa7d798267b4ef2dfe2915c8ad90f4e0e2e4f183
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 16 13:47:48 2012 +0200

    release: 3.4.1

M	NEWS

commit cc66a4056187d7e4a619d140fe661c3fd55dc147
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Sat Apr 14 20:19:41 2012 +0200

    [l10n] Updated German translation

M	po/de.po

commit beaa05394ebebecb5c32a23e020f2d5b69216eb3
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Fri Apr 13 13:24:02 2012 +0100

    Updated British English translation

M	po/en_GB.po

commit 1e3fb0d13eeb11f44937ad427f374650ba33816c
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Apr 10 23:23:58 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 867eb4a98fee676b46b206b68db7fcb51fd96622
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:   Tue Apr 10 23:23:56 2012 +0200

    [l10n] Fixes on Catalan translation

M	po/ca.po

commit 5dc795f32bf7eae5c12d36cd289cf9b9f6438255
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 5 22:00:17 2012 -0400

    Fix some problems in the systemd code
    
    The stop and restart functions forgot to pass the manager
    object down, and then tried to emit signals on a NULL
    object. Also, we were unreffing a variant that was NULL
    half the time. Don't do that.
    
    Fixes the problem where a poweroff request in the presence
    of multiple user sessions leads to a PolicyKit dialog that
    comes back every time it is canceled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673619

M	gnome-session/gsm-systemd.c

commit 7de885b2d028c77b83a419f9f1b9469f7644669c
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Apr 5 13:51:49 2012 +0200

    [l10n] Updated Italian translation

M	po/it.po

commit fdd1663ded74267b27c9412bd36661be4e501763
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Apr 4 15:44:41 2012 +0200

    Updated Hungarian translation

M	po/hu.po

commit c5a1e804a433098ac4c0e01adfe2b5086971a425
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Mon Apr 2 10:27:21 2012 +0530

    Updated Marathi Translations

M	po/mr.po

commit 393d1b33fd9e7db67695727c5301d56302fc645b
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Sat Mar 31 15:57:27 2012 +0430

    Updated Persian Translations

M	po/fa.po

commit f024ef80b3633a9ccd3ddc20ce21614a8a8d200c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Mar 29 09:51:23 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit e52cfd6921b46497f14fc7a1b8a73d098faffe55
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Wed Mar 28 00:42:55 2012 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 2b2567f6a90c18a0dc11cf936256dce79f9b8c83
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 17:09:26 2012 +0100

    gsm: Pass signal id in "died" signal of GsmApp
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-manager.c

commit 97dd8abb2e91ace479154b74077e7c86f5bc2ca0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 17:06:56 2012 +0100

    gsm: Remove duplicated code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit 35c9e37483c1c734fdff673b3899f8723b6b0af5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 16:59:08 2012 +0100

    gsm: Pass exit code in "exited" signal of GsmApp
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-manager.c

commit f31f37ec0ce59b5f7abe332fe55997c7e9722752
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 16:56:53 2012 +0100

    gsm: Stop disconnecting "registered" signal for GsmApp
    
    The reason we were doing this is that the code to move to the next phase
    when an app is registered was not checking for the current phase. This
    is done now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit 16abf44d44b640d62204fd4e4a55c9ec648f5aa5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 16:54:52 2012 +0100

    gsm: Share code to restart an app
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit 85e507ec95a67cec735b99db2921e78522f12294
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 23 16:51:38 2012 +0100

    gsm: Properly move to next phase if an app dies on startup
    
    There is no reason to wait for the timeout if an app dies and fails to
    be restarted.
    
    Also, only do this if we're in a startup phase.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672419

M	gnome-session/gsm-manager.c

commit 51ead67057d11fedb3a70a6a5964832b2455c799
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 27 10:31:07 2012 +0200

    release: post-release bump to 3.4.1

M	configure.ac

commit 94b23b81bfaf8a6e97c20c5034706c13a6c48362
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 27 10:30:43 2012 +0200

    release: 3.4.0

M	NEWS

commit b582d9684ebe11d2aa1217907a938927ec33e2ef
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Mar 27 09:26:33 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 8ad2ab8ad2715b9eab804209a0843f5e898855d1
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Mar 27 12:06:08 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit d2bbf2606b1938b29a29218eca154d41f65f87e1
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Mon Mar 26 22:39:07 2012 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 9fda27099c6d28e4bba5c139001f2ee74922cfe1
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Mar 27 01:33:54 2012 +0900

    Updated Korean translation

M	po/ko.po

commit e96ccb521f3452d13e8620f27f85e8fd232ba339
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Mar 26 17:20:42 2012 +0530

    update Punjabi Translation

M	po/pa.po

commit eabb701c03e8cc0777396e0bef672f1b42cddc99
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Mar 26 14:35:09 2012 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit c87de57722d86c0e485f8d1b682c756f0aa08d4a
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 26 17:10:25 2012 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 03b33abc800a998a7bf8e0bd4e41fd89c0a52df0
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Mon Mar 26 02:48:25 2012 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit fd514f3a0924641a35da04e8eda7cb9e771e5c4e
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 25 22:40:39 2012 +0200

    Updated Danish translation

M	po/da.po

commit b0002a14eaf86c356ad57f95fabf9d63675387c1
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Mar 25 19:20:35 2012 +0300

    Updated Bulgarian translation

M	po/bg.po

commit e973c3c0de099a280baef9812f26713b4bc816f5
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Mar 25 15:42:16 2012 +0300

    Updated Latvian translation.

M	po/lv.po

commit b5f73a8eab30ef31c54bcfcadf21e74f88cab61a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Mar 24 18:54:34 2012 +0100

    Updated Swedish translation

M	po/sv.po

commit a4e7424673a953b9cbebb3f1a304af6f76085349
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sat Mar 24 20:42:09 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 93e55397a84e991ed15ae1b268969f7063bd362f
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Mar 24 19:33:43 2012 +0200

    Updated Hebrew translation.

M	po/he.po

commit 781b9ad63a010c35d5966f14b4dfa4a186651afe
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Mar 24 14:44:19 2012 +0100

    Updated French translation

M	po/fr.po

commit 5f9ed61b66d37926414a61d99b01f077e44935e7
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 24 12:03:37 2012 +0000

    Updated Portuguese translation

M	po/pt.po

commit 0350d658eb2a61c5fc4c1342b40ef9bb5cf2e1b9
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Mar 24 12:09:28 2012 +0400

    Updated Russian translation

M	po/ru.po

commit 948e22af63d8eb6a77b82c818e3370e8c7978146
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Mar 24 09:07:20 2012 +0100

    Updated Czech translation

M	po/cs.po

commit fe204494b16c65270bbd18463cf42d97228cae3e
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 24 09:59:50 2012 +0200

    Uploaded Ukranian

M	po/uk.po

commit 08ee76b9c58612c5db70b09927c962cea3afb14d
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Mar 24 01:41:31 2012 +0100

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 14a4c3670946bfd7523d14285b884a06efb1c4f2
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Mar 24 01:41:28 2012 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit 09c54cea2b5bb1c105854fb835113497283cd12f
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Mar 23 23:47:56 2012 +0100

    Updated Galician translations

M	po/gl.po

commit 2fd7d253a7a2354775d7849fb759a883f69ea207
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Wed Mar 21 05:50:58 2012 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 9868b819b0ad179292b1d516b49ef1941acf639b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Mar 23 18:45:29 2012 +0100

    Updated Slovenian translation

M	po/sl.po

commit a3244fd35d40fafcf1b475ed46b566d08c023f88
Author: Wylmer Wang <wantinghard@gmail.com>
Date:   Fri Mar 23 16:45:16 2012 +0000

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 8034e3b8c5e208be5f8cebe0f033f514f99c5d1f
Author: Sasi Bhushan <sasi@swecha.net>
Date:   Fri Mar 23 21:36:42 2012 +0530

    Udated Telugu Translations

M	po/te.po

commit 3ee8228955ffe90d68b9131dc49a00792e70b5a6
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Mar 23 16:14:26 2012 +0100

    Updated Polish translation

M	po/pl.po

commit 1dcbc3f74300077bf2e87f34c093631b02c44a05
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Fri Mar 23 16:11:53 2012 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit d60fa6a1db29fb8fbce08a29e0aecf3273b60426
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Mar 23 18:29:16 2012 +0530

    Assamese translation updated

M	po/as.po

commit d509dc6925e6fd9e0676c076b4331ae56cd9f66f
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Mar 23 19:05:12 2012 +0700

    Updated Vietnamese translation

M	po/vi.po

commit eece89eafd7361d5edbfe9544917f429eafee4f4
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Mar 23 11:09:49 2012 +0100

    Updated Spanish translation

M	po/es.po

commit 1313fbbcb1505b14d40b331a6949e11860852ba2
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Mar 19 20:22:19 2012 -0400

    manager: Fix compile warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672417

M	gnome-session/gsm-manager.c

commit ad6d425e99fe72658a7d0d7840d17a3c542729f4
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sat Mar 17 04:25:25 2012 -0400

    fail-whale: Don't use deprecated API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672417

M	gnome-session/gsm-fail-whale-dialog.c

commit 5d4e07d6cf157dcc911e94b04c3d96000572b395
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Mar 9 13:47:49 2012 -0500

    shell-extensions: Don't show toggle switches for extensions
    
    The UI for extension toggle switches was never really thought out
    that well, and it looks awful. Remove it and replace it with code
    that simply disables all extensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671693

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell-extensions.c
M	gnome-session/gsm-shell-extensions.h
M	gnome-session/main.c

commit c84706e9558811dab0c5f987e336ca3e8948b35d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 19 14:01:26 2012 +0100

    release: post-release bump to 3.4.0

M	configure.ac

commit 05f29cd81ccf6c38caef0b08d91e7cf89faf2b53
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 19 14:01:20 2012 +0100

    release: 3.3.92

M	NEWS
M	configure.ac

commit 8f26e275fd5dbfe9fd9749ffab548838c80a170b
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Mar 18 20:18:13 2012 +0400

    Fixed Russian translation

M	po/ru.po

commit 8282c0eda41f6453f7533aadd188ab132b19c0b9
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Mar 9 13:48:42 2012 -0500

    shell-extensions: Fix memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671693

M	gnome-session/gsm-shell-extensions.c

commit 4d3d4f67c6022d9f0d540a3f25f730b088288d92
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Mar 9 10:41:07 2012 -0500

    systemd: add better error reporting
    
    commit 079398edaa added better handling for systemd
    failing, but it used the wrong variable for reporting
    which message to give.
    
    This commit changes the code to use the right error
    variable.
    
    Spotted by Hans de Goede

M	gnome-session/gsm-systemd.c

commit 0cae82a7c1a9c5d2e4363603ecb957ddafe86b74
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Mon Mar 5 20:55:52 2012 +0530

    Assamese translation completed

M	po/as.po

commit 4cbae019d61c6e93adb0b4e56058a5180cb9ecf3
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Tue Feb 28 20:51:26 2012 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit ce300a61e584c0c93721bef8658a3494e44e8c80
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 15:10:32 2012 +0100

    build: Generate ChangeLog on make dist

M	Makefile.am

commit 97d6cd942b45981a0e2a1ec1a62684c612e5ef17
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 15:02:38 2012 +0100

    build: Update git.mk and ignore generated tarballs

M	Makefile.am
M	git.mk

commit af46c743edd5ae120a48a19f93285d63367d2dc3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 21 10:44:51 2012 +0100

    release: post-release bump to 3.3.91

M	configure.ac

commit 02ee9030061d1d20cd24891c085cc38ee67d9289
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 21 10:44:45 2012 +0100

    release: 3.3.90

M	NEWS

commit d78b71511f6fbf9a037422c7cf6645e4b0907bc7
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Fri Feb 10 17:01:19 2012 -0500

    fix obvious typo

M	gnome-session/gsm-system.c

commit 14f124cb990c5a0612c94e105603fea8ec5338ff
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Feb 9 23:32:23 2012 -0500

    Fix the GsmSystem type registration
    
    The third argument to G_DEFINE_INTERFACE is a prerequisite,
    so passing G_TYPE_INTERFACE there is not right. Instead pass
    G_TYPE_OBJECT.

M	gnome-session/gsm-system.c

commit b81a00bc2ba67ea73871c2efc0d08ea17b055305
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 7 08:26:21 2012 +0100

    release: post-release bump to 3.3.90

M	configure.ac

commit 270f8e1b951c6cc11bef77a36e8729f49e80b192
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 7 08:26:15 2012 +0100

    release: 3.3.5

M	NEWS
M	configure.ac

commit 5e5b6f93b50349ceec93865ce8868214466d164d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Feb 2 15:50:06 2012 +0100

    build: Clarify configure output when systemd is used
    
    Explicitly mention that ConsoleKit will be used as fallback.

M	configure.ac

commit 079398edaa989b3356e253d23103965784bf51a6
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 30 15:28:43 2012 -0500

    systemd: add better error handling
    
    My booted version of systemd didn't
    support sd_session_get_service() which
    lead to crashes.
    
    This commit makes it probably recover in
    that case.
    
    Related to bug 666891

M	gnome-session/gsm-systemd.c

commit 371d254a38ab04b9e88530c2eca5837293f90a97
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:21:31 2012 -0500

    Add a systemd implementation of GsmSystem
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/Makefile.am
M	gnome-session/gsm-system.c
A	gnome-session/gsm-systemd.c
A	gnome-session/gsm-systemd.h

commit 7e8dd200bdbf3c5c4ef25c55816f7ac2ed62616e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:17:20 2012 -0500

    Implement GsmSystem in GsmConsolekit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h

commit 62df42e33cef8b537f5cb6217d5fbc981492c2c9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:16:37 2012 -0500

    Use GsmSystem instead of GsmConsolekit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-fill.c

commit 7082c67a6e31b19662bfe12a48710f408994a14b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:15:25 2012 -0500

    Add a GsmSystem interface
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/Makefile.am
A	gnome-session/gsm-system.c
A	gnome-session/gsm-system.h

commit 088bf40453bda3897aa76b924f9044151f5baaee
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:01:49 2012 -0500

    Add a --enable-systemd configure option
    
    This will be used in the subsequent commits to implement
    session tracking using systemd instead of ConsoleKit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	configure.ac

commit f7dfc5ffea22635e19f363d0d147ed86dced5370
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 24 18:00:05 2012 -0500

    GsmConsolekit: make api more uniform
    
    gsm_consolekit_is_current_session_login was called out as
    'not like the others' in patch review, so change it
    to gsm_consolekit_is_login_session and give it a GsmConsolekit
    argument. Adjust all callers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-fill.c

commit 2b39cce7682ecb08e09a489c7c343b4400f2b3e1
Author: Hideki Yamane <henrich@debian.org>
Date:   Mon Jan 23 13:31:08 2012 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit 6aaf2ff522cffdf886faf4dfef8f0d881118c0c6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 4 19:47:43 2012 -0500

    gsm: Drop the unused property GsmConsoleKit::is-connected
    
    Nothing has ever used this property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/gsm-consolekit.c

commit e3151d516dbf187b93eb19ea03a4fab27e4a07f8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 26 22:06:12 2011 -0500

    gsm: Don't export gsm_consolekit_get_current_session_type
    
    We already have gsm_consolekit_is_current_session_login to
    replace direct session type manipulation, so use it as the
    public API, and keep the session type private.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666891

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h
M	gnome-session/gsm-logout-dialog.c

commit 5bf657e1327ccdd6068e3d7ececbe4818e767c1f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 26 22:40:24 2011 -0500

    gsm: Don't leak a reference to the GsmConsolekit singleton
    
    gsm_consolekit_get returns a new reference.

M	gnome-session/gsm-manager.c

commit 1a56c0ddc63dfd4607e432990ee0d18872284449
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Wed Jan 4 10:15:16 2012 +0200

    [l10n]Updated Turkish translation

M	po/tr.po

commit 0662a4b96973716eaa980c5915ce3be8d1df8a63
Author: Andreas N <gedemiti@gmail.com>
Date:   Mon Dec 26 17:04:53 2011 +0100

    Updated Norwegian Nynorsk translation

M	po/nn.po

commit 9e8572719ab5fec69474cf43053351949abcac84
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:45:30 2011 +0100

    build: Create xz tarballs

M	configure.ac

commit fa00cce4ab51e09d11097fbf16be7188a3c537db
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:19:48 2011 +0100

    release: post-release bump to 3.3.4

M	configure.ac

commit 1da9a898e1a4d017334b62733c09d822502f9d31
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:19:41 2011 +0100

    release: 3.3.3

M	NEWS

commit 29eee98f67efded080f6fad238d63a13aadee92b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Dec 19 10:49:00 2011 +0100

    data: Add regexps to blacklist pre-r300 radeon
    
    I didn't get the regexp when asking for it, but Fedora has a patch with
    such a regexp... Since I don't know exactly how the renderer string is
    built, and I don't want regexp that are not strict, we use two regexps
    to make sure that something like "Mesa DRI R2000" would not be caught.

M	data/hardware-compatibility

commit 652a68fd484c0869955c41abe656787054fdab15
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 21 14:05:18 2011 +0100

    release: post-release bump to 3.3.3

M	configure.ac

commit be1ac0a5fe1675b625809ca0f5bf17753b7da71a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 21 14:05:07 2011 +0100

    release: 3.3.2

M	NEWS

commit 571db285cbb202954744231fc42327561d937cc8
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun Nov 13 16:54:14 2011 +0100

    Updated Esperanto translation

M	po/eo.po

commit b7db5c55424a3ce0b0c4d24cb02862402a70ff29
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Oct 25 21:37:36 2011 +0200

    data: Fix regexp for Intel 830-865 hardware blacklisting

M	data/hardware-compatibility

commit 1080699b182000e1755a99dc01d9fbb55c6b711b
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Mon Oct 24 21:42:40 2011 +0300

    Updated Turkish translation

M	po/tr.po

commit 5c368cc14d3a1d1838a786a1dd9e6318f66948d2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 24 14:08:34 2011 +0200

    release: post-release bump to 3.3.2

M	configure.ac

commit 59539181a11375ed9438b4e8be71f95d9db95ba5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 24 14:08:28 2011 +0200

    release: 3.3.1

M	NEWS
M	configure.ac

commit cf55ec446f01ba5ed5e34edcef08de83f332d43f
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Oct 24 01:30:59 2011 +0300

    Updated Belarusian translation.

M	po/be.po

commit 5762becdbb2a308647067e0e09617b3f91f0ac0e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 19 14:36:57 2011 +0200

    data: Blacklist Intel 830-865 hardware
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644325

M	data/hardware-compatibility

commit 50b121a7737a13bde1195d1aea215ff8789f65fd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 19 14:27:25 2011 +0200

    tools: Use whitelist/blacklist regexps when evaluating renderer
    
    The regexps are in a file that we also ship.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644325

M	data/Makefile.am
A	data/hardware-compatibility
M	tools/Makefile.am
M	tools/gnome-session-check-accelerated-helper.c

commit a8ccac0ef5074229b562b90dc8dcf183c0440395
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 19 13:14:50 2011 +0200

    tools: Look at gnome.fallback argument in kernel boot line
    
    This is a quick way to let users easily force the fallback (or
    non-fallback mode) with gnome.fallback=0/1 on boot.

M	tools/gnome-session-check-accelerated-helper.c

commit 70ff3bb3cd07cefe61756239cc478aeabb5498ae
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Oct 16 15:20:57 2011 +0200

    release: post-release bump to 3.2.2

M	configure.ac

commit 6b44f19d78717e3be3522cc15448f75285095ff2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Oct 16 15:20:50 2011 +0200

    release: 3.2.1

M	NEWS

commit 8ac1644772f3fb87364b3a4a36af7c594fff8a9f
Author: Brian Cameron <brian.cameron@oracle.com>
Date:   Fri Oct 7 11:23:07 2011 +0200

    gsm: Fix crash on Solaris because of bad comparison
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661088

M	gnome-session/gsm-shell-extensions.c

commit be627c10409129408e135925d5dd83ae2d554fa0
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Oct 6 12:11:09 2011 +0200

    gsm: Refuse to install an idle timeout of 0 seconds
    
    This was making gnome-screensaver fade and blank the screen as soon as you
    stopped moving the mouse/using the keyboard when the timeout is set to 0.
    
    https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/863038

M	gnome-session/gsm-presence.c

commit b453733edd7302246f26fcecb9f71ae7cffe7436
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Oct 1 20:23:53 2011 +1000

    Updated Vietnamese translation

M	po/vi.po

commit a4c70998e65cf344d1712e7ee9d5fa52f0f3eb97
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Oct 1 20:21:13 2011 +1000

    po/vi: import from Damned Lies

M	po/vi.po

commit 970df465ecc78df14174a82e4c02d272d890eaf6
Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
Date:   Fri Sep 30 18:07:01 2011 +0200

    Updated Esperanto translation

M	po/eo.po

commit 3a866bc6f4df218bfa8d4f5a90163ba70fe8d145
Author: Dexter Morgan <dmorganec@gmail.com>
Date:   Wed Sep 28 01:54:18 2011 +0200

    fix string format

M	gnome-session/gsm-manager.c

commit bd68c04cf4502e7c97ac79c6a73ff4c6da56317b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Sep 26 23:03:57 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 90f21ed69a91fbd1b3b93416c412c7d6f8d492e7
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 26 14:25:06 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit b24f5444e8340d43da87ec261abd1880ccd27b0d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 26 11:08:30 2011 +0200

    release: post-release bump to 3.2.1

M	configure.ac

commit d320943f9b01e8d9ac769ab0f1d2f3365675b68b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 26 11:08:23 2011 +0200

    release: 3.2.0

M	NEWS

commit 776d900a8f1b05a05f109c997c3065906d9ed323
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Sep 26 00:34:19 2011 +0200

    Update Czech translation

M	po/cs.po

commit 5089f724336bbc8e42d5ac9ee28f62e9fbe3aefd
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Sep 25 15:31:25 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit 562edb76dd5a0b03e2a863c01487d9adf103fba1
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Sep 24 15:35:34 2011 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 17fe833114174b48abb585907548e9a2e25c4961
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Fri Sep 23 18:06:58 2011 +0200

    Updated Basque language

M	po/eu.po

commit b07eadcb6c764ce70495e237693852009a4bb28d
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Fri Sep 23 16:49:30 2011 +0300

    Updated Finnish translation

M	po/fi.po

commit 511d613ea2db3aa1251b6559da22db300be4878c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Sep 23 05:14:48 2011 +0900

    Updated Korean translation

M	po/ko.po

commit 8f694f91716368248ef480763ad391475061b822
Author: ipraveen <mail2ipn@gmail.com>
Date:   Thu Sep 22 20:29:58 2011 +0530

    Updated Telugu Translation

M	po/te.po

commit a6f03095effa765ff6c9ea53e79ce07a4b921d22
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Sep 22 12:28:14 2011 +0200

    Update Assamese translation

M	po/as.po

commit 2a67c61d4701b83a9f64b88f52f970fe2077c7c9
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Sep 22 14:27:12 2011 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 3c4d634bf9b27fc963ad2bd7b3b62f7ea3dcbe3b
Author: Flemming Christensen <fc@stromata.dk>
Date:   Wed Sep 21 09:33:48 2011 +0200

    Updated Danish translation

M	po/da.po

commit c2760029a4202c2f7a89d0084152d1c46111feb6
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 21 03:25:57 2011 +0200

    Updated Hungarian translation

M	po/hu.po

commit 82f49c3d4878fd3199f63f01a9264378e4814aee
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Sep 20 21:52:43 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit f762772d71c0c9bdf975a1adc6593aa715abd385
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Sep 20 15:24:15 2011 +0300

    Uploaded Ukranian

M	po/uk.po

commit 0844b198f95b6a41d8d3cd07e23c42f6ed312c24
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 19 23:43:45 2011 +0200

    release: post-release bump to 3.2.0

M	configure.ac

commit f11e9c917c498a455413a8d0fbb1d444d4c5edd8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 19 23:43:35 2011 +0200

    release: 3.1.92

M	NEWS

commit fd9fec86836a808570dc1d109b05819fbad56d25
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 19 23:33:37 2011 +0200

    gsm: Add gsm_consolekit_is_current_session_login() utility function
    
    We use the same code in different places, so let's use a function
    instead.

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-fill.c

commit 6c86c7373fa9c068dc71c9422dbdc9da9d2d9684
Author: Joan Duran <jodufi@gmail.com>
Date:   Mon Sep 19 00:31:06 2011 +0200

    [l10n]Updated Catalan translation

M	po/ca.po

commit 35eb5a6ec68abff58acc05f24aaef7e1fa386fac
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 18 19:14:57 2011 +0300

    Updated Belarusian translation (some fixes after manual testing).

M	po/be.po

commit a7b82b004daa5f89d176f7cb8ac9bec665949c0c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Sep 18 15:27:30 2011 +0200

    [l10n] Updated German translation

M	po/de.po

commit d57f039c17c46e811a59cc4c9f05c71fab9180d4
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Sep 18 10:51:28 2011 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 2b19cef70759ce1a4d4cef348fcfd976bd5cd332
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 17 10:55:06 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit 4199397c39a1d2417702dfa7c82fe0805fc571dc
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Sat Sep 17 14:06:27 2011 +0800

    update Simplified Chinese (zh_CN) translation

M	po/zh_CN.po

commit 11c4a355102350d42043801fe59816be9403e6ac
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Sep 17 12:09:36 2011 +0700

    Updated Thai translation.

M	po/th.po

commit a891df025b760dbd81008e58e14794bbace8d363
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 13:09:32 2011 +0900

    Updated Japanese translation

M	po/ja.po

commit 8c053c18e032a5ccb17b96ec8a044baee4484aa1
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Fri Sep 16 09:14:31 2011 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit 7562cf871adc840124ab96f635d85be63e35a518
Author: Anass Ahmed <anass.1430@gmail.com>
Date:   Fri Sep 16 13:46:39 2011 +0100

    Updated Arabic translation

M	po/ar.po

commit 53dc95eca70eeb26ff19fb16da8cce5370d5b90d
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Thu Sep 15 22:36:47 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit 8e1d51b15c3ab72a3d2863bac99f7b6628004dee
Author: dmustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 14 17:41:28 2011 +0200

    Updated Spanish translation

M	po/es.po

commit d3a308236b197171ebaea79e5c12e986e0c92173
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 13 09:30:08 2011 -0400

    GsmFailWhaleDialog: chain up in finalize
    
    Failure to do so leads to somewhat mysterious crashes that we
    don't want out of a session manager.

M	gnome-session/gsm-fail-whale-dialog.c

commit a11d6fe2b07524f061f8e9c6cda428906e9cb53e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Sep 9 17:15:39 2011 -0400

    Fail whale: Don't offer logout on the login screen
    
    We already look at the session type in various places, so
    it is only natural to use the it here too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658680

M	gnome-session/gsm-manager.c

commit f548342034cab6182ee91525a25896ed07134929
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Sep 12 20:03:02 2011 +0200

    Updated French translation

M	po/fr.po

commit 9684c8072c0ca90d18fe8c6508bb57678be8668c
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Mon Sep 12 21:49:41 2011 +0530

    updated Tamil translation

M	po/ta.po

commit dba5f07e45c5761994616f567385d048be352b77
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Sep 11 21:52:49 2011 +0300

    Updated Latvian translation.

M	po/lv.po

commit b9cee0328f9328293aef5eb4ab90ae6f35a0aba4
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Sep 10 23:46:26 2011 +0100

    Updated Portuguese translation

M	po/pt.po

commit 714405e0dd73b7c5fe2218b90f26cc8a3e9695d7
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Fri Sep 9 13:02:39 2011 +0100

    Updated British English translation

M	po/en_GB.po

commit ca757c93fddec80a95257fd163f65e01c3ffcd5d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Sep 9 13:22:16 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit 2c3b11458afd4066de5012391cd845d3694e64a7
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Sep 9 13:19:16 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit ae8fa537262d6bec9c7eaa5a963cba98ec4e2136
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 9 09:54:14 2011 +0200

    gsm: Disconnect all dbus clients when dbus is disconnected
    
    When we receive the Disconnected signal from dbus on the session bus,
    then we know we won't be able to talk to dbus clients anymore, so mark
    them as disconnected. Also, do not restart them even if they're supposed
    to be autorestarted, as we won't be able to track them.
    
    At this point, the session is kind of hosed. We could possibly decide
    to simply leave, but we don't do it in case it's a user session and
    there's unsaved data.
    
    This helps a lot in the case of the gdm greeter, see
    https://bugzilla.gnome.org/show_bug.cgi?id=658481

M	gnome-session/gsm-manager.c

commit 67dd879fbe62bc28d3bbc48b88c3842e2cb827e8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 9 09:51:54 2011 +0200

    gsm: Never mark as handled the Disconnected signal from dbus
    
    Disconnected is emitted when dbus is quitting. And all the dbus filters
    might be interested in this signal, so never mark it as handled when we
    look at it.

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-shell.c

commit 81bff9b419e997294d57e50d08d634862902bb11
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Sep 8 23:10:39 2011 +0200

    l10n: Updated Italian translation

M	po/it.po

commit 59572360db6dd4190a44e99b91870569aeaa3f72
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 8 22:25:25 2011 +0200

    Updated Polish translation

M	po/pl.po

commit 82f228b3072b98c9a69fa8e8954102cc48a46f7f
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Sep 8 22:03:36 2011 +0200

    l10n: Updated Italian translation

M	po/it.po

commit 59242276e95ca9e6cdd2b99afe4279a9339efe67
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Sep 8 21:58:01 2011 +0530

    update PunjabiTranslation

M	po/pa.po

commit 4c5da28a08dbcddf34490a264cba1f8ff48bd4d4
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Wed Sep 7 01:52:38 2011 +0300

    Updated Belarusian translation.

M	po/be.po

commit 74fcc90ad7dc64483d55e52a1507e824b97cbe71
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Tue Sep 6 23:26:44 2011 +0430

    Updated Persian translation

M	po/fa.po

commit 42918b4a0eaafb59654c1566f9b6715d22f256ea
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Sep 6 19:30:34 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 1e7c5373e8f006ba9823c07f4486da71ac0687f7
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Sep 6 01:08:01 2011 +0200

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit ae7a42a8c5d6662c69dbfa76f992119125525944
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 5 09:02:29 2011 +0200

    release: post-release bump to 3.1.92

M	configure.ac

commit bfc54caa9967d35960b4246c9b3ce8d7014fea41
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 5 09:02:23 2011 +0200

    release: 3.1.91

M	NEWS

commit 2701a9ae583fa27d23902e6b5d006213bda5c461
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Sep 4 17:15:37 2011 -0400

    Add a translator comment
    
    Requested in bug 658084.

M	gnome-session/main.c

commit cbd3ab515f553ca8cbbb6b4419d43e8efdd307a6
Author: Fran Dieguez <fran@openhost.es>
Date:   Sun Sep 4 19:59:39 2011 +0200

    Updated galician translations

M	po/gl.po

commit 2e69ba5e2f5ca5824b120afb34003134de8ec435
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri Sep 2 21:19:08 2011 +0300

    Updated Belarusian translation.

M	po/be.po

commit bb34a9f279ad0f74a53a76f28609c4efb3be3f3b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Sep 1 12:34:09 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit fd812396d77c96bd4469f66617c753d5ea238b51
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Sep 1 08:08:05 2011 +0200

    Added Norwegian bokmål translation

M	po/nb.po

commit b2ad0abf2263b4af044388035df8993db9223a1b
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Tue Aug 30 14:46:00 2011 -0400

    Fix usage of %lld for 64-bit formats
    
    %lld isn't appropriate on a 64-bit system, use G_GINT64_FORMAT instead.

M	gnome-session/gs-idle-monitor.c

commit 13e180f18286086aef3ae9bd546983dadb72b033
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Aug 29 21:10:08 2011 -0400

    Post-release version bump

M	configure.ac

commit d3725ca1fc614b2f08f0b3c6526af1cb8cbe15ba
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Aug 29 20:54:11 2011 -0400

    Update NEWS for 3.1.90

M	NEWS

commit 496d0ba9492999979739e6f8b8820e14d169355f
Author: Stas Solovey <whats_up@tut.by>
Date:   Mon Aug 29 20:17:45 2011 +0400

    Fixed and updated Russian translation

M	po/ru.po

commit 8ad6eea1796a77197b1c9a1da6060af4a9873d20
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 29 16:42:19 2011 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit de30297e831633d38c482ede0e0cb0295d775515
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Aug 29 13:04:16 2011 +0200

    Updated Spanish translation

M	po/es.po

commit e5711e50faa5cd2ed127e2fed0d249f0ee6d90e8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Aug 28 16:54:43 2011 -0400

    Add AM_PROG_CC_C_O
    
    automake complained about its absence.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646673

M	configure.ac

commit 093d319757e6131734622103f70f46687ac1a625
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sun Apr 3 21:23:59 2011 -0400

    Remove calls to gconf-sanity-check
    
    GConf doesn't use file locking for years anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646673

M	configure.ac
M	gnome-session/Makefile.am
D	gnome-session/gsm-gconf.c
D	gnome-session/gsm-gconf.h
M	gnome-session/main.c

commit 44995eb51e295d09f49849d32b76577fd4c09e94
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Aug 28 16:46:34 2011 -0400

    Fail whale: respect lockdown
    
    When logout is disabled, don't show a logout button in
    the fail whale. No point in showing shell extension toggles
    then, either.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645477

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit 8c6000d7404dbf2735234ab4018f15fb1f1e975e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Aug 28 19:23:30 2011 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 0ce12012a03de67353f175e0c582f776eef61ca4
Author: Fran Dieguez <fran@openhost.es>
Date:   Sun Aug 28 18:07:11 2011 +0200

    Updated galician translations

M	po/gl.po

commit e1a0557f4b5b9a12bcdb9f2819ccfc30e1888a5e
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Aug 28 16:39:31 2011 +0200

    Added UG translation

M	po/ug.po

commit 009b0478c1a804527c6022d9b051fb057eb0b302
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Aug 28 10:08:44 2011 +0200

    Updated Spanish translation

M	po/es.po

commit b59d358796343f81b31d4a398998faedd20b8f4b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Aug 27 00:39:12 2011 -0400

    Add an IsSessionRunning method
    
    This gives clients who missed the SessionRunning signal a chance
    to find out if the session has entered the running phase, and
    lets us avoid race conditions.
    
    Patch by Dan Williams,
    https://bugzilla.gnome.org/show_bug.cgi?id=636229

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/org.gnome.SessionManager.xml

commit 592963b43389265af273a8928badd10f75ced492
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Aug 27 00:38:13 2011 -0400

    Silence a compiler warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=636229

M	gnome-session/gsm-shell-extensions.c

commit a29df19614f890d638422410313b26624535bdd6
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Aug 27 00:19:35 2011 -0400

    Include config.h
    
    One should always do that...

M	gnome-session/gsm-shell-extensions.c

commit 14fa54c0f2b86b93e00c53fe931cc81769112e05
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Aug 26 17:13:33 2011 -0400

    gsm: Only show extensions UI when gnome-shell crashes
    
    If another required component fails, it's quite useless here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656747

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit 0b80e1ac1f2d2cc6be09390d344676d7610e432d
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Aug 17 02:23:22 2011 -0400

    gsm: Add a UI to the fail whale for enabling and disabling Shell Extensions
    
    When the session puts up the fail whale after a failed restart, the user now
    has the opportunity to disable/enable extensions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656747

M	gnome-session/gsm-fail-whale-dialog.c

commit aadad2377c841570b90a409c0a9ae51429cfff6c
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Aug 17 01:13:52 2011 -0400

    gsm: Add a new system to get information and frob Shell Extensions
    
    This functionality will be used to allow the user to enable and disable GNOME
    Shell Extensions in the fail whale dialog after a crash.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656747

M	configure.ac
M	gnome-session/Makefile.am
A	gnome-session/gsm-shell-extensions.c
A	gnome-session/gsm-shell-extensions.h

commit f41c07f6a95a5a22891db45681afeb05bef669c5
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Aug 17 06:09:03 2011 -0400

    gsm: Add debug mode to fail whale dialog
    
    The debug mode lets you crudely debug the fail whale dialog in a window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656747

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/main.c

commit edbf310a825a48f7d7eb10a2dfbd91525aeb83de
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Tue Aug 16 13:03:26 2011 -0400

    gsm: Add a flag to show the fail whale dialog on request
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656747

M	doc/man/gnome-session.1
M	gnome-session/main.c

commit b9a51ac12ff940eb27afcbde917c1dc62c0116e7
Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de>
Date:   Fri Aug 19 13:29:22 2011 +0200

    [l10n] Updated German translation

M	po/de.po

commit 83954409c88d2c9ca014eb5e87024d2f7297cd11
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Aug 18 15:03:26 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit 1c55519983f6cc9bc6e1b199a5a331f0fa6ec1ca
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Aug 16 19:10:51 2011 +0200

    Updated Galician translations

M	po/gl.po

commit 12efb0fb8740bf23fa5f9cee32be52d952b1a44c
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Aug 13 16:25:52 2011 +0700

    Updated Thai translation.

M	po/th.po

commit 9207a72d4b9c446eaf846f3bb746f0402cebcdb8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 11:36:37 2011 +0200

    release: post-release bump to 3.1.90

M	configure.ac

commit afb8942ec038b0ee1662b619cc95e7953ef6f6c4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 11:36:30 2011 +0200

    release: 3.1.5

M	NEWS
M	configure.ac

commit 70b1ccfa82f79767baaa29bf1834d7d24594ed8f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 10:30:48 2011 +0200

    capplet: Respect OnlyShowIn and NotShowIn keys
    
    This only takes into account XDG_CURRENT_DESKTOP.
    
    Loosely based on patch by Michael Terry <michael.terry@canonical.com>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654040

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app.c
M	capplet/gsp-app.h
M	capplet/gsp-keyfile.c
M	capplet/gsp-keyfile.h

commit 0e45c5c15d0ffedf90af3ea401288d6a0f758383
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 10:07:28 2011 +0200

    capplet: Do not pretend we need the egg code here

M	capplet/Makefile.am
M	capplet/gsm-properties-dialog.c

commit 28247060fe3daa6b9238531ddb50a7130647e9ec
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 09:55:30 2011 +0200

    gsm: Support XDG_CURRENT_DESKTOP
    
    This enables the abuse of gnome-session in non-GNOME session. We put
    this in since it's really simple to support.
    
    Based on patch by Michael Terry <michael.terry@canonical.com>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654041

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h

commit 3eb83dd179c59970574f271e85213af05cbf9bca
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 11 22:23:07 2011 +0200

    Updated Polish translation

M	po/pl.po

commit 245d291c830bd245d90b34d759c6a10836f85d9b
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Aug 11 22:31:38 2011 +0300

    Updated Bulgarian translation

M	po/bg.po

commit bafa078dbc41df851fc5ac31acb9aeca3892cbb2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 10 15:20:32 2011 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 31277c9812c5b6e02b44cfab4ce5934e52d249f2
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Aug 6 15:54:04 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit 75636a82a5326f5e3c28b90ec76c2d26f7ed0bea
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Aug 3 09:16:40 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit 7b1a807da7ce3f5b502fe9d5bc6b08d478bbb2b4
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Jul 24 19:21:35 2011 +0300

    Updated Belarusian translation.

M	po/be.po

commit 657b4d29c758935e3a187d92fbcfc614614e6f80
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 23 14:31:01 2011 +0200

    Updated Spanish translation

M	po/es.po

commit 1fdcea9cffb96180a4e5064f0280fc8a06ca2a99
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 22 18:17:33 2011 +0200

    gsm: Fix --help to mention arguments for options that have one

M	gnome-session/main.c

commit 0312a63142f50d2597f0a1eea8a7dbb4f7d8e516
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Tue Jul 19 08:44:26 2011 +0300

    Updated Finnish translation

M	po/fi.po

commit 1fb96a443dd490be807e6e793e2c9e2d642b4dcb
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Jul 16 01:22:05 2011 +0200

    Updated Czech translation

M	po/cs.po

commit 954b5c8e3982c4534833a3c23380b97bc23e5bc4
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Jul 12 18:39:41 2011 +0300

    Updated Latvian translation.

M	po/lv.po

commit 3b800bd368a3919f13710f5c0ef806faeed8e673
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 4 16:51:14 2011 +0200

    release: post-release bump to 3.1.4

M	configure.ac

commit 366ff0642f8012fd43487c8fa93e0aa86c685d86
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 4 16:51:05 2011 +0200

    release: 3.1.3

M	NEWS

commit 399f3af4a9b402401379fb0bd57feeac2eba6751
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Jul 2 10:21:11 2011 +0200

    gsm: Fix various warnings about unused variables

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/test-client-dbus.c
M	gnome-session/test-inhibit.c

commit c7592d41ed490fde458272a6c489c456445d600d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Jul 2 10:07:37 2011 +0200

    capplet: Remove useless variable

M	capplet/gsm-app-dialog.c

commit 9a78872b026951d597c888a6b0ff68de5f8e4855
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Jul 2 10:06:17 2011 +0200

    build: Remove artificial librsvg dependency
    
    This was only needed when we were loading the computer-fail from our
    data instead of from the icon theme.

M	configure.ac
M	gnome-session/gsm-manager.c

commit 90563d68d18afcd394427a5cb2b6ee781afdd57d
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jun 26 16:32:03 2011 +0300

    Updated Turkish translation

M	po/tr.po

commit 01c7f952b0b05bd32c1338c593098148324ebc1c
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Jun 25 00:16:09 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit bf3aae448865a386b40393a674d5d8adb7bdfaa4
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Jun 20 09:12:48 2011 +0200

    Updated Swedish translation

M	po/sv.po

commit d68888fa10d5f4bce63d33712f546667d260425d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 15:10:03 2011 +0200

    build: Modernize build system a bit
    
    Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs.
    Do not use AM_MAINTAINER_MODE as it is not recommended by automake
    developers.
    Do not use AC_HEADER_STDC, AM_PROG_CC_C_O as they shouldn't be needed on
    modern systems.
    Pass dlopen disable-static to LT_INIT.
    Require intltool 0.40.6 to avoid various bugs.
    Remove checks for perl and awk, and the useless --disable-rebuilds
    configure flag.

M	configure.ac

commit db1ec037533c96df953268330dce712050714840
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 13:49:29 2011 +0200

    release: post-release bump to 3.1.3

M	configure.ac

commit c2f90b8f93d5371250049491aeb75230b8dfd5cd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 13:49:24 2011 +0200

    release: 3.1.2

M	NEWS
M	configure.ac

commit 8d72359dec298fa92bdf8e4d05c88e7627623dad
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jun 11 17:38:44 2011 +0200

    Updated Slovenian translation

M	po/sl.po

commit 8db29991a5bfd74f9a7550c3d67bd3a6b83b5eec
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jun 9 14:44:46 2011 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit b9fa0c8c9ff57f704d83dfd1f7b4ae0c19280edf
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 29 11:35:39 2011 +0200

    Add missing #include <config.h>

M	capplet/gsp-app.c

commit a1489d49290df0ba3812134a45d2311d46db6999
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jun 7 14:44:42 2011 -0400

    gnome-session-check-accelerated: Refuse to work in zaphod mode
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651799

M	tools/gnome-session-check-accelerated-helper.c

commit 85940956b44676bb53130da1601958f156b9a4fe
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jun 6 11:16:02 2011 +0200

    Updated Galician translations

M	po/gl.po

commit 0d7bf291644e42dd09f654eb4ee35d2ad6130c3e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jun 4 13:53:28 2011 +0300

    Updated Hebrew translation.

M	po/he.po

commit 9927cab2ab77ead7ff45389f06b66f6db2688a0e
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 18:34:30 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit e9633de751e6ba3f8354c3e3b10576cc8b7c1dd5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 26 20:26:55 2011 +0200

    Updated Spanish translation

M	po/es.po

commit ebf9afaa10c7903694df5b2fee635a6dde5213a6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu May 26 12:36:35 2011 +0200

    gsm: Add gtk-doc comments for two GsmClient functions
    
    This is useful to quickly know if NULL can be returned by those, instead
    of having to hunt this down in the code.

M	gnome-session/gsm-client.c

commit 9f25b7599ba016f8da7275afa4c3f8e194678734
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu May 26 12:29:22 2011 +0200

    gsm: Do not uselessly duplicate a string

M	gnome-session/gsm-xsmp-client.c

commit 35a9945ae1339297de2e0eeff543e876186dea6e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu May 26 12:26:55 2011 +0200

    gsm: Do not assume XSMP clients set the SmProgram property
    
    Since setting some properties can be skipped, there is no guarantee that
    SmProgram is set.
    
    This fixes a crash.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=590828

M	gnome-session/gsm-xsmp-client.c

commit 7e0f36901093412ea9b904c58fea39c1d73fee0b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu May 26 11:22:08 2011 +0200

    egg: Update smclient code from libegg

M	egg/eggdesktopfile.c
M	egg/eggdesktopfile.h
M	egg/eggsmclient-xsmp.c
M	egg/eggsmclient.c

commit 408d50cfc33d0619efa13812a4ea01a281d5f836
Author: Chris Wilson <afrowildo@gmail.com>
Date:   Tue Jan 11 19:47:55 2011 +0000

    gsm: Replace "Reboot Anyway" with "Restart Anyway"
    
    "Restart" is the term we're using everywhere else, not "Reboot".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637449
    LP:#685050

M	gnome-session/gsm-inhibit-dialog.c

commit 861313503a741f0129611ca005cf6d7c27124b54
Author: Christopher Halse Rogers <chalserogers@gmail.com>
Date:   Thu May 26 11:09:14 2011 +0200

    gsm: Fix race condition in idle monitor
    
    In _xsync_alarm_set(), the positive and negative transition intervals
    are set to the same value. However, the SYNC extension defines the
    positive transition as set when the counter goes from strictly below the
    threshold to greater than or equal to the threshold and similarly a
    negative transition is triggered when the counter goes form strictly
    greater than the threshold to less than or equal to the threshold.
    
    Thus in the current set up there's a chance that the positive transition
    can trigger, marking the session as idle, and some user input occur on
    the same click so the IDLETIME count will hit the threshold but not go
    above so the negative transition will not trigger. Thus the session will
    not be marked as active.
    
    The negative transition threshold should be set to 1ms less than the
    positive transition to ensure that it always fires.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627903

M	gnome-session/gs-idle-monitor.c

commit 39830ce7d5f14d4206fae99fa817a590e7a5cc7b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 23 23:13:06 2011 +0200

    release: post-release bump to 3.0.3

M	configure.ac

commit c0bc1ab875f54f0ad262db1c7a2e201adcf0b0e9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 23 23:12:58 2011 +0200

    release: 3.0.2

M	NEWS

commit 5b134ff66f44b0b6d876123bc2510e13418adc5f
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Mon May 2 07:25:06 2011 +0200

    Added UG translation

M	po/ug.po

commit 718a055ee0ba74c0eb13e4d37e12b09f870b848d
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Wed Apr 27 19:54:32 2011 +0200

    Updated Esperanto translation

M	po/eo.po

commit 8c0d358315cefccf622a092a72571ba2a1da77be
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Wed Apr 27 19:49:29 2011 +0200

    Updated Esperanto translation

M	po/eo.po

commit a3cd2b5a3b2cd94cda7d4b04b35ff747cebb82fa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 26 09:15:58 2011 +0200

    release: post-release bump to 3.0.2

M	configure.ac

commit b33ad6e4b1976f004237d51d70c383cf580730fd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 26 09:15:52 2011 +0200

    release: 3.0.1

M	NEWS

commit b689e2052d8810bacb0fba823211292c2fcf7688
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Apr 25 20:14:50 2011 +0700

    Updated Thai translation.

M	po/th.po

commit c077752e003bcd881d42d6bd5da7e68fe63b84c0
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Sat Apr 23 20:57:45 2011 +0430

    Updated Persian translation

M	po/fa.po

commit 5805aaf36c6349d306c4c1777c9b302985d9caca
Author: Lê Trường An <xinemdungkhoc1@gmail.com>
Date:   Mon Apr 18 19:21:51 2011 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>

M	po/vi.po

commit b4ad871c06f3bf1602d9d7d14f60dff45980c568
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 4 23:15:43 2011 +0200

    release: post-release bump to 3.0.1

M	configure.ac

commit f15ba3d3a66860676813a4d92e465be174eca3fa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 4 23:15:35 2011 +0200

    release: 3.0.0

M	NEWS

commit bc098ac0fa08d7d31e01092b9e658e83c5732f3a
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Tue Apr 5 01:35:08 2011 +0600

    Updated Bengali translation

M	po/bn.po

commit fb1c94266bf4702a7ae0b2957083e8362a615cc6
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Apr 4 15:36:11 2011 +0600

    Updated Bengali translation

M	po/bn.po

commit 99365e3676228e232afdd446a20578f5ff075a10
Author: Jordi Serratosa <serratosa@gmail.com>
Date:   Sun Apr 3 23:52:08 2011 +0200

    [l10n]Fixes on Catalan translation

M	po/ca.po

commit 74de85bfbc783216a6720bf4792e6dbe08c47d76
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Sun Apr 3 21:06:34 2011 +0200

    [l10n] Updated German translation, umlauts fixed

M	po/de.po

commit b2c1a4f65f54374fa3619a93c7b4e8d77db70aeb
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Apr 3 16:42:21 2011 +0200

    Update Czech translation

M	po/cs.po

commit 264e34e3aa2462789976cbb2ae107f087e6cad15
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sun Apr 3 09:04:54 2011 +0530

    Updated Tamil translation

M	po/ta.po

commit 0ac91b6bfd528b40300fc3c943518d6909f53938
Author: Simos Xenitellis <simos@gnome.org>
Date:   Sat Apr 2 17:38:30 2011 +0300

    l10n: Updated Greek translation for gnome-session

M	po/el.po

commit cb880ef504cdd3f5baaeb5ae5a0f7d90ed9c292c
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Sat Apr 2 17:33:55 2011 +0300

    l10n: Updated Greek translation for gnome-session

M	po/el.po

commit f59a20d4b6977edc14e3d9dc815415bdccba4f1c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Apr 2 19:49:33 2011 +0900

    Updated Korean translation

M	po/ko.po

commit 68802f88b9cc4f0722456d8ac3c0b57c6b241a84
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Sat Apr 2 10:24:59 2011 +0200

    Remove previous msgid Afrikaans (af)

M	po/af.po

commit 25dae40f8a7cf53452bcf08c93ac82ec59d3fc8f
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Sat Apr 2 10:24:16 2011 +0200

    Updated translation for Afrikaans (af)

M	po/af.po

commit 71e0ca755ead1d472877905b5ceaee9c8662b619
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Fri Apr 1 22:24:20 2011 +0200

    Updated Lithuanian translation.

M	po/lt.po

commit 5c98b7419e0efdbca56dd891029fdbc44dc9df22
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Apr 1 14:27:04 2011 +0200

    Updated Hungarian translation

M	po/hu.po

commit 74eb926eee93acfa4fc0843c10b847d42994c8d8
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 31 16:17:59 2011 +0200

    Updated Basque language

M	po/eu.po

commit 7a04802795278514f32a21bebaa0502851a74ea9
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 31 16:10:19 2011 +0200

    Updated Basque language

M	po/eu.po

commit 9b2d0a8e21d6cf16d2e73e53754275a57b68e730
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Wed Mar 30 23:00:37 2011 +0200

    Updated Danish translation

M	po/da.po

commit e991702196cd466544c37fb975d9979b0a7b4119
Author: Joan Duran <jodufi@gmail.com>
Date:   Wed Mar 30 21:25:53 2011 +0200

    [l10n]Updated Catalan translation

M	po/ca.po

commit 5fe5014e2006a2ed842cffbc00cc24d06cf8772e
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Mar 30 15:02:58 2011 +0100

    Updated British English translation

M	po/en_GB.po

commit df3abfc850e1b505e1fece6bbd1a8411b7a76f05
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 30 13:15:41 2011 +0530

    schema: Change path of GSettings schema
    
    Use gnome-session instead of GnomeSession, since this is really the id
    of this module. Users who have the fallback mode will get the error
    dialog on first login again; else, there is really no side-effect.

M	data/org.gnome.SessionManager.gschema.xml.in

commit 8ae53599b187c79db3e89b33b4f84be0d4c50bf5
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Tue Mar 29 23:14:55 2011 +0200

    Updated translation for Afrikaans (af)

M	po/af.po

commit 9f9500440cfce5105b203b59a8f391761fde0839
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Mar 29 23:26:13 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit cd98babd74fe53fb7be9c0e16c37870f767e6b87
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Mar 29 16:16:02 2011 +0000

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 18444a0c9c0cb21ce01d5931aeefca6f0bac8712
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Mar 29 21:28:30 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 0da598df093c3af40f29b44f0fb4e686e48f57f1
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 29 00:35:47 2011 +0100

    Updated Portuguese translation

M	po/pt.po

commit 0a30ba36ec42d3476e96255c923e8d134d440642
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 28 19:07:39 2011 -0400

    Back to the future

M	configure.ac

commit aefbfc27e2b08738bb485b57f8544159c972c2a5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 28 19:03:08 2011 -0400

    2.91.94

M	NEWS
M	configure.ac

commit fcfab9de25cd6d5608310a9a4f8ae4b3d835c7f1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 28 18:58:42 2011 -0400

    Fix an unclosed comment from the last commit, breaking the build

M	gnome-session/gsm-manager.c

commit 916dc2958953844b048cbcd35ef5b1686ea1b743
Author: Colin Walters <walters@verbum.org>
Date:   Fri Mar 25 15:30:01 2011 -0400

    gsm-manager.c: Bump phase timeout to 30 seconds
    
    10 seconds is probably just too short for live media and the like,
    see the comment in the source.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645650

M	gnome-session/gsm-manager.c

commit a76fd3fa9470b58b9d6f0c8a09a822a46b742aaa
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 28 20:24:37 2011 +0200

    Updated Polish translation

M	po/pl.po

commit 5f7389d1c3e9449a91271d1f40629fa4d6571ccb
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Mon Mar 28 01:13:22 2011 +0300

    Updated Latvian translation.

M	po/lv.po

commit d14ca625aec894c62b19f2c2d34b0f54ae88df0c
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
Date:   Sun Mar 27 17:43:23 2011 -0400

    Updated Brazilian Portuguese translation. Reviewed by Flamarion Jorge.

M	po/pt_BR.po

commit 7aeb0a1acbc96e60cb37753a2a48da4a869887e0
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Mar 27 22:07:24 2011 +0200

    Updated French translation

M	po/fr.po

commit b104077b0d3a1a2e4a1342571a2c1dac96c1e50d
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:55:35 2011 +0200

    Added UG translation

M	po/ug.po

commit e2f8fdd7670f0d5fec5a2ad48f616e8ea67f53e0
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Mar 27 15:48:30 2011 +0700

    Updated Vietnamese translation

M	po/vi.po

commit bb821037277c67b1e32fcb4c1dd8c091ab743c72
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Mar 27 15:43:09 2011 +0700

    po/vi.po: import from Damned Lies

M	po/vi.po

commit c41ecba41586325e0d49f158e5249c7ea47b285a
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Mar 26 21:22:55 2011 +0300

    Updated Russian translation

M	po/ru.po

commit d676f17ac664ea74cdbbd1fe8d8f3c023f4fa49f
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Mar 26 17:49:42 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 817deb2c434b81eea8a1dd7f84d05e6824fe2e90
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sat Mar 26 23:24:07 2011 +0900

    Updated Japanese translation.

M	po/ja.po

commit 700467d166f5b2449f09eccccc7f76e788f183fe
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Mar 26 11:52:54 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit f386f79ff52fc0ccf7879f2ec390f9a0aa45b1a3
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Mar 26 09:40:19 2011 +0200

    Updated Hebrew translation

M	po/he.po

commit 55402a8aa3571593beb919a5ea51fe4faad38d51
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sat Mar 26 07:50:41 2011 +0100

    Updated German translation

M	po/de.po

commit 94965cc3f60770e1d06aa320189e85863f67c500
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sat Mar 26 07:45:15 2011 +0100

    Updated German translation

M	po/de.po

commit aba935a2a8892fb09146fcd73281cff2ee609f22
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Mar 25 20:30:43 2011 -0400

    Fix a typo in the 'fail whale' dialog
    
    All translations have been updated, so effectively, no string change.

M	gnome-session/gsm-fail-whale-dialog.c
M	po/bg.po
M	po/es.po
M	po/gl.po
M	po/it.po
M	po/nb.po
M	po/pa.po
M	po/ro.po
M	po/sl.po
M	po/sv.po
M	po/uk.po

commit fb43612f2de65e71765374267da6cde7484868b4
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Mar 26 01:10:14 2011 +0200

    Updated Hebrew translation.

M	po/he.po

commit 5cc956dd631bd64c2df2a64911d870bef898de80
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Fri Mar 25 21:59:40 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit 1a4e2377651c3d6f69426068860e3ed9174401b2
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
Date:   Fri Mar 25 15:00:51 2011 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 66cd79ac59524444af42682298fa28be1aa1c2fd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Mar 25 14:37:09 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 8dfdfc5098f8a69be3c9a1422328f39f95b6aff8
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Mar 25 08:34:14 2011 +0530

    update tranlation for Punjabi by A S Alam

M	po/pa.po

commit c5d2b22cdacfc0de7ef829d193396dd5e2d687ae
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Mar 25 00:25:36 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 86040715cafd25e44ffdd234d2c70ad59266e5fb
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Mar 24 20:57:31 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit 5a7ee5c90be5b042aa0359425cdfd9c9a96545a5
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 22 21:36:35 2011 +0100

    release: post-release bump to 3.0.0

M	configure.ac

commit 1dd8ad6a2a199c143d6d69e683aea8382f30b8ab
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 23 18:30:47 2011 -0400

    release: 2.91.93

M	NEWS

commit aae2e25213215bb6f50668169099c29608d2f78b
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Mar 23 18:26:20 2011 -0400

    release: pre-release drop to 2.91.93

M	configure.ac

commit 3e66149916912ccbd07d3981730ddc16673fd9c8
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 21 14:03:55 2011 -0400

    manager: port to latest shell api
    
    The shell API changed to support multiple
    buttons on the log out dialog (see bug 641375)
    
    This commit brings gnome-session up to speed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645432

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-shell.h

commit bbbe4c2e180e13c844688e1a958984faf6893dbc
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Mar 23 18:51:32 2011 +0100

    Updated Spanish translation

M	po/es.po

commit d93093c72b143ef8130c939c5940847214599396
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Wed Mar 23 11:29:49 2011 +0200

    Updated Bulgarian translation

M	po/bg.po

commit df9e3106055f0e514edcb81402c528172dd275d6
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Wed Mar 23 01:41:02 2011 +0100

    Updated Romanian translation

M	po/ro.po

commit 36a9980d2881369b6b97b89881093041b79ad532
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Tue Mar 22 22:20:18 2011 +0100

    Updated Italian translation

M	po/it.po

commit 2b02f43e3d1c2446fe6dfb3d983236392fc2f0a6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Mar 22 22:04:49 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 3299606ed8b8507729d4dbe1b6698d22505b8c85
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:36:35 2011 +0100

    release: post-release bump to 3.0.0

M	configure.ac

commit 6aaff2c1a4c5dc17dbb36f40a7198a62c1874f11
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:36:19 2011 +0100

    release: 2.91.92

M	NEWS

commit e7e7f35ad80ddb02bd72927a866c07d4847e3208
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:34:35 2011 +0100

    gsm: Ship gsm-icon-names.h to fix build

M	gnome-session/Makefile.am

commit bf74d31acf9be30ab758b309d5a44893b92f538a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Mar 22 21:21:04 2011 +0100

    Updated Galician translations

M	po/gl.po

commit aed66bd05f9a5b5ab982082117b8de1ad211d7ac
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:14:08 2011 +0100

    gsm: Use "Log out" instead of "Close" for button in fatal error dialog
    
    Clicking the button really logs you out, so it's a bit better.
    
    This is not a new string.

M	gnome-session/gsm-util.c

commit c6a29dc93da9cf78641adb1d78df36defb3861db
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:09:05 2011 +0100

    gsm: Make fatal errors exit after error dialog during initialization
    
    While we're setting up everything, there is no main loop, so calling
    gtk_main_quit() usually won't work and the user will be stuck with an
    empty session after the error dialog. So simply call exit() if there is
    no main loop after a fatal error.

M	gnome-session/gsm-util.c

commit dec2bf24d71ccb660ab7ca8e6d924e3b81259070
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 22 15:56:05 2011 -0400

    gsm: make gconf failure non-fatal
    
    We don't really depend on GConf these days so much, so it probably
    shouldn't be fatal when it fails.  Furthermore, the "make it fatal"
    part doesn't work anyway, since the dialog gets shown before the
    main loop is run.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645564

M	gnome-session/gsm-gconf.c

commit f806a096f07b539777a28e33db341fb848b0d598
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 21:00:36 2011 +0100

    gsm: Cleanup past two commits
    
    This includes a fix for a GError leak, removing some unneeded
    functions/fields, and fixing gsm_fail_whale_dialog_size_request() to
    correctly compare old and new geometries.

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-manager.c

commit b9aa675ef083256e5aca12ac448c6a84a8f620d6
Author: Colin Walters <walters@verbum.org>
Date:   Tue Mar 22 20:34:47 2011 +0100

    gsm-manager/gsm-app: Fix restart logic
    
    We only care about restart time; if the app crashes within
    a minute of initial start, we should still restart.
    
    Also, ignore "died" for autorestart apps; we'll lose
    the connection and do the restart there.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645251

M	gnome-session/gsm-app.c
M	gnome-session/gsm-manager.c

commit 4df48234f85f0a4cb617be7dc4dbf925fcc996f6
Author: Colin Walters <walters@verbum.org>
Date:   Tue Mar 22 14:19:49 2011 -0400

    gsm-manager: Improve the experience when required components fail
    
    Instead of just failing and leaving the user no way out, present
    a "fail whale" that allows the user to logout and try again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645251

M	gnome-session/gsm-app.c
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit c6aa04195c75350033107f472b826fb078da8666
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 22 13:29:09 2011 -0400

    shell: drop has_open_dialog state variable
    
    We don't actually need it, since the only time
    we care if the dialog is open, is when it also
    has stale inhibitors.  That case is already implied
    by shell->priv->update_idle_id != 0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645485

M	gnome-session/gsm-shell.c

commit 1ff1a167dd89046bbbc00f2594a1af310742a25b
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 22 12:53:53 2011 -0400

    shell: listen for 'Closed' signal
    
    Right now we track when the shell end
    session dialog is closed by tracking when the
    user clicks cancel or (e.g.) logout.
    
    The problem is, there are other cases besides
    the user hitting a button on the dialog that leads
    to the dialog getting closed.
    
    This commit tracks the closed state of the dialog
    via the closed signal instead of the button siganls.
    
    Upon getting notification of the dialog closing,
    we immediately stop processing updates to the
    inhibitor list.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645485

M	gnome-session/gsm-shell.c
M	gnome-session/gsm-shell.h

commit fa30b73948c50c2493e19565b4e3b14b40f985e1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 19:11:49 2011 +0100

    gsm: Support disable-user-switching lockdown setting in logout dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598255

M	gnome-session/gsm-logout-dialog.c

commit 899fe6b1628cd2d86931632f72512bca04d2aeaf
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 19:01:42 2011 +0100

    gsm: Enforce disable-user-switching lockdown setting
    
    This part of https://bugzilla.gnome.org/show_bug.cgi?id=598255 but this
    does not cover the UI yet.

M	gnome-session/gsm-manager.c

commit e5ceda53eda8860123dc93098f40b03909dae84e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 18:54:29 2011 +0100

    gsm: Fix error string
    
    This was referencing the wrong interface. This is not translated, so no
    string freeze break.

M	gnome-session/gsm-manager.c

commit 962d6014d85f2551b1e9cb3900d1f2c3cb0a5bc8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 18:27:58 2011 +0100

    gsm: Move all icon names to gsm-icon-names.h with defines
    
    This makes it much easier to know what we use and to change things when
    needed.

M	gnome-session/gsm-fail-whale-dialog.c
A	gnome-session/gsm-icon-names.h
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-xsmp-client.c

commit 66dbc4d171e49b58932bb3151b06ebda1fc8e4ca
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Mar 22 10:50:57 2011 -0400

    shell: don't leak inhibitor list on updates
    
    gsm_shell_open_end_session_dialog takes a reference
    to a passed in inhibitor store.
    
    This function is explicitly called by the manager
    whenever a log out should happen, but also gets
    implicitly called whenever the inhibitor store is
    changed.
    
    This commit makes sure we don't leak a reference to the
    store during implicit calls to
    gsm_shell_open_end_session_dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645485

M	gnome-session/gsm-shell.c

commit fcdca87b80646c1a1617fe68f0c1c38515a54281
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 17:58:46 2011 +0100

    gsm: Use "computer-fail" icon from theme instead of our own sad-computer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645396

M	data/Makefile.am
D	data/sad-computer.svgz
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h

commit cbe3d42b3595567ad60fdfbabbd37afcc74808aa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 17:36:05 2011 +0100

    build: Require glib 2.28.0
    
    We use g_slist_free_full(), which appeared in 2.28.0.

M	configure.ac

commit e8759ab5a06fbfe5faf81805c56f61e604572bfa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 16:33:05 2011 +0100

    gsm: Remove saved session if auto-save-session is set to false
    
    If we don't do that, right now, there is no just no way to go back to a
    default session for users. Of course, this will make people who save a
    session once unhappy, but if we want to handle that correctly, we need
    more work anyway.

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-session-save.h

commit b49de741bf73afd564728df4bffff6b4d6974e36
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 16:04:48 2011 +0100

    sessions: Explicitly require gnome-shell/gnome-panel
    
    For gnome-shell and gnome-panel, we really know this is what we want. We
    don't want another provider.

M	data/gnome-fallback.session.desktop.in.in
M	data/gnome.session.desktop.in.in

commit cc2560d9570077bcd1e0152b50462b4eb4e35eb8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 15:55:02 2011 +0100

    gsm: Use app-id when saving session instead of startup-id for .desktop
    
    We try to use the app-id whenever possible for the .desktop filename
    when saving an app since this means the saved app can be used as
    required component on login. (Still fallback to startup-id if app-id
    doesn't work because it's empty or filename already exists)
    
    This is important because on login, the required component will be
    loaded first, and if it's in the saved session with another name, the
    saved version will get ignored: we first load all required components
    from saved/autostart/apps, and then we load other apps in the saved
    session (and the saved component, if using another name, will look like
    a random app so will be loaded at that time).

M	gnome-session/gsm-session-save.c

commit c8ddd51c4ae4f145bfd830ff1d5ccea844d0548a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 15:12:35 2011 +0100

    gsm: Move auto_save_is_enabled() check to maybe_save_session()

M	gnome-session/gsm-manager.c

commit 044def3fce18480e8b3e7a6ad6c38bad253ce64e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 14:58:06 2011 +0100

    gsm: Mark a provider as required if it came from autostart/saved session
    
    If a default provider is not added because the service is already
    provided, then the is_required property should be set on the provider
    that we'll use.

M	gnome-session/gsm-manager.c

commit 6bd6703fadd36b05bc2fa88913be52c82f5cdf80
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 14:52:51 2011 +0100

    gsm: Remove unused variable

M	gnome-session/gsm-manager.c

commit 98767400d9dffaa795151bf5f96146beaabd865f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 14:50:04 2011 +0100

    gsm: Keep required/provides state of app if already appended
    
    If an application is not appended because its app-id already exists, we
    should make sure that if the app is required or if it provides a
    service, then the pre-existing app with the app-id gets those states.

M	gnome-session/gsm-manager.c

commit a359ce1d9b7520ac9b2fc2c7afebcd6f6d2e8c17
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 14:35:09 2011 +0100

    gsm: Add more details to a debug message

M	gnome-session/gsm-manager.c

commit 71b0fe1ddbb7d61c1e36ebd1c6c5d195b354a311
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 13:45:50 2011 +0100

    gsm: Remember Provides defined in session definition but not in .desktop
    
    If a provider is defined in the session definition, it doesn't
    necessarily have the Provides in the .desktop file. So we remember the
    Provides from the session definition.

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-autostart-app.h
M	gnome-session/gsm-manager.c

commit f436a357396ed54544de801ac018461f616e14e7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 13:15:21 2011 +0100

    gsm: Do not add autostart apps providing a service already provided
    
    We were already doing this, but only for the Provides defined in the
    session definition, and we were ignoring Provides defined in the
    .desktop files themselves.

M	gnome-session/gsm-manager.c

commit 6eafe805d2b5880cc020586c7d155ad30fe958d2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 13:14:26 2011 +0100

    gsm: Add gsm_app_provides() to get list of Provides defined in .desktop
    
    We need this to compare Provides defined in autostart files, so we don't
    start two applications providing the same service.

M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-autostart-app.c

commit 69cad093b1d32392078233166edac5180dabaf8a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 12:57:46 2011 +0100

    gsm: Reorder how we fill session, to start with required components
    
    We first fill with required components because we always want to
    guarantee that explicitly defined required components are available.
    Then we add normal autostart applications and default providers, which
    can be overridden.
    
    Part of https://bugzilla.gnome.org/show_bug.cgi?id=642367

M	gnome-session/gsm-session-fill.c

commit d754aa829542f944e2899db939b6d15ad9751780
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 12:44:25 2011 +0100

    gsm: Force common code path to look for .desktop files in directories
    
    We make sure we always have the right set of directories this way,
    instead of always looking in different places for autostart directories.
    This also makes it easier to look at the saved session directory if
    needed.

M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-session-fill.c
M	gnome-session/gsm-util.c
M	gnome-session/gsm-util.h
M	gnome-session/gsm-xsmp-client.c

commit f27aa0a8de70b993cd77a828e81fa88f98b270fb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 12:03:57 2011 +0100

    doc: Fix gnome-session-quit man page
    
    Mention that --logout is the default and that --no-prompt only works
    with --logout.

M	doc/man/gnome-session-quit.1

commit 06a4d5122ce8fb13a787fba509dbab0da71870a1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 11:58:35 2011 +0100

    doc: Document session definition format in man page

M	doc/man/gnome-session.1

commit 22b1affed9d62ad1ad79806115fea50e511113f8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 11:33:03 2011 +0100

    gsm: Update format for .session files
    
    All components defined in .session files are really required, and the
    format should make this clear.
    
    Rename:
     - Required to RequiredProviders
     - Required-* to DefaultProvider-*
     - DefaultApps to RequiredComponents
    
    Make sure to check for all required components and providers at all
    time, and reduce code redundancy a bit.

M	data/gnome-fallback.session.desktop.in.in
M	data/gnome.session.desktop.in.in
M	gnome-session/gsm-session-fill.c

commit 64611a022260e8162a8388cfbdd92df6ae64369c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 22 10:53:36 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit cc8a3cdad278e0646c9b53b091ba7988acc501eb
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 21 13:54:38 2011 -0400

    manager: drop request-privileges stuff
    
    It's all a farce that immediately returns with hardcoded values.
    
    Eventually, we need a better story here (see bug 585614), but for
    now, let's not pretend like we're doing something we aren't.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645432

M	gnome-session/gsm-consolekit.c
M	gnome-session/gsm-consolekit.h
M	gnome-session/gsm-manager.c

commit 107cfa7a4f6f43698407772e31472d742bdb219f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 22 00:47:24 2011 +0100

    gsm: Also support disable-log-out for Shutdown/CanShutdown dbus methods
    
    On top of that, be a bit paranoid and ensure we don't log out in
    end_phase() by checking the lockdown setting there too.

M	gnome-session/gsm-manager.c

commit 1e3e0b475cfd352d4abe7ace4ee5a40be04a8b42
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Mar 21 08:31:37 2011 -0400

    manager: honor disable-log-out lockdown configuration
    
    Right now we have a disable-log-out configuration key in the
    org.gnome.desktop.lockdown schema that we superficially support in the
    UI, but disregard when servicing the dbus session manager interface.
    
    This commit makes gnome-session prohibit log out via its D-Bus
    interface (and XSMP), if log out is locked down.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645419

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit 90ff5bba8a2446d481f0efbdf150360a2706fe9d
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Mar 21 22:54:55 2011 +0300

    Updated Russian translation

M	po/ru.po

commit a249a5689f6b22ec38467eace98058daf9d29f1c
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Mon Mar 21 12:03:39 2011 +0530

    Updated Assamese translations

M	po/as.po

commit 09df0434ab33ed11e90df8ed925db3931437de4c
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Mar 21 00:04:04 2011 +0000

    Updated Portuguese translation

M	po/pt.po

commit 6443cfe5251f243f2e4db3ea83b648d9a80d8ece
Author: Sense Hofstede <sense@ubuntu.com>
Date:   Sun Mar 20 20:11:51 2011 +0100

    Updated Frisian translations

M	po/fy.po

commit 37feac0ce68563124ae7b211faae9a586cdfe021
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Mar 20 19:04:15 2011 +0100

    Updated Galician translations

M	po/gl.po

commit ec69cd1b9f390486d37c7b83d345fe883119ac99
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Mar 20 18:53:27 2011 +0100

    Updated Galician translations

M	po/gl.po

commit 46c9b1625b90f7dd16df61113baefceb52160d45
Author: Sense Hofstede <sense@ubuntu.com>
Date:   Sun Mar 20 16:54:08 2011 +0100

    Updated Frisian translation

M	po/fy.po

commit 93fb68034c920d871812ff57a9ff87128ac5a7c1
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Mar 20 15:39:51 2011 +0200

    Updated Latvian translation.

M	po/lv.po

commit 5d14cdc07a567bf0df800358d627828a65c0a468
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Mar 20 17:34:02 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit b127a42ad82d0e7f52313ffd2e2cc4189ec707fc
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Mar 20 00:27:09 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit a439de87e2c23344c81669efa9a013609e4920ae
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Mar 19 23:26:27 2011 +0100

    Updated French translation

M	po/fr.po

commit b0c050a1ab03a5a34f8090e006b49e16aa96a004
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Mar 19 16:22:26 2011 +0100

    Updated Polish translation

M	po/pl.po

commit 7a03897fe1c19f1f94de24a723b30d4a6f1f41e9
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 19 23:14:20 2011 +0900

    Updated Korean translation

M	po/ko.po

commit 8d0dc0073c99b7f834705d74fe8dc612f3f4477c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Mar 19 14:50:44 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 984c0ac441a58c04ac36aec7ea7e11f71610cbcc
Author: Милош Поповић <gpopac@gmail.com>
Date:   Sat Mar 19 12:01:48 2011 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 6b05df82527fdbc2e05d51f79573ffbd15f78828
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
Date:   Sat Mar 19 11:55:56 2011 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 2db0af388409a40708b1cf1492e91c4c13f5aa7f
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 19 10:38:43 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 3a5f484bdeecfe8cd1cc700e5ab3a4cb432d8dce
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 19 02:46:41 2011 +0100

    Updated Hungarian translation

M	po/hu.po

commit a193974901635ed369533be21ac230f51cf34efd
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Mar 19 02:46:58 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 1e0944d53010db573284a09c7196732dd4e03562
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Mar 18 21:27:36 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit a18e2a2df8d921d2b6caccde03025d6a8e7624db
Author: Colin Walters <walters@verbum.org>
Date:   Fri Mar 18 15:12:23 2011 -0400

    Consistently translate component failure message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-process-helper.c
M	po/POTFILES.in

commit c0f87685af13fd49e3fbcf07e7f9045b60a7e72b
Author: Colin Walters <walters@verbum.org>
Date:   Fri Mar 18 15:12:03 2011 -0400

    gsm-fail-whale-dialog: Fix height request
    
    We want a minimum of 480 here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/gsm-fail-whale-dialog.c

commit 39242dc576ee61034fdb81ae893b6c9e7ac7a2ca
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 18 17:22:28 2011 +0100

    Updated Hungarian translation

M	po/hu.po

commit 13226af8eabf01a7683c325c9dd2cc36236e4b75
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 18 15:25:37 2011 +0100

    gsm: Cleanup previous commits...
    
    Remove trailing spaces and fix strings (no string change, since they are
    not translatable).

M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-manager.c

commit 23a01422fffe9e8b812f8d93ec2d822d6acb13b7
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Mar 17 22:51:17 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 76d42b38b4b98ae8b123248a7c3be5e315da1e90
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Mar 17 21:46:27 2011 +0100

    Add a translator comment as discussed on gnome-i18n mailing list

M	gnome-session/gsm-manager.c

commit e60d7f1eb3fce5b02c725b23d07082aa960c4baf
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Mar 17 21:37:56 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit 9dc1a58f47b2a59a351597d2f608ecf130c3b8a6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Mar 17 20:30:36 2011 +0100

    Updated Spanish translation

M	po/es.po

commit d011770f8b235b91db6969ff54665f5f18ca549c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 17 19:52:13 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 2e0b08bffedee3aa88bcb41aff4d582560d0b8ac
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Thu Mar 17 19:58:43 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 2e92bb08bd7b700ae5e385e07292f37b307a36a5
Author: Colin Walters <walters@verbum.org>
Date:   Sun Mar 13 16:57:31 2011 -0400

    Add "Try Recovery" option to fail whale
    
    Also resize the fail whale dialog to a minimum of 640x480
    to ensure visibility.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/gsm-app.c
M	gnome-session/gsm-fail-whale-dialog.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit 9a4ff4b674fb7b63fd361eeedd4925ad84c67686
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 10 18:56:39 2011 -0500

    Handle required component failure by showing fail whale
    
    When a required component either times out on startup, or
    is killed by a fatal signal, toss up a fail whale dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/gsm-session-fill.c

commit c01831c0dea7f6728106ae12090b248f37ad1feb
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 10 16:14:14 2011 -0500

    gsm-manager: Add comment with historical context
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/gsm-manager.c

commit a2fedc4dc0e655a13f43d205c4982fa142bf67d6
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 10 09:54:54 2011 -0500

    Add "fail whale" dialog, will be shown on component failure
    
    Named the "fail whale" after Twitter, this dialog tells the user we
    hit a serious problem and offers to log out.  Will be used
    by following patches.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642497

M	gnome-session/Makefile.am
A	gnome-session/gsm-fail-whale-dialog.c
A	gnome-session/gsm-fail-whale-dialog.h
M	gnome-session/gsm-logout-dialog.c

commit 2676795df387a8f02debdb749a3d8ffa95aaf6d8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Mar 17 09:59:15 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit b48a9f89be99390f8333dbde959037ba37e3bc58
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Mar 16 23:35:25 2011 -0400

    switch to using seconds for idle time
    
    Changed in the schema to be consistent with power etc time values.

M	gnome-session/gsm-manager.c

commit 2eabf107604706fedd731abc268bccd34219bb0c
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Mar 16 17:02:55 2011 +0200

    Updated Hebrew translation.

M	po/he.po

commit 9a0c8f0b5d91d3a216987a8299eb7fe02279d407
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Mar 16 00:10:02 2011 +0000

    Updated Portuguese translation

M	po/pt.po

commit 17821aead4a942c23438db0c0d43652cb85708d6
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 15 22:23:37 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit 74fdd957eeefafb8763c6b283da80ac28ee59eae
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Mar 15 17:15:51 2011 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit d36c9fca0d23fb673d7d4ddcf7b0d2c79739b56b
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Tue Mar 15 16:09:18 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 5e97f774b224fe2886a1eed3ffcac7eb2bb72af7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Mar 15 14:01:30 2011 +0100

    Updated Polish translation

M	po/pl.po

commit 59fb60ced6537ab67652b8c7b4f167a8da135592
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Tue Mar 15 12:35:41 2011 +0100

    Updated Romanian translation

M	po/ro.po

commit f395fb3d490be996b8aa5ff25a94f863ccd250be
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Tue Mar 15 12:35:07 2011 +0100

    Updated Romanian translation

M	po/ro.po

commit 17e21bc87b53cb8c05c35809f40407ac6363fde1
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Mar 15 06:35:27 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit c6bbfa797386885d7230d128502b03c5df1feb2b
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Mar 15 04:26:42 2011 +0100

    Updated Hungarian translation

M	po/hu.po

commit f53870759374060135d4815b54ccb13d7bb1f7ac
Author: Fran Diéguez <fran@openhost.es>
Date:   Tue Mar 15 01:33:46 2011 +0100

    Updated Galician translations

M	po/gl.po

commit d008875cf57a790798c243bb136b27176bb64646
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Mar 15 00:09:36 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit 66810adad747a1fbd6714a62817c227254ac7a4f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Mar 14 22:03:57 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 8bdfe9e49297bfce3f82708001c7918d21fb55c9
Author: Flamarion Jorge <jorge.flamarion@gmail.com>
Date:   Mon Mar 14 11:49:36 2011 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit ce2968402f20087cec2c5d9f4fc5eb7bbfb25903
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 14 09:22:00 2011 -0400

    gnome-session-check-accelerated: Avoid double checking
    
    Add a mechanism to have a second gnome-session-check-accelerated
    instance wait until a first instance is done with the GL checks.
    This is meant to accomodate the situation where we run the check
    in the gdm login session, but the user quickly logs in, and
    gnome-session runs the check again.

M	tools/gnome-session-check-accelerated.c

commit bde1abd31529cbcc1c5bb80d4baaf4a799767882
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Mon Mar 14 13:47:16 2011 +0100

    Updated Romanian translation

M	po/ro.po

commit e0a65f4bfb8bb77ddef22ff3eb9aa9f885f172c9
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Mon Mar 14 14:27:27 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit aa8f8ec3395350ec5d0d3f9bea618f6188c356dc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 14 06:44:53 2011 -0400

    Add a full stop
    
    This was pointed out in bug 644461.

M	gnome-session/gsm-manager.c

commit 7039030ca360f844ec6d042b2e625630f12412ce
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 14 06:42:38 2011 -0400

    Improve the wording of the fallback dialog
    
    The changes were discussed in
    http://bugzilla.gnome.org/show_bug.cgi?id=644461 and
    http://bugzilla.gnome.org/show_bug.cgi?id=643107

M	gnome-session/gsm-manager.c

commit ac1a3a240bf08779fb920b0e123c79494c1bf32d
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Sat Mar 12 18:16:21 2011 +0000

    Updated British English translation

M	po/en_GB.po

commit 0e10923053fdc99f5da997c5d2a26e8a9bcce41b
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 10 10:08:00 2011 -0500

    gsm-session-fill: Fix error message to include session name
    
    This was what I intended originally.

M	gnome-session/gsm-session-fill.c

commit 248e3bc0fc47e2db69b3ddba0d75033620c61102
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 9 20:25:02 2011 +0100

    Updated Polish translation

M	po/pl.po

commit 86d8df6cc552e375c896ed0f7f8dae2d5915b5eb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 11:50:57 2011 -0500

    Back up

M	configure.ac

commit 74e31ef1436319bd5587ef6b077c9341c0e9892d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 11:46:37 2011 -0500

    Update

M	NEWS

commit 8367d907c1c46c2642a0b07bf2cfb51331f54195
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 11:46:12 2011 -0500

    Back down

M	configure.ac

commit 18462165c81e1cc8049650f09575318c565f37c1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 11:44:59 2011 -0500

    Fix a bug when lauching gnome-session-check-accelerated-helper
    
    This only ever worked by happenstance.
    https://bugzilla.gnome.org/show_bug.cgi?id=644299

M	tools/gnome-session-check-accelerated.c

commit 0fbff68b057d93e61e38105e978eb3497c5f35df
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 11:02:13 2011 -0500

    Back up to 2.91.92

M	configure.ac

commit 046bc894bddbb550106b3f8023186dd2cffe3ce4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 10:54:19 2011 -0500

    Updates

M	NEWS

commit 4af5e647404319c28686a4bc719ec8cc2bb2c821
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 9 10:53:45 2011 -0500

    Back down to 2.91.91.2

M	configure.ac

commit c0840a766a02ba3f920bc810c938e6c6d13e897c
Author: Colin Walters <walters@verbum.org>
Date:   Thu Mar 3 18:55:16 2011 -0500

    gsm-process-helper: Give useful error data
    
    In order for engineers to be able to extract why a tool
    like gnome-session-check-accelerated failed, we should print
    something to ~/.xsession-errors.
    
    gsm_process_helper() only returned the exit code, unless the process
    was killed by a signal, in which case it returned -1.  However
    the only consumer of the code never checked the exit code, just
    success.
    
    So fix this by having gsm_process_helper return a normal
    gboolean/GError pair.  As part of this, clean up the code so that it
    also handles the WIFSIGNALED and WIFSTOPPED cases (See "man 2 waitpid").
    
    Also, the exit_child_simple() function was lame; we don't
    need to call g_spawn_close_pid() on Unix, so don't do it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643880

M	gnome-session/gsm-process-helper.c
M	gnome-session/gsm-process-helper.h
M	gnome-session/gsm-session-fill.c
M	gnome-session/test-process-helper.c

commit e629d060e0a553c340d0a55f42f8a3bfda75338b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 8 17:45:39 2011 -0500

    Back up to 2.91.92

M	configure.ac

commit 9a5c05ce149aa40a8c8e8dd4a3bcebd60418c15b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 8 17:39:14 2011 -0500

    Fix linking with pedantic linkers

M	tools/Makefile.am

commit b1ab3eafea6db29c18d0c643f50a88c943acd41e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 8 17:24:05 2011 -0500

    Update NEWS

M	NEWS

commit c71155625f26f07ef3ccdda114aa057b3a1ad4cc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 8 17:23:04 2011 -0500

    Back down to 2.91.91.1

M	configure.ac

commit 01217f38addd7ea47e121fc5e31eb2a35a54f9f8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 8 14:04:05 2011 -0500

    Return 0 on success
    
    Booleans and exist status don't go together well...

M	tools/gnome-session-check-accelerated.c

commit 195176657fa9dde1b2bcc1dfd7d46796c2da109f
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Mon Mar 7 16:46:47 2011 +0530

    Updated Oriya Translation

M	po/or.po

commit 72256e903bd44018815a80d5a68582fe5ce63a18
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 7 00:01:01 2011 +0100

    release: post-release bump to 2.91.92

M	configure.ac

commit ba167fb22e46e0942b16d342bcd26799cd762301
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 7 00:00:55 2011 +0100

    release: 2.91.91

M	NEWS

commit 7bbd1fcb43f892a09aad65cf1b74fa29b38c2a9d
Author: David Planella <david.planella@gmail.com>
Date:   Sun Mar 6 22:22:20 2011 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit db7903f9438cfd3c47dda9d65ca84ec5591a44fe
Author: Pavol Šimo <palo.simo@gmail.com>
Date:   Sun Mar 6 17:46:41 2011 +0100

    Updated Slovak translation

M	po/sk.po

commit 6528cc48071975f945db76053b3324cde11ba496
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Mar 6 15:35:09 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 201ef329f2aa2a7715bb319b266294eec97a5926
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Mar 4 17:00:49 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit d05fceeefab3af71a40e7a2e12a7eb41f13310c5
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Fri Mar 4 00:43:21 2011 +0200

    Updated Latvian translation.

M	po/lv.po

commit ffe98dd102abd4b39732cae69fc35ed3b0522604
Author: Colin Walters <walters@verbum.org>
Date:   Mon Feb 28 10:03:13 2011 -0500

    gnome-session-check-accelerated: Set X property _GNOME_SESSION_ACCELERATED
    
    It would make sense to run gnome-session-is-accelerated in
    GDM, in parallel with the user is typing their password.  A
    good way to pass that knowledge through to gnome-session
    so it knows it can avoid repeating the same check is via
    an X property.
    
    So create a new tool "gnome-session-check-accelerated", which takes
    the name of the old one (now renamed "gnome-session-check-accelerated-helper")
    and stores that status as an X property.  gnome-session will then
    itself run it again, but it should pick up the property and reuse that
    value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641992

M	configure.ac
M	data/gnome.session.desktop.in.in
M	tools/Makefile.am
R099	tools/gnome-session-is-accelerated.c	tools/gnome-session-check-accelerated-helper.c
A	tools/gnome-session-check-accelerated.c

commit 68c1927aee83020156e00b79928870aaa8c40bc5
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Mar 3 08:23:31 2011 +0530

    update Punjabi Translation by A S Alam

M	po/pa.po

commit 51d1473c3e8ffc1328b4bde2c3e8e9415ddccd4d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 2 20:32:04 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 7260541a114d52f1de735e0ba123979c53ccab44
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 2 18:44:13 2011 +0100

    Rename org.gnome.SessionManager.gschema.migrate to gnome-session.convert
    
    This is more consistent with what others are doing.

M	data/Makefile.am
R100	data/org.gnome.SessionManager.gschema.migrate	data/gnome-session.convert

commit 2e875d3d011b24005d807d96be167414c4a6d6ac
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Mar 2 13:41:48 2011 +0100

    Updated French translation

M	po/fr.po

commit 6c6810669b35168ed4c74c4c8e615ea768622796
Author: Lucas Rocha <lucasr@litl.com>
Date:   Tue Mar 1 17:43:54 2011 +0000

    Remove my name from list of maintainers
    
    It's been long enough that I'm not hacking on gnome-session.

M	MAINTAINERS
M	gnome-session.doap

commit 6131a4cfba214b89d0197510a4f4cab33a160bfd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 28 19:43:32 2011 -0500

    gsm_manager_get does not return a reference
    
    This causes gnome-session to crash and burn whenever the new
    if-session condition is used.

M	gnome-session/gsm-autostart-app.c

commit 9d0ee2ef615e27d3b612b36a0b7d2916d6759b32
Author: Colin Walters <walters@verbum.org>
Date:   Mon Feb 28 12:12:18 2011 -0500

    Remove GTK2 compilation option
    
    Acked by vuntz on IRC; if someone really cares and has a rationale
    they can come by with a patch.  I don't want to have to worry
    about testing with GTK2 for some new changes.

M	configure.ac

commit f6a20af48ac40bb02c763da53c793008c42a64d6
Author: Colin Walters <walters@verbum.org>
Date:   Mon Feb 28 10:25:15 2011 -0500

    Increase is-accelerated runnable helper timeout
    
    0.5 seconds is *way* too short; we could easily get 0.25 seconds from
    simply loading the binary off a slower disk/fragmented filesystem etc.
    
    This is likely a temporary hack; see the bug for more discussion.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641992

M	gnome-session/gsm-session-fill.c

commit 4d1f6b096900a117d20be1d163d3701e8ececff3
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Feb 27 23:07:41 2011 +0200

    Updated Hebrew translation.

M	po/he.po

commit 7227dec7afa2cf764e3bc1e9fc1802a69b74dc36
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Feb 27 19:20:56 2011 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit 3ae2c358655006c4bf692572303a1055c0e865be
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Feb 27 17:54:35 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit e82df3f67f70820cdcc4b9628b03c8f9e4d05aff
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 27 17:55:12 2011 +0900

    Updated Korean translation

M	po/ko.po

commit 3cd96587721a1d6a1b652bba73289e7a6c888a90
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Feb 26 12:23:23 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 3e2cb3e932a9f87b2d995b0dd2d3716d2853147d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Feb 25 20:18:35 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit bd5578317a6818d9b104d1acd839387fd5dc8e6a
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Feb 25 09:45:19 2011 -0500

    shell: fix cancel button in logout dialog
    
    We were queuing an update from inhibitor changes that could
    fire after the dialog was canceled, which would cause it to
    reopen.
    
    This commit makes sure the dialog is still open before processing
    any queued inhibitor updates.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643294

M	gnome-session/gsm-shell.c

commit 8663860ff44b9a5e441e4909a49eee4cfa08378d
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 24 17:38:13 2011 -0500

    rename gnome-session-save to gnome-session-quit
    
    Is much less misleading since it doesn't save anything.

M	doc/man/Makefile.am
A	doc/man/gnome-session-quit.1
D	doc/man/gnome-session-save.1
M	po/POTFILES.in
M	tools/Makefile.am
R059	tools/gnome-session-save.c	tools/gnome-session-quit.c

commit cba6e372e3f9130b22d7d614d376c3c9ae898ce7
Author: Colin Walters <walters@verbum.org>
Date:   Tue Feb 22 15:23:14 2011 -0500

    main: Better error message on not-found session
    
    I didn't have "gnome-fallback" yet in my install, but my user
    had that configured.  Just show a better error message for
    debugging.

M	gnome-session/gsm-session-fill.c
M	gnome-session/main.c

commit a4d8da2de02b3815441f8bdc9281dccdeba3c2dc
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Feb 24 01:01:31 2011 +0100

    gsm: Move a define
    
    Just moving a define for a GSettings key to live with the schema it
    belongs to.

M	gnome-session/gsm-manager.c

commit ed9acae10a2e7e6363e3a3e691a75cabc67fe5a9
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Feb 23 18:40:24 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 4c6feb42ad7d3fd5f290f613cfd21fc12823d0d2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 23 16:44:30 2011 +0100

    gsm: Fix typo in fallback dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643055

M	gnome-session/gsm-manager.c

commit 27008ed3db201fdc31b47571b4b721f3b22680cd
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Feb 23 13:36:01 2011 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit c7d97c675b03840a38916d4f8a472f8138f7a74e
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 23 07:50:44 2011 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 1fde73507d561079669c1c6ad09bca9094ce8792
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 23 01:56:14 2011 +0100

    release: post-release bump to 2.91.91

M	configure.ac

commit a3ac120330776d9378329879b9c9ec8eb9643590
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 23 01:56:08 2011 +0100

    release: 2.91.90.1

M	NEWS
M	configure.ac

commit 0b71e3d369d1b922541c0f0fe764e576b54a8f1d
Author: Colin Walters <walters@verbum.org>
Date:   Tue Feb 22 14:57:58 2011 -0500

    manager: Handle session name being NULL from gdm
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642988

M	gnome-session/gsm-manager.c

commit 8f9778ff429c29fc0aa16def9968fe7ff6bdcccd
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Feb 22 15:23:20 2011 +0530

    Updated Bengali India Translation

M	po/bn_IN.po

commit 222a6c2576725a8e32b48d01aacd00e92c79bb55
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 22 00:01:03 2011 +0100

    release: post-release bump to 2.91.91

M	configure.ac

commit 95aa91bc6d2c07b7e017d070e123db95b47dc68f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 22 00:00:57 2011 +0100

    release: 2.91.90

M	NEWS

commit 778dd6617d9500b96d8c2370a129e23043a3090a
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Feb 21 09:29:55 2011 +0200

    Updated Hebrew translation.

M	po/he.po

commit ea94a0cf4364a3110e56cad77aff7e9d4a6bb07c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Feb 20 14:03:53 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 5865584ec2c9a77bf9a92003b3e27aa581c6e73e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Feb 20 12:13:06 2011 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit d194ca8932503d89c8e5b2748a634025f5ba368b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Feb 19 12:46:27 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 3f238fe67647ea8bfe26701a36d6372021572249
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 18:09:43 2011 -0500

    shell: update dialog as inhibitors change
    
    This commit allows the logout dialog to get updates
    when the list of inhibitors changes.

M	gnome-session/gsm-shell.c

commit b0f4b0510d97f4b702413b1956ddfe51254e1bd1
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 18:06:46 2011 -0500

    shell: drop unused parameter to open function

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-shell.c
M	gnome-session/gsm-shell.h

commit f8fb3ad12a8a7eb4a4609ac9c2889c5c8f3db908
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 16:21:58 2011 -0500

    manager: add some phase checking paranoia
    
    When the user confirms logout, make sure we didn't
    already start logging out for other reasons before
    processing the confirmation
    
    Suggestion form Vincent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637188

M	gnome-session/gsm-manager.c

commit 6f0f9f0b55eb8b95f94415400ba6ecf5a8a773ad
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 16:12:55 2011 -0500

    manager: clean up shell signal connection code
    
    We weren't doing a very good job disconnecting the handlers.
    
    Spotted by vuntz
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637188

M	gnome-session/gsm-manager.c

commit ff337d253a475a79337e0f610e4d6027095721f4
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 16:07:04 2011 -0500

    manager: honor no confirmation logout mode for shell
    
    We were previously ignoring the bit.  This commit makes us
    look at it and honor it.
    
    Based on feedback from vuntz
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637188

M	gnome-session/gsm-manager.c

commit d7adaa9111d0f42d11225c7e29a7ee1d37d74d2f
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 15:37:57 2011 -0500

    manager: track full details of logout request
    
    When we get a logout request, there are two bits of information
    that come with the request:
    
    1) Whether or not we should seek confirmation by default from the user
    before proceeding
    2) Whether or not individual applications should be given an
    opportunity to ask us to seek confirmation from the user before
    proceeding.
    
    We track the latter in a boolean state variable (forceful_logout),
    but not the former.
    
    We already have an enumeration type (GsmManagerLogoutMode) that can
    be used to track both bits, though.
    
    This commit changes the boolean state variable to the enum type, so
    the whether-we-should-confirmation information is available deeper
    down in the logout process.

M	gnome-session/gsm-manager.c

commit 14e39d6aaed4a34448fe264a8393e3527522c4d2
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 17 14:52:04 2011 -0500

    manager: don't show inhibitor dialog if no inhibitors
    
    I moved this to the wrong place when shuffling code around before.
    
    Spotted by vuntz
    
    http://bugzilla.gnome.org/637188

M	gnome-session/gsm-manager.c

commit 6454e7b0a994777ebe4c10fbc49087a231f66c05
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 17 17:55:11 2011 -0500

    Mark session-name as read only
    
    Avoids a warning

M	gnome-session/gsm-manager.c

commit 457c92b483cea2514125a3ce1d800f8a03113dde
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Feb 17 19:42:38 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 85975ceb221b6137814ed695438cbf93ddd4ab0c
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Feb 17 14:11:19 2011 +0100

    Store svg compressed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642556

M	data/Makefile.am
D	data/sad-computer.svg
A	data/sad-computer.svgz
M	gnome-session/gsm-manager.c

commit ff349aa2da1b7437f58e9950f2a28468fcfc1225
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 17 14:03:53 2011 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit bad81e27574fcf8d1623cdc6d07cc7bf4b08b12e
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Feb 17 11:46:41 2011 +0100

    Show a dialog after login the first time we fall back to gnome-fallback
    
    This is based on the mockups in:
    
     http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/session/fallback.png
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642556

M	configure.ac
M	data/Makefile.am
M	data/org.gnome.SessionManager.gschema.xml.in
A	data/sad-computer.svg
M	gnome-session/gsm-manager.c

commit 70669f60c82431c0b1193fc60d3dae8b51318c3b
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Feb 17 13:11:48 2011 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 25b4a9e701bf8f4221d41665b2c049576d7b1187
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 16 22:47:42 2011 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 3f6b9b6409c8d3d589084765d16c67a7a13cae95
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Feb 16 13:21:04 2011 -0500

    Fix the build

M	gnome-session/gsm-manager.c

commit 9e07c6fa9ca2535316ac249e190e8b4f382e0527
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Feb 15 13:45:32 2011 -0500

    Avoid a warning from the fallback property
    
    Construct properties still need to be handled in set_property.

M	gnome-session/gsm-manager.c

commit 52d19775daa22f48d0c11688efbd0dbd647fb58f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Feb 16 12:01:54 2011 -0500

    Make notification-daemon a required part of the fallback session
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642378

M	data/gnome-fallback.session.desktop.in.in

commit 13803738bd514553eb86919979fb69e09ddf68c8
Author: Alexander Larsson <alexl@redhat.com>
Date:   Wed Feb 16 17:21:29 2011 +0100

    Use gsm_manager_get instead of gsm_manager_new to get the manager

M	gnome-session/gsm-autostart-app.c

commit 02a34d8405b271678697569c439ec2aa3cc5895c
Author: Alexander Larsson <alexl@redhat.com>
Date:   Wed Feb 16 17:21:11 2011 +0100

    Add gsm_manager_get() to get the manager singleton

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit 58ebdfac223e6246323a6fcc452221a7581ed868
Author: Alexander Larsson <alexl@redhat.com>
Date:   Wed Feb 16 14:36:37 2011 +0100

    Support autostart conditions that depend on the current session
    
    autostart desktop files can add for example:
     AutostartCondition=GNOME3 is-session gnome-fallback
    or
     AutostartCondition=GNOME3 unless-session gnome
    
    To start only under a specific session.
    
    The GNOME3 prefix is to make it desktop specific as per the
    autostart spec. Unfortunately GNOME means a gconf key for historical
    reasons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642368

M	gnome-session/gsm-autostart-app.c

commit 3de35f663d1a3cb188fe662ca8aed0fa5af1ebeb
Author: Alexander Larsson <alexl@redhat.com>
Date:   Wed Feb 16 12:25:15 2011 +0100

    Make the current session name a property on the session manager
    
    This way this is introspectable via dbus, and its also useful internally
    as a change notification if it changes at runtime.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642368

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/gsm-session-fill.c

commit 71cc0cde1a3fe81639ad86dde11ee4b2be42955e
Author: Alexander Larsson <alexl@redhat.com>
Date:   Mon Feb 14 16:29:13 2011 +0100

    Use "session-name" property which specifies which session to use
    
    Currently we have two sessions:
    
    "gnome"
    "gnome-fallback"
    
    This adds a GSetting (actual key defined in gsettings-desktop-schemacs)
    which allows choosing between these, and potentially any arbitrary
    .desktop file that a fork or embed may write.
    
    This key will be toggled by gnome-control-center to implement
    the "always fall back" preference.

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h
M	gnome-session/gsm-session-fill.c

commit e5e3a4cbc6ec4b9697e1c8a7cf02151a3d6659b3
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Feb 12 00:25:08 2011 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit 918cbc83d17f21b37a4b4aaba588dd2abe9c2990
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Fri Feb 11 23:11:10 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit dab1547fee33704624bd9b40882d59eef5587827
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 8 08:53:18 2011 +0100

    gsm: screensaver schemas moved to gsettings-desktop-schemas
    
    So use org.gnome.desktop.screensaver instead of org.gnome.screensaver.

M	gnome-session/gsm-manager.c

commit 559ae7984759a8e2b696f8e84383aa9195112812
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 04:09:36 2011 +0100

    gsm: Do not even care about error message in gsm_shell_init()
    
    The newly added debug messages should be enough, and we know the shell
    won't be running yet at that time (unless a new object is created after
    startup, but that's not the case right now).

M	gnome-session/gsm-shell.c

commit 13b7b47f26646592785b9a4facf13b0e404d19ae
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 04:08:01 2011 +0100

    gsm: Add some debug message in gsm-shell.c

M	gnome-session/gsm-shell.c

commit b032b2689ee1d55e2c8c856edf0c8490a895adbc
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:58:41 2011 +0100

    gsm: Fix description of a property

M	gnome-session/gsm-shell.c

commit 2a7b9286e511f0592c05090acb8aa1d25a463768
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:51:49 2011 +0100

    gsm: Use g_settings_bind_with_mapping() to keep idle-delay in sync
    
    This requires latest gsettings-desktop-schemas, since idle-delay needs
    to be a guint32.

M	gnome-session/gsm-manager.c

commit ef30fc6c2ee72a2de8d014cd3a30c6e0fbf6da25
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:49:42 2011 +0100

    release: post-release bump to 2.91.90

M	configure.ac

commit 67cb5053c264be4731c2922e431750090bbc851d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:49:37 2011 +0100

    release: 2.91.6

M	NEWS
M	configure.ac

commit 178f9042c101d717d5664fb63d3507bbfed60186
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:20:43 2011 +0100

    gsm: Simplify gsettings code
    
    There's no need to be that careful with GSettings: we're guaranteed to
    always get a value.

M	gnome-session/gsm-manager.c

commit 11d9ec5976671e54714a4667e5ca45c925c0d762
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 03:11:09 2011 +0100

    capplet: Use g_settings_bind() to simplify code
    
    Also unref the GSettings on dispose().

M	capplet/gsm-properties-dialog.c

commit 85f69aab79858b13f8838b7868b724e264eda82b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 02:42:12 2011 +0100

    gsm: When checking for required components, abort on the first missing

M	gnome-session/gsm-session-fill.c

commit d560ee0d428b7f2dfb2dee4b6aec5741c404a241
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 02:35:35 2011 +0100

    gsm: Remove duplicate debug message

M	gnome-session/gsm-session-fill.c

commit b4900b634f4aca8b87c4b98442d72554f13087a3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 02:34:28 2011 +0100

    gsm: Code beautification

M	gnome-session/gsm-session-fill.c

commit 2e538e02100d7b76acabc6ba6e234b1c8b50d99e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Feb 1 13:58:37 2011 -0500

    gsm: drop desktop schema
    
    It's been moved to gsettings-desktop-schemas

M	configure.ac
M	data/Makefile.am
D	data/org.gnome.desktop.session.gschema.migrate
D	data/org.gnome.desktop.session.gschema.xml.in

commit d26b7787917ac7c20b71377c79f86b88d343516e
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Feb 1 19:36:02 2011 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit 5a472935e9fc23ac2d946b72a2d5eea150148b67
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jan 31 12:32:30 2011 +0100

    capplet: Fix build warning
    
    gtk_target_table_new_from_list() takes gint* instead of guint*.

M	capplet/gsm-properties-dialog.c

commit b1adda256147810818bfb1753db6965e72ca18bb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jan 31 12:31:05 2011 +0100

    gsm: Do not use deprecated gdk_app_launch_context_new()

M	gnome-session/gsm-manager.c

commit 2c9448bbe456dd2b29e42952151ff15baf5d733f
Author: Ray Strode <rstrode@redhat.com>
Date:   Fri Jan 28 15:54:27 2011 -0500

    shell: don't scream if shell isn't around
    
    It's not necessarily a problem if the shell isn't around,
    so we shouldn't g_warning it.

M	gnome-session/gsm-shell.c

commit c7d579a374e6942f6f5b8ce5eda246e5bffb8ca5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 28 09:27:15 2011 +0100

    build: Remove leftovers from DEFAULT_WM forgotten in 5f114bde

M	data/Makefile.am
M	data/gnome-fallback.session.desktop.in.in

commit 0a8d6882e011eb6978c6b10fa93aa051b0bb18d2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 27 16:07:51 2011 -0500

    Fix a warning message

M	gnome-session/gsm-session-fill.c

commit ef3dae97b7fdd53bc9cabb1c1010acecc4b45ae0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 27 15:57:39 2011 -0500

    Remove gnome-wm man page
    
    Since the script is gone...

M	doc/man/Makefile.am
M	doc/man/gnome-session.1
D	doc/man/gnome-wm.1

commit d77392333122e8a4177d9e58088706920ea94181
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 26 21:45:16 2011 -0500

    Use fallback session if required components are missing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639971
    
    Also, avoid a segfault when no valid session is found.

M	gnome-session/gsm-session-fill.c

commit 6afeeb5de842b1cbba6399fdc48952363c60e810
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 03:34:41 2011 +0100

    QA of Galician translations

M	po/gl.po

commit afc4fcb5fca869f168b7e172d1e4265f48625cb8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 26 12:12:16 2011 +0100

    Updated Norwegian bokmål translation.

M	po/nb.po

commit 9594f7f67cdab0ea14a03ed5c3f90ee8fea7ef90
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Jan 24 21:48:59 2011 +0100

    Updated Slovenian translation

M	po/sl.po

commit 1f9ed4829f56826b05c9d4f9fbab8fb7bca53e8c
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Oct 26 17:04:51 2010 -0400

    shell: add support for shell logout/shutdown dialog
    
    This commit changes gnome-session to use the shell for
    presenting the logout and shutdown dialogs.
    
    Coordination happens over the session bus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637188

M	gnome-session/Makefile.am
M	gnome-session/gsm-manager.c
A	gnome-session/gsm-shell.c
A	gnome-session/gsm-shell.h

commit 5f50ada8a0ddb39d56c73a4c813e9ce135251e23
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 24 13:04:13 2011 -0500

    build: fix typo in CLEANFILES
    
    We were cleaning out non-generated files.

M	data/Makefile.am

commit 93c66fece3ee439e9d4bf55ab7455c0321dbe8e2
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Jan 17 19:13:07 2011 -0500

    gsm, capplet: move from gconf to gsettings
    
    This gets us more GNOME 3 compliant.
    
    Note we still use gconf for autostart files that require it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639801

M	capplet/gsm-properties-dialog.c
M	capplet/main.c
M	configure.ac
M	data/Makefile.am
D	data/gnome-session.schemas.in
A	data/org.gnome.SessionManager.gschema.migrate
A	data/org.gnome.SessionManager.gschema.xml.in
A	data/org.gnome.desktop.session.gschema.migrate
A	data/org.gnome.desktop.session.gschema.xml.in
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-manager.c

commit 80b5b15d68e4bc80d19d924bcadfeac5263cf8d2
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Jan 23 14:38:41 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit dff5a0436c1052b7e689160dc7bb5b140ca1c3ba
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Jan 23 02:59:50 2011 +0200

    Updated Hebrew translation.

M	po/he.po

commit 18946d96d1c3caa05be22e212f4fd2d24a19d470
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 22 14:16:14 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit 2c68cb5597e9f7243492852a6b7e811de173d3c1
Author: David Planella <david.planella@gmail.com>
Date:   Sat Jan 22 13:34:55 2011 +0100

    Updated Catalan translation

M	po/ca.po

commit 5f3ffaf38d136afcb2a6e2687b757cf20b9a3c19
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 20 19:24:01 2011 +0100

    Remove gnome-wm.* leftovers

M	po/POTFILES.in

commit cb3b8e81a415885a496a53eb989bd0b5f8e9eeef
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 20 19:23:42 2011 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 5f114bde4d4c37d2bd895f18df78bc2ba8355c32
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 20 10:07:58 2011 -0500

    Drop gnome-wm script
    
    This doesn't make sense in the GNOME 3 world anymore.
    Also, nuke the --default-wm configure option.

M	configure.ac
M	data/Makefile.am
D	data/gnome-wm
D	data/gnome-wm.desktop.in.in

commit 078ad57e32adddbee29d9bbbfec1f9ccd63ed2eb
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jan 19 23:49:44 2011 +0100

    Updated Galician translations

M	po/gl.po

commit 67d17d735b3e4be9d0a0423a3c48d090b07f3acc
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 19 21:26:22 2011 +0100

    Updated Spanish translation

M	po/es.po

commit 9579aab70dbae973cded235dcd41bc881f8928f0
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 19 21:25:39 2011 +0100

    Updated Spanish translation

M	po/es.po

commit e9caec6fd1bc269d5998465bb9d7fb067c67f4ec
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 19 21:25:18 2011 +0100

    Updated Spanish translation

M	po/es.po

commit c9cdc9131f75657d9f9dad63184bf43f2a3b5fe7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 15:02:16 2011 -0500

    Rename 'Classic GNOME' to 'GNOME fallback'
    
    Since this is what it is...

M	data/Makefile.am
R087	data/classic-gnome.session.desktop.in.in	data/gnome-fallback.session.desktop.in.in
M	data/gnome.session.desktop.in.in
M	po/POTFILES.in

commit 6b9e86c07a5a3dd73a6457afd9d6e4388150422b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jan 19 14:58:27 2011 -0500

    Don't run nautilus by default
    
    Since nautilus is no longer showing icons on the desktop by default,
    running it only slows down login.

M	data/classic-gnome.session.desktop.in.in
M	data/gnome.session.desktop.in.in

commit d2adb9d3e932473afb164840530595ede6997a8a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Jan 16 11:02:04 2011 -0500

    Don't use internal GTK+ api
    
    GtkTargetPair was always documented as private.
    In GTK+ 3, it is gone from the headers. Operate on
    GtkTargetEntry tables instead.

M	capplet/gsm-properties-dialog.c

commit 2bd1975803f1d7e03a7f98881e8332a2330c4146
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 14 08:44:52 2011 +0100

    tools: Do not consider Gallium's softpipe and llvmpipe as accelerated
    
    Those are software renderers too. It might be that llvmpipe gets good
    enough in the future, but it's not the case at the moment.
    
    Based on patch from Matthias Clasen <mclasen@redhat.com>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639490

M	tools/gnome-session-is-accelerated.c

commit e99cf457281dde402dbf7aa9e85697ded35a5458
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jan 12 23:32:21 2011 +0200

    Updated Bulgarian translation

M	po/bg.po

commit e67d4bf8d00dcd7ef2b8eafebcb0227fd1b5ad4f
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Jan 12 11:39:54 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit 2d34922330470d20cb63d607a219336f271f5364
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Jan 11 15:34:34 2011 +0700

    Updated Indonesian translation

M	po/id.po

commit a62ce22005652f88dfd43ff97858d9e44713b24e
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Jan 8 18:45:54 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit 3c0ddac0a62135e8ce7d5cdbfa9bbbbc4c629443
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Jan 7 09:38:05 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 1ebedc175e6e2eb7b8af47b478cf9b268e26fd61
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Jan 3 11:17:42 2011 +0100

    Updated Hungarian translation

M	po/hu.po

commit 8382aafc0e4093c314594b3632ae629552ae2b75
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 19:18:15 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

M	po/nb.po

commit 7dd60e01c88d2d92b0706bea8b19f7d9d7abed30
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 29 15:51:07 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit deb58a8aff0b875f26eda1d536f17c15b766158a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 29 15:38:55 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit 5f7a36bfe672c31d0b29497f80daa4d3cd8be0b9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Dec 28 22:34:12 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit 09337cc27ab641f27d7de9210187a2c7852042fd
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 19:07:38 2010 +0100

    Added UG translation

M	po/ug.po

commit cbce4760c63c5a42300b5ed7fdd1b7dca19bf619
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 16:32:28 2010 +0100

    build: Change GETTEXT_PACKAGE to gnome-session-3.0

M	configure.ac

commit 2201e7362b761a2273c759bbdfce45ae34e3c4e9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 11:32:42 2010 +0100

    release: post-release bump to 2.91.5

M	configure.ac

commit 5a20e32c4962fd25fcc960bb0cf530c4a808fba3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 11:32:35 2010 +0100

    release: 2.91.4

M	NEWS
M	configure.ac

commit 96f2f79e9f43168b4e8681665ceec970f9c7b98c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 11:13:18 2010 +0100

    gsm: Fix previous commit (c1008ee0)
    
    The error check was wrong.

M	gnome-session/gsm-manager.c

commit c1008ee0e31b9ada5ebf4854988687394281693b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Dec 22 12:00:56 2010 -0500

    Don't use gdk_spawn to launch gdmflexiserver

M	gnome-session/gsm-manager.c

commit 627e9520a713d44e26172e3a07b568b851a7ffcb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Dec 22 10:21:52 2010 -0500

    Fix the build with recent GTK+
    
    I've tried to ifdef this, but the gtk2 branch is untested.

M	egg/eggsmclient-private.h
M	egg/eggsmclient-xsmp.c

commit e0a593f465f0d76837a823081550e48816ef984e
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
Date:   Tue Dec 21 14:48:32 2010 +0330

    Updating Persian translation

M	po/fa.po

commit 9a79ea59c3d71b441144e498add15c3a95c92137
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 14:25:56 2010 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit c8f6f15cce8c6651c5f31ccabeebb690d57753a9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Dec 12 22:02:47 2010 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit a9812395e88d0d4bbbc3d387018089270cc16992
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Dec 12 13:17:14 2010 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit e6fcf322a449b3c4cc5a4369ebf78b82ca75d5e2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Dec 11 20:41:02 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit 3f4e2dd9f9fae6901d6571ce77964e971957f65c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 11 16:30:44 2010 +0100

    Updated Spanish translation

M	po/es.po

commit ac52139c41868657d4447ff80000253bf5fc02b7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Dec 10 23:49:54 2010 +0100

    Updated Galician translations

M	po/gl.po

commit f01b8560e56411f34f1d7c29dba660d7a75c7d49
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 9 16:00:42 2010 +0200

    Updated Hebrew translation.

M	po/he.po

commit 18839336d46638ab3c756acea4f4c069625bd674
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Dec 8 12:00:40 2010 -0500

    Update POTFILES.in to make make check work

M	po/POTFILES.in

commit 18467c516f481f647aca929f2a618d2bfe489dbf
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Dec 6 18:56:58 2010 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 735e6513938e03ec3b62d53d1c71aadd34e6ecca
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 6 17:27:12 2010 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit 757a5a92721fb8bc81b3efebc2294810746eaf38
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Dec 6 14:38:32 2010 +0200

    Updated Hebrew translation.

M	po/he.po

commit bf06cfac662cec1ea0475414645b1c4e5af5f08c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 6 00:52:54 2010 -0500

    Remove nonexisting data/gnome-session.schemas.in.in from POTFILES.in

M	po/POTFILES.in

commit ce7828bbd9446fd08edfaca9815b76c1314b99ed
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Dec 2 18:05:48 2010 -0500

    Fix build with current GTK+

M	gnome-session/test-inhibit.c

commit 402afb93ca0ddeff6ae857f728678316ccfac8c8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Nov 30 17:04:48 2010 +0100

    build: don't forget to link gnome-session-is-accelerated to Xlib

M	tools/Makefile.am

commit e8ca44654d728e1d1abb2da553aa7b2e6259d0b1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 23:26:22 2010 +0100

    gsm: Remove a timeout when ending a phase
    
    This is just to be consistent with what we do when we start a phase.

M	gnome-session/gsm-manager.c

commit 6fd301895a39fc32f302ea3fced74fc03e5c75c9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 22:47:00 2010 +0100

    capplet: Also give the dialog a reasonable width
    
    We don't want to depend on the natural size, which depends on the length
    of strings for this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635891

M	capplet/gsm-properties-dialog.c

commit 8c4cdd5304929d19a27f876eb9cb5bbb67a4d59f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 22:44:03 2010 +0100

    capplet: Give the dialog a reasonable default height
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635891

M	capplet/gsm-properties-dialog.c

commit b3375fa652b236d0c81079a3513ba2a11f22eee9
Author: Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
Date:   Mon Nov 29 22:42:31 2010 +0100

    capplet: Fix inline search
    
    The inline search works with a strncmp(), so we need a string that has
    no markup to compare it with.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633269

M	capplet/gsm-properties-dialog.c

commit a907ca8cdfbd07d4b752a5d04c1210b6b468f68f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 19:38:15 2010 +0100

    doc: Fix small issues in gnome-session man page

M	doc/man/gnome-session.1

commit a4133fcb08dc72b581a82a7754f712a82b07c5f7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 19:31:30 2010 +0100

    data: Change gnome.session to start GNOME Shell
    
    We use the gnome-session-is-accelerated tool to know if GNOME Shell be
    used, and if no, we fallback to the classic-gnome session.

M	data/Makefile.am
C090	data/gnome.session.desktop.in.in	data/classic-gnome.session.desktop.in.in
M	data/gnome.session.desktop.in.in

commit f8d340652f597cfef6e06aef1e271ab7fde24f27
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 19:31:02 2010 +0100

    tools: Add a gnome-session-is-accelerated helper tool
    
    This small tool does various checks, and it will be used to know if we
    can run GNOME Shell or not.

M	configure.ac
M	tools/Makefile.am
A	tools/gnome-session-is-accelerated.c

commit 8e6713f15a2819dd7bdd8a9a33ec2314633ff2d6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 19:28:07 2010 +0100

    gsm: Make it possible for a .session file to define a fallback session
    
    Two new keys are introduced: IsRunnableHelper and FallbackSession.
    
    The first one defines a helper that is run to know if the session can be
    used (only if the helper returns 0). The second defines the fallback
    session to use if the helper doesn't return 0.
    
    The helper cannot run for more than 500 ms.
    
    There is a test program to make sure that our helper process management
    works okay.

M	gnome-session/Makefile.am
A	gnome-session/gsm-process-helper.c
A	gnome-session/gsm-process-helper.h
M	gnome-session/gsm-session-fill.c
A	gnome-session/test-process-helper.c

commit 30da8bec52103eb812439ddc03dcdb9ff47d34a9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 19:06:30 2010 +0100

    gsm: Move the definition of a session from gconf to .desktop-like files
    
    This will help us both for the GSettings migration and to implement the
    fallback from GNOME Shell to Classic GNOME.
    
    The --default-session-key argument has been changed to --session, which
    takes the basename (without extension) of the .desktop-like file to use.
    By default, gnome is used, and the gnome.session file is looked for in
    $XDG_CONFIG_HOME/gnome-session/sessions,
    $XDG_CONFIG_DIRS/gnome-session/sessions,
    $XDG_DATA_DIRS/gnome-session/sessions.

M	data/Makefile.am
A	data/gnome-session.schemas.in
D	data/gnome-session.schemas.in.in
A	data/gnome.session.desktop.in.in
M	doc/man/gnome-session.1
M	gnome-session/gsm-session-fill.c
M	gnome-session/gsm-session-fill.h
M	gnome-session/main.c

commit f415130f0de6cdc13d9433632d5ee1554a242103
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 15:14:31 2010 +0100

    capplet: Remove useless define

M	capplet/gsm-properties-dialog.c

commit 378f502047022b263d14bbbec213ad442e5ad822
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 15:13:50 2010 +0100

    gsm, capplet: Do not define IS_STRING_EMPTY in multiple places
    
    Just define it in gsm-util.h once.

M	capplet/gsm-properties-dialog.c
M	gnome-session/gsm-dbus-client.c
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-inhibitor.c
M	gnome-session/gsm-manager.c
M	gnome-session/gsm-presence.c
M	gnome-session/gsm-session-fill.c
M	gnome-session/gsm-util.h
M	gnome-session/gsm-xsmp-client.c

commit f20859108a0c699aed4a0fe6640930f45e308aad
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 15:03:57 2010 +0100

    gsm: Move the code filling the autostart apps to gsm-session-fill.[ch]

M	gnome-session/Makefile.am
A	gnome-session/gsm-session-fill.c
A	gnome-session/gsm-session-fill.h
M	gnome-session/main.c

commit 4b561b5ea22b62804ce92102f841bc55cdb4a1f2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 29 15:03:32 2010 +0100

    gsm: Add gsm_manager_get_failsafe()

M	gnome-session/gsm-manager.c
M	gnome-session/gsm-manager.h

commit d90e9bbc4937658eb6b661df1eff90ed6d81238e
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Nov 28 16:45:06 2010 +0700

    Updated Thai translation.

M	po/th.po

commit c3e3ebdb1603757adcf1d8848d61037337741df5
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Nov 20 21:03:16 2010 -0500

    Add an application restart limit
    
    Limit the number of times the session tries to restart an app to 20.  The
    counter is reset the next time the app is started (but not restarted).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634762

M	gnome-session/gsm-app.c
M	gnome-session/gsm-app.h
M	gnome-session/gsm-manager.c

commit 37c5e901488117753a19d72dfd1eeecca5a03f39
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:46:40 2010 +0100

    Added UG translation

M	po/ug.po

commit 2776d9d3cad158955ee7355f0d3da47071d77769
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Nov 17 05:51:54 2010 +0100

    build: Update autotools configuration
    
    Use new libtool syntax and update deprecated macros

M	Makefile.am
M	autogen.sh
M	configure.ac

commit 5b87d78f1b4b8759a57d0935d5423ebf153d80d8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 15 17:36:10 2010 +0100

    session-properties: fix notebook expand
    
    It looks incredibly small without this tweak, probably due to some
    changed in GTK3.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634922

M	capplet/gsm-properties-dialog.c

commit 588005584fa91e0d7a45f04c6556ec54aa223739
Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
Date:   Mon Nov 15 20:48:33 2010 +0900

    Updated Japanese translation.

M	po/ja.po

commit e6686b8a4ed4f9b318f048a43faf1b98c61aefba
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Nov 14 21:35:53 2010 +0200

    Updated Romanian translation

M	po/ro.po

commit c17a9abd5f43f84953398f005b692a2e4ccd67a4
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Sun Nov 14 21:31:30 2010 +0200

    Updated Romanian translation

M	po/ro.po

commit 348c240a4469881766342c0ce7c00cbf76d56e5f
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Nov 14 21:31:05 2010 +0200

    Updated Romanian translation

M	po/ro.po

commit e72eb8c9b4456d0d34b297f959a4dea3f57c9e64
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:25:51 2010 +0100

    Added UG translation

M	po/ug.po

commit 6d82c5925df9e8e2c0bb0d88b9438d491fce34ee
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Date:   Tue Nov 9 15:26:01 2010 +0200

    Updated Finnish translation

M	po/fi.po

commit 8e6afcf1789c02692cf3b1ff3ee0a792d57e17a3
Author: Ray Strode <rstrode@redhat.com>
Date:   Sun Nov 7 12:32:17 2010 -0500

    manager: remove client from query clients list on disconnect
    
    When the session manager enters the query end session phase,
    it temporarily adds all clients to the "query clients" list.
    
    This list is used to track the progression of clients quitting.
    
    If a client quits during the query end session phase instead of
    waiting until the end session phase, then it will get destroyed
    but not get removed from the query clients list.
    
    This commit removes it from the query clients list in
    this case. It does this by explicitly invoking the end session
    response handler (in effect, the client responded to the end
    session query by exiting).

M	gnome-session/gsm-manager.c

commit bf1b6e8843b5e72d4f5a62a34eb322b82e33c2df
Author: Ray Strode <rstrode@redhat.com>
Date:   Sun Nov 7 11:49:33 2010 -0500

    manager: don't ever show inhibitor dialog if logout is forced
    
    If logout is forced, we don't want to show the inhibitor dialog.
    A forced logout is one that shouldn't be "cancelable".
    
    This commit prevents inhibitors from getting added if logout is
    forced.

M	gnome-session/gsm-manager.c

commit 172db15097c84e4d3c93bfcc4d51eed6c7d25e3d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Nov 5 08:19:52 2010 -0400

    Don't use allow-shrink property
    
    allow-shrink and allow-grow don't exist anymore. Instead, use
    the resizable property.

M	gnome-session/gsm-inhibit-dialog.c

commit 4fd6096618cd04710abab66ca42c52084980df7f
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Thu Nov 4 19:12:49 2010 -0500

    Minor update for Crimean Tatar/Turkish translation

M	po/crh.po

commit c2f08d0342f78309892db5a2d1ba016651d98daa
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Thu Nov 4 19:05:54 2010 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 84a733203e076142a960005eaf0ac602521470fb
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Nov 1 19:42:17 2010 -0400

    [session-properties] set NoDisplay=true for the session properties dialog
    
    It doesn't really fit into the new System Settings design nor does it really
    make sense for a user to be able to turn off core desktop components like
    power management or networking.  We'll likely redesign this to only
    show applications and include it in some other place in the System Settings.

M	data/session-properties.desktop.in.in

commit a26144b5ec8a2d502dc0cabd269fb18a43b85ddd
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 01:20:14 2010 +0100

    Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 2f56ee1acfdbe0158408317b29a2fb81dc5c960b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 21 12:16:30 2010 +0100

    [gsm] Add autostart condition through GSettings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=632724

M	gnome-session/gsm-autostart-app.c

commit 008a18d5705896cdb60d01fbc0e038c161dc34a0
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Oct 21 18:39:31 2010 +0200

    Added UG translation

M	po/ug.po

commit c1015ae40a9703b6e630975d531668b68de7ac2b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Oct 9 11:48:53 2010 +0200

    build: Update git.mk from pango

M	git.mk

commit 6524444a8296d3dba5d2e4442b99d2365031a13c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 9 05:20:16 2010 +0900

    Updated Korean translation

M	po/ko.po

commit 2a2d22ed7023f6ed82ed2fc5625dc1ec521881e6
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Oct 7 11:17:50 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 33ffc207f4f87cc04fa9344627b7fa296b19a1e2
Author: Sense Hofstede <sense@ubuntu.com>
Date:   Tue Oct 5 22:25:50 2010 +0200

    Updated Frisian translations

M	po/fy.po

commit 6469537c76efa71ad440b3a99a8d2e24a61cca1f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Oct 5 00:05:23 2010 +0200

    release: post-release bump to 2.91.1

M	configure.ac

commit 5e8b1d325943691149a7d06488efda063d9d6fb3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Oct 5 00:05:16 2010 +0200

    release: 2.91.0

M	NEWS

commit ad1803ba68389e6346090030ea9ffb93e3e9d2f6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 4 23:59:29 2010 +0200

    gsm: Update for gdk_error_trap_*() API changes

M	gnome-session/gsm-inhibit-dialog.c

commit 37b429054d90ac5ed15e9a17e33dc7439c150bb1
Author: Fernando Herrera <fherrera@onirica.com>
Date:   Sun Oct 3 19:39:32 2010 +0200

    Fix build with gtk+ 3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631154

M	gnome-session/gsm-inhibit-dialog.c

commit 4540f64cbb4bc3a4ca4606787ca5f59f5208d568
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Fri Oct 1 20:11:42 2010 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 8947ca9eb6f56574f353454e0cd4b22c1a652f79
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Sep 29 23:33:20 2010 +0200

    Updated Catalan translation

M	po/ca.po

commit afce85b272186c99d3d810fea286855df9b26b88
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 27 12:34:35 2010 +0200

    misc: Rename --enable-deprecations to --enable-deprecation-flags
    
    This is a better name for this configure option, since it's really about
    enabling the use of the deprecation flags, not allowing the use of
    deprecated API.

M	configure.ac

commit b1855cbf148c83f867bf55fc090af3ecaee8bd18
Author: Damyan Ivanov <dam+gnome@ktnx.net>
Date:   Sun Sep 26 17:51:43 2010 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 5decce9dee908a44f3571e001ed1332030e2dacd
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 23 16:09:51 2010 +0200

    Fix a mistranslation

M	po/hu.po

commit 1cd67223880236ee5d1ace2b940b461d6f888120
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Sep 23 14:35:54 2010 +0300

    Updated Arabic translation

M	po/ar.po

commit 317efe4f9b7d9f8255f206435dd00e5478803780
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Sep 23 00:17:51 2010 +0200

    Update Czech translation

M	po/cs.po

commit abfa647b235308e91f7ebf530907e3c9af5523f5
Author: Daniel S. Koda <danielskoda@gmail.com>
Date:   Tue Sep 21 16:28:17 2010 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 3cfe1f378263dad42c7dcc36af4675085991ff08
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 21 14:35:52 2010 -0400

    all: Drop gtk_dialog_set_has_separator () calls
    
    This is another round of GTK+ 3 fixes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630277

M	capplet/gsm-app-dialog.c
M	capplet/gsm-properties-dialog.c
M	gnome-session/gsm-inhibit-dialog.c

commit fa73f94f992cde97ea1fe84e04fd896c0085855d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Sep 21 14:28:37 2010 -0400

    all: Drop GTK_DISPLAY () calls
    
    This is another round of GTK+ 3 fixes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630277

M	gnome-session/gs-idle-monitor.c
M	gnome-session/gsm-inhibit-dialog.c

commit d5a9bd7aeb3032f0c3c921a0680eb2b25ac36d32
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 21 14:26:22 2010 -0400

    build: use gtk3 by default

M	configure.ac

commit b3c7638d835ffcc3e5e36ec2bdd9f961ee79235b
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 21 14:22:27 2010 -0400

    build: Up required gtk versions
    
    We're going to be making some non-backward compatible changes.

M	configure.ac

commit 8b77e723680ec495e57ff6643961869400d2901e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 21 14:25:00 2010 -0400

    build: add AM_PROG_CC_C_O to configure
    
    I'm doing this because autogoo told me to.

M	configure.ac

commit 0627d658cc8b8ca90c6d878a469a30818f472726
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 21 14:22:07 2010 -0400

    release: bump version to 2.91.0

M	configure.ac

commit 44ec4e3f38e733ad676fc3872574459ac2a0900f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:40:40 2010 +0200

    build: Update all Makefile.am to more recent standards

M	Makefile.am
M	capplet/Makefile.am
M	data/Makefile.am
M	data/icons/16x16/Makefile.am
M	data/icons/22x22/Makefile.am
M	data/icons/24x24/Makefile.am
M	data/icons/32x32/Makefile.am
M	data/icons/48x48/Makefile.am
M	data/icons/scalable/Makefile.am
M	doc/dbus/Makefile.am
M	gnome-session/Makefile.am
M	tools/Makefile.am

commit 7f355e7c79e14e107de8c82f2f3ec5502ecb3db5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:38:21 2010 +0200

    misc: Update instructions for commit messages
    
    We're switching to "tag:" instead of "[tag]".

M	ChangeLog

commit 919492a7b1539c0d961d78b4f2d2e385e93b3775
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 19 08:36:54 2010 +0530

    update for Punjabi

M	po/pa.po

commit 9c7038375b17aa154092778addb8e3479327fd44
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri Sep 17 18:28:55 2010 +0300

    Updated Finnish translation by Jiri Grönroos.

M	po/fi.po

commit bd246c96a6dc8ed2527a593ac8af03c049c68f46
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Sep 17 14:05:25 2010 +0700

    Updated Indonesian translation

M	po/id.po

commit 36843a37e8e504b41633e06f6e05edc227dfa5f6
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Sep 15 21:40:24 2010 +0200

    Updated Danish translation

M	po/da.po

commit a58b6ce034ad3e1804cab56acfe9d56d76ae149e
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 13 01:54:30 2010 +0900

    Updated Japanese translation.

M	po/ja.po

commit a8a07483553a6d8e4cf463bf74ef12910b57d94f
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Sep 12 16:07:05 2010 +0200

    [i18n] Updated German translation

M	po/de.po

commit 88d2581f585b2617fcf95301a07bec1c9f3a0119
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 12 15:08:21 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit 86899d53b41f883f2a72d4070a46337dbe6d7d0a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 02:11:28 2010 +0200

    [doc] Update man pages

M	doc/man/gnome-session-properties.1
M	doc/man/gnome-session-save.1
M	doc/man/gnome-session.1
M	doc/man/gnome-wm.1

commit 74469b73fd20c7fae912c49c0d347c3d141282e1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 19:20:59 2010 +0200

    [misc] Update AUTHORS, HACKING, README
    
    Nothing new, but make sure this is up-to-date.
    
    Also tweak a bit autogen.sh and Makefile.am to make them look similar in
    all my modules.

M	AUTHORS
M	HACKING
M	Makefile.am
M	README
M	autogen.sh

commit e33ef0b4a8a4ce87aac014eb090b689fa88f351a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:48:24 2010 +0200

    [misc] Update license files to latest text
    
    Note that this doesn't change the license. The license text was updated
    for the latest FSF address, for example.

M	COPYING
D	COPYING-DOCS
D	COPYING.LIB

commit c9aaf778a4ec1eb70be889e59a317548ba28027d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:09:42 2010 +0200

    [build] Rename configure.in to configure.ac

M	autogen.sh
R100	configure.in	configure.ac

commit 1a0e576b88f65104dfb34434559cafdf67e38693
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Sep 8 10:54:15 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit fdab784586113986de188fb405bb5aa7e279b634
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 6 14:50:20 2010 +0200

    Updated Hungarian translation

M	po/hu.po

commit 6e25cce91c5f81033bc9d51e5dead757742dc9e2
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 5 19:29:38 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 529a46fa69fb91bee4aeca8fe6be9ee388dd9f90
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 5 01:08:05 2010 +0100

    Updated Portuguese translation

M	po/pt.po

commit d8cc2472b16f7ad8936276e176047e5467b5f7b3
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Sep 4 19:41:20 2010 +0200

    Updated Polish translation

M	po/pl.po

commit e331231648025004db9b4c0816a94f8dc7164688
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Sat Sep 4 18:44:13 2010 +0300

    Updated Greek translation

M	po/el.po

commit 89a7bae1fa97ffbdfc20d622eddd8f8535e787f3
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Sep 4 13:14:26 2010 +0200

    Updated French translation

M	po/fr.po

commit 3663e72f355a1519af217bd4f484d9112763bb95
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 4 09:39:12 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 7ffec543b35add62262bd76a300c47a6aacb6941
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Sep 3 18:34:25 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 57ba79842cd0eadd451c4c58d719056c39ab33af
Author: drtv <vasudeven@git.gnome.org>
Date:   Fri Sep 3 19:57:00 2010 +0530

    Updated Tamil translation

M	po/ta.po

commit 0d25b88b9ef6c7e8386a886ed6071fcb52104145
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Sep 3 01:19:58 2010 +0200

    Updated Swedish translation

M	po/sv.po

commit 8683f58caff10d8f70b620d639717ac4632f5dd2
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Sep 2 23:12:56 2010 +0200

    Updated Italian translation

M	po/it.po

commit c6901e01e177fc50f955fd9f8e2462919c873f69
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Sep 2 18:00:19 2010 +0300

    Updated Hebrew translation.

M	po/he.po

commit b74087af1656d7a4a5cc11ae81f7d94726d24ccc
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Sep 2 11:32:30 2010 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit f6af7655644de5f8ee96472274af376a19c1cfe2
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Sep 2 11:14:05 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 520e2203902132921220a32e437a2b3be421e418
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Sep 1 11:07:24 2010 +0200

    Updated Galician translations

M	po/gl.po

commit bd2222611d82d464d45abbb87f6eb639b575467e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 1 09:30:53 2010 +0100

    Update British English translation

M	po/en_GB.po

commit 00663fa2ef04bd1393280fcf71ec32c31ba839b7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 25 17:44:56 2010 +0100

    Miscellaneous string fixes
    
    A few string fixes, mainly for confusion between verb/noun forms. One change
    to use a proper Unicode ellipsis instead of an ASCII fallback.

M	data/gsm-inhibit-dialog.ui
M	data/session-properties.ui
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-xsmp-client.c
M	gnome-session/main.c

commit b0d735c099a89f448b6bf85939f8b3ed95b8e212
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 29 15:28:34 2010 +0200

    Updated Hungarian translation

M	po/hu.po

commit 7c2a07ae4d8368dd952eba7729b21d7e74d34657
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Aug 26 15:06:56 2010 +0200

    Updated French translation

M	po/fr.po

commit bc48d837211feb16326a6c0c7391c7fb8399ab99
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Aug 24 15:06:52 2010 +0300

    Updated Bulgarian translation

M	po/bg.po

commit d4eb2839ba780a7647616581fa45649e9e2a63e5
Author: Милош Поповић <gpopac@gmail.com>
Date:   Tue Aug 24 05:39:07 2010 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit b1558edcc266d283ab93c4584b81caabcb86d164
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 21 20:41:02 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit f9a7008256cd6f3110fe46474378487236df1580
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 19 21:18:14 2010 +0200

    Updated Arabic translation

M	po/ar.po

commit f4f3b73676471020148af2431419ee51f3bb1c80
Author: Pavol Šimo <palo.simo@gmail.com>
Date:   Wed Aug 18 22:26:26 2010 +0200

    Updated Slovak translation

M	po/sk.po

commit 4559d6d1ec91f053dae1ece23c217264afee0e5f
Author: David Planella <david.planella@googlemail.com>
Date:   Sat Aug 14 00:36:06 2010 +0200

    Updated Catalan translation

M	po/ca.po

commit ea2fab23e885e6dc7a842eafec456f56cec21771
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Wed Aug 11 17:58:09 2010 +0200

    Added UG translation

M	po/LINGUAS
A	po/ug.po

commit d99b40e0aa04f61430a66a61b9b07d3c9cb34be0
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu Aug 5 03:09:07 2010 +0700

    Updated Indonesian translation

M	po/id.po

commit 720a4cdcef952b596c5e6213609190896212649d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Aug 4 13:43:08 2010 +0200

    [release] post-release bump to 2.31.90

M	configure.in

commit 7b9d4c0bbff2365e941d6c408ebed6038bd99865
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Aug 4 13:42:49 2010 +0200

    [release] 2.31.6

M	NEWS
M	configure.in

commit 064d688586de0f4a9b26986bc74622510e6a3c03
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Aug 4 14:37:38 2010 +0530

    update Punjabi Translation by A S Alam

M	po/pa.po

commit 592b3bdd8be24f0b70ed73170361d01b3b17a896
Author: Pablo Castellano <pablog@src.gnome.org>
Date:   Tue Aug 3 19:50:18 2010 +0200

    Update git.mk from pango

M	git.mk

commit 7aa0ed06669e06211c86c5c29efe24edbc5d0b73
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Aug 2 17:19:14 2010 +0530

    Updated Gujarati Translations

M	po/gu.po

commit c0718c6915a3e90f39fa46dfd6eb449215085e44
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Aug 2 17:11:46 2010 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 09e441c16c8771efbfc7df8905a27ef67b547ec4
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Aug 2 16:59:14 2010 +0530

    Updated Gujarati Translations

M	po/gu.po

commit deb83c6b9f50ff046b7ad8dd8b91496f4718c9f4
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Jul 30 16:30:42 2010 +0530

    Updated Bengali India Translation

M	po/bn_IN.po

commit 3d647925db820966113bbc27e5e616ece535ca7a
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Jul 29 00:14:35 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 6e527bf69e5cfd9f2ac1b683e93163ef0fa539fc
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Jul 28 16:30:49 2010 +0200

    New configure flag to switch GTK+ version

M	configure.in

commit 6fbfe74bc8d07aeb8cb9498f754567fad6c0f19f
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jul 25 17:50:58 2010 +0200

    Updated Swedish translation

M	po/sv.po

commit cda5b398f5c4043923d2c7a784e2294ae96a2079
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Jul 24 18:03:44 2010 +0200

    Remove the splash program
    
    The splash screen has been off by default in the last few releases so
    lets just drop it for 3.0.

M	Makefile.am
M	configure.in
M	data/Makefile.am
M	data/gnome-session.schemas.in.in
D	data/gnome-splash.png
M	po/POTFILES.in
M	po/POTFILES.skip
D	splash/Makefile.am
D	splash/README
D	splash/gnome-session-splash.c
D	splash/gnome-session-splash.desktop.in.in.in
D	splash/splash-window.c
D	splash/splash-window.h

commit f9a005d12d6450e1ecb4f1ddb0639122a3dfb893
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Jul 24 18:41:24 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 927a682ba9a1ff083ef89fc0c601369b806b96c5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 22 14:45:47 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 781b1718341bfbd8c62de5a3671f1ac028a9e55b
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu Jul 22 14:33:10 2010 +0530

    Updated Marathi Translations

M	po/mr.po

commit 507b90ead1abb4bd2426472f622c8795e6309261
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 20 13:01:40 2010 +0200

    Updated Galician translations

M	po/gl.po

commit a30fb62dc03815ad97aa4da42b8fa2e77e21156a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 19 23:05:44 2010 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 5eef3be0fece8df500438db800506ec2a7a5b7ce
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jul 18 18:42:27 2010 +0200

    [i18n] Updated German translation

M	po/de.po

commit b747c92cb72879259e6ad675c5a5f9229610a791
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 18 12:11:51 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 429cf11b939b17f9698c77a5d1b0cedb715b128a
Author: Sense Hofstede <qense@ubuntu.com>
Date:   Sun Jul 18 01:03:20 2010 +0200

    Updated Frisian translation and added it to the LINGUAS file

M	po/LINGUAS
A	po/fy.po

commit 5e59606e13403e1ca4bf45de7c4c1358916f1d8c
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jul 15 17:27:18 2010 +0300

    Updated Hebrew translation.

M	po/he.po

commit 6eac9beab881e70e8a7ef4b4308a30edb1045da0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jul 15 14:54:19 2010 +0200

    Fix description of auto_save_session key

M	data/gnome-session.schemas.in.in

commit c6e36fa4f8a1991c5f35c2ef3150da1edfc30dbd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jul 14 15:02:34 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit e0702c0c23d1645546f5ce0c2436731fed640111
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Jul 14 11:28:44 2010 +0200

    Updated Galician translations

M	po/gl.po

commit c7ded57f7c89489609365ed0d65e67598aeca321
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Jul 13 23:22:32 2010 +0800

    Complete Simplified Chinese translation.

M	po/zh_CN.po

commit 2886b1c0ad3405345b3788f4ad60cf6ce609bfbf
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 13 15:16:08 2010 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 034671ad6465a8b82f71892a2caf2109bb8759e2
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 13 03:27:27 2010 +0300

    Updated Hebrew translation.

M	po/he.po

commit 75935773a6c5b0f7d93ca4fb9a032baa9f7dfa40
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jul 12 14:07:02 2010 +0100

    Port gnome-session to upower
    
    devkit-power-gobject is deprecated and will be removed in future versions.
    UPower 0.9.0 has been required by gnome-power-manager for many months now.

M	configure.in
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c

commit e07a7744b066b8ca87c73daad61a658e0aada1e4
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jul 12 08:21:46 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit b709a17ea90e46b0cda07ce9cf51e9620da1065b
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sun Jul 11 18:54:43 2010 +0200

    Fixed spelling error in schema description (GNOME bug 608044)

M	data/gnome-session.schemas.in.in

commit 4e9d782a2bb16453ba51748abb3d9c740dfc1dd5
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Jul 5 13:24:21 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit c74ff5fc411cc24e355696180f7015a1792cd12e
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jul 3 00:57:50 2010 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 7905778e3095fe71cc943c7d6cc09bafcd1b43ad
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jul 2 14:24:46 2010 -0400

    Remove the compat directory

M	Makefile.am

commit cc5252dd1eecdfca2bc75bebd7868bc251e9378b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 2 12:06:58 2010 +0200

    [compat] Drop compatibility tool that set GTK+ 1.x environment variable
    
    We're moving to GTK+ 3, so we don't want to support GTK+ 1.x anymore.

D	compat/Makefile.am
D	compat/README
D	compat/gnome-settings-daemon-helper.c
D	compat/gnome-settings-daemon-helper.desktop.in.in.in
M	configure.in
M	po/POTFILES.in
M	po/POTFILES.skip

commit 3db1316234f1bf30b515dfec793b0d5231294894
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 2 12:04:30 2010 +0200

    [all] Build against GTK+ 3.0
    
    This is untested, but it builds fine.

M	configure.in

commit ec867487f2d3ae90f23ddb40b26c117114fb2a69
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jul 2 12:04:17 2010 +0200

    [gsm] Fix a GSeal issue

M	gnome-session/gsm-inhibit-dialog.c

commit 73092531a626d102ef138ed6e371f25c491e12b6
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Fri Jun 25 04:56:57 2010 +0200

    Updated Esperanto translation

M	po/eo.po

commit 41622c5a16bb763ae12aeb9588b78e3ea27955bf
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jun 17 09:55:27 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 20126b1712d4a653892ec8ea4a77367ca6c6ca9d
Author: Rudols Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Jun 13 23:10:58 2010 +0300

    Updated Latvian translation.

M	po/lv.po

commit 18556b851b421e33b9128a546aaecee435a8683e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 26 19:34:30 2010 +0200

    [release] post-release bump to 2.31.3

M	configure.in

commit b0816562c5e1a9538ad732484cc973e7bfe06c69
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 26 19:34:21 2010 +0200

    [release] 2.31.2

M	NEWS
M	configure.in

commit 2d009213933907ddd8b36df854af2a53ad8b993a
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat May 22 23:25:26 2010 +0200

    Minor fix in Catalan translation

M	po/ca.po

commit 017b5eeb7d6ab64db3b1db2a22136237bd765af7
Author: Colin Walters <walters@verbum.org>
Date:   Fri May 7 11:22:43 2010 -0400

    [GsmClient] Export _stop method
    
    This allows the shell to request that a client quit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619120

M	gnome-session/org.gnome.SessionManager.Client.xml

commit a55dee623bea7b89d2751416ab8abb4a67ccf439
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:40:56 2010 -0400

    Updated Shavian transliteration

M	po/en@shaw.po

commit b4a83d8919f198c0290a3d55cf84a7bfb9cf67cd
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Wed May 12 12:56:09 2010 +0530

    Updated Oriya Translation

M	po/or.po

commit b7926c7bada91a333e2c49da83808589191b8a8f
Author: Colin Walters <walters@verbum.org>
Date:   Fri May 7 11:10:42 2010 -0400

    Explicitly add -lXext -lXau to linker line
    
    Newer versions of GCC require all libraries to be explicitly
    specified.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=583618

M	configure.in
M	gnome-session/Makefile.am

commit ebc46cd63293c2a1626e6992897f59f6ff6df024
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 25 17:41:46 2010 +0100

    Updated British English translation

M	po/en_GB.po

commit 8b17c2f887effd3f0e8688ddcd56b2538dec2232
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 23:23:13 2010 +0200

    Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 386f2afaed3ffb586fb314acb245c9bcc937f45a
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Wed Apr 21 14:38:01 2010 +0530

    Updated Kannada translations

M	po/kn.po

commit d6b863a61a5824d4ffc0e44ec0e11dc54a556949
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 14:46:53 2010 +0530

    Updated Marathi Translations

M	po/mr.po

commit 81b9cbd0bf3cc1bc2c544e5b15720a1293b7040e
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Apr 11 18:42:13 2010 +0700

    Updated Indonesian translation

M	po/id.po

commit 87d796fad29c3301242a7a16c48103b4efabc870
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Thu Apr 1 09:58:23 2010 +0300

    term change in Finnish translation

M	po/fi.po

commit 9fa098a4322fefc9887d8f857a466b89b3dc8d12
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 30 17:45:58 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

M	po/nl.po

commit 52bc1a5769c3aefb471ad65d5cf52beee46ae0e4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 02:07:31 2010 +0200

    [release] post-release bump to 2.30.1

M	configure.in

commit 9b17734eec3c4ade67638780a0f54cb273bf7647
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 02:07:20 2010 +0200

    [release] 2.30.0

M	NEWS

commit bd05e991743d388c2fe7970a4284d0dca0784cc0
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 01:25:48 2010 +0600

    Updated Bengali translation

M	po/bn.po

commit 8a2ae10957b14a28789e15c86a4f644922e33ab0
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Mar 23 16:22:05 2010 +0100

    Updated Basque language

M	po/eu.po

commit ca3009e5bbcbf0da3162eea00055ec9b661a58c7
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Mon Mar 22 23:50:50 2010 +0100

    Updated Serbian translations

M	po/sr.po
M	po/sr@latin.po

commit d2ce94290fd088b5daa9cec82f69eba9915c14a8
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 13 23:59:25 2010 +0900

    Translated Korean translation

M	po/ko.po

commit c3611b2c7ba8e80f56ce5750bec5f748dfb9b032
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 13:36:26 2010 +0100

    [build] Do not use [] but @<:@ and @:>@ for default values in configure

M	configure.in

commit 385bf595a97e08bc8ac3081b20fad357a264e2d7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 13:09:10 2010 +0100

    [build] Add more information to configure summary

M	configure.in

commit 843f4efafcc942e81f86fec78730b8c55328fad5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 01:47:57 2010 +0100

    [release] post-release bump to 2.30.0

M	configure.in

commit ba19aa1de06ed8faf94fa423c6c04aec548f709b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 01:47:40 2010 +0100

    [release] 2.29.92

M	NEWS
M	configure.in

commit b0dc999e0b45355314616321dbb6cb71e729fc9d
Author: Romain Perier <mrpouet@gentoo.org>
Date:   Mon Feb 1 19:41:57 2010 +0100

    [gsm] Delay the creation of the GsmXSMPClient until it really exists
    
    We used to create the GsmXSMPClient before the XSMP connection is really
    accepted. This can lead to some issues, though. An example is:
    https://bugzilla.gnome.org/show_bug.cgi?id=598211#c19. Quoting:
    
     "What is happening is that a new client (probably metacity in your
     case) is opening an ICE connection in the GSM_MANAGER_PHASE_END_SESSION
     phase, which causes a new GsmXSMPClient to be added to the client
     store. The GSM_MANAGER_PHASE_EXIT phase then begins before the client
     has had a chance to establish a xsmp connection, which means that
     client->priv->conn will not be initialized at the point that xsmp_stop
     is called on the new unregistered client."
    
    The fix is to create the GsmXSMPClient object when there's a real XSMP
    connection. This implies moving the timeout that makes sure we don't
    have an empty client to the XSMP server.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598211

M	gnome-session/gsm-xsmp-client.c
M	gnome-session/gsm-xsmp-server.c

commit 5198aa08d2b77204cd8bf669a64f2e044d9a9e0d
Author: Halton Huo <haltonhuo@gnome.org>
Date:   Tue Mar 9 00:34:34 2010 +0100

    [gsm] Log out on SIGTERM and SIGINT
    
    Note that this requires a change in GDM to correctly work in the GDM
    case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607658

M	gnome-session/main.c

commit 1dd9a320b769360de1d8da6a436524187c55913e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Mar 7 12:35:54 2010 +0100

    [build] Remove unneeded LIBGNOMEUI_REQUIRED from configure.in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=612053

M	configure.in

commit b98ebe9c0eba15c6c64171e8611b8ea3e5e7039e
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 6 12:07:30 2010 +0900

    Updated Korean translation

M	po/ko.po

commit d242aa30b636fb281644816a005b46e4f0966379
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Sat Feb 27 13:36:53 2010 +0100

    Updated Norwegian Nynorsk translation

M	po/nn.po

commit 65ea7a19199ef7932ed2e2599ba79569d88ee3ad
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Feb 25 13:39:47 2010 +0100

    Updated Polish translation

M	po/pl.po

commit 36aadda22d003d6931c480f3cec05e02861c8672
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 18:36:44 2010 +0100

    Updated Galician Translation

M	po/gl.po

commit e8037c4a0d9c4fe2e0c1f6232fceb591d4cdd4ba
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jan 27 16:30:11 2010 +0100

    [release] post-release bump to 2.29.90

M	configure.in

commit 6d7f23ddc7f3037ee1a1fa4558c4e47c7405c5e0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jan 27 16:30:04 2010 +0100

    [release] 2.29.6

M	NEWS
M	configure.in

commit b2214df90d82cf5b588858b1a145e26d0f7c8b87
Author: Romain Perier <mrpouet@gentoo.org>
Date:   Wed Jan 27 16:18:34 2010 +0100

    [gsm] Check that the XSMP connection exists when stopping a client
    
    While this should never happen, it currently happens in some cases. A
    complete fix will come later, but this change doesn't hurt and is
    consistant with what is already done in other functions.
    
    Helps with https://bugzilla.gnome.org/show_bug.cgi?id=598211

M	gnome-session/gsm-xsmp-client.c

commit 43488b8026b8f3ea5cafef956b85c47dd8503f5c
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Fri Jan 8 18:11:53 2010 +0530

    updated assamese translations

M	po/as.po

commit c1e06e09f2580f9edd75f2d3609062d52c84b6f6
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Sat Aug 29 19:54:39 2009 +0200

    Use accessor functions instead direct access. Second patch
    
    Replace gtk_label_set_text() with gtk_message_dialog_set_markup()
    so we don't have to use GTK_MESSAGE_DIALOG (logout_dialog)->label.
    Also, We don't need to escape the text since there's no markup
    in the string.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=586767

M	gnome-session/gsm-logout-dialog.c

commit ce37f60501ae4c584160074eee25f1dd4b09a6e9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 1 15:38:41 2009 +0100

    [build] Remove unneeded PolicyKit status line from configure

M	configure.in

commit 89e84c4f0d762a1b0c256ec7d50caa53ceaaeab5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 1 15:38:18 2009 +0100

    [build] Install the helpers in libexecdir, not libdir

M	compat/Makefile.am
M	splash/Makefile.am

commit b0d8270dd060d13456216323474d3eebb8228a23
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Nov 30 22:14:27 2009 +0800

    Updated Simplified Chinese translation.

M	po/zh_CN.po

commit 9df12477fb7f6759d671ab59e4d325917983acd6
Author: Nikos Charonitakis <nikosx@gmail.com>
Date:   Mon Nov 23 19:58:14 2009 +0200

    Updated Greek translation

M	po/el.po

commit ae9fa656f62d4384d1c0b722e4f0d7bb661f181c
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Sun Nov 15 12:32:02 2009 +0100

    Updated Low German translation

M	po/nds.po

commit 44321b7a2a5a00e3ace81d56fe828b40ac0fb704
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Sat Nov 14 07:02:45 2009 +0000

    Shavian translation

M	po/LINGUAS
A	po/en@shaw.po

commit a60500d55c063ab11056606e595b3bb667d0e2b9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 26 14:46:58 2009 +0100

    Updated Slovenian translation

M	po/sl.po

commit aec5d7b87483573d9d661bc62a1f321d88c26931
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
Date:   Thu Oct 22 19:54:25 2009 +0200

    Added Low German translation

M	po/LINGUAS
A	po/nds.po

commit 4d9ba012a52d373ad1605ae49ef31b7a3c98fbba
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Mon Oct 19 03:54:04 2009 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 1dd03e69fa49f7c43ff4d2ef7caa3cf26672d108
Author: Carlos Jose Pereira <carlao2005@gmail.com>
Date:   Fri Oct 16 09:27:00 2009 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit 71ca07351900846974684f342a913d0c1c952ee9
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Oct 12 13:12:07 2009 +0300

    Updated Russian translation by <vicanis@gmail.com>

M	po/ru.po

commit dd9df169196441717498ac09ee8c437fb552116e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Oct 11 16:32:53 2009 -0400

    [capplet] Destroy the main window on close to ensure changes are saved
    
    For some reasons, sometimes it works, and sometimes it doesn't. By
    destroying the window, we make sure all objects are disposed and the
    changes are saved.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597623

M	capplet/main.c

commit e97edcc49e77f38589155c3f65490cda5968e2bd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Oct 5 13:43:45 2009 -0400

    Add diagnostic output for exit phase timeout
    
    This helps finding out which clients cause gnome-session to
    hang for 10 seconds in the exit phase. See bug 597168.

M	gnome-session/gsm-manager.c

commit d90b939286251b9fff6d849cfbcce2eb3681ca9f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 1 12:49:04 2009 +0200

    [gsm] Fix typo in error message

M	gnome-session/gsm-dbus-client.c

commit a393e8ac06281a5f477dabf1a180212fac716181
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 21 18:24:18 2009 +0200

    [release] post-release bump to 2.28.1

M	configure.in

commit 57061e91e301fde7df8a6b344ff634d01ea799b0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 21 18:24:12 2009 +0200

    [release] 2.28.0

M	NEWS

commit d8a98ec612ae92195e6e5f83a7437e2114cc0a1a
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Sep 21 10:33:08 2009 +0530

    Updated Kannada(kn) translation

M	po/kn.po

commit 393d31d4240818effd9e8b4e7e84f8cdeba61a83
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Sep 21 05:40:46 2009 +0200

    Updated Czech translation

M	po/cs.po

commit 4f244500a55e24ca6a76e8a2d0694b8ba3b52aad
Author: David Planella <david.planella@gmail.com>
Date:   Sun Sep 20 19:44:38 2009 +0200

    Updated Catalan translation

M	po/ca.po

commit f00c5c89f740a73c359da7f00c2b64b52cbb9629
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Sun Sep 20 17:16:19 2009 +0530

    Updating Assamese translations

M	po/as.po

commit 7f926064e9fcb9ee166b1fc525b9cc0ecb9d11db
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Fri Sep 18 18:00:51 2009 +0530

    maithili update

M	po/LINGUAS
A	po/mai.po

commit 8d026c65c3de5562fe6dc9a8a1f73a24443bbc36
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Fri Sep 18 16:28:57 2009 +0530

    Upadated Oriya Translation

M	po/or.po

commit 122e494284b7ff4f6d4c5029c2768bca2152e7cf
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Sep 17 21:30:59 2009 +0530

    Updated Telugu Translation

M	po/te.po

commit 926772088c805f53566995d9e44c9c0fb52ee04f
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Sep 17 14:32:04 2009 +0300

    Added Ukrainian translation

M	po/uk.po

commit 888f226793f5cc15d86eb0e77ac91e34212ab2ab
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Thu Sep 17 12:30:09 2009 +0200

    Updated breton translation

M	po/br.po

commit feccedd3869e77e8a892d5139748577b802f444f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 16 13:29:48 2009 +0200

    Updated Slovenian translation

M	po/sl.po

commit b278c47cf6f1aa3e5b5d167b7c57a9859843149d
Author: André Gondim <andregondim@ubuntu.com>
Date:   Wed Sep 16 08:21:45 2009 -0300

    Corrected a translation error and some access keys in Brazilian Portuguese translation

M	po/pt_BR.po

commit 7485e72f3f9f47e4b91b3498379e7e5979179060
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Wed Sep 16 12:49:11 2009 +0530

    hindi update by Rajesh Ranjan

M	po/hi.po

commit 2174a00f29a620ec12de07fcbed62c9f02067655
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Sep 15 02:08:16 2009 +0300

    Updated Lithuanian translation.

M	po/lt.po

commit 57a21a6049084fff173e7cb5ca1b165f01681409
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Mon Sep 14 19:54:32 2009 +0200

    Updated German translation

M	po/de.po

commit fc11487acb6584f7c9deb705e8bdf46aeee0aa75
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Sep 14 16:35:46 2009 +0100

    Ensure we lock the screen before we hibernate or suspend if the user has the screensaver lock enabled
    
    This fixes a regression as gnome-power-manager used to do this for us automatically.

M	gnome-session/gsm-manager.c

commit 5d8c11c1175c61884df2cbfa63f66b0814015441
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Sep 13 22:30:28 2009 +0300

    Updated Romanian translation

M	po/ro.po

commit f3a9e755e467fb910cb4c0b7d85d31a660a637a7
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:31:02 2009 +0200

    Updated Danish translation

M	po/da.po

commit 1576d7c0c411c99cb42d86d7a18a2f8ae869548b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 13 06:38:47 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 9fc05a540dfb0ecd518af51ee3aae06040769268
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 23:27:17 2009 +0100

    Updated British English translation

M	po/en_GB.po

commit 9e32a7083f9661afe84a1593b62313ea5f56ade5
Author: Ani <peter.ani@gmail.com>
Date:   Sat Sep 12 18:26:32 2009 +0530

    Updaeted Malayalam Translations

M	po/ml.po

commit dbbc988276713c2bdb4d048ac265a931e0c290d3
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Sat Sep 12 14:46:19 2009 +0530

    Updated Marathi Translations

M	po/mr.po

commit fe03014165616980c3a5680003b0c511d9671fc3
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Fri Sep 11 11:56:35 2009 +0000

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 3224de605c7c563554e3b9d95518d3f9bd2f6d33
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Sep 10 06:54:12 2009 +0530

    updating for Punjabi

M	po/pa.po

commit 50ba8e6b979989723afd2b932dd1334727eabea5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 9 13:17:25 2009 +0200

    [gsm] Remove dead code, add missing return value, fix bad GError usage

M	gnome-session/gsm-consolekit.c

commit 1a6d85ab7d0132cd18dbf7d7f86d73c9b4fe092b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 9 02:21:07 2009 +0200

    [release] post-release bump to 2.28.0

M	configure.in

commit e351999e23467f2aab28a586feb6e5c4b7f666e3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 9 02:20:56 2009 +0200

    [release] 2.27.92

M	NEWS

commit 2b6d56f1ecb731c2589b3691588039e203a96547
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 9 00:07:35 2009 +0200

    Hungarian translation updated

M	po/hu.po

commit fe9491caab410adc4fd67e0aa41cc99250e0c144
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Sep 8 21:55:24 2009 +0900

    Updated Japanese translation

M	po/ja.po

commit f9c9d15a8e52f33ead6bdb152cdb7f1625888e94
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Mon Sep 7 19:27:40 2009 +0200

    Updated Polish translation

M	po/POTFILES.in
M	po/pl.po

commit a0bbbc47f744e0a05e5e2a0fd30b4b0e6c6e89c4
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Sep 5 09:09:23 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 8cd3e07f63ff3550c76b81b14d366c3d9bdf1d3e
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Sep 5 02:27:05 2009 +0700

    Updated Bengali translation

M	po/bn.po

commit 5ff4c7c066e0f4d7146fff1ed236558bde074088
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Aug 24 23:46:59 2009 +0100

    [compat] Remove at-spi-registryd wrapper
    
    Session management is now properly implemented in at-spi.

M	compat/Makefile.am
M	compat/README
D	compat/at-spi-registryd-wrapper.c
D	compat/at-spi-registryd-wrapper.desktop.in.in.in
M	configure.in

commit 3754f3ec17da34e058bfb5d098c8cbf9f5e3f0ad
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Wed Sep 2 16:21:14 2009 +0300

    Updated Belarusian translation

M	po/be.po

commit e904a861bddc1f62123d32db626993e57cabb2e4
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 20:24:20 2009 +0300

    Updated Turkish translation.

M	po/tr.po

commit 12b002b62d7a4fe7fe3026a2585089039905097f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 28 15:48:21 2009 +0200

    Updated French translation

M	po/fr.po

commit b7f6fd3fd93de97718c54ce6703118fba99a5661
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Aug 28 12:12:48 2009 +0530

    Updated Bengali India Translations

M	po/bn_IN.po

commit eb4d414fdfaf10120b9b327104d0a7dd07eaec05
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Aug 26 21:07:10 2009 +0200

    Updated Basque language

M	po/eu.po

commit f062559b171d77c2e5cd2ec54cb7dae70466d032
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Wed Aug 26 14:50:39 2009 +0200

    Updated breton translation

M	po/br.po

commit 645cf60db649965a46afbbfec079d51817592716
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Wed Aug 26 12:49:24 2009 +0200

    Updated breton translation

A	po/br.po

commit 777700f26deceef8745db78eab2f2cbbaa086467
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Wed Aug 26 12:48:31 2009 +0200

    Added br in LINGUAS

M	po/LINGUAS

commit 6a3d758c2fedee32dc5b478911fb000a5b4363c2
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Aug 26 09:11:03 2009 +0100

    Updated Portuguese translation

M	po/pt.po

commit 7d91624fc898ad03c2cfb6d9508fabf3ce89bd38
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Tue Aug 25 18:40:37 2009 +0200

    Updated Polish translation

M	po/pl.po

commit ce52f2ed48759be7c8dd25b1994fc748259ff028
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Aug 25 16:17:59 2009 +0200

    [release] post-release bump to 2.27.92

M	configure.in

commit 768f1c1af4e3da64939a322fcd15ef98273690e4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Aug 25 16:17:45 2009 +0200

    [release] 2.27.91

M	NEWS
M	configure.in

commit eca200b0f083ab9cf72c2887b83f86f3c79619a2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 25 16:08:17 2009 +0200

    [gsm] Port to PolicyKit 1
    
    The port is incomplete, but it's needed for newer ConsoleKit anyway.
    
    See http://bugzilla.gnome.org/show_bug.cgi?id=585614 for the missing
    parts.

M	configure.in
M	gnome-session/Makefile.am
M	gnome-session/gsm-consolekit.c

commit e9c3b2a962729693b3e5a14f1bc5ca02b82e7bbd
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Aug 22 13:45:39 2009 +0200

    Remove deprecated Encoding key from desktop files

M	data/gnome-wm.desktop.in.in
M	data/gnome.desktop.in
M	data/session-properties.desktop.in.in

commit dfd2c46f52a6ee2d1d5cbc60388559105c0f258e
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Aug 24 15:27:38 2009 +0530

    Updated Gujarati Translations

M	po/gu.po

commit c29bd528eacb737867bfaa52bcea2fafe3c2fff0
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Aug 23 16:25:38 2009 +0700

    Updated Thai translation.

M	po/th.po

commit 1c0b7888e83a7083c3c7126a11314d9eea5e95d1
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Aug 23 13:46:27 2009 +0700

    Updated Thai translation.

M	po/th.po

commit 120976efccd718f144336a9fee2f436339ca62f4
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 23 05:56:28 2009 +0900

    Update Korean translation

M	po/ko.po

commit 1d78d6ab57b1a89e00c2eb8c452ccc82cd8fca20
Author: Antón Méixome <meixome@mancomun.org>
Date:   Wed Aug 19 16:21:34 2009 +0200

    Updated Galician Translation

M	po/gl.po

commit 3baa870c367015748f15d84b800a651d89db0505
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Aug 14 08:19:22 2009 +0300

    Updated Bulgarian translation

M	po/bg.po

commit dc6890f037daff1d4634df257fbd356fc70a4644
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Thu Aug 13 10:43:35 2009 +0200

    Updated Italian translation

M	po/it.po

commit 1bd6ae745008a4a92fccf3a701c006a464229ca6
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Wed Aug 12 17:23:21 2009 +0530

    Updated Oriya Translation

M	po/or.po

commit cd07d6d4276d0f3d1f400ae1577bc7d6e7d4b51c
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Tue Aug 11 00:51:57 2009 +0100

    [all] Use accessor functions instead direct access
    
    This is partial go on replacing all directly accessed attributes with
    proper accessor functions. Partially fixes bgo#586767.

M	capplet/gsm-app-dialog.c
M	capplet/gsm-properties-dialog.c
M	configure.in
M	gnome-session/gsm-inhibit-dialog.c
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/test-inhibit.c
M	splash/splash-window.c

commit cf6581a048a95cde191794b3405aa697b94e3e83
Author: Antón Méixome <meixome@mancomun.org>
Date:   Mon Aug 10 17:24:56 2009 +0200

    Updated Galician translation

M	po/gl.po

commit 32c5b09440d65a73a2b5e59b9347bdb7732661b5
Author: Oskar Wallgren <owallgren@hotmail.com>
Date:   Fri Aug 7 12:40:13 2009 +0200

    [gsm] Fix typo in debug message
    
    http://bugzilla.gnome.org/show_bug.cgi?id=591019

M	gnome-session/gsm-session-save.c

commit d7ac0d3844457b1c4616430e80ed47cba34dbbf5
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Aug 5 21:09:38 2009 +0300

    Updated Arabic translation

M	po/ar.po

commit 4ba46a7b25bc1248b2c9a1fb89b7dfe949e7c992
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Aug 3 00:07:18 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit cbcaa228f0036dfbfe10d177f429a67b054969b4
Author: Djavan Fagundes <dnoway@gmail.com>
Date:   Sat Aug 1 15:16:05 2009 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit 7a1da980b0b1d050126a65efbaf0b0513327b896
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Fri Jul 31 18:29:05 2009 -0600

    Updated Irish translation

M	po/ga.po

commit fea641b3be892be65b0c7ef2628268b0998c6408
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jul 30 13:38:25 2009 +0200

    [gsm] Fix typo in commit 397cca3a that creates at stupid bug

M	gnome-session/gsm-presence.c

commit 5f30f0376a45ecff4a22da481f992881e9565e2a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 14:06:50 2009 +0200

    [build] Do not install gnome-splash.png unless --enable-splash is used

M	data/Makefile.am

commit dbb0556ebd10d51926f2e21f14924c5505fd10f4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 13:46:12 2009 +0200

    [splash] Install desktop file in $(sysconfdir)/xdg/autostart
    
    We were still using the old $(datadir)/gnome/autostart.

M	splash/Makefile.am

commit 066e38e76365cbaaded52e3447fb87030e1556e7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 04:20:47 2009 +0200

    [release] post-release bump to 2.27.90

M	configure.in

commit 0d92308a064b4680aad21dcd178c62e4b8e3fd17
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 04:20:34 2009 +0200

    [release] 2.27.5

M	NEWS

commit 2c6f43e38c739cd12bab1e22e7b17cccf90f6b30
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 04:17:07 2009 +0200

    [build] Update POTFILES.skip

M	po/POTFILES.skip

commit 3f3a5e3c5012b99c06b7c61513b0b792764f3740
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 04:13:53 2009 +0200

    [build] Update POTFILES.in

M	po/POTFILES.in

commit 5952b7a9efc11b631910688b531ed8176f89440a
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Jul 22 12:43:50 2009 +0100

    [gsm] Port from gnome-power-manager to DeviceKit-power

M	configure.in
M	gnome-session/Makefile.am
M	gnome-session/gsm-logout-dialog.c
M	gnome-session/gsm-manager.c
D	gnome-session/gsm-power-manager.c
D	gnome-session/gsm-power-manager.h

commit 13fe15fc1ef8a08874ff7c61f1944ae55b0111ce
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 30 15:48:07 2009 +0200

    [gsm] Do not exit when the system bus restarts
    
    We also need to reconnect later to the bus, so unref our dbus connection
    and make sure that our public API will reconnect.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=583345

M	gnome-session/gsm-consolekit.c

commit c19a4e5b580e49d771dae0e653e32d422dd8fd9a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 00:08:36 2009 +0200

    [misc] Update commit guidelines for referencing bugs

M	ChangeLog

commit 397cca3a9e5a197860a819a4648bf5bd56969afd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 27 18:27:59 2009 +0200

    [gsm] Properly handle the case where the idle monitor doesn't exist
    
    The idle monitor can fail to be created in some cases, depending on X.
    This was ignored before.

M	gnome-session/gsm-presence.c

commit e6acbfbd0ecd32e371a7664622ad6c262878816a
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Jul 23 15:10:30 2009 -0400

    Add Presence interface to the documentation
    
    Was there but not being pulled in.

M	doc/dbus/gnome-session.xml.in

commit 872421f8387ee00f53c617fae147394667ebec23
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jul 22 13:53:07 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 8b7d16e9f70f0cfc2795b6506812f0da7cc435f4
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Wed Jul 22 01:14:05 2009 +0300

    Updated Hebrew translation

M	po/he.po

commit e6327dde5743f38e37a29d7a5d44f13346a31900
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 19:33:45 2009 +0200

    [build] Set m4/ as macro dir

M	Makefile.am
M	configure.in

commit c466244f609bdcc220b43aa5f7db81afb74a954f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 18:47:47 2009 +0200

    [build] Remove shave scripts

D	shave-libtool.in
D	shave.in

commit 1538f59bd47e3755fbb6fbf93c77c16541cb5bc1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 18:43:43 2009 +0200

    [build] Add --enable-splash configure option to build splash
    
    By default, the splash is not build anymore.

M	Makefile.am
M	configure.in

commit 9d4f73747615c2134141ec43c2165df7265433e5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 18:37:48 2009 +0200

    [build] Fix make clean and distcheck after --with-default-wm change

M	data/Makefile.am

commit 0d206e3ef18617c2bc7d9da2b5ca5024ea503a8f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 18:29:56 2009 +0200

    [build] Use silent-rules instead of shave for quiet build

M	compat/Makefile.am
M	configure.in
M	data/Makefile.am
M	doc/dbus/Makefile.am
M	gnome-session/Makefile.am
D	m4/shave.m4
M	splash/Makefile.am

commit 61e46f29f0f23a119d665f5d670821137cbdcbf5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 18:11:09 2009 +0200

    [build,gnome-wm] Add --with-default-wm configure option
    
    This lets distributors specify which wm they want to use as default (and
    therefore changes the default value in the schema).
    
    If the default is gnome-wm, then additionally, gnome-wm.desktop will get
    installed.

M	configure.in
M	data/Makefile.am
R099	data/gnome-session.schemas.in	data/gnome-session.schemas.in.in

commit 0831c925b675f84a4258c1b9ebb6c46d1dadca13
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 15:57:02 2009 +0200

    [gnome-wm] Prefer compiz-manager over compiz when available
    
    compiz-manager is able to detect if compiz can be run, and knows how to
    launch it, so it's a better solution than handling compiz ourselves.

M	data/gnome-wm

commit 1a6c20518ea3492698c1a2bf328313f2295259e7
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jul 20 15:03:49 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 2efadd90181bd72942ad1df5e6b606cf985e25b4
Author: Ilkka Tuohela <hile@iki.fi>
Date:   Sun Jul 19 10:34:02 2009 +0300

    Updated Finnish translation

M	po/fi.po

commit 46bb8740501ac67aa1e07fb15ed9f858a495bd34
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Sat Jul 18 21:38:37 2009 +0530

    Updated Tamil translation

M	po/ta.po

commit f570f18609b9f3894604cc96a9ee6e68b37a4ec8
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 18 13:48:25 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 34c9b79ca20548db1f4384269d351b548701fef5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 15 17:11:08 2009 +0200

    [release] post-release bump to 2.27.5

M	configure.in

commit 32a806bf3c1f7d81bfd661e150ca06dfe8d7ff3b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 15 17:11:00 2009 +0200

    [release] 2.27.4

M	NEWS
M	configure.in

commit 7bec6b76763a2516aa724df3eec0791fc106fbc6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 15 17:07:29 2009 +0200

    [build] Update POTFILES.in

M	po/POTFILES.in

commit 24c38dd23c9d22a0bc281b02d2925c0a9ee165e1
Author: Caolan McNamara <caolanm@redhat.com>
Date:   Wed Jul 15 00:47:01 2009 +0100

    [gsm] Return RESTART_IF_RUNNING if restart is undefined
    
    This is a saner behavior considering that we're now honouring the
    RESTART_NEVER hint a not saving clients with such restart hint.

M	gnome-session/gsm-xsmp-client.c

commit a26ad805370ff9b84e4c3c954985bd10264fa97a
Author: Caolan McNamara <caolanm@redhat.com>
Date:   Wed Jul 15 00:46:33 2009 +0100

    [gsm] Honour the SmRestartNever SmRestartStyleHint
    
    http://bugzilla.gnome.org/show_bug.cgi?id=580411

M	gnome-session/gsm-xsmp-client.c

commit 81d38cee8f0b624b0ad665f9812179923b2826f0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jul 14 21:36:58 2009 +0100

    [gsm] avoid pointless warnings
    
    http://bugzilla.gnome.org/show_bug.cgi?id=588247

M	gnome-session/gs-idle-monitor.c

commit 071f8e0de56613a4901cd50b89a542d4329c4f1d
Author: Mark Krapivner <mark125@gmail.com>
Date:   Sat Jul 4 19:13:47 2009 +0300

    Updated Hebrew translation

M	po/he.po

commit a2a64c847464413394206a421407aec2b34b1171
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Jul 2 05:25:57 2009 +0300

    Updating Estonian translation

M	po/et.po

commit cd0174971ab40569d8e2ef7e2987f7db5ceb7a7d
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Jul 1 23:13:07 2009 +0300

    Updated Ukrainian translation

M	po/uk.po

commit 07bb95dae388b8f8706551a3287ace391c8b1446
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 1 14:43:29 2009 +0200

    [build] Fix distclean

M	doc/dbus/Makefile.am

commit 88417d33170b0d64f902847b30f0990dbc0d7f6a
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 30 20:38:01 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 0c05b13b39e4ae67f24f813bcefa421aa93d33fd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 30 00:31:45 2009 +0200

    [gsm] Also emit GsmConsoleKit signals when CK is not available

M	gnome-session/gsm-consolekit.c

commit 3fb4606db4ca80375a7114bb01672da06c1c6cce
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 30 00:31:17 2009 +0200

    [gsm] Make Restart and Stop code paths more similar

M	gnome-session/gsm-consolekit.c

commit d7d117a764619eddfa1243cdb78fe079b12f2592
Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Jun 30 00:21:01 2009 +0200

    [gsm] Make gnome-session exit properly on reboot/shutdown
    
    GsmConsoleKit wasn't correctly emitting signals on success, and
    therefore the manager couldn't exit properly.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=581043

M	gnome-session/gsm-consolekit.c

commit 52c9e79663be6a99e75a4ac8bb95c0a4e46aa4ed
Author: Daniel Macks <dmacks@netspace.org>
Date:   Tue Jun 30 00:05:13 2009 +0200

    [build] Add missing includes
    
    This is needed on some platforms.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=585672

M	gnome-session/gs-idle-monitor.c

commit 20d7de29b6ca2d319503014feab099a492171794
Author: Jon Nettleton <jon.nettleton@gmail.com>
Date:   Mon Jun 29 23:51:02 2009 +0200

    [gnome-wm] Add mutter support

M	data/gnome-wm

commit 4b169b5cf3513cafbb874064011a3cd31261fe29
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 29 23:46:55 2009 +0200

    [egg] Update smclient code from libegg

M	egg/eggdesktopfile.c

commit bab0c77807041c52131bf7d70103ba3893fea9a2
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Fri Jun 26 21:42:41 2009 +0200

    [build] Fix build on systems without execinfo
    
    See if execinfo.h is available, and if we need to link to an extra
    library to use it.
    
    For instance, FreeBSD does not have execinfo.h by default but a
    libexecinfo library has been created.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=587088

M	configure.in
M	gnome-session/Makefile.am
M	gnome-session/gdm-signal-handler.c

commit 6532e037e0f0a6d4db3d846fbdbd9da27f941d4c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 29 23:01:32 2009 +0200

    [build] Correctly use CFLAGS and LIBS for SM/ICE build flags
    
    Thanks to Daniel Macks <dmacks@netspace.org> for noticing.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=585667

M	egg/Makefile.am

commit fb300d7c90c5de17ca6249d2c806e86299a48b3f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 29 22:58:07 2009 +0200

    [egg] Update smclient code from libegg

M	egg/eggdesktopfile.c
M	egg/eggdesktopfile.h
M	egg/eggsmclient-xsmp.c
M	egg/eggsmclient.c

commit f0be9f71bca86c111d31794bdb3ef3ba792838db
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 23:44:41 2009 +0200

    [gsm] Use defines for GKeyFile keys we use
    
    This will help us avoid typos, and they're now easier to find.

M	gnome-session/gsm-autostart-app.c
M	gnome-session/gsm-autostart-app.h
M	gnome-session/gsm-session-save.c
M	gnome-session/gsm-xsmp-client.c

commit 9b405c1516d41839383ae19cbef288eb4c22e3a8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 23:41:32 2009 +0200

    [gsm] Load default apps after saved and autostart apps
    
    Since we let the required components be overloaded by saved apps and
    autostart apps (mainly to respect Provides), it just makes sense to do
    the same for default apps.

M	gnome-session/main.c

commit 2e89b36f7a1fd83735a31505f917b0b3737914e9
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 27 15:01:55 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 085ed86f44976aa6af98d28a13d794d60d526493
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Jun 25 14:18:29 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 4c5ae995285ae866db4ad17dfc7b1cae0783db5b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 01:19:00 2009 +0200

    [capplet] Plug leaks

M	capplet/gsp-app.c

commit 08b1fa271219aebf72f321abb3196b320690d9ed
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 01:18:39 2009 +0200

    [capplet] Also compare Icon key when comparing user/system files

M	capplet/gsp-app.c

commit c34f21bb728900637b0d0236192e700a48e772ef
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 01:11:52 2009 +0200

    [capplet] Make the icon and text sensitive/insensitive
    
    This obviously tracks the enabled/disabled state.

M	capplet/gsm-properties-dialog.c

commit 29205aec38469c54a099552f82b3932a15b3d039
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jun 24 00:48:23 2009 +0200

    [capplet] Make the treeview a drag source
    
    Note that we explicitly forbid dropping drags from the treeview itself
    since it doesn't make sense.
    
    This required a new GspApp API (gsp_app_get_path()).
    Also on_drag_data() was renamed to on_drag_data_received().

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app.c
M	capplet/gsp-app.h

commit a8014dc330b8b6e8b7e1028534a30bca588f3a25
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 23:24:15 2009 +0200

    [capplet] Fix bug where editing an app and quickly exiting didn't work
    
    Because of interesting references between all objects, we need to
    correctly unref objects in dispose. Else, saving GspApp objects didn't
    always work when exiting (user files weren't removed if identical to
    system ones) because the GspAppManager object was already finalized.

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app-manager.c
M	capplet/gsp-app.c

commit 4829dafee3f3a76564b4ac4f4d23d81ff43e05a2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 18:05:37 2009 +0200

    [capplet] Make GspApp use GIcon and get rid of the pixbuf/icon-name
    
    Instead of having GspApp provide an icon name or a pixbuf, and handling
    this different cases in the UI, make GspApp only provide a GIcon which
    hides this detail.

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app.c
M	capplet/gsp-app.h

commit 377b5885d0cfb5920e72f8e7d88aed62c995c54b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 17:53:56 2009 +0200

    [capplet] Fix crash when the user file becomes identical to system one
    
    When we edit an autostart desktop file and it becomes identical to the
    system one, we simply remove the user desktop file. This case was not
    correctly handled and triggered an assertion.

M	capplet/gsp-app-manager.c

commit 760db1b13b6f3b917a4544347192675ae5c83639
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:55:47 2009 +0200

    [capplet] Stop drag_data_received signal after handling the drop
    
    This is needed to avoid a warning from GTK+, since the signal handle
    actually doesn't return a boolean to tell GTK+ to continue/stop.

M	capplet/gsm-properties-dialog.c

commit 6d88b68e6e242795d6073eddcc520483599b38ad
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:50:51 2009 +0200

    [capplet] Use gtk_selection_data_get_uris() to simplify code

M	capplet/gsm-properties-dialog.c

commit ba292b37844994d0a71de2e779837221d6f9f238
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:43:07 2009 +0200

    [capplet] Use gtk_drag_dest_add_uri_targets() to simplify code

M	capplet/gsm-properties-dialog.c

commit 863e6a05dbc1be0d4145acc44a81daba04a782b6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:27:48 2009 +0200

    [capplet] Make g-s-p return 0 when using --version
    
    Returning 1 doesn't make sense, since there's no error.

M	capplet/main.c

commit 5285037eb9a022581e4921b13c7d1ed032afb045
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:26:47 2009 +0200

    [capplet,gsm] Use the right translation domain for GtkBuilder

M	capplet/gsm-app-dialog.c
M	capplet/gsm-properties-dialog.c
M	gnome-session/gsm-inhibit-dialog.c

commit 4c87949443e9c9bc525484ef6a5713c4fd1410e4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:17:39 2009 +0200

    [capplet] Make GspApp independent of GTK+
    
    This mainly involved putting some code to edit the app back to
    gsm-properties-dialog.c.

M	capplet/gsm-properties-dialog.c
M	capplet/gsp-app.c
M	capplet/gsp-app.h

commit 64b2dfa36a1b5865906106f0059a185768b859af
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 23 14:07:09 2009 +0200

    [capplet] Make it clear that some GstApp API is private
    
    Some of the API only exists because it's needed for GstAppManager, and
    shouldn't be used by any other part of the capplet.

M	capplet/gsp-app.h

commit 5c6c3e8f8ee6599bf124cf976ce4d339cfeabe71
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 22 19:55:02 2009 +0200

    [gsm] Do not print NULL on error
    
    Instead of printing NULL when the Exec key cannot be parsed, print the
    URI of the desktop file that has an issue.

M	gnome-session/gsm-autostart-app.c

commit 20e6c0d459351926261b232cfbaf4d704bf997da
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 22 01:16:02 2009 +0200

    [capplet] Add help button to the capplet

M	capplet/gsm-properties-dialog.c
M	capplet/main.c

commit 3c6baf8ac65200db0d40f547b27b0301bd114962
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 22 01:14:09 2009 +0200

    [capplet,gsm] Port to GtkBuilder and remove glade dependency
    
    http://bugzilla.gnome.org/show_bug.cgi?id=571467

M	capplet/Makefile.am
M	capplet/gsm-app-dialog.c
M	capplet/gsm-properties-dialog.c
M	configure.in
M	data/Makefile.am
D	data/gsm-inhibit-dialog.glade
A	data/gsm-inhibit-dialog.ui
D	data/session-properties.glade
A	data/session-properties.ui
M	gnome-session/Makefile.am
M	gnome-session/gsm-inhibit-dialog.c
M	po/POTFILES.in

commit fe9f11b9bfefb3f12b048118a003b1c5ca6a9d38
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Jun 21 17:09:21 2009 +0200

    [capplet] Big rework of the code to clean it up, fix bugs, etc.
    
    The core of this rework is to separate in a clean way the code that
    tracks the autostart files from the UI itself.
    
    Now it'd be possible to make an autostart file inherit the data from
    the autostart files with the same basename but in other directories.
    
    This work also fixes a few bugs:
     + monitor autostart files
       http://bugzilla.gnome.org/show_bug.cgi?id=437204
     + make name field optional and autofill it instead
       http://bugzilla.gnome.org/show_bug.cgi?id=502393

M	capplet/Makefile.am
M	capplet/gsm-app-dialog.c
M	capplet/gsm-app-dialog.h
M	capplet/gsm-properties-dialog.c
M	capplet/gsm-properties-dialog.h
A	capplet/gsp-app-manager.c
A	capplet/gsp-app-manager.h
A	capplet/gsp-app.c
A	capplet/gsp-app.h
A	capplet/gsp-keyfile.c
A	capplet/gsp-keyfile.h

commit 60d5b4828baec090a4e83bb910c107e38d4230b6
Author: Mark Krapivner <mark125@gmail.com>
Date:   Fri Jun 12 11:41:14 2009 +0300

    Updated Hebrew translation

M	po/he.po

commit b5a4e9cba002172fe017b78abfd9214b02657074
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 26 10:53:04 2009 -0400

    Generate docs for the presence API
    
    This was omitted by an oversight.

M	doc/dbus/Makefile.am

commit 48aa21662245926b7066979c5104f02c565cd7f3
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Wed May 13 00:23:43 2009 +0200

    "Updated Danish translation"

M	po/da.po

commit fb334aa4b9d4ddcbcf1d3b7880e55035b570634d
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon May 11 14:10:33 2009 +0530

    Updated Telugu translation

M	po/te.po

commit 7268ccc98c497118b97db7201552e68df82224ee
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon May 11 14:08:58 2009 +0530

    Updated Telugu translation

M	po/te.po

commit 3d5f0b48a2871c9f5450f02667dee8ed4307823d
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue May 5 08:08:45 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 937a20dbcfa3c80c5551147f5ed726a6b34b944d
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue May 5 07:46:36 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 8b9df401a100a24e03360515ffbe81e62cbbee53
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Mon May 4 23:22:53 2009 +0200

    [master] Updated German translation.

M	po/de.po

commit f5e6fd5f6703e44b628cc471d3bc5961a71b3e27
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun May 3 11:59:10 2009 +0300

    Updating Estonian translation

M	po/et.po

commit d98b4054ebbc0161f37b313324661bde444c39e7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat May 2 02:23:59 2009 +0200

    Update commit messages guidelines

M	ChangeLog

commit 23c94651ce9ae5297db2cdb9ac084b57652d08b8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 00:32:07 2009 +0200

    Update MAINTAINERCLEANFILES
    
    Add configure, remove intltool-*.in (shouldn't be here in the first
    place, see lp#367259) and .gitignore (handled by git.mk).

M	Makefile.am

commit 099f9d7d333d5b6a9a83f64315f0997e07bacf3b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 00:31:26 2009 +0200

    Update git.mk from pango

M	git.mk

commit bfeb69db2ee8bd08a5184a35fa17b78072e65975
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 24 04:41:57 2009 +0200

    Use git.mk from pango to autogenerate .gitignore files

M	Makefile.am
M	capplet/Makefile.am
M	compat/Makefile.am
M	data/Makefile.am
M	data/icons/16x16/Makefile.am
M	data/icons/22x22/Makefile.am
M	data/icons/24x24/Makefile.am
M	data/icons/32x32/Makefile.am
M	data/icons/48x48/Makefile.am
M	data/icons/Makefile.am
M	data/icons/scalable/Makefile.am
M	doc/Makefile.am
M	doc/dbus/Makefile.am
M	doc/man/Makefile.am
M	egg/Makefile.am
A	git.mk
M	gnome-session/Makefile.am
M	splash/Makefile.am
M	tools/Makefile.am

commit 64c0b0d52f7740a3a23e1849e6cb57422359a7cb
Author: gheet <ghee.teo@sun.com>
Date:   Thu Apr 30 17:39:48 2009 +0100

    Modified a g_debug for on_client_end_session_response() not to crash when a null pointer
    is encountered on Solaris. bugzilla #580824 comment#7.

M	gnome-session/gsm-manager.c

commit 25604393fccdc2359bbd3c82fb088bbdc296fb89
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 01:10:41 2009 +0200

    Remove .cvsignore files

D	doc/man/.cvsignore
D	gnome-session/.cvsignore
D	po/.cvsignore

commit bf17890d6d5714405e68c7e5b01656f7c9289ad6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Apr 26 12:25:38 2009 +0200

    Fix doap file to have mail address as URL (mailto:)

M	gnome-session.doap

commit e1912704cda45033484d63898ca1c4be25ff3d43
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Apr 25 18:18:29 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 357034cee626d345dc3f931847aa3414cec2bb8a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 24 04:02:48 2009 +0200

    Use shave to improve build log readability
    
    See http://git.lespiau.name/cgit/shave/tree/README for more details.

M	compat/Makefile.am
M	configure.in
M	doc/dbus/Makefile.am
M	gnome-session/Makefile.am
A	m4/shave.m4
A	shave-libtool.in
A	shave.in
M	splash/Makefile.am

commit b754b094b85b85f437fc55d8a51d694abb5041a2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 24 03:24:50 2009 +0200

    Make autogen.sh more modern.

M	autogen.sh

commit 0ca3f5f4dec579f5943368fda55aa1597932b394
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 23 21:45:41 2009 -0400

    Reduce GConf roundtrips
    
    Don't preload a whole directory tree when watching a single key
    as an autostart condition. (#578533)

M	gnome-session/gsm-autostart-app.c

commit 06bb9270b1797485267bad78042ef39ec91c8282
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 23 21:42:59 2009 -0400

    Reduce GConf roundtrips
    
    Preload the /desktop/gnome/session/ directory, since we access most
    keys during startup.  (#578537)

M	gnome-session/gsm-manager.c

commit 8a339a5ea3f8791dac95343f0c91c72f6bdb4dc8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Apr 22 17:28:38 2009 +0200

    Add doap file

A	gnome-session.doap

commit c635fd9ff78e2e07973a3c855d067e326d648503
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Apr 22 17:27:30 2009 +0200

    Rename ChangeLog files to ChangeLog.pre-git

M	ChangeLog
C100	ChangeLog	ChangeLog.pre-git
R100	po/ChangeLog	po/ChangeLog.pre-git

commit d75edd1fedbfeb174352c30316ceff9338b4ee82
Author: Miquel Esplà <miquelespla@gmail.com>
Date:   Tue Apr 21 15:10:41 2009 +0200

    Added Valencian-Catalan translation

M	po/LINGUAS
A	po/ca@valencia.po

commit ddf79a3e99ddecb8298a7d7ec0d664c8d99086ab
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Apr 18 22:19:09 2009 +0200

    Updated Arabic translation

M	po/ar.po

commit 41f6df6ffd8ea0f1ea4b83b524ea0c6e41767ec3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 14 16:33:36 2009 +0000

    post-release bump to 2.26.2
    
    2009-04-14  Vincent Untz  <vuntz@gnome.org>
    
            * configure.in: post-release bump to 2.26.2
    
    svn path=/trunk/; revision=5388

M	ChangeLog
M	configure.in
M	po/ChangeLog