aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-12 18:20:48 (GMT)
committerfluxgen <fluxgen>2003-12-12 18:20:48 (GMT)
commitb14e77d99be81b6295dfe8ff3ed03c9f749ffb88 (patch)
tree16e9ffe094f4b92474c331940b91949c7a9125f9 /ChangeLog
parentbf75608df0025d49ea0f52326a402825fcc55d06 (diff)
downloadfluxbox-b14e77d99be81b6295dfe8ff3ed03c9f749ffb88.zip
fluxbox-b14e77d99be81b6295dfe8ff3ed03c9f749ffb88.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9165a0f..8bfef77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.7: 2Changes for 0.9.7:
3*03/12/12: 3*03/12/12:
4 * Added menu delay/click to open or close submenus (Henrik)
5 In menuMode: Click you need to click on the menu item to open it.
6 The menuDelay is the delay to open an submenu.
7 The menuDelayClose is so you don't need to aim that much when
8 you're moving the cursor to the submenu, over the item below
9 or above, so it stays visible.
10 new resource items:
11 session.screen0.menuMode: can be either Click or Delay (default: Delay)
12 session.screen0.menuDelay: in usec (default: 0 )
13 session.screen0.menuDelayClose: in usec (default: 0 )
14 example:
15 session.screen0.menuMode: Delay
16 session.screen0.menuDelay: 250000
17 session.screen0.menuDelayClose: 200000
18 Notice how the menuDelay is a bit larger than menuCloseDelay
19 this is so the previous menu can close before you open the next
20
4 * Fixed bug when adding alot of new workspaces (Henrik) 21 * Fixed bug when adding alot of new workspaces (Henrik)
5 Ewmh.cc 22 Ewmh.cc
6 * Removed Next/Prev client from window menu (Henrik) 23 * Removed Next/Prev client from window menu (Henrik)
@@ -15,7 +32,7 @@ Changes for 0.9.7:
15*03/12/11: 32*03/12/11:
16 * Added remember position (Thanks Mathias Gumz) 33 * Added remember position (Thanks Mathias Gumz)
17 Usage: [app] (fbrun) 34 Usage: [app] (fbrun)
18 [Position] (WINCENTER) ){0 0} 35 [Position] (WINCENTER) {0 0}
19 [end] 36 [end]
20 and inside the { } is the relative position 37 and inside the { } is the relative position
21 possible values for () are: 38 possible values for () are: