aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-24 20:24:50 (GMT)
committerfluxgen <fluxgen>2002-05-24 20:24:50 (GMT)
commite00b562d7c53a6f21244f65820677a158089f781 (patch)
tree206bd549cff16bb07e33605feb8b235565b466c5 /NEWS
parent13e43ba87eb4393effd8e49d9effc263b2756fc6 (diff)
downloadfluxbox-e00b562d7c53a6f21244f65820677a158089f781.zip
fluxbox-e00b562d7c53a6f21244f65820677a158089f781.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS68
1 files changed, 30 insertions, 38 deletions
diff --git a/NEWS b/NEWS
index 427fe5a..2c84707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,39 +1,31 @@
1News in Fluxbox 0.1.8: 1News for 0.1.9:
2 * Improved fluxbox-generate_menu script.
3 Which now installs itself so you can regenerate the menu any time,
4 and with gnome and kde menus
5 run: fluxbox-generate_menu -h
6 for more information.
7 * Default 24 hour clock format
8 * Code cleaning
9 * Compiles with no errors on Mac OS X
10 * Now compiles with Intel Compiler 6.0 and GCC 3.1
11 * New keybindings:
12 * FirstTab
13 Go to first tab
14 * LastTab
15 Go to last tab
16 * MoveTabPrev
17 Move current tab left
18 * MoveTabNext
19 Move current tab right
20 * "Allow Desktop MouseWheel Switching" runtime option
21 * Configurable geometry show
22 configure in init with: session.screen0.showwindowposition
23 * Now saves resources when you change them in the menu and not when you
24 exit Fluxbox. So you can edit the init file and the reconfigure/restart
25 Fluxbox to activate changes.
2 26
3* Code clean up 27Bugfixes:
4* NLS-fixes 28 * bug [ 552723 ] removing decorations while shaded.
5* Better window cycling with optional parameters. 29 * shade bug while vertical rotated tabs and tabs off
6 NextWindow and PrevWindow now takes an integer parameter 30 * bug [ 515483 ] "XMMS Problem"
7 parameter values: 31 * Fixed transient bug which cause Fluxbox to crach ( the "acroread" bug )
8 0 or unspecified = Default/current behavior - no skipping
9 1 = Skip: lower tabs
10 2 = Skip: stuck windows
11 3 = Skip: lower tabs/stuck windows
12 4 = Skip: shaded windows
13 5 = Skip: lower tabs/shaded windows
14 6 = Skip: stuck windows/shaded windows
15 7 = Skip: lower tabs/stuck windows/shaded windows
16* Xinerama support ( configure option --enable-xinerama )
17* Workspace warping, drag window between workspaces,
18 does only work with opaque moving
19* You can enable tabs in "Tabs off"-mode
20* New key bindings:
21 ToggleDecor
22 Toggle the decor of a window
23 ToggleTab
24 Toggle the tab
25 RootMenu
26 Pop up the root menu
27* Smarter Next/Prev focus,
28 Makes new windows get inserted after the focused window in
29 the cycling order instead of always at the end.
30* Scrolling on root window changes workspace
31
32Bug fixes in Fluxbox 0.1.8:
33
34* Window dragging + workspace changing ( bug [ 528101 ] )
35* Minor task bar issue, it will update icon bar-text now ( bug [ 533436 ] )
36* "decoration.handle" bug, which caused the window to have wrong height
37 with no decorations
38* Slit-client window bug.
39