aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 15:45:17 (GMT)
committerfluxgen <fluxgen>2003-07-10 15:45:17 (GMT)
commita4e27110ac0169594b0a5208a12f536f92f5f2e1 (patch)
treee57fcb4264884b5b25eedcdaf7bef8ef65dafd95 /NEWS
parent2e3a046d4157c2cb5b2f41b8fdf98e87f6f64392 (diff)
downloadfluxbox-a4e27110ac0169594b0a5208a12f536f92f5f2e1.zip
fluxbox-a4e27110ac0169594b0a5208a12f536f92f5f2e1.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS68
1 files changed, 55 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index e8358c7..4b9630a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,58 @@
1News in 0.9.3: 1News in 0.9.4:
2 * Transparent slit 2 * Keyboard navigation in menus
3 * RANDR support 3 * Keys:
4 * Xinerama support 4 Up/Down: select menu item
5 * Restart and Reconfigure key actions 5 Left/Right: go in/out from submenus
6 * Improved algorithm for window placement 6 Escape: close menu and return focus to windows
7 * New argument for logging: -log <filename> 7 Enter: run/execute/toggle menu item
8 ex: fluxbox -log .fluxbox/log 8 To set input focus on the menu you either click on the titlebar
9 This will log debugmsg and any output to .fluxbox/log 9 or bring it up with keybindings
10 * New action strings
11 * ArrangeWindows
12 This will arrange the windows on the current desktop
13 * ShowDesktop
14 This will iconify all windows on the current desktop
15 * The same action strings that are in keys file can
16 now be used in the menu
17 example:
18 [ArrangeWindows] (arrange windows)
19 * New theme items
20 * toolbar.button.borderWidth: <integer>
21 * toolbar.borderWidth: <integer>
22 * toolbar.bevelWidth: <integer>
23 * toolbar.borderColor: <color>
24 * slit.borderWidth: <integer>
25 * slit.bevelWidth: <integer>
26 * slit.borderColor: <color>
27 * [startup] option in remember file
28 Can now add entries to apps file like:
29 [startup] {xterm}
30 Then "xterm" will be launched on fluxbox startup.
31 Can also give a screen option:
32 [startup] (screen=1) {xterm}
33 will start it on screen 1 rather than the default 0.
34 * Rounded corners on menu, windows and toolbar
35 Theme items:
36 * menu.roundCorners: <shape item>
37 * toolbar.shaped: <boolean>
38 * window.roundCorners: <shape item>
39 Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
40 example: menu.roundCorners: TopRight BottomLeft
41 * The current style is now marked in the style menu
42 * Compile time option for toolbar
43 --disable-toolbar
44 --enable-toolbar (default)
45 * Emacs style keybindings in fbrun
46 * Group persistence over a restart
47 * Maximization stop on slit and toolbar
48 * Support for _NET_WM_STRUT
49 * Regular expression support for remember
50
10Bug fixes: 51Bug fixes:
11 * Slit redraw bug 52 * Toggle maximize vertical/horizontal
12 * "gkrellm redraw" bug 53 * Slit/Toolbar autohide bug
13 * Focus bug (caused frequent crashes in 0.9.2) 54 * Button alignment bug in titlebar
14 * and some other minor bugs 55 * Trailing whitespace in groupfile resource
56 * Group cycling
15 57
16See ChangeLog for more details 58See ChangeLog for more details