This commit is contained in:
fluxgen 2002-04-19 09:41:45 +00:00
parent 7f08b3ae46
commit e04b7c338e
2 changed files with 25 additions and 13 deletions

View file

@ -1,5 +1,16 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 0.1.8: Changes for 0.1.8:
*02/04/19:
* Added ToggleTab to key actions (Thanks Matt Hope)
*02/04/17:
* Added workspace change when scrolling on the root window function
* Fixed workspace warping bug when moving a tab-group
*02/04/14:
* Fixed decoration.handle bug
* Fixed tabs default off (Thanks Dave Watson)
*02/04/12:
* Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
* Fixed menu bug
*02/04/09: *02/04/09:
* Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
Root menu. (Thanks Stanislav Karchebny) Root menu. (Thanks Stanislav Karchebny)

27
NEWS
View file

@ -16,23 +16,24 @@ News in Fluxbox 0.1.8:
* Xinerama support ( configure option --enable-xinerama ) * Xinerama support ( configure option --enable-xinerama )
* Workspace warping, drag window between workspaces, * Workspace warping, drag window between workspaces,
does only work with opaque moving does only work with opaque moving
* You can enable tabs in "Tabs off"-mode, * You can enable tabs in "Tabs off"-mode
and the second tab will appere when the first * New key bindings:
one is draged into the window. ToggleDecor
* Keybinding for Root menu (action RootMenu) Toggle the decor of a window
This will popup the root menu ToggleTab
* Keybinding for Toggle decor (action ToggleDecor) Toggle the tab
This will toggle the decor of a window RootMenu
Pop up the root menu
* Smarter Next/Prev focus, * Smarter Next/Prev focus,
Makes new windows get inserted after the focused window in Makes new windows get inserted after the focused window in
the cycling order instead of always at the end. the cycling order instead of always at the end.
* Scrolling on root window changes workspace
Bugfixes in Fluxbox 0.1.8: Bug fixes in Fluxbox 0.1.8:
* Window dragging + workspace changing ( bug [ 528101 ] ) * Window dragging + workspace changing ( bug [ 528101 ] )
* Minor taskbar issue, it will update iconbar-text now * Minor task bar issue, it will update icon bar-text now ( bug [ 533436 ] )
( bug [ 533436 ] ) * "decoration.handle" bug, which caused the window to have wrong height
* "decoration.handle" bug, which caused the window to with no decorations
have wrong height with no decorations
* Slit-client window bug. * Slit-client window bug.