diff --git a/ChangeLog b/ChangeLog index f70e17f7..afee7043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Changes since version 0.60.0: - fixed problem with showing instance.class in the inspector window. - fixed crash when displaying workspace name in some positions. - fixed compilation problem when WS_INDICATOR was defined. +- added edge attraction. See NEWS. Changes since version 0.53.0: diff --git a/NEWS b/NEWS index f1c23321..8c3398bb 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,22 @@ NEWS for veteran Window Maker users ----------------------------------- +--- 0.60.1 + + +Window Edge Attraction +---------------------- + +Window edge attraction was now added. + +Attraction = YES/NO; + +will enable/disable gravity to edge's boder. +The strength of gravity can be controled by modify `EdgeResistance' value +in WindowMaker configuration file. + + + --- 0.60.0