This commit is contained in:
fluxgen 2003-04-25 19:40:01 +00:00
parent 7d41b4c799
commit 74fdeff705
2 changed files with 14 additions and 2 deletions

View file

@ -6,6 +6,18 @@ Changes for 0.9.2:
* Add UnderMousePlacement policy, plus minor positioning fix (Simon)
-> Patch originally contributed by "Mike" (lgn@users.sf)
Screen.hh Workspace.cc fluxbox.cc Window.cc
* Fixed so WinButton updates sticky state from FluxboxWindow (Henrik)
WinButton.hh/cc, Screen.cc
* Added basic drawable functions to FbWindow (Henrik)
* drawLine, drawRect, fillRect, copyArea
FbWindow.hh/cc
* Fixed SlitTheme (Henrik)
Slit.cc/hh
* Removed old theme engine (Henrik)
Theme.hh/cc
* Added RootTheme.hh/cc (Henrik)
Screen.hh/cc, Workspace.cc, Slit.cc, IconBar.cc, Toolbar.cc
fluxbox.cc
*03/04/24:
* updated fluxbox-generate_menu (Han)
- decent reply to -- longopts

View file

@ -100,7 +100,7 @@ Release: 0.9.2
Approx Date: 5 May, 2003
Major Features:
- Integration of Remember patch (Simon)
= Transparency (Henrik)
* Transparency (Henrik)
Minor Features:
- more keybinding actions (Both)
* directional focus movement (Simon)
@ -108,7 +108,7 @@ Minor Features:
* snap to windows (Simon)
- improved command-line help option (Henrik)
- pixmap buttons (Henrik)
= Shaped menu/slit/toolbar (Henrik)
+ Shaped menu/slit/toolbar (Henrik)
Bugfixes/lower priority:
- Bugs from 0.9.1 (Both)
- stop window moving from borders (Simon)