<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-terminal/src, branch v1.16.1</title>
<subtitle>MATE terminal emulator application</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/'/>
<entry>
<title>fix crash after detaching tab and then changing its title</title>
<updated>2016-09-28T18:05:46+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-09-28T18:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=448be7a26fc1c525d467a9e39a54533b1c262582'/>
<id>448be7a26fc1c525d467a9e39a54533b1c262582</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-terminal/issues/131

thanks to @egmontkob for the patch:
https://git.gnome.org/browse/gnome-terminal/commit/?id=f65261a0b5d03658be3acb439976fd8af6fa28ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-terminal/issues/131

thanks to @egmontkob for the patch:
https://git.gnome.org/browse/gnome-terminal/commit/?id=f65261a0b5d03658be3acb439976fd8af6fa28ea
</pre>
</div>
</content>
</entry>
<entry>
<title>add back --geometry positioning support</title>
<updated>2016-09-22T12:58:49+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2016-09-22T12:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=8fdadba38082465cc9cf2df5e9af5436190240c6'/>
<id>8fdadba38082465cc9cf2df5e9af5436190240c6</id>
<content type='text'>
was removed in 0e9e88a,
based on https://github.com/GNOME/gtk/commit/f37a062
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
was removed in 0e9e88a,
based on https://github.com/GNOME/gtk/commit/f37a062
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use deprecated gtk_window_parse_geometry()</title>
<updated>2016-09-14T13:07:16+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2016-09-06T13:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=0e9e88a05cbc76921eade149e96ec734b7f345b3'/>
<id>0e9e88a05cbc76921eade149e96ec734b7f345b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix resize menu buttons (#122)</title>
<updated>2016-09-14T13:07:16+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2016-09-06T13:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=4786486f64bf9001500aec425477d7334ada540d'/>
<id>4786486f64bf9001500aec425477d7334ada540d</id>
<content type='text'>
based on https://github.com/GNOME/gnome-terminal/commit/88bd325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on https://github.com/GNOME/gnome-terminal/commit/88bd325
</pre>
</div>
</content>
</entry>
<entry>
<title>handle GDK_SCROLL_SMOOTH when handling mouse scroll on tabs</title>
<updated>2016-09-14T11:19:05+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-09-14T11:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=622e2d1272bf2d7a99d147482ae6a51b0a77f188'/>
<id>622e2d1272bf2d7a99d147482ae6a51b0a77f188</id>
<content type='text'>
adapted from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=70965e71db7d1c2fac0237988344972b564c46b5
https://git.gnome.org/browse/gnome-terminal/commit/?id=35a509165750d0ecefe9f26702d0f3c0e230f0c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapted from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=70965e71db7d1c2fac0237988344972b564c46b5
https://git.gnome.org/browse/gnome-terminal/commit/?id=35a509165750d0ecefe9f26702d0f3c0e230f0c2
</pre>
</div>
</content>
</entry>
<entry>
<title>add (mouse wheel) tab scrolling</title>
<updated>2016-09-14T11:14:52+00:00</updated>
<author>
<name>noone3</name>
<email>boris.woerner@gmail.com</email>
</author>
<published>2016-08-15T15:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=8d2eb0898154f2624e2ae34039169f307a3411a5'/>
<id>8d2eb0898154f2624e2ae34039169f307a3411a5</id>
<content type='text'>
Mouse wheel scrolling was removed in gtk3.
Add functionality back via patch to mate-terminal, patch was originally against gnome-terminal (from https://git.gnome.org/browse/gnome-terminal/commit/?id=e2299ee2451167ad41b35705b4fbd577aebd0c39 )</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mouse wheel scrolling was removed in gtk3.
Add functionality back via patch to mate-terminal, patch was originally against gnome-terminal (from https://git.gnome.org/browse/gnome-terminal/commit/?id=e2299ee2451167ad41b35705b4fbd577aebd0c39 )</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright</title>
<updated>2016-08-18T12:04:20+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-08-18T12:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=f30b1cd380be638948a1b82c59639b6b39a3587d'/>
<id>f30b1cd380be638948a1b82c59639b6b39a3587d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove duplicated code</title>
<updated>2016-08-14T20:48:15+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-08-14T20:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=6fef74d3b9e1ec41cac20825b244a198a8b09606'/>
<id>6fef74d3b9e1ec41cac20825b244a198a8b09606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>skey-challange.ui: avoid deprecated elements</title>
<updated>2016-07-20T09:27:26+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-07-08T19:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=4e30029838911d04071d03ae114f247beab405ea'/>
<id>4e30029838911d04071d03ae114f247beab405ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>profile-manager.ui: avoid deprecated elements</title>
<updated>2016-07-20T09:27:26+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-07-08T19:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=2a2e9ebee28dcb8016e64af46b400fe2b7814eb3'/>
<id>2a2e9ebee28dcb8016e64af46b400fe2b7814eb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
