aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-04-22 21:15:28 (GMT)
committerfluxgen <fluxgen>2004-04-22 21:15:28 (GMT)
commit74d09f56a634d66e739a5f5adf4957a6d1258801 (patch)
tree8bb3301c635a924546c2d0cdc2137c6e3cc8c4cd
parentc5fb252a6f75c6a07a90ea49623de259db2cbeb4 (diff)
downloadfluxbox-74d09f56a634d66e739a5f5adf4957a6d1258801.zip
fluxbox-74d09f56a634d66e739a5f5adf4957a6d1258801.tar.bz2
update
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac22eda..a0ade3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.9: 2Changes for 0.9.9:
3*04/04/22: 3*04/04/22:
4 * New Command: Deiconify <mode> <dest>
5 * Where mode is:
6 * last
7 - deiconify last iconified window
8 * lastworkspace (default)
9 - deiconify last iconified window
10 from current workspace
11 * all
12 - deiconify all iconified windows
13 * allworkspace
14 - deiconify all iconfiied windows
15 from current workspace
16 * and dest is:
17 * current (default)
18 - deiconify them on current windows
19 * origin
20 - deiconify them where they were
21
22 (Thanks Mathias Gumz)
23 FbCommands.cc/hh, FbCommandFactory.cc
4 * Attach area for tabs: 24 * Attach area for tabs:
5 new resource: 25 new resource:
6 * session.tabsAttachArea: <mode> 26 * session.tabsAttachArea: <mode>