diff -Nru plank-0.11.4+git20180301.109f790c/ChangeLog plank-0.11.4+git20180312.dfc90056/ChangeLog --- plank-0.11.4+git20180301.109f790c/ChangeLog 2018-03-01 09:42:31.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/ChangeLog 2018-03-12 16:06:36.000000000 +0000 @@ -1,3 +1,12 @@ +2018-03-12 Rico Tzschichholz + + windowcontrol: Check skip-tasklist in has_window_on_workspace() + +2018-03-01 Rico Tzschichholz + + build: Don't stumble over an empty $srcdir variable when retrieving + version + 2018-03-01 Rico Tzschichholz renderer: Use get_monotonic_time() instead of FrameClock.get_frame_time diff -Nru plank-0.11.4+git20180301.109f790c/configure plank-0.11.4+git20180312.dfc90056/configure --- plank-0.11.4+git20180301.109f790c/configure 2018-03-01 09:41:34.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/configure 2018-03-12 16:05:37.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for plank 0.11.4.16-109f. +# Generated by GNU Autoconf 2.69 for plank 0.11.4.18-dfc90. # # Report bugs to . # @@ -650,8 +650,8 @@ # Identity of this package. PACKAGE_NAME='plank' PACKAGE_TARNAME='plank' -PACKAGE_VERSION='0.11.4.16-109f' -PACKAGE_STRING='plank 0.11.4.16-109f' +PACKAGE_VERSION='0.11.4.18-dfc90' +PACKAGE_STRING='plank 0.11.4.18-dfc90' PACKAGE_BUGREPORT='https://bugs.launchpad.net/plank' PACKAGE_URL='https://launchpad.net/plank' @@ -1527,7 +1527,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures plank 0.11.4.16-109f to adapt to many kinds of systems. +\`configure' configures plank 0.11.4.18-dfc90 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1598,7 +1598,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of plank 0.11.4.16-109f:";; + short | recursive ) echo "Configuration of plank 0.11.4.18-dfc90:";; esac cat <<\_ACEOF @@ -1761,7 +1761,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -plank configure 0.11.4.16-109f +plank configure 0.11.4.18-dfc90 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2251,7 +2251,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by plank $as_me 0.11.4.16-109f, which was +It was created by plank $as_me 0.11.4.18-dfc90, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3142,7 +3142,7 @@ # Define the identity of the package. PACKAGE='plank' - VERSION='0.11.4.16-109f' + VERSION='0.11.4.18-dfc90' cat >>confdefs.h <<_ACEOF @@ -21047,7 +21047,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by plank $as_me 0.11.4.16-109f, which was +This file was extended by plank $as_me 0.11.4.18-dfc90, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21114,7 +21114,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -plank config.status 0.11.4.16-109f +plank config.status 0.11.4.18-dfc90 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru plank-0.11.4+git20180301.109f790c/configure.ac plank-0.11.4+git20180312.dfc90056/configure.ac --- plank-0.11.4+git20180301.109f790c/configure.ac 2018-03-01 09:40:58.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/configure.ac 2018-03-12 16:05:01.000000000 +0000 @@ -24,7 +24,7 @@ # Extend version with bzr revision for non-release builds m4_define([plank_version], m4_if(plank_released, [1], - [plank_full_version], [m4_esyscmd([build-aux/git-version-gen --prefix "" --fallback plank_full_version $srcdir/.tarball-version])])) + [plank_full_version], [m4_esyscmd([build-aux/git-version-gen --prefix "" --fallback plank_full_version .tarball-version])])) m4_define([plank_major_minor_version], plank_major_version.plank_minor_version) m4_define([plank_module_version], plank_lt_current) diff -Nru plank-0.11.4+git20180301.109f790c/debian/changelog plank-0.11.4+git20180312.dfc90056/debian/changelog --- plank-0.11.4+git20180301.109f790c/debian/changelog 2018-03-01 09:42:39.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/debian/changelog 2018-03-12 16:06:45.000000000 +0000 @@ -1,8 +1,8 @@ -plank (0.11.4+git20180301.109f790c-0ubuntu1~18.04~ricotz1) bionic; urgency=high +plank (0.11.4+git20180312.dfc90056-0ubuntu1~18.04~ricotz1) bionic; urgency=high - * New development release of lp:plank 20180301.109f790c + * New development release of lp:plank 20180312.dfc90056 - -- Rico Tzschichholz Thu, 01 Mar 2018 10:42:39 +0100 + -- Rico Tzschichholz Mon, 12 Mar 2018 17:06:45 +0100 plank (0.11.4-2) unstable; urgency=medium diff -Nru plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockContainer.html plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockContainer.html --- plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockContainer.html 2018-03-01 09:42:30.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockContainer.html 2018-03-12 16:06:35.000000000 +0000 @@ -31,8 +31,8 @@ diff -Nru plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockElement.html plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockElement.html --- plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockElement.html 2018-03-01 09:42:30.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockElement.html 2018-03-12 16:06:35.000000000 +0000 @@ -30,26 +30,26 @@ diff -Nru plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockItem.html plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockItem.html --- plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockItem.html 2018-03-01 09:42:30.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockItem.html 2018-03-12 16:06:35.000000000 +0000 @@ -31,20 +31,20 @@ diff -Nru plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockItemProvider.html plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockItemProvider.html --- plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.DockItemProvider.html 2018-03-01 09:42:30.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.DockItemProvider.html 2018-03-12 16:06:35.000000000 +0000 @@ -32,12 +32,12 @@
diff -Nru plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.Preferences.html plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.Preferences.html --- plank-0.11.4+git20180301.109f790c/docs/vala-doc/plank/Plank.Preferences.html 2018-03-01 09:42:30.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/docs/vala-doc/plank/Plank.Preferences.html 2018-03-12 16:06:36.000000000 +0000 @@ -37,12 +37,12 @@
diff -Nru plank-0.11.4+git20180301.109f790c/lib/Services/WindowControl.vala plank-0.11.4+git20180312.dfc90056/lib/Services/WindowControl.vala --- plank-0.11.4+git20180301.109f790c/lib/Services/WindowControl.vala 2018-03-01 09:40:58.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/lib/Services/WindowControl.vala 2018-03-12 16:05:02.000000000 +0000 @@ -182,7 +182,7 @@ for (var i = 0; xids != null && i < xids.length; i++) { unowned Wnck.Window window = Wnck.Window.@get (xids.index (i)); - if (window == null) + if (window == null || window.is_skip_tasklist ()) continue; if (!is_virtual) { diff -Nru plank-0.11.4+git20180301.109f790c/.tarball-version plank-0.11.4+git20180312.dfc90056/.tarball-version --- plank-0.11.4+git20180301.109f790c/.tarball-version 2018-03-01 09:42:32.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/.tarball-version 2018-03-12 16:06:38.000000000 +0000 @@ -1 +1 @@ -0.11.4.16-109f +0.11.4.18-dfc90 diff -Nru plank-0.11.4+git20180301.109f790c/.version plank-0.11.4+git20180312.dfc90056/.version --- plank-0.11.4+git20180301.109f790c/.version 2018-03-01 09:41:44.000000000 +0000 +++ plank-0.11.4+git20180312.dfc90056/.version 2018-03-12 16:05:47.000000000 +0000 @@ -1 +1 @@ -0.11.4.16-109f +0.11.4.18-dfc90