From 5748c8502b37a5792ac89c09a7f03f3dbb75069c Mon Sep 17 00:00:00 2001 From: id Date: Wed, 14 Jul 1999 22:45:15 +0000 Subject: [PATCH] Edge attraction. --- ChangeLog | 1 + NEWS | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) 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