<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-common/macros, branch 1.14</title>
<subtitle>Common scripts and macros to develop with MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/'/>
<entry>
<title>remove references to obsolete MATE components</title>
<updated>2016-01-02T18:14:49+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-01-02T18:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=d0ac1ec93735737a82557f6483ba068ad842e335'/>
<id>d0ac1ec93735737a82557f6483ba068ad842e335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code-coverage: Support lcov 1.12</title>
<updated>2015-10-20T07:27:56+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-10-20T07:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=c6cb673fc7001d13c3c821a3fbd542a3388cfaac'/>
<id>c6cb673fc7001d13c3c821a3fbd542a3388cfaac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for automake 1.15</title>
<updated>2015-01-22T13:42:14+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2015-01-22T13:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=bdbef494d43e7af7564d8ef0c10a0fb707b61be9'/>
<id>bdbef494d43e7af7564d8ef0c10a0fb707b61be9</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-applets/issues/122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-applets/issues/122
</pre>
</div>
</content>
</entry>
<entry>
<title>code-coverage: Support lcov 1.11</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T10:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686'/>
<id>0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-autogen: make program_VERSION a local variable</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T10:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=9f48a9b66a8ec131a6c827a55b43291f430a1674'/>
<id>9f48a9b66a8ec131a6c827a55b43291f430a1674</id>
<content type='text'>
Otherwise we may end up overriding what was manually set in the
environment.

Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we may end up overriding what was manually set in the
environment.

Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-autogen: Fix check if stdin is a tty</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T10:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=cf14b660b289878b0a6e5a406e6fccd58e7026d6'/>
<id>cf14b660b289878b0a6e5a406e6fccd58e7026d6</id>
<content type='text'>
Use the simpler gnome-common check from commit: d98710d08e643fe2e2ba8d56540c350062cf0ecc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the simpler gnome-common check from commit: d98710d08e643fe2e2ba8d56540c350062cf0ecc
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-autogen.sh: correct IFS value</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T10:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=37be3c82b50eb2c51ac1f4bb5110b1174d750066'/>
<id>37be3c82b50eb2c51ac1f4bb5110b1174d750066</id>
<content type='text'>
Due to a likely copy-paste mistake, the default value of IFS was being
set to 9 spaces instead of a tab and a space.

Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a likely copy-paste mistake, the default value of IFS was being
set to 9 spaces instead of a tab and a space.

Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-autogen: Check for appdata-xml.m4 with APPDATA_XML</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T10:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=16a737f8e1fa7434448416fd62e842a1c340d598'/>
<id>16a737f8e1fa7434448416fd62e842a1c340d598</id>
<content type='text'>
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-autogen.sh: run glib-gettexize if using GLib gettext</title>
<updated>2014-12-02T10:16:35+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-02T09:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=f7f19b25350e21f61c7bc33fe2de552f8f7950c1'/>
<id>f7f19b25350e21f61c7bc33fe2de552f8f7950c1</id>
<content type='text'>
Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tty detection for terminal codes.</title>
<updated>2014-01-20T20:56:40+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-01-20T20:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-common/commit/?id=c12956aa50497f5849c6c477621a5d0cc0b1d4fd'/>
<id>c12956aa50497f5849c6c477621a5d0cc0b1d4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
