<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-session-manager, branch mate-session-manager-1.9.2</title>
<subtitle>MATE session manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/'/>
<entry>
<title>Disable upower support by default</title>
<updated>2014-11-10T10:42:22+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-11-10T10:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=4b955633d160456b5494c077fc4fb55fade3731f'/>
<id>4b955633d160456b5494c077fc4fb55fade3731f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync translations with transifex</title>
<updated>2014-11-10T10:06:16+00:00</updated>
<author>
<name>mate-i18n</name>
<email>mate-i18n@ml.mate-desktop.org</email>
</author>
<published>2014-11-10T10:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=0b80b78b9cddba9aa96fa86ec21aa79c7fa62763'/>
<id>0b80b78b9cddba9aa96fa86ec21aa79c7fa62763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.9.2</title>
<updated>2014-11-10T10:05:26+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-11-10T10:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=e837b655cb1aa62ac67956e09940181d39953060'/>
<id>e837b655cb1aa62ac67956e09940181d39953060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a commandline wrapper to inhibit idle</title>
<updated>2014-11-07T13:52:04+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T13:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=5e41f9d7426bfc388a8785f4e3804ae468015073'/>
<id>5e41f9d7426bfc388a8785f4e3804ae468015073</id>
<content type='text'>
Based on gnome-commit: fcdbf2b36b184f10239ac7a81cb3c88b4c5ed477
From: Matthias Clasen &lt;mclasen@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-commit: fcdbf2b36b184f10239ac7a81cb3c88b4c5ed477
From: Matthias Clasen &lt;mclasen@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gsm: Refuse to install an idle timeout of 0 seconds</title>
<updated>2014-11-07T13:31:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=1deaea538427f2dc9d3afdc37b9daf57c15a46cd'/>
<id>1deaea538427f2dc9d3afdc37b9daf57c15a46cd</id>
<content type='text'>
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.

Based on gnome-session commit: be627c10409129408e135925d5dd83ae2d554fa0
From: Rodrigo Moya &lt;rodrigo@gnome-db.org&gt;

Original bug: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/863038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Based on gnome-session commit: be627c10409129408e135925d5dd83ae2d554fa0
From: Rodrigo Moya &lt;rodrigo@gnome-db.org&gt;

Original bug: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/863038
</pre>
</div>
</content>
</entry>
<entry>
<title>gsm: Never mark as handled the Disconnected signal from dbus</title>
<updated>2014-11-07T13:31:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=0da2caff6cb73d8dcd159fbeb37da60ad33c6003'/>
<id>0da2caff6cb73d8dcd159fbeb37da60ad33c6003</id>
<content type='text'>
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.

Based on gnome-commit: 67dd879fbe62bc28d3bbc48b88c3842e2cb827e8
From: Vincent Untz &lt;vuntz@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Based on gnome-commit: 67dd879fbe62bc28d3bbc48b88c3842e2cb827e8
From: Vincent Untz &lt;vuntz@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage of %lld for 64-bit formats</title>
<updated>2014-11-07T13:31:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=d8019f52885d7f707af7e9afb4dda496c6a652f2'/>
<id>d8019f52885d7f707af7e9afb4dda496c6a652f2</id>
<content type='text'>
Scott already did some work on this, update to how gnome-session handles this.

Based on gnome-session commit: b2ad0abf2263b4af044388035df8993db9223a1b
From: Owen W. Taylor &lt;otaylor@fishsoup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scott already did some work on this, update to how gnome-session handles this.

Based on gnome-session commit: b2ad0abf2263b4af044388035df8993db9223a1b
From: Owen W. Taylor &lt;otaylor@fishsoup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an IsSessionRunning method</title>
<updated>2014-11-07T13:31:52+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=97a9f2c181817b09edd0783ed808dbd1ee49b36a'/>
<id>97a9f2c181817b09edd0783ed808dbd1ee49b36a</id>
<content type='text'>
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.

Based on gnome-session commit: b59d358796343f81b31d4a398998faedd20b8f4b
From: Matthias Clasen &lt;mclasen@redhat.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=636229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Based on gnome-session commit: b59d358796343f81b31d4a398998faedd20b8f4b
From: Matthias Clasen &lt;mclasen@redhat.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=636229
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: Do not pretend we need the egg code here</title>
<updated>2014-11-07T13:31:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=e98d698c4899ac91e2370252ab67ce91871a72a5'/>
<id>e98d698c4899ac91e2370252ab67ce91871a72a5</id>
<content type='text'>
Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383
From: Vincent Untz &lt;vuntz@gnome.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-session commit: 0e45c5c15d0ffedf90af3ea401288d6a0f758383
From: Vincent Untz &lt;vuntz@gnome.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>capplet: remove unused variable</title>
<updated>2014-11-07T13:31:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-07T12:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=2983b896864b9f004cadb5615eee3bd397f04633'/>
<id>2983b896864b9f004cadb5615eee3bd397f04633</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
