diff options
-rw-r--r-- | NEWS | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -1,8 +1,10 @@ | |||
1 | News in 0.9.10: | 1 | News in 0.9.10: |
2 | * Keybindings for directional focus movement: | 2 | * New actions: |
3 | * key actions: | 3 | * directional focus movement: |
4 | FocusUp, FocusDown, FocusLeft, FocusRight | 4 | FocusUp, FocusDown, FocusLeft, FocusRight |
5 | * Added apps file matching on WM_WINDOW_ROLE (Simon) | 5 | * other: |
6 | RaiseLayer, LowerLayer, Exit | ||
7 | * Added apps file matching on WM_WINDOW_ROLE | ||
6 | * use "role=string". Particularly useful for gaim+gimp windows | 8 | * use "role=string". Particularly useful for gaim+gimp windows |
7 | [app] (role=buddy_list) ... | 9 | [app] (role=buddy_list) ... |
8 | * Window menu file | 10 | * Window menu file |
@@ -22,8 +24,11 @@ News in 0.9.10: | |||
22 | [shade] | 24 | [shade] |
23 | [close] | 25 | [close] |
24 | [end] | 26 | [end] |
25 | * New actions: | 27 | * Added [wallpapers|wallpapermenu|rootcommands] to possible |
26 | * exit (exit fluxbox, new to keybinding) | 28 | menuitems |
29 | * [wallpapers] (directory) {rootcommand} | ||
30 | creates a submenu in the menu to click on the wallpaper one | ||
31 | wants. default rootcommand is fbsetbg | ||
27 | * Improved menu transparent rendering speed and the | 32 | * Improved menu transparent rendering speed and the |
28 | text is not transparent anymore so you are able | 33 | text is not transparent anymore so you are able |
29 | to see the text even if you have 100% transparency | 34 | to see the text even if you have 100% transparency |
@@ -60,8 +65,8 @@ News in 0.9.10: | |||
60 | while literal is one of | 65 | while literal is one of |
61 | DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU | 66 | DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU |
62 | * fluxbox-generate_menu: | 67 | * fluxbox-generate_menu: |
63 | * Preliminary basic support for icons in fluxbox-generate_menu (Han) | 68 | * Preliminary basic support for icons in fluxbox-generate_menu |
64 | * put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm | 69 | put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm |
65 | 70 | ||
66 | Bug fixes: | 71 | Bug fixes: |
67 | * Compiles with gcc 3.4 | 72 | * Compiles with gcc 3.4 |
@@ -70,7 +75,7 @@ Bug fixes: | |||
70 | * Rendering of transparency on menu exposes | 75 | * Rendering of transparency on menu exposes |
71 | * handling alpha value of zero | 76 | * handling alpha value of zero |
72 | * Bug in Iconbar mode menu | 77 | * Bug in Iconbar mode menu |
73 | * Bug in systray (Henrik) | 78 | * Bug in systray |
74 | (this fixes the problem with "sim" in systray) | 79 | (this fixes the problem with "sim" in systray) |
75 | It didn't force client position on configure request | 80 | It didn't force client position on configure request |
76 | * Tiled texture | 81 | * Tiled texture |