diff options
author | markt <markt> | 2006-08-02 22:02:31 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-02 22:02:31 (GMT) |
commit | 00d862724a5dae43dbf1cbe4378fb846218fb3c3 (patch) | |
tree | 5538b87535f1115dad8aed5950325eaa1ee17f84 /ChangeLog | |
parent | 9053e772db1ea9ab2b7a1baa88ba81fed2577f64 (diff) | |
download | fluxbox-00d862724a5dae43dbf1cbe4378fb846218fb3c3.zip fluxbox-00d862724a5dae43dbf1cbe4378fb846218fb3c3.tar.bz2 |
rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel
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) |