aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-03-24 16:31:13 (GMT)
committermarkt <markt>2007-03-24 16:31:13 (GMT)
commit1829dd5780c9cd818884cb84ae1ea51a4d4d35ca (patch)
treeaffbf9ced07d3c52c04dd49a81e14be117326360 /ChangeLog
parent5c811e63012f160b5e60a38deca10d01b5d23e69 (diff)
downloadfluxbox-1829dd5780c9cd818884cb84ae1ea51a4d4d35ca.zip
fluxbox-1829dd5780c9cd818884cb84ae1ea51a4d4d35ca.tar.bz2
colossal multi-patch, encompassing all of what I did yesterday without internet access
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c4354e..79b63cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/03/24:
4 * Added new key command GoToWindow (Mark)
5 - Syntax is GoToWindow <int> [<bitmask>], where the int gives the position
6 of the desired window with respect to a list of windows, and the bitmask
7 is the same as for NextWindow. A negative number for <int> will count
8 back from the end of the list.
9 - Particularly useful examples are GoToWindow <int> 9 and
10 GoToWindow <int> 25, which will focus the window at position <int> in the
11 iconbar modes Workspace and WorkspaceNoIcons, respectively.
12 * Fixed creation order window cycling with tabbed windows (Mark)
13 * Workspace Menu wasn't updating when windows changed titles (Mark)
14 * Some other minor changes/code cleanup (Mark)
3*07/03/21: 15*07/03/21:
4 * HideMenus didn't work on CustomMenus, and also fixed a memleak with 16 * HideMenus didn't work on CustomMenus, and also fixed a memleak with
5 CustomMenu (Mark + thanks Julien Trolet) 17 CustomMenu (Mark + thanks Julien Trolet)