Hello community, here is the log from the commit of package mate-panel for openSUSE:Factory checked in at 2017-02-09 11:19:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-panel (Old) and /work/SRC/openSUSE:Factory/.mate-panel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-panel" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes 2016-09-25 14:43:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes 2017-02-09 11:19:13.728405154 +0100 @@ -1,0 +2,13 @@ +Wed Feb 8 14:23:12 UTC 2017 - [email protected] + +- Update to version 1.16.1: + * Clock applet: Mark a current day in the calendar. + * Clock applet: Update a tooltip only when new text is different + (fixes some OpenGL issues in fullscreen applications). + * GTK+3: Stop the calendar window from jumping when + expanding/folding locations. + * GTK+3: Fix showing an icon at the mouse cursor on a launcher + drag-n-drop. + * GTK+3: Fix a heap of runtime warnings. + +------------------------------------------------------------------- Old: ---- mate-panel-1.16.0.tar.xz New: ---- mate-panel-1.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-panel.spec ++++++ --- /var/tmp/diff_new_pack.iuKbEg/_old 2017-02-09 11:19:14.340318579 +0100 +++ /var/tmp/diff_new_pack.iuKbEg/_new 2017-02-09 11:19:14.340318579 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-panel # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,12 +21,12 @@ %define typelib typelib-1_0-MatePanelApplet-4_0 %define _version 1.16 Name: mate-panel -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: MATE Desktop Panel License: GPL-2.0+ Group: System/GUI/Other -Url: http://mate-desktop.org/ +Url: https://mate-desktop.org/ Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz Source1: %{name}-branding.gschema.override.in Source2: baselibs.conf @@ -138,7 +138,7 @@ --enable-introspection \ --disable-scrollkeeper \ --with-gtk=2.0 -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install ++++++ mate-panel-1.16.0.tar.xz -> mate-panel-1.16.1.tar.xz ++++++ ++++ 2143 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/ChangeLog new/mate-panel-1.16.1/ChangeLog --- old/mate-panel-1.16.0/ChangeLog 2016-09-19 07:02:24.000000000 +0200 +++ new/mate-panel-1.16.1/ChangeLog 2017-01-31 12:50:59.000000000 +0100 @@ -1,3 +1,129 @@ +commit 916de39b799da74197a82525c422b0c980597f4f +Author: monsta <[email protected]> +Date: Tue Jan 31 14:46:02 2017 +0300 + + release 1.16.1 + + NEWS | 9 +++++++++ + configure.ac | 2 +- + 2 files changed, 10 insertions(+), 1 deletion(-) + +commit f0c5d5c5511b86b9468dad0ad8bd22663d133c04 +Author: monsta <[email protected]> +Date: Mon Jan 30 17:44:36 2017 +0300 + + clock: fix remaining deprecation for GTK+ >= 3.20 + + applets/clock/clock.c | 8 ++++++++ + 1 file changed, 8 insertions(+) + +commit 39e9febe6b9380fabce107f2d954d40d06a99b8d +Author: lukefromdc <[email protected]> +Date: Mon Jan 9 23:16:46 2017 -0500 + + GTK 3.20/3.22: fix warnings from show-desktop button + Force zero padding, margin, border to stop underallocation warnings. + + *Note: few themes deliberately use a border here, some (notably Adwaita) inherit it from generic buttons + + applets/wncklet/showdesktop.c | 16 +++++++++++++--- + 1 file changed, 13 insertions(+), 3 deletions(-) + +commit 259556826d99300aa67b33a2af2cdd6155b9f704 +Author: lukefromdc <[email protected]> +Date: Mon Jan 9 23:04:46 2017 -0500 + + GTK 3.20/22: fix warnings from tasklist buttons + Force padding and margins to zero. Borders don't seem to throw warnings here + + applets/wncklet/window-list.c | 19 +++++++++++++++++++ + 1 file changed, 19 insertions(+) + +commit 7c01782f529d0e55fbce6a3bbbd23318b6cc969e +Author: lukefromdc <[email protected]> +Date: Mon Jan 9 19:50:44 2017 -0500 + + GTK 3.20/22 Clock button: force zero padding and margin + Stops negative allocation warnings unless theme sets a border + + applets/clock/clock.c | 24 ++++++++++++++++++++++-- + 1 file changed, 22 insertions(+), 2 deletions(-) + +commit a97dea0d4b8e1f2a7682bc7787e5b66143695070 +Author: monsta <[email protected]> +Date: Fri Jan 27 15:05:00 2017 +0300 + + [GTK+3] clock: fix runtime warning about invalid signal + + port of 02b7511302cef8b527cbc45c1ac674ab28f2dc01 to mixed GTK+2/3 code + + applets/clock/clock.c | 5 +++++ + 1 file changed, 5 insertions(+) + +commit 58cff7d1f9416f01e8bff7d93dd5a321fccf81b0 +Author: monsta <[email protected]> +Date: Fri Jan 27 14:50:16 2017 +0300 + + [GTK+3] fix runtime warning about allocation + + port of 0802dc27cae8b42766704e8e848f7fc035c66019 to mixed GTK+2/3 code + + mate-panel/button-widget.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 72f7f71dfcb084b4825cf18d63558058584dc949 +Author: ZenWalker <[email protected]> +Date: Tue Nov 29 23:22:17 2016 +0100 + + [GTK+3] fix showing icon at mouse cursor on launcher d-n-d + + Fixes #457 + + mate-panel/applet.c | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +commit bf573b447308e30193c333e71dee20f8d3134418 +Author: Błażej Szczygieł <[email protected]> +Date: Mon Mar 28 18:20:19 2016 +0200 + + clock: update tooltip only when new text is different + + This can prevent problems with OpenGL on some drivers (see #397) + + applets/clock/clock.c | 25 ++++++++++++++++--------- + 1 file changed, 16 insertions(+), 9 deletions(-) + +commit 25dfb51de867b4c271a8ae8f9f07f30e4b0c857b +Author: lukefromdc <[email protected]> +Date: Wed Oct 19 16:44:28 2016 -0400 + + GTK+-3 Calendar Window: force minimum size + + Force minimum width for calendar window to stop jumping (on locations open/close) in themes that don't enlarge calendar from the rather small default. Set the minimum height smaller than any theme would set it as it otherwise just puts blank space under the last row rather than spacing out the numbers. + + Apparently GTK2 behaves differently here. Note that the GTK3 only selectors will have to come back out for the dev-gtk3-migration branch + + applets/clock/calendar-window.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit d9802b17f8a6bb8a93ac80bf59613a696af07c59 +Merge: 90e6948 36a278a +Author: lukefromdc <[email protected]> +Date: Thu Sep 29 23:21:57 2016 -0400 + + Merge pull request #483 from Safari77/markcurrentday + + clock-applet: mark current day + +commit 36a278a769bd96677de471dfbccdd3816a49674d +Author: Sami Farin <[email protected]> +Date: Thu Sep 29 00:09:33 2016 +0300 + + clock-applet: mark current day + + applets/clock/calendar-window.c | 43 +++++++++++++++++++++++++++++++++++------ + 1 file changed, 37 insertions(+), 6 deletions(-) + commit 90e6948e95401da51dc5558b2428cd058a8df260 Author: raveit65 <[email protected]> Date: Mon Sep 19 07:00:30 2016 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/NEWS new/mate-panel-1.16.1/NEWS --- old/mate-panel-1.16.0/NEWS 2016-09-19 06:59:38.000000000 +0200 +++ new/mate-panel-1.16.1/NEWS 2017-01-31 12:42:56.000000000 +0100 @@ -1,3 +1,12 @@ +1.16.1 + * Clock applet: mark current day in the calendar + * Clock applet: update tooltip only when new text is different + (fixes some OpenGL issues in fullscreen apps) + * GTK+3: stop calendar window jumping when expanding/folding + locations + * GTK+3: fix showing icon at mouse cursor on launcher drag-n-drop + * GTK+3: fix a heap of runtime warnings + 1.16.0 * Use GtkAboutDialog instead of MateAboutDialog * GTK+3: use GtkColorButton/GtkColorChooser in properties dialog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/applets/clock/calendar-window.c new/mate-panel-1.16.1/applets/clock/calendar-window.c --- old/mate-panel-1.16.0/applets/clock/calendar-window.c 2016-07-15 21:12:02.000000000 +0200 +++ new/mate-panel-1.16.1/applets/clock/calendar-window.c 2017-01-31 11:34:58.000000000 +0100 @@ -86,14 +86,46 @@ const char *key, GCallback callback); +static void calendar_mark_today(GtkCalendar *calendar) +{ + time_t now; + struct tm tm1; + guint year, month, day; + + gtk_calendar_get_date(calendar, &year, &month, &day); + time(&now); + localtime_r (&now, &tm1); + if ((tm1.tm_mon == month) && (tm1.tm_year + 1900 == year)) { + gtk_calendar_mark_day (GTK_CALENDAR (calendar), tm1.tm_mday); + } else { + gtk_calendar_unmark_day (GTK_CALENDAR (calendar), tm1.tm_mday); + } +} + +static gboolean calendar_update(gpointer user_data) +{ + GtkCalendar *calendar = user_data; + calendar_mark_today(calendar); + return G_SOURCE_REMOVE; +} + +static void calendar_month_changed_cb(GtkCalendar *calendar, gpointer user_data) +{ + gtk_calendar_clear_marks(calendar); + g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, calendar_update, user_data, NULL); +} + static GtkWidget * calendar_window_create_calendar (CalendarWindow *calwin) { GtkWidget *calendar; GtkCalendarDisplayOptions options; - struct tm *tm; + struct tm tm1; calendar = gtk_calendar_new (); + #if GTK_CHECK_VERSION (3, 0, 0) + gtk_widget_set_size_request(GTK_WIDGET(calendar), 260, 100); + #endif options = gtk_calendar_get_display_options (GTK_CALENDAR (calendar)); if (calwin->priv->show_weeks) options |= GTK_CALENDAR_SHOW_WEEK_NUMBERS; @@ -101,12 +133,14 @@ options &= ~(GTK_CALENDAR_SHOW_WEEK_NUMBERS); gtk_calendar_set_display_options (GTK_CALENDAR (calendar), options); - tm = localtime (calwin->priv->current_time); + localtime_r (calwin->priv->current_time, &tm1); + gtk_calendar_select_month (GTK_CALENDAR (calendar), + tm1.tm_mon, tm1.tm_year + 1900); + gtk_calendar_select_day (GTK_CALENDAR (calendar), tm1.tm_mday); + calendar_mark_today (GTK_CALENDAR(calendar)); - gtk_calendar_select_month (GTK_CALENDAR (calendar), - tm->tm_mon, - tm->tm_year + 1900); - gtk_calendar_select_day (GTK_CALENDAR (calendar), tm->tm_mday); + g_signal_connect(calendar, "month-changed", + G_CALLBACK(calendar_month_changed_cb), calendar); return calendar; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/applets/clock/clock.c new/mate-panel-1.16.1/applets/clock/clock.c --- old/mate-panel-1.16.0/applets/clock/clock.c 2016-08-03 11:13:17.000000000 +0200 +++ new/mate-panel-1.16.1/applets/clock/clock.c 2017-01-31 11:50:05.000000000 +0100 @@ -405,8 +405,10 @@ #endif PangoContext *pango_context; PangoFontMetrics *metrics; +#if !GTK_CHECK_VERSION (3, 20, 0) int focus_width = 0; int focus_pad = 0; +#endif int ascent; int descent; int thickness; @@ -435,10 +437,12 @@ #if GTK_CHECK_VERSION (3, 0, 0) gtk_style_context_get_padding (style_context, state, &padding); +#if !GTK_CHECK_VERSION (3, 20, 0) gtk_style_context_get_style (style_context, "focus-line-width", &focus_width, "focus-padding", &focus_pad, NULL); +#endif #else gtk_widget_style_get (widget, "focus-line-width", &focus_width, @@ -461,7 +465,11 @@ #endif } +#if GTK_CHECK_VERSION (3, 20, 0) + return PANGO_PIXELS (ascent + descent) + thickness; +#else return PANGO_PIXELS (ascent + descent) + 2 * (focus_width + focus_pad) + thickness; +#endif } static gboolean @@ -674,6 +682,8 @@ static void update_tooltip (ClockData * cd) { + char *tip; + char *old_tip; if (!cd->showdate) { struct tm *tm; char date[256]; @@ -681,7 +691,6 @@ char *zone; time_t now_t; struct tm now; - char *tip; tm = localtime (&cd->current_time); @@ -714,17 +723,23 @@ tip = g_strdup_printf (utf8, zone); - gtk_widget_set_tooltip_text (cd->panel_button, tip); g_free (utf8); - g_free (tip); } else { - if (cd->calendar_popup) - gtk_widget_set_tooltip_text (cd->panel_button, - _("Click to hide month calendar")); - else - gtk_widget_set_tooltip_text (cd->panel_button, - _("Click to view month calendar")); + if (cd->calendar_popup) + tip = _("Click to hide month calendar"); + else + tip = _("Click to view month calendar"); } + + /* Update only when the new tip is different. + * This can prevent problems with OpenGL on some drivers */ + old_tip = gtk_widget_get_tooltip_text (cd->panel_button); + if (g_strcmp0 (old_tip, tip)) + gtk_widget_set_tooltip_text (cd->panel_button, tip); + + g_free (old_tip); + if (!cd->showdate) + g_free (tip); } static void @@ -1323,6 +1338,7 @@ return FALSE; } +#if !GTK_CHECK_VERSION (3, 0, 0) /* Don't request smaller size then the last one we did, this avoids jumping when proportional fonts are used. We must take care to call "unfix_size" whenever options are changed or such where @@ -1339,6 +1355,7 @@ req->width = cd->fixed_width; req->height = cd->fixed_height; } +#endif static void clock_update_text_gravity (GtkWidget *label) @@ -1352,7 +1369,27 @@ } #if GTK_CHECK_VERSION (3, 0, 0) -#if !GTK_CHECK_VERSION (3, 19, 0) +#if GTK_CHECK_VERSION (3, 19, 0) +static inline void +force_no_button_padding (GtkWidget *widget) +{ + GtkCssProvider *provider; + + provider = gtk_css_provider_new (); + gtk_css_provider_load_from_data (provider, + "#clock-applet-button {\n" + " padding: 0px;\n" + " margin: 0px;\n }", + -1, NULL); + gtk_style_context_add_provider (gtk_widget_get_style_context (widget), + GTK_STYLE_PROVIDER (provider), + GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); + g_object_unref (provider); + + + gtk_widget_set_name (widget, "clock-applet-button"); +} +#else static inline void force_no_focus_padding (GtkWidget *widget) { @@ -1407,7 +1444,7 @@ gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE); #if GTK_CHECK_VERSION (3, 19, 0) - gtk_widget_set_name (button, "clock-applet-button"); + force_no_button_padding (button); #else force_no_focus_padding (button); #endif @@ -1421,9 +1458,12 @@ GtkWidget *label; label = gtk_label_new (NULL); + +#if !GTK_CHECK_VERSION (3, 0, 0) g_signal_connect (label, "size_request", G_CALLBACK (clock_size_request), cd); +#endif g_signal_connect_swapped (label, "style_set", G_CALLBACK (unfix_size), cd); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/applets/wncklet/showdesktop.c new/mate-panel-1.16.1/applets/wncklet/showdesktop.c --- old/mate-panel-1.16.0/applets/wncklet/showdesktop.c 2016-07-30 20:24:19.000000000 +0200 +++ new/mate-panel-1.16.1/applets/wncklet/showdesktop.c 2017-01-31 11:34:58.000000000 +0100 @@ -410,10 +410,8 @@ gchar* ui_path; AtkObject* atk_obj; #if GTK_CHECK_VERSION (3, 0, 0) -#if !GTK_CHECK_VERSION (3, 19, 0) GtkCssProvider *provider; #endif -#endif mate_panel_applet_set_flags(applet, MATE_PANEL_APPLET_EXPAND_MINOR); @@ -444,8 +442,20 @@ gtk_widget_set_name (sdd->button, "showdesktop-button"); #if GTK_CHECK_VERSION (3, 0, 0) -#if !GTK_CHECK_VERSION (3, 19, 0) provider = gtk_css_provider_new (); +#if GTK_CHECK_VERSION (3, 20, 0) + gtk_css_provider_load_from_data (provider, + "#showdesktop-button {\n" + "border-width: 0px; \n" /*a border here causes GTK warnings */ + " padding: 0px;\n" + " margin: 0px; }", + -1, NULL); + + gtk_style_context_add_provider (gtk_widget_get_style_context (sdd->button), + GTK_STYLE_PROVIDER (provider), + GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); + g_object_unref (provider); +#else gtk_css_provider_load_from_data (provider, "#showdesktop-button {\n" " -GtkWidget-focus-line-width: 0px;\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/applets/wncklet/window-list.c new/mate-panel-1.16.1/applets/wncklet/window-list.c --- old/mate-panel-1.16.0/applets/wncklet/window-list.c 2016-07-30 20:24:19.000000000 +0200 +++ new/mate-panel-1.16.1/applets/wncklet/window-list.c 2017-01-31 11:34:58.000000000 +0100 @@ -394,11 +394,30 @@ TasklistData* tasklist; GtkActionGroup* action_group; gchar* ui_path; +#if GTK_CHECK_VERSION (3, 20, 0) + GtkCssProvider *provider; + GdkScreen *screen; +#endif tasklist = g_new0(TasklistData, 1); tasklist->applet = GTK_WIDGET(applet); +#if GTK_CHECK_VERSION (3, 20, 0) + provider = gtk_css_provider_new (); + screen = gdk_screen_get_default (); + gtk_css_provider_load_from_data (provider, + ".mate-panel-menu-bar button,\n" + " #tasklist-button {\n" + " padding: 0px;\n" + " margin: 0px;\n }", + -1, NULL); + gtk_style_context_add_provider_for_screen (screen, + GTK_STYLE_PROVIDER (provider), + GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); + g_object_unref (provider); +#endif + mate_panel_applet_set_flags(MATE_PANEL_APPLET(tasklist->applet), MATE_PANEL_APPLET_EXPAND_MAJOR | MATE_PANEL_APPLET_EXPAND_MINOR | MATE_PANEL_APPLET_HAS_HANDLE); setup_gsettings(tasklist); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/configure.ac new/mate-panel-1.16.1/configure.ac --- old/mate-panel-1.16.0/configure.ac 2016-09-19 07:00:13.000000000 +0200 +++ new/mate-panel-1.16.1/configure.ac 2017-01-31 12:33:55.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.16.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.16.1], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-popups.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-popups.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-popups.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-popups.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Defining a Popup Context Menu: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="applet-writing.html" title="Writing Applets"> <link rel="prev" href="server-files.html" title="MateComponent Activation .server Files For Applets"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-porting.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-porting.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-porting.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-porting.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Porting Applets from the MATE 1.x interfaces: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="prev" href="multi-applets.html" title="Multiple Applets"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-writing.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-writing.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/applet-writing.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/applet-writing.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Writing Applets: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="prev" href="index.html" title="Panel Applet Library Reference Manual"> Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/home.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/home.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/index.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/index.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/index.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/index.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Panel Applet Library Reference Manual: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <meta name="description" content="This manual documents the interfaces of the panel applet library for MATE 2.x and a short guide to porting applets from the MATE 1.x interfaces."> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="next" href="applet-writing.html" title="Writing Applets"> Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/left-insensitive.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/left-insensitive.png differ Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/left.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/left.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet-Panel-Applet-MateConf-Utilities.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Panel Applet MateConf Utilities: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="mate-panel-applet.html" title="The Panel Applet Library"> <link rel="prev" href="mate-panel-applet-mate-panel-applet.html" title="MatePanelApplet"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet-mate-panel-applet.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MatePanelApplet: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="mate-panel-applet.html" title="The Panel Applet Library"> <link rel="prev" href="mate-panel-applet.html" title="The Panel Applet Library"> @@ -37,7 +37,7 @@ </tr></table></div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.functions"></a><h2>Functions</h2> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="functions_return"> <col class="functions_name"> @@ -45,7 +45,7 @@ <tbody> <tr> <td class="function_type"> -<span class="returnvalue">gboolean</span> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <span class="c_punctuation">(</span><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelAppletFactoryCallback" title="MatePanelAppletFactoryCallback ()">*MatePanelAppletFactoryCallback</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span> @@ -53,7 +53,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">GtkWidget</span> * +<a href="/usr/share/gtk-doc/html/gtk2GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * </td> <td class="function_name"> <a class="link" href="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-new" title="mate_panel_applet_new ()">mate_panel_applet_new</a> <span class="c_punctuation">()</span> @@ -69,7 +69,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">guint</span> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> </td> <td class="function_name"> <a class="link" href="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-size" title="mate_panel_applet_get_size ()">mate_panel_applet_get_size</a> <span class="c_punctuation">()</span> @@ -109,7 +109,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">gboolean</span> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="mate-panel-applet-mate-panel-applet.html#mate-panel-applet-get-locked-down" title="mate_panel_applet_get_locked_down ()">mate_panel_applet_get_locked_down</a> <span class="c_punctuation">()</span> @@ -152,7 +152,7 @@ </div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.properties"></a><h2>Properties</h2> -<div class="informaltable"><table border="0"> +<div class="informaltable"><table class="informaltable" border="0"> <colgroup> <col width="150px" class="properties_type"> <col width="300px" class="properties_name"> @@ -161,60 +161,60 @@ <tbody> <tr> <td class="property_type"> -<span class="type">gchar</span> *</td> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--background" title="The “background” property">background</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><span class="type">gpointer</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--closure" title="The “closure” property">closure</a></td> <td class="property_flags">Read / Write / Construct Only</td> </tr> <tr> <td class="property_type"> -<span class="type">GDBusConnection</span> *</td> +<a href="/usr/share/gtk-doc/html/gioGDBusConnection.html#GDBusConnection-struct"><span class="type">GDBusConnection</span></a> *</td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--connection" title="The “connection” property">connection</a></td> <td class="property_flags">Read / Write / Construct Only</td> </tr> <tr> -<td class="property_type"><span class="type">guint</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--flags" title="The “flags” property">flags</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"> -<span class="type">gchar</span> *</td> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--id" title="The “id” property">id</a></td> <td class="property_flags">Read / Write / Construct Only</td> </tr> <tr> -<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--locked" title="The “locked” property">locked</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><span class="type">gboolean</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--locked-down" title="The “locked-down” property">locked-down</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><span class="type">guint</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--orient" title="The “orient” property">orient</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"> -<span class="type">gchar</span> *</td> +<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--prefs-path" title="The “prefs-path” property">prefs-path</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><span class="type">guint</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--size" title="The “size” property">size</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><span class="type">gpointer</span></td> +<td class="property_type"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> <td class="property_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet--size-hints" title="The “size-hints” property">size-hints</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -223,7 +223,7 @@ </div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.signals"></a><h2>Signals</h2> -<div class="informaltable"><table border="0"> +<div class="informaltable"><table class="informaltable" border="0"> <colgroup> <col width="150px" class="signals_return"> <col width="300px" class="signals_name"> @@ -233,29 +233,29 @@ <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-background" title="The “change-background” signal">change-background</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr> <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-orient" title="The “change-orient” signal">change-orient</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr> <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-change-size" title="The “change-size” signal">change-size</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr> <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet-move-focus-out-of-applet" title="The “move-focus-out-of-applet” signal">move-focus-out-of-applet</a></td> -<td class="signal_flags">Action</td> +<td class="signal_flags"><a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td> </tr> </tbody> </table></div> </div> <a name="MatePanelApplet"></a><div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.other"></a><h2>Types and Values</h2> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="name"> <col class="description"> @@ -282,20 +282,21 @@ </div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> GObject - <span class="lineart">╰──</span> GInitiallyUnowned - <span class="lineart">╰──</span> GtkWidget - <span class="lineart">╰──</span> GtkContainer - <span class="lineart">╰──</span> GtkBin - <span class="lineart">╰──</span> GtkEventBox - <span class="lineart">╰──</span> MatePanelApplet +<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkObject.html#GtkObject-struct">GtkObject</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkWidget.html#GtkWidget-struct">GtkWidget</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkContainer.html#GtkContainer-struct">GtkContainer</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkBin.html#GtkBin-struct">GtkBin</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/gtk2GtkEventBox.html#GtkEventBox-struct">GtkEventBox</a> + <span class="lineart">╰──</span> MatePanelApplet </pre> </div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> MatePanelApplet implements - AtkImplementorIface and GtkBuildable.</p> + AtkImplementorIface and <a href="/usr/share/gtk-doc/html/gtk2GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>.</p> </div> <div class="refsect1"> <a name="mate-panel-applet-mate-panel-applet.includes"></a><h2>Includes</h2> @@ -309,15 +310,15 @@ <a name="mate-panel-applet-mate-panel-applet.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="MatePanelAppletFactoryCallback"></a><h3>MatePanelAppletFactoryCallback ()</h3> -<pre class="programlisting"><span class="returnvalue">gboolean</span> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <span class="c_punctuation">(</span>*MatePanelAppletFactoryCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>, - <em class="parameter"><code>const <span class="type">gchar</span> *iid</code></em>, - <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> + <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *iid</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> </div> <hr> <div class="refsect2"> <a name="mate-panel-applet-new"></a><h3>mate_panel_applet_new ()</h3> -<pre class="programlisting"><span class="returnvalue">GtkWidget</span> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk2GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> * mate_panel_applet_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> </div> <hr> @@ -329,7 +330,7 @@ <hr> <div class="refsect2"> <a name="mate-panel-applet-get-size"></a><h3>mate_panel_applet_get_size ()</h3> -<pre class="programlisting"><span class="returnvalue">guint</span> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> mate_panel_applet_get_size (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>);</pre> </div> <hr> @@ -338,7 +339,7 @@ <pre class="programlisting"><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelAppletBackgroundType" title="enum MatePanelAppletBackgroundType"><span class="returnvalue">MatePanelAppletBackgroundType</span></a> mate_panel_applet_get_background (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>, <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairocairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a> **pattern</code></em>);</pre> + <em class="parameter"><code><span class="type">cairo_pattern_t</span> **pattern</code></em>);</pre> </div> <hr> <div class="refsect2"> @@ -365,7 +366,7 @@ <hr> <div class="refsect2"> <a name="mate-panel-applet-get-locked-down"></a><h3>mate_panel_applet_get_locked_down ()</h3> -<pre class="programlisting"><span class="returnvalue">gboolean</span> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> mate_panel_applet_get_locked_down (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>);</pre> </div> <hr> @@ -373,15 +374,15 @@ <a name="mate-panel-applet-request-focus"></a><h3>mate_panel_applet_request_focus ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> mate_panel_applet_request_focus (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>, - <em class="parameter"><code><span class="type">guint32</span> timestamp</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre> </div> <hr> <div class="refsect2"> <a name="mate-panel-applet-setup-menu"></a><h3>mate_panel_applet_setup_menu ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> mate_panel_applet_setup_menu (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>, - <em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>, - <em class="parameter"><code><span class="type">GtkActionGroup</span> *action_group</code></em>);</pre> + <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *xml</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk2GtkActionGroup.html#GtkActionGroup-struct"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre> </div> <hr> <div class="refsect2"> @@ -389,21 +390,21 @@ <pre class="programlisting"><span class="returnvalue">void</span> mate_panel_applet_setup_menu_from_file (<em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *applet</code></em>, - <em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>, - <em class="parameter"><code><span class="type">GtkActionGroup</span> *action_group</code></em>);</pre> + <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk2GtkActionGroup.html#GtkActionGroup-struct"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre> </div> <hr> <div class="refsect2"> <a name="mate-panel-applet-factory-main"></a><h3>mate_panel_applet_factory_main ()</h3> <pre class="programlisting"><span class="returnvalue">int</span> -mate_panel_applet_factory_main (<em class="parameter"><code>const <span class="type">gchar</span> *factory_id</code></em>, - <em class="parameter"><code><span class="type">gboolean</span> out_process</code></em>, - <em class="parameter"><code><span class="type">GType</span> applet_type</code></em>, +mate_panel_applet_factory_main (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *factory_id</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> out_process</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> applet_type</code></em>, <em class="parameter"><code><a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelAppletFactoryCallback" title="MatePanelAppletFactoryCallback ()"><span class="type">MatePanelAppletFactoryCallback</span></a> callback</code></em>, - <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre> <div class="refsect3"> <a name="mate-panel-applet-factory-main.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> @@ -455,7 +456,7 @@ <a name="MatePanelAppletOrient"></a><h3>enum MatePanelAppletOrient</h3> <div class="refsect3"> <a name="MatePanelAppletOrient.members"></a><h4>Members</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> @@ -486,7 +487,7 @@ <a name="MatePanelAppletBackgroundType"></a><h3>enum MatePanelAppletBackgroundType</h3> <div class="refsect3"> <a name="MatePanelAppletBackgroundType.members"></a><h4>Members</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> @@ -517,7 +518,7 @@ <a name="MatePanelAppletFlags"></a><h3>enum MatePanelAppletFlags</h3> <div class="refsect3"> <a name="MatePanelAppletFlags.members"></a><h4>Members</h4> -<div class="informaltable"><table width="100%" border="0"> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> @@ -548,7 +549,7 @@ <a name="mate-panel-applet-mate-panel-applet.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="MatePanelApplet--background"></a><h3>The <code class="literal">“background”</code> property</h3> -<pre class="programlisting"> “background” <span class="type">gchar</span> *</pre> +<pre class="programlisting"> “background” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>Panel Applet Background.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> @@ -556,21 +557,21 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--closure"></a><h3>The <code class="literal">“closure”</code> property</h3> -<pre class="programlisting"> “closure” <span class="type">gpointer</span></pre> +<pre class="programlisting"> “closure” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> <p>The Applet closure.</p> <p>Flags: Read / Write / Construct Only</p> </div> <hr> <div class="refsect2"> <a name="MatePanelApplet--connection"></a><h3>The <code class="literal">“connection”</code> property</h3> -<pre class="programlisting"> “connection” <span class="type">GDBusConnection</span> *</pre> +<pre class="programlisting"> “connection” <a href="/usr/share/gtk-doc/html/gioGDBusConnection.html#GDBusConnection-struct"><span class="type">GDBusConnection</span></a> *</pre> <p>The DBus Connection.</p> <p>Flags: Read / Write / Construct Only</p> </div> <hr> <div class="refsect2"> <a name="MatePanelApplet--flags"></a><h3>The <code class="literal">“flags”</code> property</h3> -<pre class="programlisting"> “flags” <span class="type">guint</span></pre> +<pre class="programlisting"> “flags” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> <p>Panel Applet flags.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> @@ -579,7 +580,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--id"></a><h3>The <code class="literal">“id”</code> property</h3> -<pre class="programlisting"> “id” <span class="type">gchar</span> *</pre> +<pre class="programlisting"> “id” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The Applet identifier.</p> <p>Flags: Read / Write / Construct Only</p> <p>Default value: NULL</p> @@ -587,7 +588,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--locked"></a><h3>The <code class="literal">“locked”</code> property</h3> -<pre class="programlisting"> “locked” <span class="type">gboolean</span></pre> +<pre class="programlisting"> “locked” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Whether Panel Applet is locked.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> @@ -595,7 +596,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--locked-down"></a><h3>The <code class="literal">“locked-down”</code> property</h3> -<pre class="programlisting"> “locked-down” <span class="type">gboolean</span></pre> +<pre class="programlisting"> “locked-down” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Whether Panel Applet is locked down.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> @@ -603,7 +604,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--orient"></a><h3>The <code class="literal">“orient”</code> property</h3> -<pre class="programlisting"> “orient” <span class="type">guint</span></pre> +<pre class="programlisting"> “orient” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> <p>Panel Applet Orientation.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 3</p> @@ -612,7 +613,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--prefs-path"></a><h3>The <code class="literal">“prefs-path”</code> property</h3> -<pre class="programlisting"> “prefs-path” <span class="type">gchar</span> *</pre> +<pre class="programlisting"> “prefs-path” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>GSettings Preferences Path.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> @@ -620,7 +621,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--size"></a><h3>The <code class="literal">“size”</code> property</h3> -<pre class="programlisting"> “size” <span class="type">guint</span></pre> +<pre class="programlisting"> “size” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> <p>Panel Applet Size.</p> <p>Flags: Read / Write</p> <p>Default value: 0</p> @@ -628,7 +629,7 @@ <hr> <div class="refsect2"> <a name="MatePanelApplet--size-hints"></a><h3>The <code class="literal">“size-hints”</code> property</h3> -<pre class="programlisting"> “size-hints” <span class="type">gpointer</span></pre> +<pre class="programlisting"> “size-hints” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> <p>Panel Applet Size Hints.</p> <p>Flags: Read / Write</p> </div> @@ -640,37 +641,37 @@ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *matepanelapplet, <a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelAppletBackgroundType" title="enum MatePanelAppletBackgroundType"><span class="type">MatePanelAppletBackgroundType</span></a> arg1, - <span class="type">GdkRGBA</span> *arg2, - <span class="type">CairoPattern</span> *arg3, - <span class="type">gpointer</span> user_data)</pre> -<p>Flags: Run Last</p> + <a href="/usr/share/gtk-doc/html/gdk2gdk2-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *arg2, + <a href="/usr/share/gtk-doc/html/gdk2gdk2-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> *arg3, + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> <hr> <div class="refsect2"> <a name="MatePanelApplet-change-orient"></a><h3>The <code class="literal">“change-orient”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *matepanelapplet, - <span class="type">guint</span> arg1, - <span class="type">gpointer</span> user_data)</pre> -<p>Flags: Run Last</p> + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> arg1, + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> <hr> <div class="refsect2"> <a name="MatePanelApplet-change-size"></a><h3>The <code class="literal">“change-size”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *matepanelapplet, - <span class="type">gint</span> arg1, - <span class="type">gpointer</span> user_data)</pre> -<p>Flags: Run Last</p> + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> arg1, + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> <hr> <div class="refsect2"> <a name="MatePanelApplet-move-focus-out-of-applet"></a><h3>The <code class="literal">“move-focus-out-of-applet”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="mate-panel-applet-mate-panel-applet.html#MatePanelApplet"><span class="type">MatePanelApplet</span></a> *matepanelapplet, - <span class="type">GtkDirectionType</span> arg1, - <span class="type">gpointer</span> user_data)</pre> -<p>Flags: Action</p> + <a href="/usr/share/gtk-doc/html/gtk2gtk2-Standard-Enumerations.html#GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1, + <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/mate-panel-applet.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/mate-panel-applet.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>The Panel Applet Library: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="prev" href="applet-porting.html" title="Porting Applets from the MATE 1.x interfaces"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/multi-applets.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/multi-applets.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/multi-applets.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/multi-applets.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Multiple Applets: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="applet-writing.html" title="Writing Applets"> <link rel="prev" href="session-saving.html" title="Session/Preference Saving."> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/panel-signals.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/panel-signals.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/panel-signals.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/panel-signals.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Detecting Changes in the Panel.: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="applet-writing.html" title="Writing Applets"> <link rel="prev" href="applet-popups.html" title="Defining a Popup Context Menu"> Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/right-insensitive.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/right-insensitive.png differ Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/right.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/right.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/server-files.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/server-files.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/server-files.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/server-files.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>MateComponent Activation .server Files For Applets: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="applet-writing.html" title="Writing Applets"> <link rel="prev" href="applet-writing.html" title="Writing Applets"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/session-saving.html new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/session-saving.html --- old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/session-saving.html 2016-09-19 07:02:25.000000000 +0200 +++ new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/session-saving.html 2017-01-31 12:51:06.000000000 +0100 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Session/Preference Saving.: Panel Applet Library Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="Panel Applet Library Reference Manual"> <link rel="up" href="applet-writing.html" title="Writing Applets"> <link rel="prev" href="panel-signals.html" title="Detecting Changes in the Panel."> Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/up-insensitive.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/up-insensitive.png differ Binary files old/mate-panel-1.16.0/doc/reference/mate-panel-applet/html/up.png and new/mate-panel-1.16.1/doc/reference/mate-panel-applet/html/up.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/m4/libtool.m4 new/mate-panel-1.16.1/m4/libtool.m4 --- old/mate-panel-1.16.0/m4/libtool.m4 2016-09-19 07:01:30.000000000 +0200 +++ new/mate-panel-1.16.1/m4/libtool.m4 2017-01-31 12:47:15.000000000 +0100 @@ -2867,9 +2867,6 @@ # before this can be enabled. hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command @@ -2878,7 +2875,7 @@ # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2890,6 +2887,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -3549,7 +3558,7 @@ lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -4427,7 +4436,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4939,6 +4948,9 @@ ;; esac ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -5001,6 +5013,9 @@ openbsd* | bitrig*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -5255,7 +5270,7 @@ fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5776,6 +5791,7 @@ if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi + _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' @@ -5797,7 +5813,7 @@ esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/mate-panel/applet.c new/mate-panel-1.16.1/mate-panel/applet.c --- old/mate-panel-1.16.0/mate-panel/applet.c 2016-06-29 18:42:57.000000000 +0200 +++ new/mate-panel-1.16.1/mate-panel/applet.c 2017-01-31 11:34:58.000000000 +0100 @@ -760,6 +760,17 @@ GdkEventButton *event, AppletInfo *info) { +#if GTK_CHECK_VERSION (3, 0, 0) + gboolean applet_locked; + PanelWidget *panel_widget; + + panel_widget = mate_panel_applet_get_panel_widget (info); + applet_locked = panel_widget_get_applet_locked (panel_widget, + info->widget); + + if (!applet_locked) mate_panel_applet_set_dnd_enabled (info, TRUE); +#endif + if (event->button == 3) return applet_do_popup_menu (widget, event, info); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/mate-panel/button-widget.c new/mate-panel-1.16.1/mate-panel/button-widget.c --- old/mate-panel-1.16.0/mate-panel/button-widget.c 2016-04-06 22:27:37.000000000 +0200 +++ new/mate-panel-1.16.1/mate-panel/button-widget.c 2017-01-31 11:34:58.000000000 +0100 @@ -253,8 +253,8 @@ * is never used. We are overriding the draw() method, so having a child doesn't * affect the widget rendering anyway. */ -#endif gtk_button_set_image (GTK_BUTTON (button), gtk_image_new_from_pixbuf (button->priv->pixbuf)); +#endif } button->priv->pixbuf_hc = make_hc_pixbuf (button->priv->pixbuf); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mate-panel-1.16.0/mate-panel/mate-panel.desktop.in new/mate-panel-1.16.1/mate-panel/mate-panel.desktop.in --- old/mate-panel-1.16.0/mate-panel/mate-panel.desktop.in 2016-09-19 07:01:44.000000000 +0200 +++ new/mate-panel-1.16.1/mate-panel/mate-panel.desktop.in 2017-01-31 12:47:54.000000000 +0100 @@ -9,7 +9,7 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-panel X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.16.0 +X-MATE-Bugzilla-Version=1.16.1 Categories=GTK;System;Core; OnlyShowIn=MATE; NoDisplay=true
