aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-20 08:12:36 (GMT)
committerrathnor <rathnor>2003-07-20 08:12:36 (GMT)
commit1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d (patch)
tree8dd1331222e35070a16aaae5d4bd059296dd341c /BUGS
parentace3e2e6293fa0ae5a2b9d971f24fa45b317ba2e (diff)
downloadfluxbox-1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d.zip
fluxbox-1741ac072dd6516b4dcfdf6dbe9099a335c7bc7d.tar.bz2
fix menus for "extra" things, like remember, so that they will be
added back if the menu is rebuilt.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 4 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index abfaa2b..186a7c0 100644
--- a/BUGS
+++ b/BUGS
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version:
2 2
3BUGS: 3BUGS:
4 4
5 * Remember menu sometimes isn't present in window menu. Probably need
6 to add a signal for menu reconfigures (Screen::setupWindowActions)
7
8 * Window handle is invisible sometimes. 5 * Window handle is invisible sometimes.
9 6
10 * KDE support needs attention (e.g. klipper). 7 * KDE support needs attention (e.g. klipper).
@@ -75,6 +72,10 @@ Fixed bugs (or not-our-fault bugs):
75 highest numbered screen. 72 highest numbered screen.
76 => Fixed, moved alpha setting into MenuTheme rather than static value 73 => Fixed, moved alpha setting into MenuTheme rather than static value
77 74
75 * Remember menu sometimes isn't present in window menu. Probably need
76 to add a signal for menu reconfigures (Screen::setupWindowActions)
77 => Fixed, added "ExtraMenus" for windows that get added whenever it
78 is rebuilt.
78 79
79------------------------------ 80------------------------------
80Core dumps and notes 81Core dumps and notes