diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.11 | 2 | Changes for 0.9.11 |
3 | *04/10/16: | ||
4 | * Added option to specify what to do with windows, that got activated on | ||
5 | a different workspaces than the current one (thru NET_ACTIVE_WINDOW | ||
6 | for example, guinotification-plugin from gaim) (Mathias) | ||
7 | session.screen0.followModel: <value> | ||
8 | with <value> one of : | ||
9 | |||
10 | Ignore - ignore the activated window | ||
11 | Follow - go to the workspace of the window | ||
12 | Current | CurrentWorkspace | Fetch - get the window onto the | ||
13 | current workspace | ||
14 | Screen.hh/cc ScreenResource.cc Ewmh.cc | ||
15 | |||
3 | *04/10/11: | 16 | *04/10/11: |
4 | * Fix a bad nls string name - it ended with Set, but was a string (Simon) | 17 | * Fix a bad nls string name - it ended with Set, but was a string (Simon) |
5 | main.cc | 18 | main.cc |