aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0b78c..e0bd9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1 2Changes for 1.1
3*08/08/18: 3*08/08/18:
4 * Combined code for MoveTo key command and saved window positions (Mark)
5 Side effects:
6 - both now have the following options: TopLeft Left BottomLeft Top Center
7 Bottom TopRight Right BottomRight
8 - the CENTER reference in apps now behaves like WINCENTER
9 - some previously saved positions will be wrong, since they are now
10 computed relative to the toolbar and slit
11 - CENTER/WINCENTER will now work properly with Xinerama when placing the
12 window on a head other than the top left one
13 CurrentWindowCmd.cc/hh Remember.cc Window.cc/hh
4 * Add Top Center, Left Center, Right Center, and Bottom Center tab placement 14 * Add Top Center, Left Center, Right Center, and Bottom Center tab placement
5 options (Mark) 15 options (Mark)
6 FbWinFrame.cc/hh Screen.cc FbTk/Container.cc/hh 16 FbWinFrame.cc/hh Screen.cc FbTk/Container.cc/hh