diff options
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,10 +1,27 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/06/24: | ||
4 | * Fixed minor bug in transparent Slit (Henrik) | ||
5 | Slit.cc/hh, Screen.cc | ||
6 | * Emacs keybindings and tab completion for FbRun (Thanks David J Burger) | ||
7 | FbRun.hh/cc | ||
3 | *03/06/23: | 8 | *03/06/23: |
4 | * Add group persistence over a restart, | 9 | * Add group persistence over a restart, |
5 | Move most winclient initialisation from FluxboxWindow to WinClient, | 10 | Move most winclient initialisation from FluxboxWindow to WinClient, |
6 | And fix a few bugs (Simon) | 11 | And fix a few bugs (Simon) |
7 | Screen.hh/cc WinClient.hh/cc Window.hh/cc Gnome.cc Slit.hh | 12 | Screen.hh/cc WinClient.hh/cc Window.hh/cc Gnome.cc Slit.hh |
13 | * Moved toolbar resources from BScreen to Toolbar (Henrik) | ||
14 | Screen.hh/cc, Toolbar.hh/cc | ||
15 | *03/06/22: | ||
16 | * fluxbox-generate_menu: | ||
17 | French locales, (Thanks Tarax <tarax(aT)arkitekts.org> ) | ||
18 | Two additions to the menu (Thanks Pol) | ||
19 | * Added Xutil for getWMName in Slit, SlitClient and WinClient and made some | ||
20 | cleaning (Henrik) | ||
21 | WinClient.cc, Slit.cc, SlitClient.cc | ||
22 | * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik) | ||
23 | This will prevent windows from maximize over the slit | ||
24 | Slit.cc | ||
8 | *03/06/20: | 25 | *03/06/20: |
9 | * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) | 26 | * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) |
10 | SlitClient.hh/cc, SlitTheme.hh | 27 | SlitClient.hh/cc, SlitTheme.hh |