diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.7: | 2 | Changes for 0.9.7: |
3 | *03/12/19: | ||
4 | * Fixed bug in key/mouse screen updates in fluxbox.cc (Henrik) | ||
5 | * Old/New action: | ||
6 | SetWorkspaceName doesn't pop up dialog to edit workspace name (Henrik) | ||
7 | it now sets the current workspace name direct | ||
8 | example: SetWorkspaceName somespace | ||
9 | this will set current workspace name to somespace | ||
10 | The new action for editing workspace name is: | ||
11 | WorkspaceNameDialog | ||
12 | FbCommands.hh/cc, FbCommandFactory.cc | ||
13 | * New Action: CommandDialog - with this action you'll get a dialog much like (Henrik) | ||
14 | fbrun but in this you can issue fluxbox actions like NextWorkspace and so on. | ||
15 | * Replaces WorkspaceNameEditing with a more generic dialog (Henrik) | ||
16 | CommandDialog. | ||
17 | CommandDialog.hh/cc, FbCommandFactory.cc | ||
18 | * Code cleaning (Henrik) | ||
19 | ... | ||
20 | * changed session.opaqueMove to session.screen<num>.opaqueMove (Henrik) | ||
21 | Screen.cc | ||
3 | *03/12/18: | 22 | *03/12/18: |
4 | * Patch from Ciaran that fixes so style files that (Thanks Ciaran McCreesh) | 23 | * Patch from Ciaran that fixes so style files that (Thanks Ciaran McCreesh) |
5 | starts with "." or ends with "~" (backup files) | 24 | starts with "." or ends with "~" (backup files) |