<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-terminal, branch v1.16.2</title>
<subtitle>MATE terminal emulator application</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/'/>
<entry>
<title>release 1.16.2</title>
<updated>2017-02-06T11:44:53+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-06T11:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=00f5b62c5f08f3321f4fb2251be044c4027f8650'/>
<id>00f5b62c5f08f3321f4fb2251be044c4027f8650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keybindings dialog: fix expand of content on window resize</title>
<updated>2017-02-06T10:14:46+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-06T10:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=2255ce313a67c10841bef25d3564656ff6ee90b9'/>
<id>2255ce313a67c10841bef25d3564656ff6ee90b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>encodings dialog: fix expand of content on window resize</title>
<updated>2017-02-06T10:14:38+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-06T10:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=b9e581d9141f9d5d58b4a831ec2b08e8e2f1cab7'/>
<id>b9e581d9141f9d5d58b4a831ec2b08e8e2f1cab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't mark dialogs as visible in .ui files</title>
<updated>2017-02-06T09:10:50+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-02T09:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=a717ceb97c0be3b64003ba15b1665529034e86f7'/>
<id>a717ceb97c0be3b64003ba15b1665529034e86f7</id>
<content type='text'>
this causes runtime warnings about transient parent because these
dialogs get mapped too early, before gtk_window_set_transient_for
is called in the code.

affected dialogs: find, profile manager, profile prefs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this causes runtime warnings about transient parent because these
dialogs get mapped too early, before gtk_window_set_transient_for
is called in the code.

affected dialogs: find, profile manager, profile prefs
</pre>
</div>
</content>
</entry>
<entry>
<title>call gtk_notebook_detach_tab only if the tab is detached</title>
<updated>2017-01-31T08:20:41+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2017-01-31T08:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=2c530ab0d31b2fe8680cbfc2b8689704498f8fc9'/>
<id>2c530ab0d31b2fe8680cbfc2b8689704498f8fc9</id>
<content type='text'>
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1398234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1398234
</pre>
</div>
</content>
</entry>
<entry>
<title>force X11</title>
<updated>2017-01-27T08:33:47+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2017-01-08T08:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=35583b2b688a580a4d824112e45e39a1436d55e5'/>
<id>35583b2b688a580a4d824112e45e39a1436d55e5</id>
<content type='text'>
fixes running the terminal under wayland
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes running the terminal under wayland
</pre>
</div>
</content>
</entry>
<entry>
<title>window: Attach popup menus to their parent widgets</title>
<updated>2017-01-27T08:33:26+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2017-01-08T08:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=537d09c86a41c2cf2766f98b9a380e25e929f44b'/>
<id>537d09c86a41c2cf2766f98b9a380e25e929f44b</id>
<content type='text'>
When running on Wayland, popup menus must have a parent widget to attach
to. If a parent widget is not explicitly set, the GDK backend tries to
guess what parent widget seems appropriate. In order to have more
reliable popups, change the popups in the terminal window to set their
parent widgets explicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=750755

taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=67afb95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running on Wayland, popup menus must have a parent widget to attach
to. If a parent widget is not explicitly set, the GDK backend tries to
guess what parent widget seems appropriate. In order to have more
reliable popups, change the popups in the terminal window to set their
parent widgets explicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=750755

taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=67afb95
</pre>
</div>
</content>
</entry>
<entry>
<title>screen: Update for vte API</title>
<updated>2017-01-23T11:15:08+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2016-11-18T00:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=82b97e200aaf4854dd7e60de6b063492176da840'/>
<id>82b97e200aaf4854dd7e60de6b063492176da840</id>
<content type='text'>
Fixes partially #149

https://git.gnome.org/browse/gnome-terminal/commit/?id=b9cf035874e06951ff8425760cf978ca412b2032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes partially #149

https://git.gnome.org/browse/gnome-terminal/commit/?id=b9cf035874e06951ff8425760cf978ca412b2032
</pre>
</div>
</content>
</entry>
<entry>
<title>Make dropped tab active</title>
<updated>2017-01-23T11:13:43+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2016-11-07T08:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=39588e6dcb53ef711b207e0a3939b15af1c4e000'/>
<id>39588e6dcb53ef711b207e0a3939b15af1c4e000</id>
<content type='text'>
based on gnome-terminal commit:
https://git.gnome.org/browse/gnome-terminal/commit/?id=abb2018a702adfc57831aea9ebb5c513b9c8bbbd

Fixes #152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on gnome-terminal commit:
https://git.gnome.org/browse/gnome-terminal/commit/?id=abb2018a702adfc57831aea9ebb5c513b9c8bbbd

Fixes #152
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix window size when a second tab is added by drag-n-drop</title>
<updated>2016-11-06T17:51:13+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2016-11-06T01:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-terminal/commit/?id=6dc0e22c6189a3b396f31101a4aaa0d0dfe768da'/>
<id>6dc0e22c6189a3b396f31101a4aaa0d0dfe768da</id>
<content type='text'>
based on gnome-terminal commit:
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3e593e4974303618305da4e0d20f0d5c10f83b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on gnome-terminal commit:
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3e593e4974303618305da4e0d20f0d5c10f83b0
</pre>
</div>
</content>
</entry>
</feed>
