aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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)