diff options
author | simonb <simonb> | 2006-04-16 11:29:38 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:29:38 (GMT) |
commit | 4d0a0c9e114cbadf3d06f4a71d5043bda847c844 (patch) | |
tree | c4cfc295858dcb23cc9637a413e7a75f4be6c14e /ChangeLog | |
parent | 553104ee1d53104fa0790a9793a7047c61dd073f (diff) | |
download | fluxbox-4d0a0c9e114cbadf3d06f4a71d5043bda847c844.zip fluxbox-4d0a0c9e114cbadf3d06f4a71d5043bda847c844.tar.bz2 |
add CloseAllWindows key action
thanks Adriano Dal Bosco - adbosco at users.sourceforge.net
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/16: | 3 | *06/04/16: |
4 | * Add "CloseAllWindows" key binding | ||
5 | (thanks Adriano Dal Bosco - adbosco at users.sourceforge.net) | ||
6 | - Useful to trigger all "close" actions before flux exit (or other) | ||
7 | to catch any pending file saves etc... | ||
8 | WorkspaceCmd.hh/cc FbCommandFactory.cc | ||
4 | * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon) | 9 | * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon) |
5 | ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc | 10 | ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc |
6 | ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc | 11 | ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc |