diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | NEWS | 83 |
2 files changed, 19 insertions, 75 deletions
@@ -1,8 +1,17 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1 | 2 | Changes for 1.1.1 |
3 | *08/09/14: | 3 | *08/09/14: |
4 | * Fixed a minor pixmap resource leak (Henrik) | 4 | * Fixed a minor pixmap resource leak (Henrik) |
5 | FbTk/Menu.cc, FbTk/ImageControl.cc/hh | 5 | FbTk/Menu.cc, FbTk/ImageControl.cc/hh |
6 | *08/09/11: | ||
7 | * Fixed unshading crash (Mark) | ||
8 | src/FbWinFrame.cc | ||
9 | * Be aware of badly specified _NET_WM_ICONS (Mathias) | ||
10 | Ewmh.cc | ||
11 | *08/09/03: | ||
12 | * Added windowmenu to distpackage (Mark) | ||
13 | ----------------------------- | ||
14 | Changes for 1.1.0 | ||
6 | *08/09/01: | 15 | *08/09/01: |
7 | * When the current menu item gets disabled, highlight its nearest neighbor | 16 | * When the current menu item gets disabled, highlight its nearest neighbor |
8 | and add separators to the focus model menu (Mark) | 17 | and add separators to the focus model menu (Mark) |
@@ -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 | ||