aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS54
1 files changed, 44 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 40424b2..5b2f121 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,45 @@
1So whats new in 0.1.5? 1News in 0.1.7:
2 * Keybinding code and new keyconfiguresstyle 2* Title bar configuration is moved to the init file
3 * Keybindings: NextTab, PrevTab and AbortKeychain 3* Fluxbox will auto copy the default files to ~/.fluxbox/
4 * Tab placement and alignment 4 if they don't exist
5 * wheelscroll on titlebar changes between tabs 5* Partial Gnome support:
6 * Toggle tab on windows 6 - Atoms supported:
7 * Semi-sloppy focus 7 _WIN_WORKSPACE
8 * Italian nls 8 _WIN_WORKSPACE_COUNT
9 * a session.rootCommand to override the Themes rootCommand 9 _WIN_WORKSPACE_NAMES
10 * and some buggfixes 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
11 37
38* Huge code clean up
39
40Bugfixes in 0.1.7:
41* BadWindow error in ~FluxboxWindow
42* negative width in a window
43* Fixed lower/raise of windows when using windowmenu/keybinding
44 so now tabs should follow
45* Slit always on top crash