aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-17 17:30:30 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-17 17:30:30 (GMT)
commitc6a08ab6ff0fe6d7c236dcaff442670f52a03478 (patch)
tree1ea694f25b4bec7189f4c95259bb4ff306f398b6 /NEWS
parenta4feddcbd63a4eca37ea3c1641daee25ed9a4c28 (diff)
downloadfluxbox-c6a08ab6ff0fe6d7c236dcaff442670f52a03478.zip
fluxbox-c6a08ab6ff0fe6d7c236dcaff442670f52a03478.tar.bz2
new version
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS83
1 files changed, 9 insertions, 74 deletions
diff --git a/NEWS b/NEWS
index aaac123..c47b8d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,78 +1,13 @@
1News in 1.1.0: 1News 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.
67Bug fixes: 3Bug 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.
76See ChangeLog for more details. 11See ChangeLog for more details.
77 12
78 13