<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel, branch 1.28</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Release 1.28.7</title>
<updated>2025-10-07T18:59:49+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2025-10-07T18:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=dcf3da2b5d10ca7a2a0a332942b351978b4f017c'/>
<id>dcf3da2b5d10ca7a2a0a332942b351978b4f017c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v1.28.6</title>
<updated>2025-09-04T20:33:33+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-09-04T20:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=7f9b7668f1404687246fcee964a10fa33a5b2496'/>
<id>7f9b7668f1404687246fcee964a10fa33a5b2496</id>
<content type='text'>
Removing deprecations, dependency bumps, and some bug fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing deprecations, dependency bumps, and some bug fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized and unused screen vars</title>
<updated>2025-09-04T19:27:46+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-09-03T10:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=a70cde0eccbf0890831d1f7a27aa5d86feeb4796'/>
<id>a70cde0eccbf0890831d1f7a27aa5d86feeb4796</id>
<content type='text'>
A previous overzealous cleanup left some hanging screen variables and
one instance of an uninitialized screen being used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A previous overzealous cleanup left some hanging screen variables and
one instance of an uninitialized screen being used.
</pre>
</div>
</content>
</entry>
<entry>
<title>wncklet: Bump libwnck to 43.0</title>
<updated>2025-09-04T19:27:46+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-08T17:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=04531898458c4b31730c72fc672dab6f09d8c79b'/>
<id>04531898458c4b31730c72fc672dab6f09d8c79b</id>
<content type='text'>
Recent versions of libwnck introduced a WnckHandler object to be used as
the main entry point into the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent versions of libwnck introduced a WnckHandler object to be used as
the main entry point into the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>wncklet: Remove window preview conditionals</title>
<updated>2025-09-04T19:27:45+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-02T02:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=bc2ebb874d5b5228fbb9a54a60aa97c3c735d8f4'/>
<id>bc2ebb874d5b5228fbb9a54a60aa97c3c735d8f4</id>
<content type='text'>
There are no distros (that I could find) that ship both an old
libwnck&lt;3.32.0 with a new MATE&gt;=1.28. Dropping this should be safe and
removes complexity.

Since all of these were already wrapped inside HAVE_X11, it should not
affect Wayland at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no distros (that I could find) that ship both an old
libwnck&lt;3.32.0 with a new MATE&gt;=1.28. Dropping this should be safe and
removes complexity.

Since all of these were already wrapped inside HAVE_X11, it should not
affect Wayland at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>clock: Provide fallback preferences path</title>
<updated>2025-09-04T19:27:36+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-02T00:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=4e2f0755fc01b6bee61347c4a951d2ce8a7cd387'/>
<id>4e2f0755fc01b6bee61347c4a951d2ce8a7cd387</id>
<content type='text'>
Provide a fallback preferences path in case the applet doesn't provide
one. This happens when running outside the actual panel, like in the
case of mate-panel-test-applets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a fallback preferences path in case the applet doesn't provide
one. This happens when running outside the actual panel, like in the
case of mate-panel-test-applets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump GTK version to 3.24</title>
<updated>2025-09-04T19:27:36+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-18T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=226c03b3f9b010fd8f988aa3754558217598832d'/>
<id>226c03b3f9b010fd8f988aa3754558217598832d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>panel-stock-icons: Remove deprecated GtkIconFactory and GtkIconSource</title>
<updated>2025-09-04T19:27:36+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-18T19:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=944eec840f807d6b4dd06d5c7e78e8ff29708935'/>
<id>944eec840f807d6b4dd06d5c7e78e8ff29708935</id>
<content type='text'>
All applet menus already use theme icon names directly, making this
legacy stock icon code obsolete. Removing it eliminates all the icon
factory deprecation warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All applet menus already use theme icon names directly, making this
legacy stock icon code obsolete. Removing it eliminates all the icon
factory deprecation warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated gdk_screen_get_* functions</title>
<updated>2025-09-04T19:27:36+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-18T14:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=744a162adc885f3f5a85125682eec46ca1be06dc'/>
<id>744a162adc885f3f5a85125682eec46ca1be06dc</id>
<content type='text'>
Screen functions are replaced with their Display equivalents to remove
deprecation warnings. Display functions take into account the entire
display server connection, rather than a single physical monitor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Screen functions are replaced with their Display equivalents to remove
deprecation warnings. Display functions take into account the entire
display server connection, rather than a single physical monitor.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove deprecated GtkStockItem</title>
<updated>2025-09-04T19:27:36+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-18T14:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=ac31bee9b801bfbe3da6f37d90043c85a8e67abb'/>
<id>ac31bee9b801bfbe3da6f37d90043c85a8e67abb</id>
<content type='text'>
Also replace gtk_dialog_add_button with panel_dialog_add_button to
ensure mnemonics and icons are preserved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also replace gtk_dialog_add_button with panel_dialog_add_button to
ensure mnemonics and icons are preserved.
</pre>
</div>
</content>
</entry>
</feed>
