commit 8d72359dec298fa92bdf8e4d05c88e7627623dad
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   2011-06-11

    Updated Slovenian translation

M	po/sl.po

commit 8db29991a5bfd74f9a7550c3d67bd3a6b83b5eec
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2011-06-09

    Updated Norwegian bokmål translation

M	po/nb.po

commit b9fa0c8c9ff57f704d83dfd1f7b4ae0c19280edf
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2011-03-29

    Add missing #include <config.h>

M	capplet/gsp-app.c

commit a1489d49290df0ba3812134a45d2311d46db6999
Author: Adam Jackson <ajax@redhat.com>
Date:	2011-06-07

    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:	2011-06-06

    Updated Galician translations

M	po/gl.po

commit 0d7bf291644e42dd09f654eb4ee35d2ad6130c3e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2011-06-04

    Updated Hebrew translation.

M	po/he.po

commit 9927cab2ab77ead7ff45389f06b66f6db2688a0e
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	2011-05-29

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit e9633de751e6ba3f8354c3e3b10576cc8b7c1dd5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2011-05-26

    Updated Spanish translation

M	po/es.po

commit ebf9afaa10c7903694df5b2fee635a6dde5213a6
Author: Vincent Untz <vuntz@gnome.org>
Date:	2011-05-26

    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:	2011-05-26

    gsm: Do not uselessly duplicate a string

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

commit 35a9945ae1339297de2e0eeff543e876186dea6e
Author: Vincent Untz <vuntz@gnome.org>
Date:	2011-05-26

    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:	2011-05-26

    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:	2011-01-11

    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:	2011-05-26

    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:	2011-05-23

    release: post-release bump to 3.0.3

M	configure.ac

commit c0bc1ab875f54f0ad262db1c7a2e201adcf0b0e9
Author: Vincent Untz <vuntz@gnome.org>
Date:	2011-05-23

    release: 3.0.2

M	NEWS