diff options
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.12 | 2 | Changes for 0.9.12 |
3 | *04/12/10: | 3 | *04/12/10: |
4 | * Added Tab command, which goes to a specific tab number | ||
5 | action: | ||
6 | Tab <number> | ||
7 | ex: | ||
8 | Mod1 1 :Tab 1 | ||
9 | Mod2 3 :Tab 3 | ||
10 | (Thanks Steeve Lennmark <steeve dot lennmark at mediasvar dot se>) | ||
11 | CurrentWindowCmd.hh/cc, FbCommandFactory.cc | ||
4 | * Close #1080323, missing header (Mathias) | 12 | * Close #1080323, missing header (Mathias) |
5 | FbTk/FbPixmap.cc | 13 | FbTk/FbPixmap.cc |
6 | * Fix issue with maximizing shaded windows, #1082671 (Mathias) | 14 | * Fix issue with maximizing shaded windows, #1082671 (Mathias) |
@@ -13,6 +21,7 @@ Changes for 0.9.12 | |||
13 | ClockTool.cc | 21 | ClockTool.cc |
14 | * SlitClientMenu had with wheelup/down sometimes (Mathias) | 22 | * SlitClientMenu had with wheelup/down sometimes (Mathias) |
15 | Slit.cc | 23 | Slit.cc |
24 | ------------------------------------------------------------- | ||
16 | Changes for 0.9.11 | 25 | Changes for 0.9.11 |
17 | *04/12/02: | 26 | *04/12/02: |
18 | * New features for the Slit (Mathias) | 27 | * New features for the Slit (Mathias) |
@@ -103,7 +112,7 @@ Changes for 0.9.11 | |||
103 | *04/10/22: | 112 | *04/10/22: |
104 | * Fix for #1039658 (Mathias) | 113 | * Fix for #1039658 (Mathias) |
105 | FbWinFrame.cc | 114 | FbWinFrame.cc |
106 | * Added new ressources: (Mathias + SemiFollow from Erik Postma,thanx) | 115 | * Added new resources: (Mathias + SemiFollow from Erik Postma,thanx) |
107 | - session.*.iconbar.wheelMode: <mode> | 116 | - session.*.iconbar.wheelMode: <mode> |
108 | On - enable mousewheeling on the iconbuttons | 117 | On - enable mousewheeling on the iconbuttons |
109 | Off - disables mousewheeling on the iconbuttons | 118 | Off - disables mousewheeling on the iconbuttons |
@@ -125,7 +134,7 @@ Changes for 0.9.11 | |||
125 | FbMenuParser.cc HeadArea.cc Ewmh.cc ArrowButton.cc WorkspaceNameTool.hh | 134 | FbMenuParser.cc HeadArea.cc Ewmh.cc ArrowButton.cc WorkspaceNameTool.hh |
126 | FbTk/ThemeItems.hh IntResMenuItem.cc SlitTheme.hh FbRootWindow.cc | 135 | FbTk/ThemeItems.hh IntResMenuItem.cc SlitTheme.hh FbRootWindow.cc |
127 | *04/10/18: | 136 | *04/10/18: |
128 | * Added session.appsFile to the ressources (Mathias) | 137 | * Added session.appsFile to the resources (Mathias) |
129 | fluxbox.cc/hh Remember.cc | 138 | fluxbox.cc/hh Remember.cc |
130 | * Fixed a problem when system-date is set back (Mathias) | 139 | * Fixed a problem when system-date is set back (Mathias) |
131 | FbTk/Timer.cc | 140 | FbTk/Timer.cc |