diff --git a/ChangeLog b/ChangeLog index afe62b9b..4f9895fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ Changes since version 0.53.0: - fixed crash bug with hiding apps without dock/clip - fixed a mem leak in superfluous mode caused by the ghost icon. - added possibility to set omnipresent icons in Clip. See NEWS. +- replace xde support drop on dock with xdnd. Changes since version 0.52.0: diff --git a/NEWS b/NEWS index ae1f8122..9fcdfce1 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,13 @@ It just adds some extra capabilities to the Clip for people who think that this is useful. +XDND drop on dock support +------------------------- + +Support for XDE on dock is now replaced by XDND. +To enable, edit src/wconfig.h + + --- 0.53.0