aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-19 18:27:28 (GMT)
committerfluxgen <fluxgen>2003-12-19 18:27:28 (GMT)
commit7e167d9b83e81a634a4bdc09ba78be5d83bbbc37 (patch)
tree6e6da5c2bd234d3c6c2771078fa6a2ac6a9a03b6
parentd26252aa8ebba40aecaa15b0e14e9926c2247eb1 (diff)
downloadfluxbox_pavel-7e167d9b83e81a634a4bdc09ba78be5d83bbbc37.zip
fluxbox_pavel-7e167d9b83e81a634a4bdc09ba78be5d83bbbc37.tar.bz2
update
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff4d1e6..d8b27ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.7: 2Changes for 0.9.7:
3*03/12/19: 3*03/12/19:
4 * Added Edit Clock Format menu item (Henrik)
5 This allow the user to edit the clock format without open
6 and edit the init file manualy
7 ClockTool.cc
8 * Added new commands: (Henrik)
9 SetResourceValueCmd <resourcename> <resource value>
10 SetResourceValueDialog
11 These will help the user to set some resources that doesn't have
12 a configure menu item or that's painfull to change in small steps
13 (like Menu Alpha)
14 FbCommands.hh/cc, FbCommandFactory.cc
15 * Added setResourceValue, resourceValue and findResource to ResourceManager (Henrik)
16 Resource.hh/cc
4 * Removed flicker in iconbar while changing active client (Henrik) 17 * Removed flicker in iconbar while changing active client (Henrik)
5 in Window. 18 in Window.
6 IconbarTool.hh/cc 19 IconbarTool.hh/cc