update
This commit is contained in:
parent
e3ab62fed1
commit
2dbc6814fc
3 changed files with 15 additions and 3 deletions
3
BUGS
3
BUGS
|
@ -3,7 +3,7 @@ Known bugs and missing features that will be fixed in future version:
|
|||
bugs:
|
||||
|
||||
* Window handle is invisible sometimes.
|
||||
* Disabling full-maximize doesn't work.
|
||||
|
||||
* Some menus don't close when you click on items.
|
||||
* Transparancy for the slit does not always work right.
|
||||
* After startup the font of the toolbar is to big; reload config works
|
||||
|
@ -22,3 +22,4 @@ fixed bugs (or not-our-fault bugs):
|
|||
-> this appears to be a problem with nvidia drivers, make sure
|
||||
RenderAccel is off (Option "RenderAccel" "false").
|
||||
(thanks RJNFC on #fluxbox, and barlad in gentoo forums)
|
||||
* Disabling full-maximize doesn't work (fixed in cvs).
|
||||
|
|
14
ChangeLog
14
ChangeLog
|
@ -1,5 +1,15 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.4:
|
||||
*03/06/18:
|
||||
* Fixed toolbar and slit maximize implementation (Henrik)
|
||||
Toolbar.hh/cc, Slit.hh/cc
|
||||
* Fixed _NET_WM_STRUT support (Henrik)
|
||||
Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh
|
||||
Screen.hh/cc, fluxbox.cc, Window.hh/cc
|
||||
* Added Strut.hh which contains left, right, top and bottom (Henrik)
|
||||
*03/06/16:
|
||||
* Fixed trailing whitespace in group file loading (Henrik)
|
||||
Workspace.cc
|
||||
*03/06/15:
|
||||
* Apply workaround for strftime test - fails with gcc 3.3 due to
|
||||
compiler bug? - thanks Joshua Kwan (Simon)
|
||||
|
@ -27,12 +37,14 @@ Changes for 0.9.4:
|
|||
- e.g. [app] (title=.*gaim.*)
|
||||
will match anything with gaim in the title ("gaim", "the gaim
|
||||
window", etc.
|
||||
RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc WinClient.hh/cc StringUtil.hh/cc
|
||||
RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc
|
||||
WinClient.hh/cc StringUtil.hh/cc
|
||||
*03/06/12:
|
||||
* Renamed i18n.hh/cc to I18n.hh/cc (Henrik)
|
||||
*03/06/11:
|
||||
* Added nls for antialias (Thanks ...)
|
||||
nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m
|
||||
---------------------------------------------------------------------------------
|
||||
Changes for 0.9.3:
|
||||
*03/06/08:
|
||||
* Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon)
|
||||
|
|
1
TODO
1
TODO
|
@ -24,7 +24,6 @@
|
|||
* Fix configurable toolbar
|
||||
so the user can configure toolbar in a config file
|
||||
* Finnish (Finland) translation
|
||||
* Wheel-config support
|
||||
* Separator in the menus
|
||||
* "Iconify group"/group commands in Windowmenu
|
||||
* Call and navigate menus from the keyboard (bind a menu to a key
|
||||
|
|
Loading…
Reference in a new issue