diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/08/02: | 3 | *06/08/02: |
4 | * Rename session.screen*.iconbar.deiconifyMode to | ||
5 | session.screen*.userFollowModel (Mark) | ||
6 | This resource is used for: | ||
7 | - clicking a window on a different workspace in the iconbar | ||
8 | - _NET_ACTIVE_WINDOW messages where the source is a pager | ||
9 | - clicking a client in the workspace menu (and the opposite is used for | ||
10 | right clicks) | ||
11 | Possible values are: | ||
12 | - Follow: go to the workspace of the selected window | ||
13 | - Current: bring the window to the current workspace | ||
14 | - SemiFollow: act like Current for iconified windows, else Follow | ||
15 | - Ignore: leave it alone | ||
16 | Screen.cc/hh ScreenResources.cc/hh IconbarTool.cc/hh IconButton.cc Ewmh.cc | ||
17 | Workspace.cc | ||
4 | * Update _NET_WORKAREA on screen dimension change (Mark) | 18 | * Update _NET_WORKAREA on screen dimension change (Mark) |
5 | Screen.cc | 19 | Screen.cc |
6 | * Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes) | 20 | * Fix ClickTabFocus and MouseTabFocus in nls (Thanks Antonio Gomes) |