diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 83 |
1 files changed, 9 insertions, 74 deletions
@@ -1,78 +1,13 @@ | |||
1 | News in 1.1.0: | 1 | News in 1.1.1: |
2 | * Changed syntax for window cycling. | 2 | * Opaque moving is now default. |
3 | Instead of bitmask, the window cycling functions takes a list of | ||
4 | options enclosed in {} followed by pattern, similar to those used in | ||
5 | the apps file. | ||
6 | * Added new placement policies {Row,Col}MinOverlapPlacement. They | ||
7 | behave the same as {Row,Col}SmartPlacement when the window fits but | ||
8 | fall back on minimizing overlap with other windows instead of | ||
9 | CascadePlacement. | ||
10 | * New options to client patterns: | ||
11 | - focushidden | ||
12 | - fullscreen | ||
13 | - head | ||
14 | - iconhidden | ||
15 | - layer | ||
16 | - minimized | ||
17 | - maximized | ||
18 | - shaded | ||
19 | - stuck | ||
20 | - transient | ||
21 | - urgent | ||
22 | - workspace | ||
23 | - workspacename | ||
24 | * New commands: | ||
25 | - Attach | ||
26 | - ClientMenu | ||
27 | - Delay | ||
28 | - Focus | ||
29 | - ForEach | ||
30 | - GoToWindow | ||
31 | - If | ||
32 | - StartMoving | ||
33 | - StartResizing | ||
34 | - StartTabbing | ||
35 | - SetDecor | ||
36 | - SetTitle | ||
37 | - SetTitleDialog | ||
38 | - SetLayer | ||
39 | * New modifiers to keys file: | ||
40 | - OnToolbar | ||
41 | - OnWindow | ||
42 | - OnTitlebar | ||
43 | - Double | ||
44 | * New resources: | ||
45 | - session.screen<N>.tabs.usePixmap: <boolean> | ||
46 | - session.screen<N>.maxIgnoreIncrement: <boolean> | ||
47 | - session.screen<N>.noFocusWhileTypingDelay: <int> | ||
48 | - session.screen<N>.maxDisable{Move,Resize}: <boolean> | ||
49 | - session.screen<N>.slit.acceptKdeDockapps: <boolean> | ||
50 | * New Resize modes: | ||
51 | NearestEdge, Left, Right, Top, Bottom. | ||
52 | * Style changes: | ||
53 | New window.label.(un)focused.{justify,border{Color,Width}}, | ||
54 | which fallback to window.label.{justify,border{Color,Width}} before | ||
55 | - this has the backwards-incompatible effect that | ||
56 | toolbar.iconbar.(un)focused.* fallback first to toolbar.iconbar.* | ||
57 | and then to window.label.* window.{justify,border{Color,Width}} | ||
58 | New style items: | ||
59 | window.(un)focus.border{Width,Color} | ||
60 | * New or updated translations: | ||
61 | - de_AT | ||
62 | - de_CH | ||
63 | - mk_MK | ||
64 | - zh_TW | ||
65 | * Added -list-commands command line option, which prints a list of | ||
66 | valid fluxbox commands. | ||
67 | Bug fixes: | 3 | Bug fixes: |
68 | * #1809786, Fixed gcc 2.96 compile problem. | 4 | * Install issues. |
69 | * #1787345, Fix crash when cycling focus and window closes. | 5 | * Maximize/Fullscreen for windows with non-northwest gravity. |
70 | * #1836182, Fix division by 0 error when resize increments are set to | 6 | * Randr < 1.2 checks. |
71 | 0 by an application. | 7 | * Workaround for badly specified _NET_WM_ICONS. |
72 | * #1843325, Fix startup items in apps file with specified screen number | 8 | * Fixed unshade crash. |
73 | * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were | 9 | * Minor pixmap resource leak. |
74 | switched. | 10 | |
75 | * #1806327, Fix `About' menu item with tcsh. | ||
76 | See ChangeLog for more details. | 11 | See ChangeLog for more details. |
77 | 12 | ||
78 | 13 | ||