diff options
author | fluxgen <fluxgen> | 2002-04-17 06:42:20 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-17 06:42:20 (GMT) |
commit | 541458304bad12d411470df7277accd0e7c2912f (patch) | |
tree | bc2e141ed99b750c123c8815fd3f5779e7ea3539 /NEWS | |
parent | d1b6fa272902bd6d5f065270521ed7fcc411d093 (diff) | |
download | fluxbox-541458304bad12d411470df7277accd0e7c2912f.zip fluxbox-541458304bad12d411470df7277accd0e7c2912f.tar.bz2 |
update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 81 |
1 files changed, 37 insertions, 44 deletions
@@ -1,45 +1,38 @@ | |||
1 | News in 0.1.7: | 1 | News in Fluxbox 0.1.8: |
2 | * Title bar configuration is moved to the init file | ||
3 | * Fluxbox will auto copy the default files to ~/.fluxbox/ | ||
4 | if they don't exist | ||
5 | * Partial Gnome support: | ||
6 | - Atoms supported: | ||
7 | _WIN_WORKSPACE | ||
8 | _WIN_WORKSPACE_COUNT | ||
9 | _WIN_WORKSPACE_NAMES | ||
10 | _WIN_CLIENT_LIST | ||
11 | _WIN_STATE : | ||
12 | WIN_STATE_MINIMIZED | ||
13 | WIN_STATE_STICKY | ||
14 | WIN_STATE_SHADED | ||
15 | _WIN_HINT : | ||
16 | WIN_HINTS_SKIP_FOCUS | ||
17 | * Tree new languages | ||
18 | - Portuguese | ||
19 | - Bulgarian | ||
20 | - Japanese | ||
21 | * New key bindings and with parameter support | ||
22 | - NudgeRight <step> | ||
23 | - NudgeLeft <step> | ||
24 | - NudgeUp <step> | ||
25 | - NudgeDown <step> | ||
26 | - PrevWorkspace <step> | ||
27 | - NextWorkspace <step> | ||
28 | - Workspace <workspacenum> | ||
29 | We keep the Workspace1 Workspace2 etc | ||
30 | but they will be removed in next release | ||
31 | (new) - LeftWorkspace | ||
32 | this will change to the workspace to the left (no workspace cycling) | ||
33 | (new) - RightWorkspace | ||
34 | this will change to the workspace to the right (no workspace cycling) | ||
35 | (new) - SendToWorkspace <workspacenum> | ||
36 | sends current window to a workspace | ||
37 | |||
38 | * Huge code clean up | ||
39 | 2 | ||
40 | Bugfixes in 0.1.7: | 3 | * Code clean up |
41 | * BadWindow error in ~FluxboxWindow | 4 | * NLS-fixes |
42 | * negative width in a window | 5 | * Better window cycling with optional parameters. |
43 | * Fixed lower/raise of windows when using windowmenu/keybinding | 6 | NextWindow and PrevWindow now takes an integer parameter |
44 | so now tabs should follow | 7 | parameter values: |
45 | * Slit always on top crash | 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 | and the second tab will appere when the first | ||
21 | one is draged into the window. | ||
22 | * Keybinding for Root menu (action RootMenu) | ||
23 | This will popup the root menu | ||
24 | * Keybinding for Toggle decor (action ToggleDecor) | ||
25 | This will toggle the decor of a window | ||
26 | * Smarter Next/Prev focus, | ||
27 | Makes new windows get inserted after the focused window in | ||
28 | the cycling order instead of always at the end. | ||
29 | |||
30 | Bugfixes in Fluxbox 0.1.8: | ||
31 | |||
32 | * Window dragging + workspace changing ( bug [ 528101 ] ) | ||
33 | * Minor taskbar issue, it will update iconbar-text now | ||
34 | ( bug [ 533436 ] ) | ||
35 | * "decoration.handle" bug, which caused the window to | ||
36 | have wrong height with no decorations | ||
37 | * Slit-client window bug. | ||
38 | |||