diff options
author | fluxgen <fluxgen> | 2003-12-19 18:27:28 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-19 18:27:28 (GMT) |
commit | 7e167d9b83e81a634a4bdc09ba78be5d83bbbc37 (patch) | |
tree | 6e6da5c2bd234d3c6c2771078fa6a2ac6a9a03b6 /ChangeLog | |
parent | d26252aa8ebba40aecaa15b0e14e9926c2247eb1 (diff) | |
download | fluxbox_pavel-7e167d9b83e81a634a4bdc09ba78be5d83bbbc37.zip fluxbox_pavel-7e167d9b83e81a634a4bdc09ba78be5d83bbbc37.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ | |||
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: | 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 |