diff options
-rw-r--r-- | NEWS | 32 |
1 files changed, 23 insertions, 9 deletions
@@ -1,23 +1,36 @@ | |||
1 | News in 1.1.0: | 1 | News in 1.1.0: |
2 | * Changed syntax for window cycling. | 2 | * Changed syntax for window cycling. |
3 | Instead of bitmask, the window cucling functions takes a list of | 3 | Instead of bitmask, the window cycling functions takes a list of |
4 | options enclosed in{} followed by pattern, similar to those used in | 4 | options enclosed in {} followed by pattern, similar to those used in |
5 | the apps file. | 5 | the apps file. |
6 | * Added new placement policies {Row,Col}MinOverlapPlacement. They | 6 | * Added new placement policies {Row,Col}MinOverlapPlacement. They |
7 | behave the same as {Row,Col}SmartPlacement when the window fits but | 7 | behave the same as {Row,Col}SmartPlacement when the window fits but |
8 | fall back on minimizing overlap with other windows instead of | 8 | fall back on minimizing overlap with other windows instead of |
9 | CascadePlacement. | 9 | CascadePlacement. |
10 | * New options to client patterns: | 10 | * New options to client patterns: |
11 | - focushidden | ||
12 | - fullscreen | ||
13 | - head | ||
14 | - iconhidden | ||
15 | - layer | ||
16 | - minimized | ||
17 | - maximized | ||
18 | - shaded | ||
19 | - stuck | ||
11 | - transient | 20 | - transient |
12 | - mouse | 21 | - urgent |
22 | - workspace | ||
13 | - workspacename | 23 | - workspacename |
14 | * New commands: | 24 | * New commands: |
15 | - TypeAheadFocus | ||
16 | - GoToWindow | ||
17 | - ClientMenu | ||
18 | - Attach | 25 | - Attach |
26 | - ClientMenu | ||
27 | - Delay | ||
19 | - Focus | 28 | - Focus |
20 | - ForEach | 29 | - ForEach |
30 | - GoToWindow | ||
31 | - If | ||
32 | - StartMoving | ||
33 | - StartResizing | ||
21 | - StartTabbing | 34 | - StartTabbing |
22 | - SetDecor | 35 | - SetDecor |
23 | - SetTitle | 36 | - SetTitle |
@@ -28,8 +41,6 @@ News in 1.1.0: | |||
28 | - OnWindow | 41 | - OnWindow |
29 | - OnTitlebar | 42 | - OnTitlebar |
30 | - Double | 43 | - Double |
31 | - FocusIn/FocusOut MouseOver/MouseOut ..? | ||
32 | - Delay | ||
33 | * New resources: | 44 | * New resources: |
34 | - session.screen<N>.tabs.usePixmap: <boolean> | 45 | - session.screen<N>.tabs.usePixmap: <boolean> |
35 | - session.screen<N>.maxIgnoreIncrement: <boolean> | 46 | - session.screen<N>.maxIgnoreIncrement: <boolean> |
@@ -47,8 +58,10 @@ News in 1.1.0: | |||
47 | New style items: | 58 | New style items: |
48 | window.(un)focus.border{Width,Color} | 59 | window.(un)focus.border{Width,Color} |
49 | * New or updated translations: | 60 | * New or updated translations: |
61 | - de_AT | ||
62 | - de_CH | ||
63 | - mk_MK | ||
50 | - zh_TW | 64 | - zh_TW |
51 | - de_* | ||
52 | * Added -list-commands command line option, which prints a list of | 65 | * Added -list-commands command line option, which prints a list of |
53 | valid fluxbox commands. | 66 | valid fluxbox commands. |
54 | Bug fixes: | 67 | Bug fixes: |
@@ -59,6 +72,7 @@ Bug fixes: | |||
59 | * #1843325, Fix startup items in apps file with specified screen number | 72 | * #1843325, Fix startup items in apps file with specified screen number |
60 | * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were | 73 | * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were |
61 | switched. | 74 | switched. |
75 | * #1806327, Fix `About' menu item with tcsh. | ||
62 | See ChangeLog for more details. | 76 | See ChangeLog for more details. |
63 | 77 | ||
64 | 78 | ||