aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc4dde..8d9f984 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1: 2Changes for 1.1:
3*07/05/13:
4 * Added new placement policies {Row,Col}MinOverlapPlacement. They behave the
5 same as {Row,Col}SmartPlacement when the window fits but fall back on
6 minimizing overlap with other windows instead of CascadePlacement (Mark)
7 MinOverlapPlacement.cc/hh ScreenPlacement.cc/hh
3*07/05/12: 8*07/05/12:
4 * Changed interpretation of Horizontal/Vertical maximization of a window that 9 * Changed interpretation of Horizontal/Vertical maximization of a window that
5 is already maximized (Mark) 10 is already maximized (Mark)