diff -Nru plank-0.8.1+bzr1203/ChangeLog plank-0.8.1+bzr1206/ChangeLog --- plank-0.8.1+bzr1203/ChangeLog 2015-03-24 18:20:04.000000000 +0000 +++ plank-0.8.1+bzr1206/ChangeLog 2015-03-27 07:23:15.000000000 +0000 @@ -1,3 +1,17 @@ +2015-03-25 Rico Tzschichholz + + renderer: Do not animate item if it got removed with drag'n'drop + +2015-03-25 Rico Tzschichholz + + element: Add "IsVisible" which *only* controls whether to draw the item + +2015-03-25 Rico Tzschichholz + + element: Rename IsVisible to IsAttached + + This matches its function better. + 2015-03-24 Rico Tzschichholz dockwindow: Do not stop motion-events by default diff -Nru plank-0.8.1+bzr1203/configure plank-0.8.1+bzr1206/configure --- plank-0.8.1+bzr1203/configure 2015-03-24 18:19:26.000000000 +0000 +++ plank-0.8.1+bzr1206/configure 2015-03-27 07:22:39.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.8.1.1203. +# Generated by GNU Autoconf 2.69 for plank 0.8.1.1206. # # Report bugs to . # @@ -650,8 +650,8 @@ # Identity of this package. PACKAGE_NAME='plank' PACKAGE_TARNAME='plank' -PACKAGE_VERSION='0.8.1.1203' -PACKAGE_STRING='plank 0.8.1.1203' +PACKAGE_VERSION='0.8.1.1206' +PACKAGE_STRING='plank 0.8.1.1206' PACKAGE_BUGREPORT='https://bugs.launchpad.net/plank' PACKAGE_URL='https://launchpad.net/plank' @@ -1497,7 +1497,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.8.1.1203 to adapt to many kinds of systems. +\`configure' configures plank 0.8.1.1206 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1567,7 +1567,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of plank 0.8.1.1203:";; + short | recursive ) echo "Configuration of plank 0.8.1.1206:";; esac cat <<\_ACEOF @@ -1717,7 +1717,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -plank configure 0.8.1.1203 +plank configure 0.8.1.1206 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2086,7 +2086,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.8.1.1203, which was +It was created by plank $as_me 0.8.1.1206, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2976,7 +2976,7 @@ # Define the identity of the package. PACKAGE='plank' - VERSION='0.8.1.1203' + VERSION='0.8.1.1206' cat >>confdefs.h <<_ACEOF @@ -14550,7 +14550,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.8.1.1203, which was +This file was extended by plank $as_me 0.8.1.1206, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14617,7 +14617,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.8.1.1203 +plank config.status 0.8.1.1206 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru plank-0.8.1+bzr1203/debian/changelog plank-0.8.1+bzr1206/debian/changelog --- plank-0.8.1+bzr1203/debian/changelog 2015-03-24 18:20:39.000000000 +0000 +++ plank-0.8.1+bzr1206/debian/changelog 2015-03-27 07:23:56.000000000 +0000 @@ -1,8 +1,8 @@ -plank (0.8.1+bzr1203-0ubuntu1~14.10~ricotz1) utopic; urgency=high +plank (0.8.1+bzr1206-0ubuntu1~14.10~ricotz1) utopic; urgency=high - * New development release of lp:plank bzr1203 + * New development release of lp:plank bzr1206 - -- Rico Tzschichholz Tue, 24 Mar 2015 19:20:39 +0100 + -- Rico Tzschichholz Fri, 27 Mar 2015 08:23:56 +0100 plank (0.6.1-1) unstable; urgency=low diff -Nru plank-0.8.1+bzr1203/docs/vala-doc/plank/plank.devhelp2 plank-0.8.1+bzr1206/docs/vala-doc/plank/plank.devhelp2 --- plank-0.8.1+bzr1203/docs/vala-doc/plank/plank.devhelp2 2015-03-24 18:20:03.000000000 +0000 +++ plank-0.8.1+bzr1206/docs/vala-doc/plank/plank.devhelp2 2015-03-27 07:23:15.000000000 +0000 @@ -503,6 +503,7 @@ + diff -Nru plank-0.8.1+bzr1203/docs/vala-doc/plank/Plank.DockController.html plank-0.8.1+bzr1206/docs/vala-doc/plank/Plank.DockController.html --- plank-0.8.1+bzr1203/docs/vala-doc/plank/Plank.DockController.html 2015-03-24 18:20:03.000000000 +0000 +++ plank-0.8.1+bzr1206/docs/vala-doc/plank/Plank.DockController.html 2015-03-27 07:23:14.000000000 +0000 @@ -168,6 +168,7 @@

diff -Nru plank-0.8.1+bzr1203/docs/vala-doc/plank/Plank.Items.DockItem.html plank-0.8.1+bzr1206/docs/vala-doc/plank/Plank.Items.DockItem.html --- plank-0.8.1+bzr1203/docs/vala-doc/plank/Plank.Items.DockItem.html 2015-03-24 18:20:03.000000000 +0000 +++ plank-0.8.1+bzr1206/docs/vala-doc/plank/Plank.Items.DockItem.html 2015-03-27 07:23:14.000000000 +0000 @@ -196,6 +196,7 @@