diff options
-rw-r--r-- | NEWS | 49 |
1 files changed, 24 insertions, 25 deletions
@@ -1,26 +1,25 @@ | |||
1 | News in 0.1.13: | 1 | News in 0.9.0: |
2 | * Antialias support (Xft) | 2 | * Layer support for slit, windows and toolbar ("always on top/bottom") |
3 | * UTF-8 support | 3 | * Toolbar and slit menu in configure menu |
4 | * Extended window manager support (i.e Gnome2...) | 4 | * Toolbar width percent changing in realtime by either scrolling |
5 | * atom support: | 5 | or left/right click on the menu item |
6 | * _NET_WM_DESKTOP, | 6 | * Toolbar placement vertical on left and right side of the screen |
7 | * _NET_NUMBER_OF_DESKTOPS, | 7 | * Slit clients cycle up/down and hiding specific clients |
8 | * _NET_CURRENT_DESKTOP, | 8 | * Style menu doesn't close now so you can take your time selecting a style |
9 | * _NET_ACTIVE_WINDOW, | ||
10 | * _NET_CLOSE_WINDOW | ||
11 | * _NET_WM_STATE | ||
12 | * _NET_WM_STATE_STICKY | ||
13 | * _NET_WM_STATE_SHADED | ||
14 | * fbrun command history and horizontal scrolling | ||
15 | * Default terminal and browser choice in fluxbox-generate_menu | ||
16 | * Workspace menu popups if you click with first mouse button on workspace label | ||
17 | Bug fixes: | ||
18 | * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom | ||
19 | * Fixed bug [ 581588 ] Toolbar auto-hiding | ||
20 | * Fixed bug [ 608945 ] xmms crashes fluxbox | ||
21 | * Fixed bug [ 522673 ] Numlock not handled correctly in Solaris | ||
22 | * Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem | ||
23 | * Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server. | ||
24 | * Fixed bug [ 609267 ] Sending minimized group | ||
25 | 9 | ||
26 | See ChangeLog for details | 10 | |
11 | Known bugs and missing features that will be fixed in future version: | ||
12 | * Tabs are disabled | ||
13 | * Slit theme | ||
14 | * Doesn't save Slit placement | ||
15 | * It maximizes over everything | ||
16 | * Window size doesn't match client size in some cases | ||
17 | * Some menus doesn't close when you click on items | ||
18 | * Outline workspace warping leaving lines/misbehaving | ||
19 | * Pixmap of sticky button doesn't update | ||
20 | * Send to menu is disabled (keybindings will still work though) | ||
21 | * Some items in configure menu will close the previous menu that holds | ||
22 | clientmenu but not the clientmenu | ||
23 | * Iconbar doesn't use vertical alignment when toolbar is vertical | ||
24 | |||
25 | See ChangeLog for more details | ||