aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-19 03:59:45 (GMT)
committerfluxgen <fluxgen>2003-12-19 03:59:45 (GMT)
commit04932726e5421570d28ebea22b3d672d1f99829f (patch)
treebcf1e5a41b47b058f1a58b1da70ebbaf59b00083 /ChangeLog
parentf3efaa8a6e54b9d765b7a113aa1102e8ede57b9c (diff)
downloadfluxbox_pavel-04932726e5421570d28ebea22b3d672d1f99829f.zip
fluxbox_pavel-04932726e5421570d28ebea22b3d672d1f99829f.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cb1ea2..1415440 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.7: 2Changes 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)