This commit is contained in:
fluxgen 2002-11-15 13:23:34 +00:00
parent 11a3304789
commit 487ca76de9
2 changed files with 20 additions and 34 deletions

47
NEWS
View file

@ -1,31 +1,24 @@
News in 0.1.11: News in 0.1.13:
* Autogrouping: * Antialias support (Xft)
This will read groups from a file and auto group programs when * UTF-8 support
they start. * Extended window manager support (i.e Gnome2...)
* Autogrouping-from-tab: * supports:
This will allow you to popup the root menu, if you right click on the tab, * _NET_WM_DESKTOP,
and select an application and it'll start grouped to the tab. * _NET_NUMBER_OF_DESKTOPS,
(note: this might interfere with the normal autogrouping in a bad way) * _NET_CURRENT_DESKTOP,
* Two new themes: BlueNight and LemonSpace * _NET_ACTIVE_WINDOW,
* Carry window across workspace with outlined mode. * _NET_CLOSE_WINDOW
* Slit now has a theme option: * _NET_WM_STATE
slit: <texture option> * _NET_WM_STATE_STICKY
slit.color: <color value> * _NET_WM_STATE_SHADED
slit.colorTo: <color value> * fbrun command history
It will fall back to the toolbar theme if it doesn't find it. * Default terminal and browser choice in fluxbox-generate_menu
* ja_JP and fr_FR in fluxbox-generate_menu
* New util: fbrun
Which allows you to type a command and run it.
* The window menu now pop up in iconbar when you right click on the icon.
Bug fixes: Bug fixes:
* Fixed bug [ 582574 ] borderless windows cant be horiz resized. * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
* Fixed bug [ 600811 ] undefined keys messes up * Fixed bug [ 581588 ] Toolbar auto-hiding
* Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb * Fixed bug [ 608945 ] xmms crashes fluxbox
* Fixed bug [ 586830 ] the clock now updates once per second. * Fixed bug [ 522673 ] Numlock not handled correctly in Solaris
* Fixed bug [ 574717 ] restarting fluxbox should keep iconic. * Fixed bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
* Fixed "send to..." bug
* Fixed slitlist bug
* Fixed workspace name and the reassociation bug
See ChangeLog for details See ChangeLog for details

7
TODO
View file

@ -1,5 +1,3 @@
* const-correctnes
* Clean up in BImage class, some of those functions are huge, and needs * Clean up in BImage class, some of those functions are huge, and needs
to be smaller. to be smaller.
- also make the class more independent so it could be movable to other - also make the class more independent so it could be movable to other
@ -29,15 +27,10 @@
and more and more
* Fix configurable toolbar * Fix configurable toolbar
so the user can configure toolbar in a config file so the user can configure toolbar in a config file
* Toolbar shouldn't hide if its autohide and
you are in "change workspace mode"
* Finnish (Finland) translation * Finnish (Finland) translation
* Wheel-config support * Wheel-config support
* Separator in the menus * Separator in the menus
* More Gnome atom support
* Net wm atom support
* Clean up in the global namespace * Clean up in the global namespace
* Create fbinput style app
* Add "system menu" for minimized apps in the icon bar. * Add "system menu" for minimized apps in the icon bar.
(Close, Kill, Send to, etc) (Close, Kill, Send to, etc)
* "Iconify group"/group commands in Windowmenu * "Iconify group"/group commands in Windowmenu