<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pluma/plugins/time, branch 1.22</title>
<subtitle>Official text editor of the MATE desktop environment</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/'/>
<entry>
<title>pluma-time-plugin.c: avoid 'gtk_dialog_new_with_buttons' with stock id</title>
<updated>2018-03-31T12:10:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-03-30T00:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=766c5b5b3299b8c86014b2109d1cd7dc937a8be8'/>
<id>766c5b5b3299b8c86014b2109d1cd7dc937a8be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pluma-time-setup-dialog.ui plugin: avoid deprecated:</title>
<updated>2018-03-08T22:22:47+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-03-08T22:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=ea3be53b46011fca17140fe2fa791087d1168c35'/>
<id>ea3be53b46011fca17140fe2fa791087d1168c35</id>
<content type='text'>
avoid deprecated:

GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkButton:use-stock
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid deprecated:

GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkButton:use-stock
</pre>
</div>
</content>
</entry>
<entry>
<title>pluma-time-dialog.ui plugin: avoid deprecated:</title>
<updated>2018-03-08T09:47:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-03-07T10:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=6b9d287567779c8956470d2693fbeb54e970b713'/>
<id>6b9d287567779c8956470d2693fbeb54e970b713</id>
<content type='text'>
avoid deprecated:

GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkImage:xalign/yalign/xpad/ypad/stock
GtkButton:use-stock

and add icon to the 'Insert' button
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoid deprecated:

GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkImage:xalign/yalign/xpad/ypad/stock
GtkButton:use-stock

and add icon to the 'Insert' button
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated GtkStock</title>
<updated>2018-02-08T20:34:17+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-18T22:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e'/>
<id>2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop unused variables</title>
<updated>2018-01-03T14:01:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2018-01-03T02:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=8b6bae32d3bc41657da2361452ab00617319cf58'/>
<id>8b6bae32d3bc41657da2361452ab00617319cf58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove option that disables deprecated stuff</title>
<updated>2017-02-10T10:53:05+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-10T10:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=bef73d50f8ec2877c30e4787413cc6fa29276678'/>
<id>bef73d50f8ec2877c30e4787413cc6fa29276678</id>
<content type='text'>
we don't need a build breakage on the first deprecated item, thanks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we don't need a build breakage on the first deprecated item, thanks
</pre>
</div>
</content>
</entry>
<entry>
<title>plugins: make them actually recognized and loaded by Pluma</title>
<updated>2016-12-05T14:36:57+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-05T14:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f'/>
<id>e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f</id>
<content type='text'>
- use *.plugin extension instead of *.pluma-plugin
- use "Plugin" section name instead of "Pluma Plugin"

mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use *.plugin extension instead of *.pluma-plugin
- use "Plugin" section name instead of "Pluma Plugin"

mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb
</pre>
</div>
</content>
</entry>
<entry>
<title>time plugin: adapt configure dialog to libpeas interface</title>
<updated>2016-12-05T13:57:36+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-04T16:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=95d29254d97484cbbece5a7acd994025d90699e1'/>
<id>95d29254d97484cbbece5a7acd994025d90699e1</id>
<content type='text'>
mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=f9cfaba1bca880e40048cb7ac044b9e34627c378
https://git.gnome.org/browse/gedit/commit/?id=20011152c7a6b372dec92120439faad7a730d35b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=f9cfaba1bca880e40048cb7ac044b9e34627c378
https://git.gnome.org/browse/gedit/commit/?id=20011152c7a6b372dec92120439faad7a730d35b
</pre>
</div>
</content>
</entry>
<entry>
<title>time plugin: port to libpeas</title>
<updated>2016-12-05T13:57:36+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-12-04T14:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=564ca51a2544db1be35fd1493110b6db8ecdc4a6'/>
<id>564ca51a2544db1be35fd1493110b6db8ecdc4a6</id>
<content type='text'>
mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=529bb71a0d3d514639611a7e989767e24a47dc6b
https://git.gnome.org/browse/gedit/commit/?id=69a0f7450453b787c5b5fbcb59366493501797a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mostly adapted from:
https://git.gnome.org/browse/gedit/commit/?id=529bb71a0d3d514639611a7e989767e24a47dc6b
https://git.gnome.org/browse/gedit/commit/?id=69a0f7450453b787c5b5fbcb59366493501797a9
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded 'x' attribute from non-executable files</title>
<updated>2015-12-24T09:11:01+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-12-24T09:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/pluma/commit/?id=709cddc1f4363a8996eb4dee56fc753699395e5f'/>
<id>709cddc1f4363a8996eb4dee56fc753699395e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
